summaryrefslogtreecommitdiff
path: root/net/ipv6/addrconf.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-07ipv6: 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-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-04-10Revert "gre: Fix IPv6 link-local address generation."Guillaume Nault1-9/+6
2025-04-10gre: Fix IPv6 link-local address generation.Guillaume Nault1-6/+9
2024-08-19ipv6: take care of scope when choosing the src addrNicolas Dichtel1-1/+2
2024-07-18ipv6: annotate data-races around cnf.disable_ipv6Eric Dumazet1-4/+5
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-10-20net: release reference to inet6_dev pointerPatrick Rohr1-1/+1
2023-10-20net: change accept_ra_min_rtr_lft to affect all RA lifetimesPatrick Rohr1-5/+8
2023-10-20net: add sysctl accept_ra_min_rtr_lftPatrick Rohr1-0/+10
2023-09-19net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddrAlex Henrie1-1/+1
2023-08-03ipv6 addrconf: fix bug where deleting a mngtmpaddr can create a new temporary...Maciej Żenczykowski1-4/+10
2023-07-23ipv6/addrconf: fix a potential refcount underflow for idevZiyang Xuan1-2/+1
2023-02-09ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6 link local addressThomas Winter1-5/+5
2023-02-09ip/ip6_gre: Fix changing addr gen mode not generating IPv6 link local addressThomas Winter1-22/+27
2022-08-31net: Fix data-races around sysctl_devconf_inherit_init_net.Kuniyuki Iwashima1-3/+2
2022-07-07ipv6: fix lockdep splat in in6_dump_addrs()Eric Dumazet1-2/+2
2022-07-07ipv6: take care of disable_policy when restoring routesNicolas Dichtel1-4/+0
2022-06-09ipv6: Don't send rs packets to the interface of ARPHRD_TUNNELjianghaoran1-1/+2
2022-06-09ipv6: fix locking issues with loops over idev->addr_listNiels Dossche1-6/+24
2022-04-13ipv6: make mc_forwarding atomicEric Dumazet1-2/+2
2022-03-16ipv6: prevent a possible race condition with lifetimesNiels Dossche1-0/+2
2022-03-08net: ipv6: ensure we call ipv6_mc_down() at most oncej.nixdorf@avm.de1-2/+6
2022-02-23ipv6: mcast: use rcu-safe version of ipv6_get_lladdr()Ignat Korchagin1-2/+2
2022-02-01Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values"Guillaume Nault1-7/+20
2021-11-18gre/sit: Don't generate link-local addr if addr_gen_mode is IN6_ADDR_GEN_MODE...Stephen Suryaputra1-0/+3
2021-09-05ip/ip6_gre: use the same logic as SIT interfaces when computing v6LL addressAntonio Quartulli1-10/+18
2021-08-28ipv6: add IFLA_INET6_RA_MTU to expose mtu valueRocco Yue1-0/+10
2021-08-05net: Remove redundant if statementsYajun Deng1-4/+2
2021-08-04net: add extack arg for link opsRocco Yue1-2/+3
2021-07-22ipv6: fix "'ioam6_if_id_max' defined but not used" warnMatthieu Baerts1-2/+1
2021-07-21ipv6: ioam: Data plane support for Pre-allocated TraceJustin Iurman1-0/+37
2021-07-20memcg: enable accounting for IP address and routing-related objectsVasily Averin1-1/+1
2021-07-15ipv6: remove unnecessary local variableRocco Yue1-4/+2
2021-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-06-08net: ipv4: Remove unneed BUG() functionZheng Yongjun1-1/+1
2021-06-01ipv6: align code with contextRocco Yue1-4/+4
2021-04-17mld: fix suspicious RCU usage in __ipv6_dev_mc_dec()Taehee Yoo1-0/+2
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+26
2021-04-08ipv6: report errors for iftoken via netlink extackStephen Hemminger1-6/+26
2021-03-29ipv6: addrconf.c: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-27mld: convert ifmcaddr6 to RCUTaehee Yoo1-4/+5
2021-01-27net: allow user to set metric on default route learned via Router AdvertisementPraveen Chaudhary1-0/+11
2021-01-19ipv6: set multicast flag on the multicast routeMatteo Croce1-1/+1