Steffen Klassert f6e27114a6 net: Add a xfrm validate function to validate_xmit_skb
When we do IPsec offloading, we need a fallback for
packets that were targeted to be IPsec offloaded but
rerouted to a device that does not support IPsec offload.
For that we add a function that checks the offloading
features of the sending device and and flags the
requirement of a fallback before it calls the IPsec
output function. The IPsec output function adds the IPsec
trailer and does encryption if needed.

Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
2017-04-14 10:07:28 +02:00
..
2017-03-12 23:47:16 -07:00
2017-02-07 13:07:47 -05:00
2017-04-14 10:05:36 +02:00
2017-04-11 14:54:19 -04:00
2017-04-03 19:04:48 -07:00
2015-04-02 14:04:59 -04:00
2015-11-22 11:54:10 -05:00
2016-11-16 18:32:02 -05:00
2015-10-26 22:24:22 -07:00
2017-03-24 13:27:19 -07:00