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
/
addrconf.c
Age
Commit message (
Expand
)
Author
2025-07-17
gre: Fix IPv6 multicast route creation.
Guillaume Nault
2025-05-18
gre: Fix again IPv6 link-local address generation.
Guillaume Nault
2025-04-10
ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATS
Fernando Fernandez Mancera
2025-03-28
Revert "gre: Fix IPv6 link-local address generation."
Guillaume Nault
2025-03-28
gre: Fix IPv6 link-local address generation.
Guillaume Nault
2024-12-14
net/ipv6: delete temporary address if mngtmpaddr is removed or unmanaged
Hangbin Liu
2024-08-03
ipv6: take care of scope when choosing the src addr
Nicolas Dichtel
2024-05-17
ipv6: annotate data-races around cnf.disable_ipv6
Eric Dumazet
2024-05-17
net-sysfs: convert dev->operstate reads to lockless ones
Eric Dumazet
2024-04-17
ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addr
Jiri Benc
2024-03-06
ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()
Eric Dumazet
2024-03-01
ipv6: properly combine dev_base_seq and ipv6.dev_addr_genid
Eric Dumazet
2023-12-20
net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIX
Maciej Żenczykowski
2023-10-10
neighbour: switch to standard rcu, instead of rcu_bh
Eric Dumazet
2023-10-10
net: release reference to inet6_dev pointer
Patrick Rohr
2023-10-10
net: change accept_ra_min_rtr_lft to affect all RA lifetimes
Patrick Rohr
2023-10-10
net: add sysctl accept_ra_min_rtr_lft
Patrick Rohr
2023-09-19
net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddr
Alex Henrie
2023-08-03
ipv6 addrconf: fix bug where deleting a mngtmpaddr can create a new temporary...
Maciej Żenczykowski
2023-07-23
ipv6/addrconf: fix a potential refcount underflow for idev
Ziyang Xuan
2023-02-09
ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6 link local address
Thomas Winter
2023-02-09
ip/ip6_gre: Fix changing addr gen mode not generating IPv6 link local address
Thomas Winter
2022-10-20
Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2022-10-18
ip6mr: fix UAF issue in ip6mr_sk_done() when addrconf_init_net() failed
Zhengchao Shao
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-09-05
bonding: add all node mcast address when slave up
Hangbin Liu
2022-08-24
net: Fix data-races around sysctl_devconf_inherit_init_net.
Kuniyuki Iwashima
2022-07-21
net: ipv6: avoid accepting values greater than 2 for accept_untracked_na
Jaehee Park
2022-07-15
net: ipv6: new accept_untracked_na option to accept na only if in-network
Jaehee Park
2022-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-06-29
ipv6: fix lockdep splat in in6_dump_addrs()
Eric Dumazet
2022-06-28
ipv6/addrconf: fix timing bug in tempaddr regen
Sam Edwards
2022-06-27
ipv6: take care of disable_policy when restoring routes
Nicolas Dichtel
2022-06-09
net: rename reference+tracking helpers
Jakub Kicinski
2022-05-31
net/ipv6: Expand and rename accept_unsolicited_na to accept_untracked_na
Arun Ajith S
2022-05-25
Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2022-05-18
random32: use real rng for non-deterministic randomness
Jason A. Donenfeld
2022-05-04
memcg: accounting for objects allocated for new netdevice
Vasily Averin
2022-05-02
ipv6: Don't send rs packets to the interface of ARPHRD_TUNNEL
jianghaoran
2022-04-22
net/ipv6: Enforce limits for accept_unsolicited_na sysctl
Arun Ajith S
2022-04-17
net/ipv6: Introduce accept_unsolicited_na knob to implement router-side chang...
Arun Ajith S
2022-04-06
ipv6: fix locking issues with loops over idev->addr_list
Niels Dossche
2022-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-28
net: ipv6: ensure we call ipv6_mc_down() at most once
j.nixdorf@avm.de
2022-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-24
ipv6: prevent a possible race condition with lifetimes
Niels Dossche
2022-02-18
net: Add new protocol attribute to IP addresses
Jacques de Laval
2022-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-17
ipv6/addrconf: ensure addrconf_verify_rtnl() has completed
Eric Dumazet
2022-02-14
ipv6: blackhole_netdev needs snmp6 counters
Ido Schimmel
[next]