summaryrefslogtreecommitdiffstats
path: root/net/ipv4/igmp.c
Commit message (Expand)AuthorAgeFilesLines
* inet: annotate devconf data-racesEric Dumazet2024-02-281-2/+2
* ipv4: igmp: fix refcnt uaf issue when receiving igmp query packetZhengchao Shao2023-11-241-2/+4
* ipv4: igmp: Remove redundant comparison in igmp_mcf_get_next()Gavrilov Ilia2023-09-141-2/+0
* igmp: limit igmpv3_newpack() packet size to IP_MAX_MTUEric Dumazet2023-09-051-1/+2
* inet: move inet->mc_all to inet->inet_fragsEric Dumazet2023-08-161-1/+1
* ipv4: constify ip_mc_sf_allow() socket argumentEric Dumazet2023-03-171-2/+2
* treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-3/+3
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-3/+3
* bpf: net: Change do_ip_getsockopt() to take the sockptr_t argumentMartin KaFai Lau2022-09-021-9/+13
* igmp: Fix data-races around sysctl_igmp_qrv.Kuniyuki Iwashima2022-07-181-11/+13
* igmp: Fix data-races around sysctl_igmp_max_msf.Kuniyuki Iwashima2022-07-181-1/+1
* igmp: Fix a data-race around sysctl_igmp_max_memberships.Kuniyuki Iwashima2022-07-181-1/+1
* igmp: Fix data-races around sysctl_igmp_llm_reports.Kuniyuki Iwashima2022-07-181-8/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-051-3/+6
|\
| * net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter()Eric Dumazet2022-04-301-3/+6
* | ipv4: remove unnecessary type castingsYu Zhe2022-04-301-2/+2
|/
* ipv4: drop unused assignmentluo penghao2021-11-141-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-7/+14
|\
| * net: igmp: increase size of mr_ifc_countEric Dumazet2021-08-111-1/+1
| * net: igmp: fix data-race in igmp_ifc_timer_expire()Eric Dumazet2021-08-101-7/+14
* | net/ipv4/igmp: Use struct_size() helperGustavo A. R. Silva2021-08-051-7/+13
* | net/ipv4: Revert use of struct_size() helperGustavo A. R. Silva2021-08-051-2/+2
* | net/ipv4: Replace one-element array with flexible-array memberGustavo A. R. Silva2021-08-021-6/+6
* | igmp: Add ip_mc_list lock in ip_check_mc_rcuLiu Jian2021-07-171-0/+2
|/
* net: ipv4: fix memory leak in ip_mc_add1_srcChengyang Fan2021-06-161-0/+1
* 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