Skip to content
Commit 7785bba2 authored by Steffen Klassert's avatar Steffen Klassert
Browse files

esp: Add a software GRO codepath



This patch adds GRO ifrastructure and callbacks for ESP on
ipv4 and ipv6.

In case the GRO layer detects an ESP packet, the
esp{4,6}_gro_receive() function does a xfrm state lookup
and calls the xfrm input layer if it finds a matching state.
The packet will be decapsulated and reinjected it into layer 2.

Signed-off-by: default avatarSteffen Klassert <steffen.klassert@secunet.com>
parent 54ef207a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment