aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/igmp.c
AgeCommit message (Expand)Author
2023-12-08ipv4: igmp: fix refcnt uaf issue when receiving igmp query packetZhengchao Shao
2023-09-23igmp: limit igmpv3_newpack() packet size to IP_MAX_MTUEric Dumazet
2022-08-11igmp: Fix data-races around sysctl_igmp_qrv.Kuniyuki Iwashima
2022-07-29igmp: Fix a data-race around sysctl_igmp_max_memberships.Kuniyuki Iwashima
2022-07-29igmp: Fix data-races around sysctl_igmp_llm_reports.Kuniyuki Iwashima
2022-05-12net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter()Eric Dumazet
2021-09-22igmp: Add ip_mc_list lock in ip_check_mc_rcuLiu Jian
2021-08-26net: igmp: increase size of mr_ifc_countEric Dumazet
2021-08-26net: igmp: fix data-race in igmp_ifc_timer_expire()Eric Dumazet
2021-06-30net: ipv4: fix memory leak in ip_mc_add1_srcChengyang Fan
2019-12-01ipv4/igmp: fix v1/v2 switchback timeout based on rfc3376, 8.12Hangbin Liu
2019-07-28igmp: fix memory leak in igmpv3_del_delrec()Eric Dumazet
2019-06-04ipv4/igmp: fix build error if !CONFIG_IP_MULTICASTEric Dumazet
2019-06-04ipv4/igmp: fix another memory leak in igmpv3_del_delrec()Eric Dumazet
2018-09-02igmp: fix incorrect unsolicit report count after link down and upHangbin Liu
2018-09-02igmp: fix incorrect unsolicit report count when join groupHangbin Liu
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-25net: igmp: make function __ip_mc_inc_group() staticWei Yongjun
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-21multicast: do not restore deleted record source filter mode to new oneHangbin Liu
2018-07-21multicast: remove useless parameter for group addHangbin Liu
2018-07-16ipv4/igmp: init group mode as INCLUDE when join source groupHangbin Liu
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2018-02-13net: Convert pernet_subsys, registered from inet_init()Kirill Tkhai
2018-02-01net: igmp: add a missing rcu locking sectionEric Dumazet
2018-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-22net: igmp: fix source address check for IGMPv3 reportsFelix Fietkau
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan
2017-12-13net: igmp: Use correct source address on IGMPv3 reportsKevin Cernekee
2017-12-13ipv4: igmp: guard against silly MTU valuesEric Dumazet
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-16net: igmp: Use ingress interface rather than vrf deviceDavid Ahern
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-09igmp: Fix regression caused by igmp sysctl namespace code.Nikolay Borisov
2017-08-07net: ipv4: add second dif to multicast source filterDavid Ahern
2017-07-01net: convert ip_mc_list.refcnt from atomic_t to refcount_tReshetova, Elena
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-20igmp: add a missing spin_lock_init()WANG Cong
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-13igmp: acquire pmc lock for ip_mc_clear_src()WANG Cong
2017-02-09igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()Hangbin Liu
2017-01-02igmp: Make igmp group member RFC 3376 compliantMichal Tesar
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-15igmp: do not remove igmp souce list info when set link downHangbin Liu
2016-08-08net/multicast: should not send source list records when have filter mode changeHangbin Liu
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-03-03mld, igmp: Fix reserved tailroom calculationBenjamin Poirier