summaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: prevent router_solicitations for team portXin Long2023-03-241-1/+2
* neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet2023-03-211-7/+7
* ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6 link local addressThomas Winter2023-02-011-5/+5
* ip/ip6_gre: Fix changing addr gen mode not generating IPv6 link local addressThomas Winter2023-02-011-22/+27
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-131-2/+2
|\
| * net: add IFF_NO_ADDRCONF and use it in bonding to prevent ipv6 addrconfXin Long2022-12-121-2/+2
* | treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld2022-11-181-3/+3
* | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-4/+4
|/
* Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-10-201-0/+2
|\
| * ip6mr: fix UAF issue in ip6mr_sk_done() when addrconf_init_net() failedZhengchao Shao2022-10-181-0/+2
* | treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-4/+4
|/
* 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