summaryrefslogtreecommitdiffstats
path: root/net/ipv4/igmp.c
Commit message (Expand)AuthorAgeFilesLines
* igmp: Fix data-races around sysctl_igmp_qrv.Kuniyuki Iwashima2022-08-111-11/+13
* igmp: Fix a data-race around sysctl_igmp_max_memberships.Kuniyuki Iwashima2022-07-291-1/+1
* igmp: Fix data-races around sysctl_igmp_llm_reports.Kuniyuki Iwashima2022-07-291-8/+13
* net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter()Eric Dumazet2022-05-121-3/+6
* igmp: Add ip_mc_list lock in ip_check_mc_rcuLiu Jian2021-09-221-0/+2
* net: igmp: increase size of mr_ifc_countEric Dumazet2021-08-261-1/+1
* net: igmp: fix data-race in igmp_ifc_timer_expire()Eric Dumazet2021-08-261-7/+14
* net: ipv4: fix memory leak in ip_mc_add1_srcChengyang Fan2021-06-301-0/+1
* ipv4/igmp: fix v1/v2 switchback timeout based on rfc3376, 8.12Hangbin Liu2019-12-011-17/+36
* igmp: fix memory leak in igmpv3_del_delrec()Eric Dumazet2019-07-281-6/+2
* ipv4/igmp: fix build error if !CONFIG_IP_MULTICASTEric Dumazet2019-06-041-11/+11
* ipv4/igmp: fix another memory leak in igmpv3_del_delrec()Eric Dumazet2019-06-041-17/+30
* 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
* net/multicast: should not send source list records when have filter mode changeHangbin Liu2016-08-081-0/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-081-2/+1
|\
| * mld, igmp: Fix reserved tailroom calculationBenjamin Poirier2016-03-031-2/+1
* | igmp: net: Move igmp namespace init to correct fileNikolay Borisov2016-02-161-0/+14
* | igmp: Namespacify igmp_qrv sysctl knobNikolay Borisov2016-02-111-12/+17