netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RFC 0/5] Support asynchronous crypto for IPsec GSO.
@ 2017-11-20  7:37 Steffen Klassert
  2017-11-20  7:37 ` [PATCH RFC 1/5] xfrm: Separate ESP handling from segmentation for GRO packets Steffen Klassert
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Steffen Klassert @ 2017-11-20  7:37 UTC (permalink / raw)
  To: netdev; +Cc: Steffen Klassert

This patchset implements asynchronous crypto handling
in the layer 2 TX path. With this we can allow IPsec
ESP GSO for software crypto. This also merges the IPsec
GSO and non-GSO paths to both use validate_xmit_xfrm().

1) Separate ESP handling from segmentation for GRO packets.
   This unifies the IPsec GSO and non GSO codepath.

2) Add asynchronous callbacks for xfrm on layer 2. This
   adds the necessary infrastructure to core networking.

3) Allow to use the layer2 IPsec GSO codepath for software
   crypto, all infrastructure is there now.

4) Also allow IPsec GSO with software crypto for local sockets.

5) Don't require synchronous crypto fallback on IPsec offloading,
   it is not needed anymore.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-11-21 10:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-20  7:37 [PATCH RFC 0/5] Support asynchronous crypto for IPsec GSO Steffen Klassert
2017-11-20  7:37 ` [PATCH RFC 1/5] xfrm: Separate ESP handling from segmentation for GRO packets Steffen Klassert
2017-11-20  7:37 ` [PATCH RFC 2/5] net: Add asynchronous callbacks for xfrm on layer 2 Steffen Klassert
2017-11-20  7:37 ` [PATCH RFC 3/5] xfrm: Allow to use the layer2 IPsec GSO codepath for software crypto Steffen Klassert
2017-11-20  7:37 ` [PATCH RFC 4/5] xfrm: Allow IPsec GSO with software crypto for local sockets Steffen Klassert
2017-11-20  7:37 ` [PATCH RFC 5/5] esp: Don't require synchronous crypto fallback on offloading anymore Steffen Klassert
2017-11-20 13:09 ` [PATCH RFC 0/5] Support asynchronous crypto for IPsec GSO David Miller
2017-11-20 18:20   ` John Fastabend
2017-11-21 10:44     ` Steffen Klassert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).