summaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c
Commit message (Expand)AuthorAgeFilesLines
* bonding: add all node mcast address when slave upHangbin Liu2022-09-051-2/+6
* net: Fix data-races around sysctl_devconf_inherit_init_net.Kuniyuki Iwashima2022-08-241-3/+2
* net: ipv6: avoid accepting values greater than 2 for accept_untracked_naJaehee Park2022-07-211-3/+3
* net: ipv6: new accept_untracked_na option to accept na only if in-networkJaehee Park2022-07-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-301-6/+2
|\
| * ipv6: fix lockdep splat in in6_dump_addrs()Eric Dumazet2022-06-291-2/+2
| * ipv6: take care of disable_policy when restoring routesNicolas Dichtel2022-06-271-4/+0
* | ipv6/addrconf: fix timing bug in tempaddr regenSam Edwards2022-06-281-29/+33
* | net: rename reference+tracking helpersJakub Kicinski2022-06-091-2/+2
|/
* net/ipv6: Expand and rename accept_unsolicited_na to accept_untracked_naArun Ajith S2022-05-311-3/+3
* Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-05-251-11/+40
|\
| * memcg: accounting for objects allocated for new netdeviceVasily Averin2022-05-041-4/+4
| * ipv6: Don't send rs packets to the interface of ARPHRD_TUNNELjianghaoran2022-05-021-1/+2
| * net/ipv6: Enforce limits for accept_unsolicited_na sysctlArun Ajith S2022-04-221-1/+1
| * net/ipv6: Introduce accept_unsolicited_na knob to implement router-side chang...Arun Ajith S2022-04-171-0/+10
| * ipv6: fix locking issues with loops over idev->addr_listNiels Dossche2022-04-061-6/+24
* | random32: use real rng for non-deterministic randomnessJason A. Donenfeld2022-05-181-2/+0
|/
* 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-241-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-181-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-081-54/+23
* | ipv6/addrconf: use one delayed work per netnsEric Dumazet2022-02-081-20/+24
* | ipv6/addrconf: allocate a per netns hash tableEric Dumazet2022-02-081-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-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
|\