mbox

[0/2] pull request (net): ipsec 2025-03-19

Message ID 20250319065513.987135-1-steffen.klassert@secunet.com (mailing list archive)
State New
Delegated to: Netdev Maintainers
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git tags/ipsec-2025-03-19

Message

Steffen Klassert March 19, 2025, 6:55 a.m. UTC
1) Fix tunnel mode TX datapath in packet offload mode
   by directly putting it to the xmit path.
   From Alexandre Cassen.

2) Force software GSO only in tunnel mode in favor
   of potential HW GSO. From Cosmin Ratiu.

Please pull or let me know if there are problems.

Thanks!

The following changes since commit a1300691aed9ee852b0a9192e29e2bdc2411a7e6:

  net: rose: lock the socket in rose_bind() (2025-02-04 14:03:58 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git tags/ipsec-2025-03-19

for you to fetch changes up to 0aae2867aa6067f73d066bc98385e23c8454a1d7:

  xfrm_output: Force software GSO only in tunnel mode (2025-02-21 08:20:06 +0100)

----------------------------------------------------------------
ipsec-2025-03-19

----------------------------------------------------------------
Alexandre Cassen (1):
      xfrm: fix tunnel mode TX datapath in packet offload mode

Cosmin Ratiu (1):
      xfrm_output: Force software GSO only in tunnel mode

 net/xfrm/xfrm_output.c | 43 ++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 42 insertions(+), 1 deletion(-)