提交歷史

作者 SHA1 備註 提交日期
  Linus Torvalds 496322bc91 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 12 年之前
  Jiang Liu 0ed5fd1385 mm: use totalram_pages instead of num_physpages at runtime 12 年之前
  Rami Rosen af92e5425e inet: frag , remove an empty ifdef. 12 年之前
  Konstantin Khlebnikov b56141ab34 net: frag, fix race conditions in LRU list maintenance 12 年之前
  Jesper Dangaard Brouer 19952cc4f8 net: frag queue per hash bucket locking 12 年之前
  Jesper Dangaard Brouer 1b5ab0def4 net: use the frag lru_lock to protect netns_frags.nqueues update 12 年之前
  Jesper Dangaard Brouer 68399ac37e net: frag, avoid several CPUs grabbing same frag queue during LRU evictor loop 12 年之前
  Hannes Frederic Sowa be991971d5 inet: generalize ipv4-only RFC3168 5.3 ecn fragmentation handling for future use by ipv6 12 年之前
  Hannes Frederic Sowa 5a3da1fe95 inet: limit length of fragment queue hash table bucket lists 12 年之前
  Sasha Levin b67bfe0d42 hlist: drop the node parameter from iterators 12 年之前
  Jesper Dangaard Brouer 3ef0eb0db4 net: frag, move LRU list maintenance outside of rwlock 12 年之前
  Jesper Dangaard Brouer 6d7b857d54 net: use lib/percpu_counter API for fragmentation mem accounting 12 年之前
  Jesper Dangaard Brouer d433673e5f net: frag helper functions for mem limit tracking 12 年之前
  Amerigo Wang 6b102865e7 ipv6: unify fragment thresh handling code 12 年之前
  Gao feng 54db0cc2ba inetpeer: add parameter net for inet_getpeer_v4,v6 13 年之前
  Eric Dumazet 4bc2f18ba4 net/ipv4: EXPORT_SYMBOL cleanups 15 年之前
  Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 年之前
  Hannes Eder 56bca31ff1 inet fragments: fix sparse warning: context imbalance 16 年之前
  Ilpo Järvinen 547b792cac net: convert BUG_TRAP to generic WARN_ON 17 年之前
  Pavel Emelyanov 9a375803fe inet fragments: fix race between inet_frag_find and inet_frag_secret_rebuild 17 年之前
  David S. Miller e1ec1b8ccd Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 17 年之前
  David S. Miller e8e16b706e [INET]: inet_frag_evictor() must run with BH disabled 17 年之前
  Joe Perches bc578a54f0 [NET]: Rename inet_frag.h identifiers COMPLETE, FIRST_IN, LAST_IN to INET_FRAG_* 17 年之前
  Pavel Emelyanov 81566e8322 [NETNS][FRAGS]: Make the pernet subsystem for fragments. 17 年之前
  Pavel Emelyanov 3140c25c82 [NETNS][FRAGS]: Make the LRU list per namespace. 17 年之前
  Pavel Emelyanov 3b4bc4a2bf [NETNS][FRAGS]: Isolate the secret interval from namespaces. 17 年之前
  Pavel Emelyanov e31e0bdc7e [NETNS][FRAGS]: Make thresholds work in namespaces. 17 年之前
  Pavel Emelyanov b2fd5321dd [NETNS][FRAGS]: Make the net.ipv4.ipfrag_timeout work in namespaces. 17 年之前
  Pavel Emelyanov 6ddc082223 [NETNS][FRAGS]: Make the mem counter per-namespace. 17 年之前
  Pavel Emelyanov e5a2bb842c [NETNS][FRAGS]: Make the nqueues counter per-namespace. 17 年之前