diff options
author | David S. Miller <davem@davemloft.net> | 2025-01-10 09:15:17 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2025-01-10 09:15:17 +0000 |
commit | 7b24f164cf005b9649138ef6de94aaac49c9f3d1 (patch) | |
tree | 17868112547180d398b8fe7fe0c6eb9e45c7ebdd /Documentation/networking | |
parent | 9007d911f6d2a99d3dd1dbf2097de35727cc665a (diff) | |
parent | 7082a6dc84ebba9dbdf65727b5bc4af92a2d31d3 (diff) |
Merge tag 'ipsec-next-2025-01-09' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
Steffen Klassert says:
====================
ipsec-next-2025-01-09
1) Implement the AGGFRAG protocol and basic IP-TFS (RFC9347) functionality.
From Christian Hopps.
2) Support ESN context update to hardware for TX.
From Jianbo Liu.
Please pull or let me know if there are problems.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/xfrm_device.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/networking/xfrm_device.rst b/Documentation/networking/xfrm_device.rst index bfea9d8579ed..66f6e9a9b59a 100644 --- a/Documentation/networking/xfrm_device.rst +++ b/Documentation/networking/xfrm_device.rst @@ -169,7 +169,8 @@ the stack in xfrm_input(). hand the packet to napi_gro_receive() as usual -In ESN mode, xdo_dev_state_advance_esn() is called from xfrm_replay_advance_esn(). +In ESN mode, xdo_dev_state_advance_esn() is called from +xfrm_replay_advance_esn() for RX, and xfrm_replay_overflow_offload_esn for TX. Driver will check packet seq number and update HW ESN state machine if needed. Packet offload mode: |