]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec...
authorDavid S. Miller <davem@davemloft.net>
Fri, 17 Feb 2017 02:25:49 +0000 (21:25 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 17 Feb 2017 02:25:49 +0000 (21:25 -0500)
commitbfcd4bd80c370f5432d175d9b525e476bd8c0e3c
tree2d203cc3f1c8bfbf6e9b156faa0f1d689e1a52ca
parenta8918ae62cb98d287eaeaa4dd36b8f88721f027c
parentecaae2a271dc04d2fb5c0197cdb4fcb6a1cd2fc1
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next

Steffen Klassert says:

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

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 can be decapsulated
   at the GRO layer then. It saves a round through
   the stack for each ESP packet.

Please note that this has a merge coflict between commit

fc0ac60c07f7 ("net: add confirm_neigh method to dst_ops")

from net-next and

266e08935360 ("xfrm: policy: remove garbage_collect callback")
1ce74d70b7c6 ("xfrm: policy: remove family field")

from ipsec-next.

The conflict can be solved as it is done in linux-next.

Please pull or let me know if there are problems.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
net/core/dev.c
net/ethernet/eth.c
net/ipv4/Kconfig
net/ipv6/Kconfig
net/xfrm/Kconfig
net/xfrm/xfrm_policy.c