mbox

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

Message ID 20240319110151.409825-1-steffen.klassert@secunet.com (mailing list archive)
State Accepted
Headers show

Pull-request

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

Message

Steffen Klassert March 19, 2024, 11:01 a.m. UTC
1) Fix possible page_pool leak triggered by esp_output.
   From Dragos Tatulea.

2) Fix UDP encapsulation in software GSO path.
   From Leon Romanovsky.

Please pull or let me know if there are problems.

Thanks!

The following changes since commit 6ebfad33161afacb3e1e59ed1c2feefef70f9f97:

  packet: annotate data-races around ignore_outgoing (2024-03-18 09:34:54 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 773bb766ca4a05bf363203030b72b10088869224:

  xfrm: Allow UDP encapsulation only in offload modes (2024-03-18 11:56:11 +0100)

----------------------------------------------------------------
ipsec-2024-03-19

----------------------------------------------------------------
Dragos Tatulea (1):
      net: esp: fix bad handling of pages from page_pool

Leon Romanovsky (1):
      xfrm: Allow UDP encapsulation only in offload modes

 include/linux/skbuff.h | 10 ++++++++++
 net/ipv4/esp4.c        |  8 ++++----
 net/ipv6/esp6.c        |  8 ++++----
 net/xfrm/xfrm_device.c |  3 ++-
 4 files changed, 20 insertions(+), 9 deletions(-)