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

2016-11-30 Thread Steffen Klassert
On Wed, Nov 30, 2016 at 05:58:27PM +0800, Herbert Xu wrote: > On Tue, Nov 29, 2016 at 05:05:20PM +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: 7021b2e1cddd ("esp4: Switch to

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

2016-11-30 Thread Herbert Xu
On Tue, Nov 29, 2016 at 05:05:20PM +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: 7021b2e1cddd ("esp4: Switch to new AEAD interface") > Signed-off-by: Tobias Brunner

[PATCH net 1/2] esp4: 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: 7021b2e1cddd ("esp4: Switch to new AEAD interface") Signed-off-by: Tobias Brunner --- net/ipv4/esp4.c | 2 +- 1 file changed, 1 insertion(+), 1