1. a1c4cd6 net: fix __ip_mc_inc_group usage by Li RongQing · 5 years ago
  2. af144a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  3. e5b1c6c igmp: fix memory leak in igmpv3_del_delrec() by Eric Dumazet · 6 years ago
  4. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  5. cd5a411 net: use new in_dev_ifa iterators by Florian Westphal · 6 years ago
  6. 2f4c533 Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  7. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  8. 903869b ipv4/igmp: fix build error if !CONFIG_IP_MULTICAST by Eric Dumazet · 6 years ago
  9. 3580d04 ipv4/igmp: fix another memory leak in igmpv3_del_delrec() by Eric Dumazet · 6 years ago
  10. a2b5a3f net: remove unneeded switch fall-through by Li RongQing · 6 years ago
  11. 9fb2080 net: Fix ip_mc_{dec,inc}_group allocation context by Florian Fainelli · 6 years ago
  12. a2e2ca3 bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() internals by Linus Lüssing · 6 years ago
  13. ba5ea614 bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() calls by Linus Lüssing · 6 years ago
  14. 966c37f ipv4/igmp: fix v1/v2 switchback timeout based on rfc3376, 8.12 by Hangbin Liu · 6 years ago
  15. ff06525 igmp: fix incorrect unsolicit report count after link down and up by Hangbin Liu · 6 years ago
  16. 4fb7253 igmp: fix incorrect unsolicit report count when join group by Hangbin Liu · 6 years ago
  17. 89b1698 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  18. b87bac1 net: igmp: make function __ip_mc_inc_group() static by Wei Yongjun · 6 years ago
  19. 1972549 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  20. 08d3ffc multicast: do not restore deleted record source filter mode to new one by Hangbin Liu · 6 years ago
  21. 0ae0d60 multicast: remove useless parameter for group add by Hangbin Liu · 6 years ago
  22. 6e2059b ipv4/igmp: init group mode as INCLUDE when join source group by Hangbin Liu · 7 years ago
  23. c350637 proc: introduce proc_create_net{,_data} by Christoph Hellwig · 7 years ago
  24. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  25. d644406 net: Use octal not symbolic permissions by Joe Perches · 7 years ago
  26. f84c682 net: Convert pernet_subsys, registered from inet_init() by Kirill Tkhai · 7 years ago
  27. e7aadb2 net: igmp: add a missing rcu locking section by Eric Dumazet · 7 years ago
  28. 5ca1144 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  29. ad23b75 net: igmp: fix source address check for IGMPv3 reports by Felix Fietkau · 7 years ago
  30. 96890d6 net: delete /proc THIS_MODULE references by Alexey Dobriyan · 7 years ago
  31. a46182b net: igmp: Use correct source address on IGMPv3 reports by Kevin Cernekee · 7 years ago
  32. b547602 ipv4: igmp: guard against silly MTU values by Eric Dumazet · 7 years ago
  33. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  34. e2a7c34 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  35. c7b725b net: igmp: Use ingress interface rather than vrf device by David Ahern · 7 years ago
  36. 3b2b69e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  37. 1714020 igmp: Fix regression caused by igmp sysctl namespace code. by Nikolay Borisov · 7 years ago
  38. 60d9b03 net: ipv4: add second dif to multicast source filter by David Ahern · 7 years ago
  39. 8851ab5 net: convert ip_mc_list.refcnt from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  40. 3d09198 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  41. b4846fc igmp: add a missing spin_lock_init() by WANG Cong · 8 years ago
  42. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 8 years ago
  43. c38b7d3 igmp: acquire pmc lock for ip_mc_clear_src() by WANG Cong · 8 years ago
  44. 9c8bb16 igmp, mld: Fix memory leak in igmpv3/mld_del_delrec() by Hangbin Liu · 8 years ago
  45. 7ababb7 igmp: Make igmp group member RFC 3376 compliant by Michal Tesar · 8 years ago
  46. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  47. 24803f3 igmp: do not remove igmp souce list info when set link down by Hangbin Liu · 8 years ago
  48. a052517 net/multicast: should not send source list records when have filter mode change by Hangbin Liu · 8 years ago
  49. 810813c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  50. 1837b2e mld, igmp: Fix reserved tailroom calculation by Benjamin Poirier · 9 years ago
  51. dcd8799 igmp: net: Move igmp namespace init to correct file by Nikolay Borisov · 9 years ago
  52. 165094a igmp: Namespacify igmp_qrv sysctl knob by Nikolay Borisov · 9 years ago
  53. 87a8a2a igmp: Namespaceify igmp_llm_reports sysctl knob by Nikolay Borisov · 9 years ago
  54. 166b6b2 igmp: Namespaceify igmp_max_msf sysctl knob by Nikolay Borisov · 9 years ago
  55. 815c527 igmp: Namespaceify igmp_max_memberships sysctl knob by Nikolay Borisov · 9 years ago
  56. 4eba7bb ipv4: igmp: Allow removing groups from a removed interface by Andrew Lunn · 9 years ago
  57. 87e9f03 ipv4: fix a potential deadlock in mcast getsockopt() path by WANG Cong · 9 years ago
  58. 33224b1 ipv4, ipv6: Pass net into ip_local_out and ip6_local_out by Eric W. Biederman · 9 years ago
  59. e2cb77d ipv4: Merge ip_local_out and ip_local_out_sk by Eric W. Biederman · 9 years ago
  60. 2094acb net/ipv4: Pass proto as u8 instead of u16 in ip_check_mc_rcu by Alexander Duyck · 9 years ago
  61. df2cf4a IGMP: Inhibit reports for local multicast groups by Philip Downey · 9 years ago
  62. a516993 net: fix wrong skb_get() usage / crash in IGMP/MLD parsing code by Linus Lüssing · 9 years ago
  63. 9afd85c net: Export IGMP/MLD message validation code by Linus Lüssing · 10 years ago
  64. 00db412 ipv4: coding style: comparison for inequality with NULL by Ian Morris · 10 years ago
  65. 51456b2 ipv4: coding style: comparison for equality with NULL by Ian Morris · 10 years ago
  66. b6a7719 ipv4: hash net ptr into fragmentation bucket selection by Hannes Frederic Sowa · 10 years ago
  67. 54ff9ef ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop} by Marcelo Ricardo Leitner · 10 years ago
  68. 93a714d multicast: Extend ip address command to enable multicast group join/leave on by Madhu Challa · 10 years ago
  69. 959d10f igmp: add __ip_mc_{join|leave}_group() by Eric Dumazet · 10 years ago
  70. 4c672e4 ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUs by Daniel Borkmann · 10 years ago
  71. 1744bea net: Convert SEQ_START_TOKEN/seq_printf to seq_puts by Joe Perches · 10 years ago
  72. 436f7c2 igmp: remove camel case definitions by Fabian Frederick · 10 years ago
  73. b47bd8d ipv4: igmp: fix v3 general query drop monitor false positive by Daniel Borkmann · 10 years ago
  74. a9fe8e2 ipv4: implement igmp_qrv sysctl to tune igmp robustness variable by Hannes Frederic Sowa · 10 years ago
  75. e6b6888 net/ipv4/igmp.c: Replace rcu_dereference() with rcu_access_pointer() by Andreea-Cristina Bernat · 10 years ago
  76. 179542a igmp: remove exceptional & on function name by Himangi Saraogi · 10 years ago
  77. 52ad353 igmp: fix the problem when mc leave group by dingtianhong · 11 years ago
  78. 73f156a inetpeer: get rid of ip_id_count by Eric Dumazet · 11 years ago
  79. de08dc1 igmp: Call skb_checksum_simple_validate by Tom Herbert · 11 years ago
  80. 63862b5 net: replace macros net_random and net_srandom with direct calls to prandom by Aruna-Hewapathirane · 11 years ago
  81. 72c1d3b ipv4: register igmp_notifier even when !CONFIG_PROC_FS by WANG Cong · 11 years ago
  82. c71151f ipv4: fix all space errors in file igmp.c by Weilong Chen · 11 years ago
  83. e240165 ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_put by Salam Noureddine · 11 years ago
  84. 703133d ip: generate unique IP identificator if local fragmentation is allowed by Ansis Atteka · 11 years ago
  85. 2690048 net: igmp: Allow user-space configuration of igmp unsolicited report interval by William Manley · 11 years ago
  86. cab7004 net: igmp: Reduce Unsolicited report interval to 1s when using IGMPv3 by William Manley · 11 years ago
  87. 9d4a031 ipv4, ipv6: send igmpv3/mld packets with TC_PRIO_CONTROL by Hannes Frederic Sowa · 11 years ago
  88. 4aa5dee net: convert resend IGMP to notifier event by Jiri Pirko · 12 years ago
  89. c70eba7 igmp: fix new sparse errors by Eric Dumazet · 12 years ago
  90. 946d3bd igmp: remove unnecessary in_device member zeroing by Shawn Bohrer · 12 years ago
  91. e989707 igmp: hash a hash table to speedup ip_check_mc_rcu() by Eric Dumazet · 12 years ago
  92. f7c0c2a ipv4: Correct comparisons and calculations using skb->tail and skb-transport_header by Simon Horman · 12 years ago
  93. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 12 years ago
  94. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 12 years ago
  95. 193ba92 igmp: export symbol ip_mc_leave_group by stephen hemminger · 12 years ago
  96. d679c53 igmp: avoid drop_monitor false positives by Eric Dumazet · 12 years ago
  97. a399a80 time: jiffies_delta_to_clock_t() helper to the rescue by Eric Dumazet · 12 years ago
  98. 5e73ea1 ipv4: fix checkpatch errors by Daniel Baluta · 13 years ago
  99. 06eb4ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  100. ce713ee net: replace continue with break to reduce unnecessary loop in xxx_xmarksources by RongQing.Li · 13 years ago