mbox series

[net-next,v2,0/4] net: ipv6/addrconf: ensure that temporary addresses' preferred lifetimes are in the valid range

Message ID 20231024212312.299370-1-alexhenrie24@gmail.com (mailing list archive)
Headers show
Series net: ipv6/addrconf: ensure that temporary addresses' preferred lifetimes are in the valid range | expand

Message

Alex Henrie Oct. 24, 2023, 9:23 p.m. UTC
No changes from v2, but there are only four patches now because the
first patch has already been applied.

https://lore.kernel.org/all/20230829054623.104293-1-alexhenrie24@gmail.com/

Alex Henrie (4):
  net: ipv6/addrconf: clamp preferred_lft to the maximum allowed
  net: ipv6/addrconf: clamp preferred_lft to the minimum required
  Documentation: networking: explain what happens if temp_valid_lft is
    too small
  Documentation: networking: explain what happens if temp_prefered_lft
    is too small or too large

 Documentation/networking/ip-sysctl.rst | 10 ++++++++--
 net/ipv6/addrconf.c                    | 19 ++++++++++++++-----
 2 files changed, 22 insertions(+), 7 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 26, 2023, 1:30 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 24 Oct 2023 15:23:06 -0600 you wrote:
> No changes from v2, but there are only four patches now because the
> first patch has already been applied.
> 
> https://lore.kernel.org/all/20230829054623.104293-1-alexhenrie24@gmail.com/
> 
> Alex Henrie (4):
>   net: ipv6/addrconf: clamp preferred_lft to the maximum allowed
>   net: ipv6/addrconf: clamp preferred_lft to the minimum required
>   Documentation: networking: explain what happens if temp_valid_lft is
>     too small
>   Documentation: networking: explain what happens if temp_prefered_lft
>     is too small or too large
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/4] net: ipv6/addrconf: clamp preferred_lft to the maximum allowed
    https://git.kernel.org/netdev/net-next/c/bfbf81b31093
  - [net-next,v2,2/4] net: ipv6/addrconf: clamp preferred_lft to the minimum required
    https://git.kernel.org/netdev/net-next/c/629df6701c8a
  - [net-next,v2,3/4] Documentation: networking: explain what happens if temp_valid_lft is too small
    https://git.kernel.org/netdev/net-next/c/433d6c8048cb
  - [net-next,v2,4/4] Documentation: networking: explain what happens if temp_prefered_lft is too small or too large
    https://git.kernel.org/netdev/net-next/c/ec575f885e3e

You are awesome, thank you!