Re: [PATCH net 2/2] esp6: Fix integrity verification when ESN are used

2016-11-30 Thread Steffen Klassert
On Wed, Nov 30, 2016 at 05:58:38PM +0800, Herbert Xu wrote: > On Tue, Nov 29, 2016 at 05:05:25PM +0100, Tobias Brunner wrote: > > When handling inbound packets, the two halves of the sequence number > > stored on the skb are already in network order. > > > > Fixes: 000ae7b2690e ("esp6: Switch to

Re: [PATCH net 2/2] esp6: Fix integrity verification when ESN are used

2016-11-30 Thread Herbert Xu
On Tue, Nov 29, 2016 at 05:05:25PM +0100, Tobias Brunner wrote: > When handling inbound packets, the two halves of the sequence number > stored on the skb are already in network order. > > Fixes: 000ae7b2690e ("esp6: Switch to new AEAD interface") > Signed-off-by: Tobias Brunner

[PATCH net 2/2] esp6: Fix integrity verification when ESN are used

2016-11-29 Thread Tobias Brunner
When handling inbound packets, the two halves of the sequence number stored on the skb are already in network order. Fixes: 000ae7b2690e ("esp6: Switch to new AEAD interface") Signed-off-by: Tobias Brunner --- net/ipv6/esp6.c | 2 +- 1 file changed, 1 insertion(+), 1