mbox series

[net-next,0/4] wireguard updates and fixes for 6.13

Message ID 20241117212030.629159-1-Jason@zx2c4.com (mailing list archive)
Headers show
Series wireguard updates and fixes for 6.13 | expand

Message

Jason A. Donenfeld Nov. 17, 2024, 9:20 p.m. UTC
Hi Jakub/Paolo,

This tiny series (+3/-2) fixes one bug and has three small improvements.

1) Fix running the netns.sh test suite on systems that haven't yet
inserted the nf_conntrack module.

2) Remove a stray useless function call in a selftest.

3) There's no need to zero out the netdev private data in recent
   kernels.

4) Set the TSO max size to be GSO_MAX_SIZE, so that we aggregate larger
   packets. Daniel reports seeing a 15% improvement in a simple load and
   suggested the speedups would be even better in more complex loads.

Thanks,
Jason

Daniel Borkmann (1):
  wireguard: device: support big tcp GSO

Dheeraj Reddy Jonnalagadda (1):
  wireguard: allowedips: remove redundant selftest call

Hangbin Liu (1):
  wireguard: selftests: load nf_conntrack if not present

Tobias Klauser (1):
  wireguard: device: omit unnecessary memset of netdev private data

 drivers/net/wireguard/device.c              | 3 ++-
 drivers/net/wireguard/selftest/allowedips.c | 1 -
 tools/testing/selftests/wireguard/netns.sh  | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 19, 2024, 4 a.m. UTC | #1
Hello:

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

On Sun, 17 Nov 2024 22:20:26 +0100 you wrote:
> Hi Jakub/Paolo,
> 
> This tiny series (+3/-2) fixes one bug and has three small improvements.
> 
> 1) Fix running the netns.sh test suite on systems that haven't yet
> inserted the nf_conntrack module.
> 
> [...]

Here is the summary with links:
  - [net-next,1/4] wireguard: device: omit unnecessary memset of netdev private data
    https://git.kernel.org/netdev/net-next/c/2c862914fbcf
  - [net-next,2/4] wireguard: allowedips: remove redundant selftest call
    https://git.kernel.org/netdev/net-next/c/c1822fb64f67
  - [net-next,3/4] wireguard: selftests: load nf_conntrack if not present
    https://git.kernel.org/netdev/net-next/c/0290abc98609
  - [net-next,4/4] wireguard: device: support big tcp GSO
    https://git.kernel.org/netdev/net-next/c/06a34f7db773

You are awesome, thank you!