summaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c
Commit message (Expand)AuthorAgeFilesLines
* net: ipv6/addrconf: clamp preferred_lft to the minimum requiredAlex Henrie2023-10-251-5/+13
* net: ipv6/addrconf: clamp preferred_lft to the maximum allowedAlex Henrie2023-10-251-0/+1
* net: add sysctl to disable rfc4862 5.5.3e lifetime handlingPatrick Rohr2023-10-031-13/+25
* Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-071-1/+1
|\
| * net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddrAlex Henrie2023-09-041-1/+1
* | Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-08-291-1/+2
|\ \ | |/ |/|
| * networking: Update to register_net_sysctl_szJoel Granados2023-08-151-1/+2
* | net: release reference to inet6_dev pointerPatrick Rohr2023-08-201-1/+1
* | net: change accept_ra_min_rtr_lft to affect all RA lifetimesPatrick Rohr2023-07-281-5/+8
* | IPv6: add extack info for IPv6 address add/deleteHangbin Liu2023-07-281-23/+54
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-271-4/+10
|\ \
| * | ipv6 addrconf: fix bug where deleting a mngtmpaddr can create a new temporary...Maciej Żenczykowski2023-07-241-4/+10
* | | net: add sysctl accept_ra_min_rtr_lftPatrick Rohr2023-07-231-0/+10
|/ /
* / ipv6/addrconf: fix a potential refcount underflow for idevZiyang Xuan2023-07-091-2/+1
|/
* ipv6: lower "link become ready"'s level messageMatthieu Baerts2023-06-041-2/+2
* 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