summaryrefslogtreecommitdiff
path: root/net/ipv6/addrconf.c
AgeCommit message (Expand)Author
2025-07-17gre: Fix IPv6 multicast route creation.Guillaume Nault
2025-05-18gre: Fix again IPv6 link-local address generation.Guillaume Nault
2025-04-10ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATSFernando Fernandez Mancera
2025-03-28Revert "gre: Fix IPv6 link-local address generation."Guillaume Nault
2025-03-28gre: Fix IPv6 link-local address generation.Guillaume Nault
2024-12-14net/ipv6: delete temporary address if mngtmpaddr is removed or unmanagedHangbin Liu
2024-08-03ipv6: take care of scope when choosing the src addrNicolas Dichtel
2024-05-17ipv6: annotate data-races around cnf.disable_ipv6Eric Dumazet
2024-05-17net-sysfs: convert dev->operstate reads to lockless onesEric Dumazet
2024-04-17ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addrJiri Benc
2024-03-06ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()Eric Dumazet
2024-03-01ipv6: properly combine dev_base_seq and ipv6.dev_addr_genidEric Dumazet
2023-12-20net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIXMaciej Żenczykowski
2023-10-10neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet
2023-10-10net: release reference to inet6_dev pointerPatrick Rohr
2023-10-10net: change accept_ra_min_rtr_lft to affect all RA lifetimesPatrick Rohr
2023-10-10net: add sysctl accept_ra_min_rtr_lftPatrick Rohr
2023-09-19net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddrAlex Henrie
2023-08-03ipv6 addrconf: fix bug where deleting a mngtmpaddr can create a new temporary...Maciej Żenczykowski
2023-07-23ipv6/addrconf: fix a potential refcount underflow for idevZiyang Xuan
2023-02-09ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6 link local addressThomas Winter
2023-02-09ip/ip6_gre: Fix changing addr gen mode not generating IPv6 link local addressThomas Winter
2022-10-20Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-10-18ip6mr: fix UAF issue in ip6mr_sk_done() when addrconf_init_net() failedZhengchao Shao
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-09-05bonding: add all node mcast address when slave upHangbin Liu
2022-08-24net: Fix data-races around sysctl_devconf_inherit_init_net.Kuniyuki Iwashima
2022-07-21net: ipv6: avoid accepting values greater than 2 for accept_untracked_naJaehee Park
2022-07-15net: ipv6: new accept_untracked_na option to accept na only if in-networkJaehee Park
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-29ipv6: fix lockdep splat in in6_dump_addrs()Eric Dumazet
2022-06-28ipv6/addrconf: fix timing bug in tempaddr regenSam Edwards
2022-06-27ipv6: take care of disable_policy when restoring routesNicolas Dichtel
2022-06-09net: rename reference+tracking helpersJakub Kicinski
2022-05-31net/ipv6: Expand and rename accept_unsolicited_na to accept_untracked_naArun Ajith S
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-05-18random32: use real rng for non-deterministic randomnessJason A. Donenfeld
2022-05-04memcg: accounting for objects allocated for new netdeviceVasily Averin
2022-05-02ipv6: Don't send rs packets to the interface of ARPHRD_TUNNELjianghaoran
2022-04-22net/ipv6: Enforce limits for accept_unsolicited_na sysctlArun Ajith S
2022-04-17net/ipv6: Introduce accept_unsolicited_na knob to implement router-side chang...Arun Ajith S
2022-04-06ipv6: fix locking issues with loops over idev->addr_listNiels Dossche
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-28net: ipv6: ensure we call ipv6_mc_down() at most oncej.nixdorf@avm.de
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-24ipv6: prevent a possible race condition with lifetimesNiels Dossche
2022-02-18net: Add new protocol attribute to IP addressesJacques de Laval
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-17ipv6/addrconf: ensure addrconf_verify_rtnl() has completedEric Dumazet
2022-02-14ipv6: blackhole_netdev needs snmp6 countersIdo Schimmel