summaryrefslogtreecommitdiff
path: root/net/ipv6/addrconf.c
AgeCommit message (Expand)AuthorFilesLines
10 daysipv6: avoid possible NULL deref in modify_prefix_route()Eric Dumazet1-6/+7
10 daysnet/ipv6: Remove expired routes with a separated list of routes.Kui-Feng Lee1-7/+34
2025-11-24ipv6: Add sanity checks on ipv6_devconf.rpl_seg_enabledYue Haibing1-1/+3
2025-08-28ipv6: mcast: Check inet6_dev->dead under idev->mc_lock in __ipv6_dev_mc_inc().Kuniyuki Iwashima1-4/+3
2025-07-24ipv6: make addrconf_wq single threadedEric Dumazet1-1/+2
2025-07-17gre: Fix IPv6 multicast route creation.Guillaume Nault1-7/+2
2025-05-18gre: Fix again IPv6 link-local address generation.Guillaume Nault1-6/+9
2025-04-10ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATSFernando Fernandez Mancera1-12/+25
2025-03-28Revert "gre: Fix IPv6 link-local address generation."Guillaume Nault1-9/+6
2025-03-22gre: Fix IPv6 link-local address generation.Guillaume Nault1-6/+9
2024-12-09net/ipv6: delete temporary address if mngtmpaddr is removed or unmanagedHangbin Liu1-12/+29
2024-08-03ipv6: take care of scope when choosing the src addrNicolas Dichtel1-1/+2
2024-05-17ipv6: annotate data-races around cnf.disable_ipv6Eric Dumazet1-4/+5
2024-05-17net-sysfs: convert dev->operstate reads to lockless onesEric Dumazet1-1/+1
2024-04-17ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addrJiri Benc1-3/+4
2024-03-06ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()Eric Dumazet1-3/+4
2024-03-01ipv6: properly combine dev_base_seq and ipv6.dev_addr_genidEric Dumazet1-3/+18
2023-12-20net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIXMaciej Żenczykowski1-5/+1
2023-09-08Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+1
2023-09-04net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddrAlex Henrie1-1/+1
2023-08-30Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+2
2023-08-20net: release reference to inet6_dev pointerPatrick Rohr1-1/+1
2023-08-16networking: Update to register_net_sysctl_szJoel Granados1-1/+2
2023-07-28net: change accept_ra_min_rtr_lft to affect all RA lifetimesPatrick Rohr1-5/+8
2023-07-28IPv6: add extack info for IPv6 address add/deleteHangbin Liu1-23/+54
2023-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+10
2023-07-25ipv6 addrconf: fix bug where deleting a mngtmpaddr can create a new temporary...Maciej Żenczykowski1-4/+10
2023-07-23net: add sysctl accept_ra_min_rtr_lftPatrick Rohr1-0/+10
2023-07-09ipv6/addrconf: fix a potential refcount underflow for idevZiyang Xuan1-2/+1
2023-06-04ipv6: lower "link become ready"'s level messageMatthieu Baerts1-2/+2
2023-03-24ipv6: prevent router_solicitations for team portXin Long1-1/+2
2023-03-22neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet1-7/+7
2023-02-02ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6 link local addressThomas Winter1-5/+5
2023-02-02ip/ip6_gre: Fix changing addr gen mode not generating IPv6 link local addressThomas Winter1-22/+27
2022-12-14Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-2/+2
2022-12-13net: add IFF_NO_ADDRCONF and use it in bonding to prevent ipv6 addrconfXin Long1-2/+2
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld1-3/+3
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-4/+4
2022-10-21Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+2
2022-10-18ip6mr: fix UAF issue in ip6mr_sk_done() when addrconf_init_net() failedZhengchao Shao1-0/+2
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-4/+4
2022-09-05bonding: add all node mcast address when slave upHangbin Liu1-2/+6
2022-08-24net: Fix data-races around sysctl_devconf_inherit_init_net.Kuniyuki Iwashima1-3/+2
2022-07-22net: ipv6: avoid accepting values greater than 2 for accept_untracked_naJaehee Park1-3/+3
2022-07-16net: ipv6: new accept_untracked_na option to accept na only if in-networkJaehee Park1-1/+1
2022-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+2
2022-06-30ipv6: fix lockdep splat in in6_dump_addrs()Eric Dumazet1-2/+2
2022-06-28ipv6/addrconf: fix timing bug in tempaddr regenSam Edwards1-29/+33
2022-06-28ipv6: take care of disable_policy when restoring routesNicolas Dichtel1-4/+0
2022-06-10net: rename reference+tracking helpersJakub Kicinski1-2/+2