From: Ilya Lesokhin
Date: Wed, 8 Nov 2017 15:38:25 +0200
> Changes from v1:
> - Remove the binding of the socket to a specific netdev
> through sk->sk_bound_dev_if.
> Add a check in validate_xmit_skb to detect route changes
> and call SW fallback code to do the crypto in software.
> - tls
Changes from v1:
- Remove the binding of the socket to a specific netdev
through sk->sk_bound_dev_if.
Add a check in validate_xmit_skb to detect route changes
and call SW fallback code to do the crypto in software.
- tls_get_record now returns the tls record sequence number.
This is requir