Re: pull request (net-next): ipsec-next 2017-02-16

2017-02-17 Thread Steffen Klassert
On Thu, Feb 16, 2017 at 10:05:57PM -0500, David Miller wrote: > From: Steffen Klassert > Date: Thu, 16 Feb 2017 13:18:34 +0100 > > > > Please note that this has a merge coflict between commit > > > > 63fca65d0863 ("net: add confirm_neigh method to dst_ops") > > > > from net-next and > > > > 3d

Re: pull request (net-next): ipsec-next 2017-02-16

2017-02-16 Thread David Miller
From: Steffen Klassert Date: Thu, 16 Feb 2017 13:18:34 +0100 > 1) Make struct xfrm_input_afinfo const, nothing writes to it. >From Florian Westphal. > > 2) Remove all places that write to the afinfo policy backend >and make the struct const then. >From Florian Westphal. > > 3) Prepa

pull request (net-next): ipsec-next 2017-02-16

2017-02-16 Thread Steffen Klassert
1) Make struct xfrm_input_afinfo const, nothing writes to it. From Florian Westphal. 2) Remove all places that write to the afinfo policy backend and make the struct const then. From Florian Westphal. 3) Prepare for packet consuming gro callbacks and add ESP GRO handlers. ESP packets