summaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-031-2/+6
|\
| * net: ipv6: ensure we call ipv6_mc_down() at most oncej.nixdorf@avm.de2022-02-281-2/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-251-0/+2
|\|
| * ipv6: prevent a possible race condition with lifetimesNiels Dossche2022-02-241-0/+2
* | net: Add new protocol attribute to IP addressesJacques de Laval2022-02-191-6/+21
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-171-2/+2
|\|
| * ipv6: mcast: use rcu-safe version of ipv6_get_lladdr()Ignat Korchagin2022-02-141-2/+2
* | ipv6/addrconf: ensure addrconf_verify_rtnl() has completedEric Dumazet2022-02-171-1/+1
* | ipv6: blackhole_netdev needs snmp6 countersIdo Schimmel2022-02-141-9/+9
* | ipv6: give an IPv6 dev to blackhole_netdevEric Dumazet2022-02-111-46/+32
* | ipv6/addrconf: switch to per netns inet6_addr_lst hash tableEric Dumazet2022-02-091-54/+23
* | ipv6/addrconf: use one delayed work per netnsEric Dumazet2022-02-091-20/+24
* | ipv6/addrconf: allocate a per netns hash tableEric Dumazet2022-02-091-0/+20
* | ip6mr: fix use-after-free in ip6mr_sk_done()Eric Dumazet2022-02-071-0/+2
* | ipv6: make mc_forwarding atomicEric Dumazet2022-02-051-2/+2
|/
* Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values"Guillaume Nault2022-01-271-7/+20
* ipv6: add net device refcount tracker to struct inet6_devEric Dumazet2021-12-071-2/+2
* net: ndisc: introduce ndisc_evict_nocarrier sysctl parameterJames Prestwood2021-11-021-0/+12
* gre/sit: Don't generate link-local addr if addr_gen_mode is IN6_ADDR_GEN_MODE...Stephen Suryaputra2021-10-221-0/+3
* ipv6: constify dev_addr passingJakub Kicinski2021-10-131-2/+2
* ip/ip6_gre: use the same logic as SIT interfaces when computing v6LL addressAntonio Quartulli2021-09-051-10/+18
* ipv6: add IFLA_INET6_RA_MTU to expose mtu valueRocco Yue2021-08-281-0/+10
* net: Remove redundant if statementsYajun Deng2021-08-051-4/+2
* net: add extack arg for link opsRocco Yue2021-08-041-2/+3
* ipv6: fix "'ioam6_if_id_max' defined but not used" warnMatthieu Baerts2021-07-221-2/+1
* ipv6: ioam: Data plane support for Pre-allocated TraceJustin Iurman2021-07-211-0/+37
* memcg: enable accounting for IP address and routing-related objectsVasily Averin2021-07-201-1/+1
* ipv6: remove unnecessary local variableRocco Yue2021-07-151-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-191-1/+1
|\
| * net: ipv4: Remove unneed BUG() functionZheng Yongjun2021-06-081-1/+1
* | ipv6: align code with contextRocco Yue2021-06-011-4/+4
|/
* mld: fix suspicious RCU usage in __ipv6_dev_mc_dec()Taehee Yoo2021-04-171-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-101-6/+26
|\
| * ipv6: report errors for iftoken via netlink extackStephen Hemminger2021-04-081-6/+26
* | ipv6: addrconf.c: Fix a typoBhaskar Chowdhury2021-03-291-1/+1
* | mld: convert ifmcaddr6 to RCUTaehee Yoo2021-03-261-4/+5
|/
* net: allow user to set metric on default route learned via Router AdvertisementPraveen Chaudhary2021-01-271-0/+11
* ipv6: set multicast flag on the multicast routeMatteo Croce2021-01-191-1/+1
* ipv6: create multicast route with RTPROT_KERNELMatteo Croce2021-01-191-0/+1
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-201-2/+6
|\
| * ipv6: Fix error path to cancel the meseageZhang Qilong2020-11-141-2/+6
* | net: ipv6: For kerneldoc warnings with W=1Xin Long2020-11-031-0/+1
|/
* ipv6: some fixes for ipv6_dev_find()Xin Long2020-08-191-37/+23
* ipv6: add ipv6_dev_find()Xin Long2020-08-051-0/+39
* ipv6/addrconf: use a boolean to choose between UNREGISTER/DOWNFlorent Fourcot2020-08-041-12/+12
* ipv6/addrconf: call addrconf_ifdown with consistent valuesFlorent Fourcot2020-08-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-041-151/+120
|\
| * ipv6: use ->ndo_tunnel_ctl in addrconf_set_dstaddrChristoph Hellwig2020-05-201-7/+2
| * ipv6: streamline addrconf_set_dstaddrChristoph Hellwig2020-05-201-49/+38
| * ipv6: stub out even more of addrconf_set_dstaddr if SIT is disabledChristoph Hellwig2020-05-201-2/+3