]> 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>
Mon, 22 Sep 2014 20:41:41 +0000 (16:41 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 22 Sep 2014 20:41:41 +0000 (16:41 -0400)
commitae7d61f4b8fd717440bc3d07b29c688c033abb78
treee89c25f91ffab05ffdc680c5fef310b6a902a82c
parente857447c0bd1ce87c54b4a29b1437b769b644f45
parent3ab48bed5ae809c28eb3ebad2ab4b329cacf52da
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec

Steffen Klassert says:

====================
pull request (net): ipsec 2014-09-22

We generate a blackhole or queueing route if a packet
matches an IPsec policy but a state can't be resolved.
Here we assume that dst_output() is called to kill
these packets. Unfortunately this assumption is not
true in all cases, so it is possible that these packets
leave the system without the necessary transformations.

This pull request contains two patches to fix this issue:

1) Fix for blackhole routed packets.

2) Fix for queue routed packets.

Both patches are serious stable candidates.

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

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