1. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  2. 9a57a9d igmp: avoid two atomic ops in igmp_rcv() by Eric Dumazet · 14 years ago
  3. 3ed37a6 net/ipv4/igmp.c: Remove unnecessary kmalloc casts by Joe Perches · 14 years ago
  4. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  5. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  6. 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
  7. 5ecccb7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  8. c6b471e inet: Remove bogus IGMPv3 report handling by Herbert Xu · 14 years ago
  9. c85bb41 igmp: fix ip_mc_sf_allow race [v5] by Flavio Leitner · 14 years ago
  10. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 14 years ago
  11. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 14 years ago
  12. 6baff15 igmp: Use next_net_device_rcu() by Eric Dumazet · 15 years ago
  13. 61fbab7 IPV4: use rcu to walk list of devices in IGMP by stephen hemminger · 15 years ago
  14. 75c7850 bonding: remap muticast addresses without using dev_close() and dev_open() by Moni Shoua · 15 years ago
  15. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  16. 511c3f9 net: skb->rtable accessor by Eric Dumazet · 15 years ago
  17. f771bef ipv4: New multicast-all socket option by Nivedita Singhvi · 15 years ago
  18. 7091e72 netns: igmp: make /proc/net/{igmp,mcfilter} per netns by Alexey Dobriyan · 15 years ago
  19. a7e9ff7 net: clean up net/ipv4/igmp.c by Jianjun Kong · 16 years ago
  20. 113aa83 net: Rationalise email address: Network Specific Parts by Alan Cox · 16 years ago
  21. b8bae41 ipv4: add mc_count to in_device. by Rami Rosen · 16 years ago
  22. 877aced netns: Fix crash by making igmp per namespace by Daniel Lezcano · 16 years ago
  23. 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
  24. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  25. f5184d2 net: Allow netdevices to specify needed head/tailroom by Johannes Berg · 16 years ago
  26. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  27. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  28. ee6b967 [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts by Eric Dumazet · 16 years ago
  29. 2430aa8 [NETNS]: Disable multicaststing configuration inside non-initial namespace. by Denis V. Lunev · 16 years ago
  30. cd557bc [IGMP]: Optimize kfree_skb in igmp_rcv. by Denis V. Lunev · 16 years ago
  31. f206351 [NETNS]: Add namespace parameter to ip_route_output_key. by Denis V. Lunev · 16 years ago
  32. 1ab3527 [NETNS]: Add namespace parameter to ip_dev_find. by Denis V. Lunev · 16 years ago
  33. 7fee0ca [NETNS]: Add netns parameter to inetdev_by_index. by Denis V. Lunev · 16 years ago
  34. dd329bf [IPV4]: igmp sparse warnings by Stephen Hemminger · 16 years ago
  35. f97c1e0 [IPV4] net/ipv4: Use ipv4_is_<type> by Joe Perches · 16 years ago
  36. 586f121 [IPV4]: Switch users of ipv4_devconf(_all) to use the pernet one by Pavel Emelyanov · 16 years ago
  37. c439cb2 [IPV4]: Add ip_local_out by Herbert Xu · 16 years ago
  38. b24b8a2 [NET]: Convert init_timer into setup_timer by Pavel Emelyanov · 16 years ago
  39. cf7732e [NET]: Make core networking code use seq_open_private by Pavel Emelyanov · 17 years ago
  40. cfcabdc [NET]: sparse warning fixes by Stephen Hemminger · 17 years ago
  41. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  42. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  43. 42f811b [IPV4]: Convert IPv4 devconf to an array by Herbert Xu · 17 years ago
  44. 7562f87 [NET]: Rework dev_base via list_head (v3) by Pavel Emelianov · 17 years ago
  45. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  46. b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them by Arnaldo Carvalho de Melo · 17 years ago
  47. bff9b61 [SK_BUFF]: Use the helpers to get the layer header pointer by Arnaldo Carvalho de Melo · 17 years ago
  48. d10ba34 [SK_BUFF]: More skb_put related skb_reset_transport_header by Arnaldo Carvalho de Melo · 17 years ago
  49. 9c70220 [SK_BUFF]: Introduce skb_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  50. d9edf9e [SK_BUFF]: Introduce igmp_hdr() & friends, remove skb->h.igmph by Arnaldo Carvalho de Melo · 17 years ago
  51. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  52. f690808 [NET]: make seq_operations const by Stephen Hemminger · 17 years ago
  53. 7e28ecc [SK_BUFF]: Use skb_reset_network_header where the skb_pull return was being used by Arnaldo Carvalho de Melo · 17 years ago
  54. 0888266 [IPV4]: Fix warning in ip_mc_rejoin_group. by Geert Uytterhoeven · 17 years ago
  55. a816c7c bonding: Improve IGMP join processing by Jay Vosburgh · 17 years ago
  56. 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 17 years ago
  57. e905a9e [NET] IPV4: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  58. cc63f70 [IPV4/IPV6] multicast: Check add_grhead() return value by Alexey Dobriyan · 17 years ago
  59. d3bc23e [NET]: Annotate callers of csum_fold() in net/* by Al Viro · 18 years ago
  60. 6300772 [IPV4]: trivial igmp annotations by Al Viro · 18 years ago
  61. c0cda06 [IPV4]: ip_mc_sf_allow() annotated by Al Viro · 18 years ago
  62. ea4d9e7 [IPV4]: struct ip_sf_list and struct ip_sf_socklist annotated by Al Viro · 18 years ago
  63. 8f935bb [IPV4]: ip_mc_{inc,dec}_group() annotations by Al Viro · 18 years ago
  64. a60c492 [IPV4]: ip_check_mc() annotations by Al Viro · 18 years ago
  65. ab32ea5 [NET/IPV4/IPV6]: Change some sysctl variables to __read_mostly by Brian Haley · 18 years ago
  66. 84fa793 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE by Patrick McHardy · 18 years ago
  67. acd6e00 [MCAST]: Fix filter leak on device removal. by David L Stevens · 18 years ago
  68. bb699cbc [IPV4]: Possible leak of multicast source filter sctructure by Michal Ruzicka · 18 years ago
  69. 0da974f [NET]: Conversions from kmalloc+memset to k(z|c)alloc. by Panagiotis Issaris · 18 years ago
  70. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  71. 338fcf9 [IPV4] igmp: Fixup struct ip_mc_list::multiaddr type by Alexey Dobriyan · 18 years ago
  72. 1533306 [NET]: dev_put/dev_hold cleanup by Stephen Hemminger · 18 years ago
  73. 6756ae4 [NET]: Convert RTNL to mutex. by Stephen Hemminger · 18 years ago
  74. 76edc60 [PATCH] ipv4 NULL noise removal by Al Viro · 18 years ago
  75. dd1c185 Fix ipv4/igmp.c compile with gcc-4 and IP_MULTICAST by Linus Torvalds · 18 years ago
  76. c5d90e0 [IPV4] igmp: remove pointless printk by Dave Jones · 18 years ago
  77. ad12583 [IPV4]: Fix multiple bugs in IGMPv3 by David L Stevens · 18 years ago
  78. 8b3a700 [NET]: Remove more unneeded typecasts on *malloc() by Kris Katterjohn · 18 years ago
  79. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 18 years ago
  80. 24c6927 [IGMP]: workaround for IGMP v1/v2 bug by David Stevens · 18 years ago
  81. fb286bb [NET]: Detect hardware rx checksum faults correctly by Herbert Xu · 19 years ago
  82. 8713dbf [MCAST]: ip[6]_mc_add_src should be called when number of sources is zero by Yan Zheng · 19 years ago
  83. e5ed639 [IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnl by Herbert Xu · 19 years ago
  84. de9daad [MCAST]: Fix MCAST_EXCLUDE line dupes by Denis Lukianov · 19 years ago
  85. 64ce207 [NET]: Make NETDEBUG pure printk wrappers by Patrick McHardy · 19 years ago
  86. 84b42ba [IPV4]: fix IPv4 leave-group group matching by David L Stevens · 19 years ago
  87. 9951f03 [IPV4]: (INCLUDE,empty)/leave-group equivalence for full-state MSF APIs & errno fix by David L Stevens · 19 years ago
  88. 917f2f1 [IPV4]: multicast API "join" issues by David L Stevens · 19 years ago
  89. 8cdaaa1 [IPV4]: multicast API "join" issues by David L Stevens · 19 years ago
  90. ca9b907 [IPV4]: multicast API "join" issues by David L Stevens · 19 years ago
  91. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago