]> 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>
Wed, 1 Nov 2017 10:27:46 +0000 (19:27 +0900)
committerDavid S. Miller <davem@davemloft.net>
Wed, 1 Nov 2017 10:27:46 +0000 (19:27 +0900)
commitd65ebe2fb201d4c6ab15ccaf1180196a9b971530
treed4ee44d28cf00a6a355f7f6eba870a3d1acaafcd
parent3c0b062c6d19f01f605feec965f6016e9841818e
parent5db42f81036dc584f93ee5199071ff308e50c4ac
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec

Steffen Klassert says:

====================
pull request (net): ipsec 2017-11-01

1) Fix a memleak when a packet matches a policy
   without a matching state.

2) Reset the socket cached dst_entry when inserting
   a socket policy, otherwise the policy might be
   ignored. From Jonathan Basseri.

3) Fix GSO for a IPsec, GRE tunnel combination.
   We reset the encapsulation field at the skb
   too erly, as a result GRE does not segment
   GSO packets. Fix this by resetting the the
   encapsulation field right before the
   transformation where the inner headers get
   invalid.

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

Signed-off-by: David S. Miller <davem@davemloft.net>