aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c
AgeCommit message (Expand)Author
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-19net: release reference to inet6_dev pointerPatrick Rohr
2023-10-19net: change accept_ra_min_rtr_lft to affect all RA lifetimesPatrick Rohr
2023-10-19net: 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-08-31net: Fix data-races around sysctl_devconf_inherit_init_net.Kuniyuki Iwashima
2022-07-07ipv6: fix lockdep splat in in6_dump_addrs()Eric Dumazet
2022-07-07ipv6: take care of disable_policy when restoring routesNicolas Dichtel
2022-06-09ipv6: Don't send rs packets to the interface of ARPHRD_TUNNELjianghaoran
2022-06-09ipv6: fix locking issues with loops over idev->addr_listNiels Dossche
2022-04-13ipv6: make mc_forwarding atomicEric Dumazet
2022-03-16ipv6: prevent a possible race condition with lifetimesNiels Dossche
2022-03-08net: ipv6: ensure we call ipv6_mc_down() at most oncej.nixdorf@avm.de
2022-02-23ipv6: mcast: use rcu-safe version of ipv6_get_lladdr()Ignat Korchagin
2022-02-01Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values"Guillaume Nault
2021-11-18gre/sit: Don't generate link-local addr if addr_gen_mode is IN6_ADDR_GEN_MODE...Stephen Suryaputra
2021-09-05ip/ip6_gre: use the same logic as SIT interfaces when computing v6LL addressAntonio Quartulli
2021-08-27ipv6: add IFLA_INET6_RA_MTU to expose mtu valueRocco Yue
2021-08-05net: Remove redundant if statementsYajun Deng
2021-08-04net: add extack arg for link opsRocco Yue
2021-07-22ipv6: fix "'ioam6_if_id_max' defined but not used" warnMatthieu Baerts
2021-07-21ipv6: ioam: Data plane support for Pre-allocated TraceJustin Iurman
2021-07-20memcg: enable accounting for IP address and routing-related objectsVasily Averin
2021-07-15ipv6: remove unnecessary local variableRocco Yue
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-08net: ipv4: Remove unneed BUG() functionZheng Yongjun
2021-05-31ipv6: align code with contextRocco Yue
2021-04-16mld: fix suspicious RCU usage in __ipv6_dev_mc_dec()Taehee Yoo
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-08ipv6: report errors for iftoken via netlink extackStephen Hemminger
2021-03-28ipv6: addrconf.c: Fix a typoBhaskar Chowdhury
2021-03-26mld: convert ifmcaddr6 to RCUTaehee Yoo
2021-01-26net: allow user to set metric on default route learned via Router AdvertisementPraveen Chaudhary
2021-01-18ipv6: set multicast flag on the multicast routeMatteo Croce
2021-01-18ipv6: create multicast route with RTPROT_KERNELMatteo Croce
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-13ipv6: Fix error path to cancel the meseageZhang Qilong
2020-11-02net: ipv6: For kerneldoc warnings with W=1Xin Long
2020-08-18ipv6: some fixes for ipv6_dev_find()Xin Long
2020-08-05ipv6: add ipv6_dev_find()Xin Long
2020-08-03ipv6/addrconf: use a boolean to choose between UNREGISTER/DOWNFlorent Fourcot
2020-08-03ipv6/addrconf: call addrconf_ifdown with consistent valuesFlorent Fourcot
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds