summaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c
Commit message (Expand)AuthorAgeFilesLines
* net: ipv6: ensure we call ipv6_mc_down() at most oncej.nixdorf@avm.de2022-02-281-2/+6
* ipv6: prevent a possible race condition with lifetimesNiels Dossche2022-02-241-0/+2
* ipv6: mcast: use rcu-safe version of ipv6_get_lladdr()Ignat Korchagin2022-02-141-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-061-2/+2
* net: ndisc: introduce ndisc_evict_nocarrier sysctl parameterJames Prestwood2021-11-011-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-271-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-181-1/+1
|\
| * net: ipv4: Remove unneed BUG() functionZheng Yongjun2021-06-081-1/+1
* | ipv6: align code with contextRocco Yue2021-05-311-4/+4
|/
* mld: fix suspicious RCU usage in __ipv6_dev_mc_dec()Taehee Yoo2021-04-161-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-091-6/+26
|\
| * ipv6: report errors for iftoken via netlink extackStephen Hemminger2021-04-081-6/+26
* | ipv6: addrconf.c: Fix a typoBhaskar Chowdhury2021-03-281-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-261-0/+11
* ipv6: set multicast flag on the multicast routeMatteo Croce2021-01-181-1/+1
* ipv6: create multicast route with RTPROT_KERNELMatteo Croce2021-01-181-0/+1
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-191-2/+6
|\
| * ipv6: Fix error path to cancel the meseageZhang Qilong2020-11-131-2/+6
* | net: ipv6: For kerneldoc warnings with W=1Xin Long2020-11-021-0/+1
|/
* ipv6: some fixes for ipv6_dev_find()Xin Long2020-08-181-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-031-12/+12
* ipv6/addrconf: call addrconf_ifdown with consistent valuesFlorent Fourcot2020-08-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-151/+120
|\
| * ipv6: use ->ndo_tunnel_ctl in addrconf_set_dstaddrChristoph Hellwig2020-05-191-7/+2
| * ipv6: streamline addrconf_set_dstaddrChristoph Hellwig2020-05-191-49/+38
| * ipv6: stub out even more of addrconf_set_dstaddr if SIT is disabledChristoph Hellwig2020-05-191-2/+3
| * netns: enable to inherit devconf from current netnsNicolas Dichtel2020-05-161-3/+20
| * ipv6: Implement draft-ietf-6man-rfc4941bisFernando Gont2020-05-061-52/+39
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-011-20/+13
| |\
| | * Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann2020-04-281-20/+13
| | |\
| | | * sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-20/+13
| * | | net: ipv6: new arg skip_notify to ip6_rt_delRoopa Prabhu2020-04-281-6/+6
| |/ /
| * / ipv6: Honor all IPv6 PIO Valid Lifetime valuesFernando Gont2020-04-231-20/+7
| |/
* / crypto: lib/sha1 - rename "sha" to "sha1"Eric Biggers2020-05-081-5/+5
|/
* neigh: support smaller retrans_time setttingHangbin Liu2020-04-021-3/+4
* ipv6: don't auto-add link-local address to lag portsJarod Wilson2020-04-011-0/+4
* net: ipv6: add support for rpl sr exthdrAlexander Aring2020-03-291-0/+10
* addrconf: add functionality to check on rpl requirementsAlexander Aring2020-03-291-0/+53