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