]> Git Repo - linux.git/commit - net/xfrm/xfrm_state.c
xfrm: add TX datapath support for IPsec packet offload mode
authorLeon Romanovsky <[email protected]>
Fri, 2 Dec 2022 18:41:30 +0000 (20:41 +0200)
committerSteffen Klassert <[email protected]>
Mon, 5 Dec 2022 09:34:49 +0000 (10:34 +0100)
commitf8a70afafc1759b1fca4baaa891625dde49c10b7
tree4c8aad2aa1d9f9c1cf913790a7d4c6d5247fda31
parent919e43fad5163a8ceb39826ecdee897a9f799351
xfrm: add TX datapath support for IPsec packet offload mode

In IPsec packet mode, the device is going to encrypt and encapsulate
packets that are associated with offloaded policy. After successful
policy lookup to indicate if packets should be offloaded or not,
the stack forwards packets to the device to do the magic.

Signed-off-by: Raed Salem <[email protected]>
Signed-off-by: Huy Nguyen <[email protected]>
Signed-off-by: Leon Romanovsky <[email protected]>
Signed-off-by: Steffen Klassert <[email protected]>
net/xfrm/xfrm_device.c
net/xfrm/xfrm_output.c
net/xfrm/xfrm_state.c
This page took 0.04792 seconds and 4 git commands to generate.