aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c
AgeCommit message (Expand)Author
2023-09-23net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddrAlex Henrie
2023-08-11ipv6 addrconf: fix bug where deleting a mngtmpaddr can create a new temporary...Maciej Żenczykowski
2023-08-11ipv6/addrconf: fix a potential refcount underflow for idevZiyang Xuan
2022-06-14ipv6: Don't send rs packets to the interface of ARPHRD_TUNNELjianghaoran
2022-06-14ipv6: fix locking issues with loops over idev->addr_listNiels Dossche
2021-11-26gre/sit: Don't generate link-local addr if addr_gen_mode is IN6_ADDR_GEN_MODE...Stephen Suryaputra
2021-01-27ipv6: set multicast flag on the multicast routeMatteo Croce
2021-01-27ipv6: create multicast route with RTPROT_KERNELMatteo Croce
2020-04-13ipv6: don't auto-add link-local address to lag portsJarod Wilson
2020-03-18net/ipv6: remove the old peer route if change it to a new oneHangbin Liu
2020-03-18net/ipv6: need update peer route when modify metricHangbin Liu
2020-03-18net/ipv6: use configured metric when add peer routeHangbin Liu
2020-03-18ipv6/addrconf: call ipv6_mc_up() for non-Ethernet interfaceHangbin Liu
2019-12-13net/ipv6: re-do dad when interface has IFF_NOARP flag changeHangbin Liu
2019-10-07ipv6: Handle missing host route in __ipv6_ifa_notifyDavid Ahern
2019-09-06ipv6/addrconf: allow adding multicast addr if IFA_F_MCAUTOJOIN is setHangbin Liu
2019-02-23net: fix IPv6 prefix route residueZhiqiang Liu
2019-01-09net/ipv6: Fix a test against 'ipv6_find_idev()' return valueChristophe JAILLET
2018-10-20net/ipv6: Fix index counter for unicast addresses in in6_dump_addrsDavid Ahern
2018-09-21net/ipv6: Display all addresses in output of /proc/net/if_inet6Jeff Barnhill
2018-08-22addrconf: reduce unnecessary atomic allocationsCong Wang
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-23ipv6: use fib6_info_hold_safe() when necessaryWei Wang
2018-07-11net/ipv6: propagate net.ipv6.conf.all.addr_gen_mode to devicesSabrina Dubroca
2018-07-11net/ipv6: reserve room for IFLA_INET6_ADDR_GEN_MODESabrina Dubroca
2018-07-11net/ipv6: don't reinitialize ndev->cnf.addr_gen_mode on new inet6_devSabrina Dubroca
2018-07-11net/ipv6: fix addrconf_sysctl_addr_gen_modeSabrina Dubroca
2018-06-30net/ipv6: Fix updates to prefix routeDavid Ahern
2018-06-11net/ipv6: Ensure cfg is properly initialized in ipv6_create_tempaddrDavid Ahern
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-05net: ipv6: Generate random IID for addresses on RAWIP devicesSubash Abhinov Kasiviswanathan
2018-05-29net/ipv6: Add support for specifying metric of connected routesDavid Ahern
2018-05-29net/ipv6: Pass ifa6_config struct to inet6_addr_modifyDavid Ahern
2018-05-29net/ipv6: Pass ifa6_config struct to inet6_addr_addDavid Ahern
2018-05-29net/ipv6: Convert ipv6_add_addr to struct ifa6_configDavid Ahern
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig
2018-04-25ipv6: addrconf: don't evaluate keep_addr_on_down twiceIvan Vecera
2018-04-19net/ipv6: Fix gfp_flags arg to addrconf_prefix_routeDavid Ahern
2018-04-19net/ipv6: Remove aca_idevDavid Ahern
2018-04-19net/ipv6: Rename addrconf_dst_allocDavid Ahern
2018-04-19net/ipv6: Rename fib6_info struct elementsDavid Ahern
2018-04-17net/ipv6: Flip FIB entries to fib6_infoDavid Ahern
2018-04-17net/ipv6: separate handling of FIB entries from dst based routesDavid Ahern
2018-04-17net/ipv6: Add gfp_flags to route add functionsDavid Ahern
2018-04-17net/ipv6: Move dst flags to booleans in fib entriesDavid Ahern
2018-04-17net/ipv6: move expires into rt6_infoDavid Ahern
2018-04-17net/ipv6: Move nexthop data to fib6_nhDavid Ahern
2018-04-17net/ipv6: Save route type in rt6_infoDavid Ahern
2018-04-17net/ipv6: Pass net namespace to route functionsDavid Ahern
2018-04-17ipv6: send netlink notifications for manually configured addressesLorenzo Bianconi