mbox series

[net-next,0/2] ipv6: Use ipv6_only_sock helper function.

Message ID 20220420015851.50237-1-kuniyu@amazon.co.jp (mailing list archive)
Headers show
Series ipv6: Use ipv6_only_sock helper function. | expand

Message

Iwashima, Kuniyuki April 20, 2022, 1:58 a.m. UTC
The first patch removes __ipv6_only_sock(), and the second replaces
ipv6only tests with ipv6_only_sock().


Kuniyuki Iwashima (2):
  ipv6: Remove __ipv6_only_sock().
  ipv6: Use ipv6_only_sock() helper in condition.

 drivers/net/bonding/bond_main.c                               | 2 +-
 .../net/ethernet/chelsio/inline_crypto/ch_ktls/chcr_ktls.c    | 2 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_accel/fs_tcp.c     | 2 +-
 drivers/net/ethernet/netronome/nfp/crypto/tls.c               | 2 +-
 include/linux/ipv6.h                                          | 4 +---
 net/core/filter.c                                             | 2 +-
 net/dccp/ipv6.c                                               | 2 +-
 net/ipv6/af_inet6.c                                           | 2 +-
 net/ipv6/datagram.c                                           | 4 ++--
 net/ipv6/tcp_ipv6.c                                           | 2 +-
 net/ipv6/udp.c                                                | 4 ++--
 net/sctp/ipv6.c                                               | 4 ++--
 12 files changed, 15 insertions(+), 17 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org April 22, 2022, noon UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Wed, 20 Apr 2022 10:58:49 +0900 you wrote:
> The first patch removes __ipv6_only_sock(), and the second replaces
> ipv6only tests with ipv6_only_sock().
> 
> 
> Kuniyuki Iwashima (2):
>   ipv6: Remove __ipv6_only_sock().
>   ipv6: Use ipv6_only_sock() helper in condition.
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] ipv6: Remove __ipv6_only_sock().
    https://git.kernel.org/netdev/net-next/c/89e9c7280075
  - [net-next,2/2] ipv6: Use ipv6_only_sock() helper in condition.
    https://git.kernel.org/netdev/net-next/c/81ee0eb6c0fe

You are awesome, thank you!