1. ce43c07 net: igmp: add a missing rcu locking section by Eric Dumazet · 6 years ago
  2. 0ae1696 net: igmp: fix source address check for IGMPv3 reports by Felix Fietkau · 6 years ago
  3. 2c1a0b2 net: igmp: Use correct source address on IGMPv3 reports by Kevin Cernekee · 7 years ago
  4. c2f78bf ipv4: igmp: guard against silly MTU values by Eric Dumazet · 7 years ago
  5. f628c9d igmp: Fix regression caused by igmp sysctl namespace code. by Nikolay Borisov · 7 years ago
  6. cac2a9b igmp: add a missing spin_lock_init() by WANG Cong · 7 years ago
  7. ecd6627 igmp: acquire pmc lock for ip_mc_clear_src() by WANG Cong · 7 years ago
  8. 16a3fbe igmp, mld: Fix memory leak in igmpv3/mld_del_delrec() by Hangbin Liu · 7 years ago
  9. fe1e13c igmp: Make igmp group member RFC 3376 compliant by Michal Tesar · 7 years ago
  10. 24803f3 igmp: do not remove igmp souce list info when set link down by Hangbin Liu · 8 years ago
  11. a052517 net/multicast: should not send source list records when have filter mode change by Hangbin Liu · 8 years ago
  12. 810813c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  13. 1837b2e mld, igmp: Fix reserved tailroom calculation by Benjamin Poirier · 8 years ago
  14. dcd8799 igmp: net: Move igmp namespace init to correct file by Nikolay Borisov · 8 years ago
  15. 165094a igmp: Namespacify igmp_qrv sysctl knob by Nikolay Borisov · 8 years ago
  16. 87a8a2a igmp: Namespaceify igmp_llm_reports sysctl knob by Nikolay Borisov · 8 years ago
  17. 166b6b2 igmp: Namespaceify igmp_max_msf sysctl knob by Nikolay Borisov · 8 years ago
  18. 815c527 igmp: Namespaceify igmp_max_memberships sysctl knob by Nikolay Borisov · 8 years ago
  19. 4eba7bb ipv4: igmp: Allow removing groups from a removed interface by Andrew Lunn · 9 years ago
  20. 87e9f03 ipv4: fix a potential deadlock in mcast getsockopt() path by WANG Cong · 9 years ago
  21. 33224b1 ipv4, ipv6: Pass net into ip_local_out and ip6_local_out by Eric W. Biederman · 9 years ago
  22. e2cb77d ipv4: Merge ip_local_out and ip_local_out_sk by Eric W. Biederman · 9 years ago
  23. 2094acb net/ipv4: Pass proto as u8 instead of u16 in ip_check_mc_rcu by Alexander Duyck · 9 years ago
  24. df2cf4a IGMP: Inhibit reports for local multicast groups by Philip Downey · 9 years ago
  25. a516993 net: fix wrong skb_get() usage / crash in IGMP/MLD parsing code by Linus Lüssing · 9 years ago
  26. 9afd85c net: Export IGMP/MLD message validation code by Linus Lüssing · 9 years ago
  27. 00db412 ipv4: coding style: comparison for inequality with NULL by Ian Morris · 9 years ago
  28. 51456b2 ipv4: coding style: comparison for equality with NULL by Ian Morris · 9 years ago
  29. b6a7719 ipv4: hash net ptr into fragmentation bucket selection by Hannes Frederic Sowa · 9 years ago
  30. 54ff9ef ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop} by Marcelo Ricardo Leitner · 9 years ago
  31. 93a714d multicast: Extend ip address command to enable multicast group join/leave on by Madhu Challa · 9 years ago
  32. 959d10f igmp: add __ip_mc_{join|leave}_group() by Eric Dumazet · 9 years ago
  33. 4c672e4 ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUs by Daniel Borkmann · 10 years ago
  34. 1744bea net: Convert SEQ_START_TOKEN/seq_printf to seq_puts by Joe Perches · 10 years ago
  35. 436f7c2 igmp: remove camel case definitions by Fabian Frederick · 10 years ago
  36. b47bd8d ipv4: igmp: fix v3 general query drop monitor false positive by Daniel Borkmann · 10 years ago
  37. a9fe8e2 ipv4: implement igmp_qrv sysctl to tune igmp robustness variable by Hannes Frederic Sowa · 10 years ago
  38. e6b6888 net/ipv4/igmp.c: Replace rcu_dereference() with rcu_access_pointer() by Andreea-Cristina Bernat · 10 years ago
  39. 179542a igmp: remove exceptional & on function name by Himangi Saraogi · 10 years ago
  40. 52ad353 igmp: fix the problem when mc leave group by dingtianhong · 10 years ago
  41. 73f156a inetpeer: get rid of ip_id_count by Eric Dumazet · 10 years ago
  42. de08dc1 igmp: Call skb_checksum_simple_validate by Tom Herbert · 10 years ago
  43. 63862b5 net: replace macros net_random and net_srandom with direct calls to prandom by Aruna-Hewapathirane · 10 years ago
  44. 72c1d3b ipv4: register igmp_notifier even when !CONFIG_PROC_FS by WANG Cong · 10 years ago
  45. c71151f ipv4: fix all space errors in file igmp.c by Weilong Chen · 10 years ago
  46. e240165 ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_put by Salam Noureddine · 11 years ago
  47. 703133d ip: generate unique IP identificator if local fragmentation is allowed by Ansis Atteka · 11 years ago
  48. 2690048 net: igmp: Allow user-space configuration of igmp unsolicited report interval by William Manley · 11 years ago
  49. cab7004 net: igmp: Reduce Unsolicited report interval to 1s when using IGMPv3 by William Manley · 11 years ago
  50. 9d4a031 ipv4, ipv6: send igmpv3/mld packets with TC_PRIO_CONTROL by Hannes Frederic Sowa · 11 years ago
  51. 4aa5dee net: convert resend IGMP to notifier event by Jiri Pirko · 11 years ago
  52. c70eba7 igmp: fix new sparse errors by Eric Dumazet · 11 years ago
  53. 946d3bd igmp: remove unnecessary in_device member zeroing by Shawn Bohrer · 11 years ago
  54. e989707 igmp: hash a hash table to speedup ip_check_mc_rcu() by Eric Dumazet · 11 years ago
  55. f7c0c2a ipv4: Correct comparisons and calculations using skb->tail and skb-transport_header by Simon Horman · 11 years ago
  56. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 11 years ago
  57. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 11 years ago
  58. 193ba92 igmp: export symbol ip_mc_leave_group by stephen hemminger · 12 years ago
  59. d679c53 igmp: avoid drop_monitor false positives by Eric Dumazet · 12 years ago
  60. a399a80 time: jiffies_delta_to_clock_t() helper to the rescue by Eric Dumazet · 12 years ago
  61. 5e73ea1 ipv4: fix checkpatch errors by Daniel Baluta · 12 years ago
  62. 06eb4ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  63. ce713ee net: replace continue with break to reduce unnecessary loop in xxx_xmarksources by RongQing.Li · 12 years ago
  64. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  65. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 12 years ago
  66. a8c1f65 igmp: Avoid zero delay when receiving odd mixture of IGMP queries by Ben Hutchings · 12 years ago
  67. 5eb81e89 ipv4 : igmp : Delete useless parameter in ip_mc_add1_src() by Jun Zhao · 13 years ago
  68. 6dec4ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  69. 685f94e6 ipv4 : igmp : fix error handle in ip_mc_add_src() by Jun Zhao · 13 years ago
  70. 6608824 ipv4: Remove all uses of LL_ALLOCATED_SPACE by Herbert Xu · 13 years ago
  71. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  72. e05c4ad3 mcast: Fix source address selection for multicast listener report by Yan, Zheng · 13 years ago
  73. b81693d net: remove ndo_set_multicast_list callback by Jiri Pirko · 13 years ago
  74. 19fd617 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  75. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  76. a1889c0 net: adjust array index by Julia Lawall · 13 years ago
  77. 24cf3af igmp: call ip_mc_clear_src() only when we have no users of ip_mc_list by Veaceslav Falico · 13 years ago
  78. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  79. 10d50e7 net,rcu: convert call_rcu(ip_mc_socklist_reclaim) to kfree_rcu() by Lai Jiangshan · 13 years ago
  80. 7519cce net,rcu: convert call_rcu(ip_sf_socklist_reclaim) to kfree_rcu() by Lai Jiangshan · 13 years ago
  81. 42ea299d net,rcu: convert call_rcu(ip_mc_list_reclaim) to kfree_rcu() by Lai Jiangshan · 13 years ago
  82. 492f64c ipv4: Use flowi4's {saddr,daddr} in igmpv3_newpack() and igmp_send_report() by David S. Miller · 13 years ago
  83. 31e4543 ipv4: Make caller provide on-stack flow key to ip_route_output_ports(). by David S. Miller · 13 years ago
  84. 2e97e98 ipv4: Remove erroneous check in igmpv3_newpack() and igmp_send_report(). by David S. Miller · 13 years ago
  85. 78fbfd8 ipv4: Create and use route lookup helpers. by David S. Miller · 13 years ago
  86. dbdd9a5 ipv4: Remove redundant RCU locking in ip_check_mc(). by David S. Miller · 13 years ago
  87. b23dd4f ipv4: Make output route lookup return rtable directly. by David S. Miller · 13 years ago
  88. 57e1ab6 igmp: refine skb allocations by Eric Dumazet · 14 years ago
  89. 866f3b2 bonding: IGMP handling cleanup by Eric Dumazet · 14 years ago
  90. 5811662 net: use the macros defined for the members of flowi by Changli Gao · 14 years ago
  91. d9aa938 ipv4: Fix build with multicast disabled. by David S. Miller · 14 years ago
  92. c25ecd0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  93. 1d7138d igmp: RCU conversion of in_dev->mc_list by Eric Dumazet · 14 years ago
  94. c753796 ipv4: Make rt->fl.iif tests lest obscure. by David S. Miller · 14 years ago
  95. 18943d2 inet: fix ip_mc_drop_socket() by Eric Dumazet · 14 years ago
  96. 8723e1b inet: RCU changes in inetdev_by_index() by Eric Dumazet · 14 years ago
  97. 9e917dc net: avoid a dev refcount in ip_mc_find_dev() by Eric Dumazet · 14 years ago
  98. e12b453 bonding: fix to rejoin multicast groups immediately by Flavio Leitner · 14 years ago
  99. 5b7c840 ipv4: correct IGMP behavior on v3 query during v2-compatibility mode by David Stevens · 14 years ago
  100. 7998156 ipv4: force_igmp_version ignored when a IGMPv3 query received by Bob Arendt · 14 years ago