1. e989707 igmp: hash a hash table to speedup ip_check_mc_rcu() by Eric Dumazet · 11 years ago
  2. f7c0c2a ipv4: Correct comparisons and calculations using skb->tail and skb-transport_header by Simon Horman · 11 years ago
  3. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 11 years ago
  4. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 11 years ago
  5. 193ba92 igmp: export symbol ip_mc_leave_group by stephen hemminger · 12 years ago
  6. d679c53 igmp: avoid drop_monitor false positives by Eric Dumazet · 12 years ago
  7. a399a80 time: jiffies_delta_to_clock_t() helper to the rescue by Eric Dumazet · 12 years ago
  8. 5e73ea1 ipv4: fix checkpatch errors by Daniel Baluta · 12 years ago
  9. 06eb4ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  10. ce713ee net: replace continue with break to reduce unnecessary loop in xxx_xmarksources by RongQing.Li · 12 years ago
  11. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  12. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 12 years ago
  13. a8c1f65 igmp: Avoid zero delay when receiving odd mixture of IGMP queries by Ben Hutchings · 12 years ago
  14. 5eb81e89 ipv4 : igmp : Delete useless parameter in ip_mc_add1_src() by Jun Zhao · 13 years ago
  15. 6dec4ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  16. 685f94e6 ipv4 : igmp : fix error handle in ip_mc_add_src() by Jun Zhao · 13 years ago
  17. 6608824 ipv4: Remove all uses of LL_ALLOCATED_SPACE by Herbert Xu · 13 years ago
  18. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  19. e05c4ad3 mcast: Fix source address selection for multicast listener report by Yan, Zheng · 13 years ago
  20. b81693d net: remove ndo_set_multicast_list callback by Jiri Pirko · 13 years ago
  21. 19fd617 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  22. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  23. a1889c0 net: adjust array index by Julia Lawall · 13 years ago
  24. 24cf3af igmp: call ip_mc_clear_src() only when we have no users of ip_mc_list by Veaceslav Falico · 13 years ago
  25. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  26. 10d50e7 net,rcu: convert call_rcu(ip_mc_socklist_reclaim) to kfree_rcu() by Lai Jiangshan · 13 years ago
  27. 7519cce net,rcu: convert call_rcu(ip_sf_socklist_reclaim) to kfree_rcu() by Lai Jiangshan · 13 years ago
  28. 42ea299d net,rcu: convert call_rcu(ip_mc_list_reclaim) to kfree_rcu() by Lai Jiangshan · 13 years ago
  29. 492f64c ipv4: Use flowi4's {saddr,daddr} in igmpv3_newpack() and igmp_send_report() by David S. Miller · 13 years ago
  30. 31e4543 ipv4: Make caller provide on-stack flow key to ip_route_output_ports(). by David S. Miller · 13 years ago
  31. 2e97e98 ipv4: Remove erroneous check in igmpv3_newpack() and igmp_send_report(). by David S. Miller · 13 years ago
  32. 78fbfd8 ipv4: Create and use route lookup helpers. by David S. Miller · 13 years ago
  33. dbdd9a5 ipv4: Remove redundant RCU locking in ip_check_mc(). by David S. Miller · 13 years ago
  34. b23dd4f ipv4: Make output route lookup return rtable directly. by David S. Miller · 13 years ago
  35. 57e1ab6 igmp: refine skb allocations by Eric Dumazet · 14 years ago
  36. 866f3b2 bonding: IGMP handling cleanup by Eric Dumazet · 14 years ago
  37. 5811662 net: use the macros defined for the members of flowi by Changli Gao · 14 years ago
  38. d9aa938 ipv4: Fix build with multicast disabled. by David S. Miller · 14 years ago
  39. c25ecd0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  40. 1d7138d igmp: RCU conversion of in_dev->mc_list by Eric Dumazet · 14 years ago
  41. c753796 ipv4: Make rt->fl.iif tests lest obscure. by David S. Miller · 14 years ago
  42. 18943d2 inet: fix ip_mc_drop_socket() by Eric Dumazet · 14 years ago
  43. 8723e1b inet: RCU changes in inetdev_by_index() by Eric Dumazet · 14 years ago
  44. 9e917dc net: avoid a dev refcount in ip_mc_find_dev() by Eric Dumazet · 14 years ago
  45. e12b453 bonding: fix to rejoin multicast groups immediately by Flavio Leitner · 14 years ago
  46. 5b7c840 ipv4: correct IGMP behavior on v3 query during v2-compatibility mode by David Stevens · 14 years ago
  47. 7998156 ipv4: force_igmp_version ignored when a IGMPv3 query received by Bob Arendt · 14 years ago
  48. 4bc2f18 net/ipv4: EXPORT_SYMBOL cleanups by Eric Dumazet · 14 years ago
  49. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  50. 9a57a9d igmp: avoid two atomic ops in igmp_rcv() by Eric Dumazet · 14 years ago
  51. 3ed37a6 net/ipv4/igmp.c: Remove unnecessary kmalloc casts by Joe Perches · 14 years ago
  52. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  53. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  54. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  55. 5ecccb7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  56. c6b471e inet: Remove bogus IGMPv3 report handling by Herbert Xu · 14 years ago
  57. c85bb41 igmp: fix ip_mc_sf_allow race [v5] by Flavio Leitner · 14 years ago
  58. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 14 years ago
  59. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  60. 6baff15 igmp: Use next_net_device_rcu() by Eric Dumazet · 15 years ago
  61. 61fbab7 IPV4: use rcu to walk list of devices in IGMP by stephen hemminger · 15 years ago
  62. 75c7850 bonding: remap muticast addresses without using dev_close() and dev_open() by Moni Shoua · 15 years ago
  63. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  64. 511c3f9 net: skb->rtable accessor by Eric Dumazet · 15 years ago
  65. f771bef ipv4: New multicast-all socket option by Nivedita Singhvi · 15 years ago
  66. 7091e72 netns: igmp: make /proc/net/{igmp,mcfilter} per netns by Alexey Dobriyan · 16 years ago
  67. a7e9ff7 net: clean up net/ipv4/igmp.c by Jianjun Kong · 16 years ago
  68. 113aa83 net: Rationalise email address: Network Specific Parts by Alan Cox · 16 years ago
  69. b8bae41 ipv4: add mc_count to in_device. by Rami Rosen · 16 years ago
  70. 877aced netns: Fix crash by making igmp per namespace by Daniel Lezcano · 16 years ago
  71. 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
  72. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  73. f5184d2 net: Allow netdevices to specify needed head/tailroom by Johannes Berg · 16 years ago
  74. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  75. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  76. ee6b967 [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts by Eric Dumazet · 16 years ago
  77. 2430aa8 [NETNS]: Disable multicaststing configuration inside non-initial namespace. by Denis V. Lunev · 16 years ago
  78. cd557bc [IGMP]: Optimize kfree_skb in igmp_rcv. by Denis V. Lunev · 16 years ago
  79. f206351 [NETNS]: Add namespace parameter to ip_route_output_key. by Denis V. Lunev · 16 years ago
  80. 1ab3527 [NETNS]: Add namespace parameter to ip_dev_find. by Denis V. Lunev · 16 years ago
  81. 7fee0ca [NETNS]: Add netns parameter to inetdev_by_index. by Denis V. Lunev · 16 years ago
  82. dd329bf [IPV4]: igmp sparse warnings by Stephen Hemminger · 16 years ago
  83. f97c1e0 [IPV4] net/ipv4: Use ipv4_is_<type> by Joe Perches · 17 years ago
  84. 586f121 [IPV4]: Switch users of ipv4_devconf(_all) to use the pernet one by Pavel Emelyanov · 17 years ago
  85. c439cb2 [IPV4]: Add ip_local_out by Herbert Xu · 16 years ago
  86. b24b8a2 [NET]: Convert init_timer into setup_timer by Pavel Emelyanov · 16 years ago
  87. cf7732e [NET]: Make core networking code use seq_open_private by Pavel Emelyanov · 17 years ago
  88. cfcabdc [NET]: sparse warning fixes by Stephen Hemminger · 17 years ago
  89. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  90. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  91. 42f811b [IPV4]: Convert IPv4 devconf to an array by Herbert Xu · 17 years ago
  92. 7562f87 [NET]: Rework dev_base via list_head (v3) by Pavel Emelianov · 17 years ago
  93. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  94. b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them by Arnaldo Carvalho de Melo · 17 years ago
  95. bff9b61 [SK_BUFF]: Use the helpers to get the layer header pointer by Arnaldo Carvalho de Melo · 17 years ago
  96. d10ba34 [SK_BUFF]: More skb_put related skb_reset_transport_header by Arnaldo Carvalho de Melo · 17 years ago
  97. 9c70220 [SK_BUFF]: Introduce skb_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  98. d9edf9e [SK_BUFF]: Introduce igmp_hdr() & friends, remove skb->h.igmph by Arnaldo Carvalho de Melo · 17 years ago
  99. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  100. f690808 [NET]: make seq_operations const by Stephen Hemminger · 17 years ago