From: Jakub Kicinski Date: Tue, 19 Nov 2024 03:32:33 +0000 (-0800) Subject: Merge branch 'wireguard-updates-and-fixes-for-6-13' X-Git-Tag: v6.13-rc1~135^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84ad4825605982e68f781d5d180b0a148c9c81a1;p=thirdparty%2Fkernel%2Fstable.git Merge branch 'wireguard-updates-and-fixes-for-6-13' Jason A. Donenfeld says: ==================== wireguard updates and fixes for 6.13 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. ==================== Link: https://patch.msgid.link/20241117212030.629159-1-Jason@zx2c4.com Signed-off-by: Jakub Kicinski --- 84ad4825605982e68f781d5d180b0a148c9c81a1