summaryrefslogtreecommitdiffstats
path: root/net/ipv4/igmp.c
Commit message (Expand)AuthorAgeFilesLines
* ip*_mc_gsfget(): lift copyout of struct group_filter into callersAl Viro2020-05-201-13/+5
* igmp: remove unused macro IGMP_Vx_UNSOLICITED_REPORT_INTERVALLi RongQing2020-02-231-2/+0
* igmp: uninline ip_mc_validate_checksum()Alexey Dobriyan2019-10-041-1/+1
* net: fix __ip_mc_inc_group usageLi RongQing2019-08-201-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-081-6/+2
|\
| * igmp: fix memory leak in igmpv3_del_delrec()Eric Dumazet2019-06-291-6/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1
|\|
| * Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-311-5/+1
| |\
| | * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | | net: use new in_dev_ifa iteratorsFlorian Westphal2019-06-021-2/+3
|/ /
* | ipv4/igmp: fix build error if !CONFIG_IP_MULTICASTEric Dumazet2019-05-221-11/+11
* | ipv4/igmp: fix another memory leak in igmpv3_del_delrec()Eric Dumazet2019-05-221-17/+30
|/
* net: remove unneeded switch fall-throughLi RongQing2019-02-211-1/+0
* net: Fix ip_mc_{dec,inc}_group allocation contextFlorian Fainelli2019-02-031-11/+24
* bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() internalsLinus Lüssing2019-01-221-29/+22
* bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() callsLinus Lüssing2019-01-221-19/+4
* ipv4/igmp: fix v1/v2 switchback timeout based on rfc3376, 8.12Hangbin Liu2018-10-291-17/+36
* igmp: fix incorrect unsolicit report count after link down and upHangbin Liu2018-09-021-4/+2
* igmp: fix incorrect unsolicit report count when join groupHangbin Liu2018-09-021-3/+2
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-021-1/+2
|\
| * net: igmp: make function __ip_mc_inc_group() staticWei Yongjun2018-07-251-1/+2
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-241-2/+1
|\|
| * multicast: do not restore deleted record source filter mode to new oneHangbin Liu2018-07-211-2/+1
* | multicast: remove useless parameter for group addHangbin Liu2018-07-211-5/+5
|/
* ipv4/igmp: init group mode as INCLUDE when join source groupHangbin Liu2018-07-161-16/+42
* proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-29/+4
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* net: Use octal not symbolic permissionsJoe Perches2018-03-261-2/+2
* net: Convert pernet_subsys, registered from inet_init()Kirill Tkhai2018-02-131-0/+1
* net: igmp: add a missing rcu locking sectionEric Dumazet2018-02-011-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-231-1/+1
|\
| * net: igmp: fix source address check for IGMPv3 reportsFelix Fietkau2018-01-221-1/+1
* | net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-2/+0
|/
* net: igmp: Use correct source address on IGMPv3 reportsKevin Cernekee2017-12-131-1/+19
* ipv4: igmp: guard against silly MTU valuesEric Dumazet2017-12-131-9/+15
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-11/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-211-1/+9
|\
| * net: igmp: Use ingress interface rather than vrf deviceDavid Ahern2017-08-161-1/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-101-6/+0
|\|
| * igmp: Fix regression caused by igmp sysctl namespace code.Nikolay Borisov2017-08-091-6/+0
* | net: ipv4: add second dif to multicast source filterDavid Ahern2017-08-071-2/+4
|/
* net: convert ip_mc_list.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-211-0/+1
|\
| * igmp: add a missing spin_lock_init()WANG Cong2017-06-201-0/+1
* | networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-3/+3
|/
* igmp: acquire pmc lock for ip_mc_clear_src()WANG Cong2017-06-131-8/+13
* igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()Hangbin Liu2017-02-091-0/+1
* igmp: Make igmp group member RFC 3376 compliantMichal Tesar2017-01-021-1/+6
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* igmp: do not remove igmp souce list info when set link downHangbin Liu2016-11-151-14/+36