aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/igmp.c
AgeCommit message (Expand)Author
2023-11-24ipv4: igmp: fix refcnt uaf issue when receiving igmp query packetZhengchao Shao
2023-09-14ipv4: igmp: Remove redundant comparison in igmp_mcf_get_next()Gavrilov Ilia
2023-09-05igmp: limit igmpv3_newpack() packet size to IP_MAX_MTUEric Dumazet
2023-08-16inet: move inet->mc_all to inet->inet_fragsEric Dumazet
2023-03-17ipv4: constify ip_mc_sf_allow() socket argumentEric Dumazet
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-09-02bpf: net: Change do_ip_getsockopt() to take the sockptr_t argumentMartin KaFai Lau
2022-07-18igmp: Fix data-races around sysctl_igmp_qrv.Kuniyuki Iwashima
2022-07-18igmp: Fix data-races around sysctl_igmp_max_msf.Kuniyuki Iwashima
2022-07-18igmp: Fix a data-race around sysctl_igmp_max_memberships.Kuniyuki Iwashima
2022-07-18igmp: Fix data-races around sysctl_igmp_llm_reports.Kuniyuki Iwashima
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-04-30net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter()Eric Dumazet
2022-04-30ipv4: remove unnecessary type castingsYu Zhe
2021-11-14ipv4: drop unused assignmentluo penghao
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-11net: igmp: increase size of mr_ifc_countEric Dumazet
2021-08-10net: igmp: fix data-race in igmp_ifc_timer_expire()Eric Dumazet
2021-08-05net/ipv4/igmp: Use struct_size() helperGustavo A. R. Silva
2021-08-05net/ipv4: Revert use of struct_size() helperGustavo A. R. Silva
2021-08-02net/ipv4: Replace one-element array with flexible-array memberGustavo A. R. Silva
2021-07-17igmp: Add ip_mc_list lock in ip_check_mc_rcuLiu Jian
2021-06-16net: ipv4: fix memory leak in ip_mc_add1_srcChengyang Fan
2020-05-20ip*_mc_gsfget(): lift copyout of struct group_filter into callersAl Viro
2020-02-23igmp: remove unused macro IGMP_Vx_UNSOLICITED_REPORT_INTERVALLi RongQing
2019-10-04igmp: uninline ip_mc_validate_checksum()Alexey Dobriyan
2019-08-20net: fix __ip_mc_inc_group usageLi RongQing
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-29igmp: fix memory leak in igmpv3_del_delrec()Eric Dumazet
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-02net: use new in_dev_ifa iteratorsFlorian Westphal
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-22ipv4/igmp: fix build error if !CONFIG_IP_MULTICASTEric Dumazet
2019-05-22ipv4/igmp: fix another memory leak in igmpv3_del_delrec()Eric Dumazet
2019-02-21net: remove unneeded switch fall-throughLi RongQing
2019-02-03net: Fix ip_mc_{dec,inc}_group allocation contextFlorian Fainelli
2019-01-22bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() internalsLinus Lüssing
2019-01-22bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() callsLinus Lüssing
2018-10-29ipv4/igmp: fix v1/v2 switchback timeout based on rfc3376, 8.12Hangbin Liu
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