Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
authorDavid S. Miller <davem@davemloft.net>
Fri, 9 May 2014 17:17:30 +0000 (13:17 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 May 2014 17:17:30 +0000 (13:17 -0400)
commitb3d4056632297232412dda95c9b72b1199fa797d
tree6310c062e2db2c48df06694cb1e0c561b42eaab6
parent6af55ff52b02d492d45db88df3e461fa51a6f753
parenta8951d5814e1373807a94f79f7ccec7041325470
Merge git://git./pub/scm/linux/kernel/git/pablo/nf

Pablo Neira Ayuso says:

====================
Netfilter fixes for net

The following batch contains netfilter fixes for your net tree, they are:

1) Fix use after free in nfnetlink when sending a batch for some
   unsupported subsystem, from Denys Fedoryshchenko.

2) Skip autoload of the nat module if no binding is specified via
   ctnetlink, from Florian Westphal.

3) Set local_df after netfilter defragmentation to avoid a bogus ICMP
   fragmentation needed in the forwarding path, also from Florian.

4) Fix potential user after free in ip6_route_me_harder() when returning
   the error code to the upper layers, from Sergey Popovich.

5) Skip possible bogus ICMP time exceeded emitted from the router (not
   valid according to RFC) if conntrack zones are used, from Vasily Averin.

6) Fix fragment handling when nf_defrag_ipv4 is loaded but nf_conntrack
   is not present, also from Vasily.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
This page took 0.024847 seconds and 5 git commands to generate.