1. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  2. cb84663 [NETNS]: Process IP layer in the context of the correct namespace. by Denis V. Lunev · 16 years ago
  3. 12b1015 [IPV4]: Fix null dereference in ip_defrag by Phil Oester · 16 years ago
  4. 81566e8 [NETNS][FRAGS]: Make the pernet subsystem for fragments. by Pavel Emelyanov · 16 years ago
  5. 3140c25 [NETNS][FRAGS]: Make the LRU list per namespace. by Pavel Emelyanov · 16 years ago
  6. 3b4bc4a [NETNS][FRAGS]: Isolate the secret interval from namespaces. by Pavel Emelyanov · 16 years ago
  7. e31e0bdc7 [NETNS][FRAGS]: Make thresholds work in namespaces. by Pavel Emelyanov · 16 years ago
  8. b2fd532 [NETNS][FRAGS]: Make the net.ipv4.ipfrag_timeout work in namespaces. by Pavel Emelyanov · 16 years ago
  9. e4a2d5c [NETNS][FRAGS]: Duplicate sysctl tables for new namespaces. by Pavel Emelyanov · 16 years ago
  10. 6ddc082 [NETNS][FRAGS]: Make the mem counter per-namespace. by Pavel Emelyanov · 16 years ago
  11. e5a2bb842 [NETNS][FRAGS]: Make the nqueues counter per-namespace. by Pavel Emelyanov · 16 years ago
  12. ac18e75 [NETNS][FRAGS]: Make the inet_frag_queue lookup work in namespaces. by Pavel Emelyanov · 16 years ago
  13. 8d8354d [NETNS][FRAGS]: Move ctl tables around. by Pavel Emelyanov · 16 years ago
  14. 4554247 [NET]: Fix uninitialised variable in ip_frag_reasm() by David Howells · 17 years ago
  15. c954770 [INET]: Consolidate frag queues freeing by Pavel Emelyanov · 17 years ago
  16. 48d6005 [INET]: Remove no longer needed ->equal callback by Pavel Emelyanov · 17 years ago
  17. abd6523 [INET]: Consolidate xxx_find() in fragment management by Pavel Emelyanov · 17 years ago
  18. c6fda28 [INET]: Consolidate xxx_frag_create() by Pavel Emelyanov · 17 years ago
  19. e521db9 [INET]: Consolidate xxx_frag_alloc() by Pavel Emelyanov · 17 years ago
  20. 2588fe1 [INET]: Consolidate xxx_frag_intern by Pavel Emelyanov · 17 years ago
  21. fd9e635 [INET]: Omit double hash calculations in xxx_frag_intern by Pavel Emelyanov · 17 years ago
  22. f1673ca [INET]: kmalloc+memset -> kzalloc in frag_alloc_queue by Denis V. Lunev · 17 years ago
  23. 762cc40 [INET]: Consolidate the xxx_put by Pavel Emelyanov · 17 years ago
  24. 4b6cb5d [INET]: Small cleanup for xxx_put after evictor consolidation by Pavel Emelyanov · 17 years ago
  25. 8e7999c [INET]: Consolidate the xxx_evictor by Pavel Emelyanov · 17 years ago
  26. 1e4b828 [INET]: Consolidate the xxx_frag_destroy by Pavel Emelyanov · 17 years ago
  27. 321a3a9 [INET]: Consolidate xxx_the secret_rebuild by Pavel Emelyanov · 17 years ago
  28. 277e650 [INET]: Consolidate the xxx_frag_kill by Pavel Emelyanov · 17 years ago
  29. 04128f2 [INET]: Collect common frag sysctl variables together by Pavel Emelyanov · 17 years ago
  30. 7eb9515 [INET]: Collect frag queues management objects together by Pavel Emelyanov · 17 years ago
  31. 5ab11c9 [INET]: Move common fields from frag_queues in one place. by Pavel Emelyanov · 17 years ago
  32. 776c729 [IPV4]: Change ip_defrag to return an integer by Herbert Xu · 17 years ago
  33. 1706d58 [IPV4]: Make ip_defrag return the same packet by Herbert Xu · 17 years ago
  34. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  35. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  36. c9bdd4b [IP]: Introduce ip_hdrlen() by Arnaldo Carvalho de Melo · 17 years ago
  37. d56f90a [SK_BUFF]: Introduce skb_network_header() by Arnaldo Carvalho de Melo · 17 years ago
  38. 132adf5 [IPV4]: cleanup by Stephen Hemminger · 17 years ago
  39. b7aa0bf [NET]: convert network timestamps to ktime_t by Eric Dumazet · 17 years ago
  40. e905a9e [NET] IPV4: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  41. 47c6bf77 fix typo in net/ipv4/ip_fragment.c by Peter Zijlstra · 18 years ago
  42. 1827777 [IPV4]: ip_fragment.c endianness annotations by Al Viro · 18 years ago
  43. ab32ea5 [NET/IPV4/IPV6]: Change some sysctl variables to __read_mostly by Brian Haley · 18 years ago
  44. 84fa793 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE by Patrick McHardy · 18 years ago
  45. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  46. 55c0022 [IPV4] ip_fragment: Always compute hash with ipfrag_lock held. by David S. Miller · 18 years ago
  47. 76ab608 [NET]: Endian-annotate struct iphdr by Alexey Dobriyan · 19 years ago
  48. 89cee8b [IPV4]: Safer reassembly by Herbert Xu · 19 years ago
  49. e7c8a41 [IPV4,IPV6]: replace handmade list with hlist in IPv{4,6} reassembly by Yasuyuki Kozakai · 19 years ago
  50. 48bc41a [IPV4]: Reassembly trim not clearing CHECKSUM_HW by Stephen Hemminger · 19 years ago
  51. a61bbcf [NET]: Store skb->timestamp as offset to a base timestamp by Patrick McHardy · 19 years ago
  52. 64ce207 [NET]: Make NETDEBUG pure printk wrappers by Patrick McHardy · 19 years ago
  53. ca93345 [IPV4]: Debug cleanup by Heikki Orsila · 19 years ago
  54. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago