Re: [PATCH v2 net-next 00/12] tls: Add generic NIC offload infrastructure

2017-11-12 Thread David Miller
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

[PATCH v2 net-next 00/12] tls: Add generic NIC offload infrastructure

2017-11-08 Thread Ilya Lesokhin
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