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