1. 24cf3af igmp: call ip_mc_clear_src() only when we have no users of ip_mc_list by Veaceslav Falico · 13 years ago
  2. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  3. 10d50e7 net,rcu: convert call_rcu(ip_mc_socklist_reclaim) to kfree_rcu() by Lai Jiangshan · 13 years ago
  4. 7519cce net,rcu: convert call_rcu(ip_sf_socklist_reclaim) to kfree_rcu() by Lai Jiangshan · 13 years ago
  5. 42ea299d net,rcu: convert call_rcu(ip_mc_list_reclaim) to kfree_rcu() by Lai Jiangshan · 13 years ago
  6. 492f64c ipv4: Use flowi4's {saddr,daddr} in igmpv3_newpack() and igmp_send_report() by David S. Miller · 13 years ago
  7. 31e4543 ipv4: Make caller provide on-stack flow key to ip_route_output_ports(). by David S. Miller · 13 years ago
  8. 2e97e98 ipv4: Remove erroneous check in igmpv3_newpack() and igmp_send_report(). by David S. Miller · 13 years ago
  9. 78fbfd8 ipv4: Create and use route lookup helpers. by David S. Miller · 13 years ago
  10. dbdd9a5 ipv4: Remove redundant RCU locking in ip_check_mc(). by David S. Miller · 13 years ago
  11. b23dd4f ipv4: Make output route lookup return rtable directly. by David S. Miller · 13 years ago
  12. 57e1ab6 igmp: refine skb allocations by Eric Dumazet · 14 years ago
  13. 866f3b2 bonding: IGMP handling cleanup by Eric Dumazet · 14 years ago
  14. 5811662 net: use the macros defined for the members of flowi by Changli Gao · 14 years ago
  15. d9aa938 ipv4: Fix build with multicast disabled. by David S. Miller · 14 years ago
  16. c25ecd0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  17. 1d7138d igmp: RCU conversion of in_dev->mc_list by Eric Dumazet · 14 years ago
  18. c753796 ipv4: Make rt->fl.iif tests lest obscure. by David S. Miller · 14 years ago
  19. 18943d2 inet: fix ip_mc_drop_socket() by Eric Dumazet · 14 years ago
  20. 8723e1b inet: RCU changes in inetdev_by_index() by Eric Dumazet · 14 years ago
  21. 9e917dc net: avoid a dev refcount in ip_mc_find_dev() by Eric Dumazet · 14 years ago
  22. e12b453 bonding: fix to rejoin multicast groups immediately by Flavio Leitner · 14 years ago
  23. 5b7c840 ipv4: correct IGMP behavior on v3 query during v2-compatibility mode by David Stevens · 14 years ago
  24. 7998156 ipv4: force_igmp_version ignored when a IGMPv3 query received by Bob Arendt · 14 years ago
  25. 4bc2f18 net/ipv4: EXPORT_SYMBOL cleanups by Eric Dumazet · 14 years ago
  26. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  27. 9a57a9d igmp: avoid two atomic ops in igmp_rcv() by Eric Dumazet · 14 years ago
  28. 3ed37a6 net/ipv4/igmp.c: Remove unnecessary kmalloc casts by Joe Perches · 14 years ago
  29. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  30. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  31. 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
  32. 5ecccb7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  33. c6b471e inet: Remove bogus IGMPv3 report handling by Herbert Xu · 15 years ago
  34. c85bb41 igmp: fix ip_mc_sf_allow race [v5] by Flavio Leitner · 15 years ago
  35. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 15 years ago
  36. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  37. 6baff15 igmp: Use next_net_device_rcu() by Eric Dumazet · 15 years ago
  38. 61fbab7 IPV4: use rcu to walk list of devices in IGMP by stephen hemminger · 15 years ago
  39. 75c7850 bonding: remap muticast addresses without using dev_close() and dev_open() by Moni Shoua · 15 years ago
  40. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  41. 511c3f9 net: skb->rtable accessor by Eric Dumazet · 15 years ago
  42. f771bef ipv4: New multicast-all socket option by Nivedita Singhvi · 15 years ago
  43. 7091e72 netns: igmp: make /proc/net/{igmp,mcfilter} per netns by Alexey Dobriyan · 16 years ago
  44. a7e9ff7 net: clean up net/ipv4/igmp.c by Jianjun Kong · 16 years ago
  45. 113aa83 net: Rationalise email address: Network Specific Parts by Alan Cox · 16 years ago
  46. b8bae41 ipv4: add mc_count to in_device. by Rami Rosen · 16 years ago
  47. 877aced netns: Fix crash by making igmp per namespace by Daniel Lezcano · 16 years ago
  48. 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
  49. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  50. f5184d2 net: Allow netdevices to specify needed head/tailroom by Johannes Berg · 16 years ago
  51. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  52. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  53. ee6b967 [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts by Eric Dumazet · 16 years ago
  54. 2430aa8 [NETNS]: Disable multicaststing configuration inside non-initial namespace. by Denis V. Lunev · 16 years ago
  55. cd557bc [IGMP]: Optimize kfree_skb in igmp_rcv. by Denis V. Lunev · 17 years ago
  56. f206351 [NETNS]: Add namespace parameter to ip_route_output_key. by Denis V. Lunev · 17 years ago
  57. 1ab3527 [NETNS]: Add namespace parameter to ip_dev_find. by Denis V. Lunev · 17 years ago
  58. 7fee0ca [NETNS]: Add netns parameter to inetdev_by_index. by Denis V. Lunev · 17 years ago
  59. dd329bf [IPV4]: igmp sparse warnings by Stephen Hemminger · 17 years ago
  60. f97c1e0 [IPV4] net/ipv4: Use ipv4_is_<type> by Joe Perches · 17 years ago
  61. 586f121 [IPV4]: Switch users of ipv4_devconf(_all) to use the pernet one by Pavel Emelyanov · 17 years ago
  62. c439cb2 [IPV4]: Add ip_local_out by Herbert Xu · 17 years ago
  63. b24b8a2 [NET]: Convert init_timer into setup_timer by Pavel Emelyanov · 17 years ago
  64. cf7732e [NET]: Make core networking code use seq_open_private by Pavel Emelyanov · 17 years ago
  65. cfcabdc [NET]: sparse warning fixes by Stephen Hemminger · 17 years ago
  66. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  67. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  68. 42f811b [IPV4]: Convert IPv4 devconf to an array by Herbert Xu · 17 years ago
  69. 7562f87 [NET]: Rework dev_base via list_head (v3) by Pavel Emelianov · 17 years ago
  70. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  71. b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them by Arnaldo Carvalho de Melo · 17 years ago
  72. bff9b61 [SK_BUFF]: Use the helpers to get the layer header pointer by Arnaldo Carvalho de Melo · 17 years ago
  73. d10ba34 [SK_BUFF]: More skb_put related skb_reset_transport_header by Arnaldo Carvalho de Melo · 17 years ago
  74. 9c70220 [SK_BUFF]: Introduce skb_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  75. d9edf9e [SK_BUFF]: Introduce igmp_hdr() & friends, remove skb->h.igmph by Arnaldo Carvalho de Melo · 17 years ago
  76. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  77. f690808 [NET]: make seq_operations const by Stephen Hemminger · 17 years ago
  78. 7e28ecc [SK_BUFF]: Use skb_reset_network_header where the skb_pull return was being used by Arnaldo Carvalho de Melo · 17 years ago
  79. 0888266 [IPV4]: Fix warning in ip_mc_rejoin_group. by Geert Uytterhoeven · 17 years ago
  80. a816c7c bonding: Improve IGMP join processing by Jay Vosburgh · 17 years ago
  81. 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 18 years ago
  82. e905a9e [NET] IPV4: Fix whitespace errors. by YOSHIFUJI Hideaki · 18 years ago
  83. cc63f70 [IPV4/IPV6] multicast: Check add_grhead() return value by Alexey Dobriyan · 18 years ago
  84. d3bc23e [NET]: Annotate callers of csum_fold() in net/* by Al Viro · 18 years ago
  85. 6300772 [IPV4]: trivial igmp annotations by Al Viro · 18 years ago
  86. c0cda06 [IPV4]: ip_mc_sf_allow() annotated by Al Viro · 18 years ago
  87. ea4d9e7 [IPV4]: struct ip_sf_list and struct ip_sf_socklist annotated by Al Viro · 18 years ago
  88. 8f935bb [IPV4]: ip_mc_{inc,dec}_group() annotations by Al Viro · 18 years ago
  89. a60c492 [IPV4]: ip_check_mc() annotations by Al Viro · 18 years ago
  90. ab32ea5 [NET/IPV4/IPV6]: Change some sysctl variables to __read_mostly by Brian Haley · 18 years ago
  91. 84fa793 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE by Patrick McHardy · 18 years ago
  92. acd6e00 [MCAST]: Fix filter leak on device removal. by David L Stevens · 18 years ago
  93. bb699cbc [IPV4]: Possible leak of multicast source filter sctructure by Michal Ruzicka · 18 years ago
  94. 0da974f [NET]: Conversions from kmalloc+memset to k(z|c)alloc. by Panagiotis Issaris · 18 years ago
  95. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  96. 338fcf9 [IPV4] igmp: Fixup struct ip_mc_list::multiaddr type by Alexey Dobriyan · 18 years ago
  97. 1533306 [NET]: dev_put/dev_hold cleanup by Stephen Hemminger · 18 years ago
  98. 6756ae4 [NET]: Convert RTNL to mutex. by Stephen Hemminger · 18 years ago
  99. 76edc60 [PATCH] ipv4 NULL noise removal by Al Viro · 19 years ago
  100. dd1c185 Fix ipv4/igmp.c compile with gcc-4 and IP_MULTICAST by Linus Torvalds · 19 years ago