index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
mcast.c
Age
Commit message (
Expand
)
Author
2024-12-23
netlink: correct nlmsg size for multicast notifications
Yuyang Huang
2024-12-15
netlink: add IGMP/MLD join/leave notifications
Yuyang Huang
2024-12-11
ipv6: mcast: annotate data-race around psf->sf_count[MCAST_XXX]
Eric Dumazet
2024-12-11
ipv6: mcast: annotate data-races around mc->mca_sfcount[MCAST_EXCLUDE]
Eric Dumazet
2024-12-11
ipv6: mcast: reduce ipv6_chk_mcast_addr() indentation
Eric Dumazet
2024-08-26
ipv6: mcast: use min() to simplify the code
Li Zetao
2024-03-01
ipv6/addrconf: annotate data-races around devconf fields (II)
Eric Dumazet
2024-02-12
ipv6: mcast: remove one synchronize_net() barrier in ipv6_mc_down()
Eric Dumazet
2024-01-18
ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_work
Nikita Zhandarovich
2023-10-20
net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams.
Heng Guo
2023-09-15
ipv6: lockless IPV6_MULTICAST_ALL implementation
Eric Dumazet
2023-09-15
ipv6: lockless IPV6_UNICAST_HOPS implementation
Eric Dumazet
2023-09-14
ipv6: mcast: Remove redundant comparison in igmp6_mcf_get_next()
Gavrilov Ilia
2023-07-14
ipv6: Constify the sk parameter of several helper functions.
Guillaume Nault
2023-03-17
ipv6: constify inet6_mc_check()
Eric Dumazet
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-09-02
bpf: net: Change do_ipv6_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2022-07-25
net: mld: fix reference count leak in mld_{query | report}_work()
Taehee Yoo
2022-04-30
mld: respect RCU rules in ip6_mc_source() and ip6_mc_msfilter()
Eric Dumazet
2022-03-03
ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()
Eric Dumazet
2022-02-14
ipv6: mcast: use rcu-safe version of ipv6_get_lladdr()
Ignat Korchagin
2021-09-02
ipv6: change return type from int to void for mld_process_v2
Jiwon Kim
2021-08-05
net/ipv6/mcast: Use struct_size() helper
Gustavo A. R. Silva
2021-06-14
mld: avoid unnecessary high order page allocation in mld_newpack()
Taehee Yoo
2021-05-17
mld: fix panic in mld_newpack()
Taehee Yoo
2021-04-19
mld: remove unnecessary prototypes
Taehee Yoo
2021-04-05
mld: change lockdep annotation for ip6_sf_socklist and ipv6_mc_socklist
Taehee Yoo
2021-03-26
mld: add mc_lock for protecting per-interface mld data
Taehee Yoo
2021-03-26
mld: add new workqueues for process mld events
Taehee Yoo
2021-03-26
mld: convert ifmcaddr6 to RCU
Taehee Yoo
2021-03-26
mld: convert ip6_sf_list to RCU
Taehee Yoo
2021-03-26
mld: convert ipv6_mc_socklist->sflist to RCU
Taehee Yoo
2021-03-26
mld: get rid of inet6_dev->mc_lock
Taehee Yoo
2021-03-26
mld: convert from timer to delayed work
Taehee Yoo
2020-10-30
ipv6: mcast: make annotations for ip6_mc_msfget() consistent
Lukas Bulwahn
2020-06-15
mld: fix memory leak in ipv6_mc_destroy_dev()
Wang Hai
2020-05-20
ip6_mc_msfilter(): pass the address list separately
Al Viro
2020-05-20
ip*_mc_gsfget(): lift copyout of struct group_filter into callers
Al Viro
2019-08-28
mld: fix memory leak in mld_del_delrec()
Eric Dumazet
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-01-22
bridge: join all-snoopers multicast address
Linus Lüssing
2018-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-15
ipv6: mcast: fix a use-after-free in inet6_mc_check
Eric Dumazet
2018-09-13
ipv6: Add sockopt IPV6_MULTICAST_ALL analogue to IP_MULTICAST_ALL
Andre Naujoks
2018-07-24
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-07-21
multicast: do not restore deleted record source filter mode to new one
Hangbin Liu
2018-07-21
multicast: remove useless parameter for group add
Hangbin Liu
2018-07-16
ipv6/mcast: init as INCLUDE when join SSM INCLUDE group
Hangbin Liu
2018-06-23
ipv6: mcast: fix unsolicited report interval after receiving querys
Hangbin Liu
[next]