]> git.baikalelectronics.ru Git - kernel.git/commit
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
authorDavid S. Miller <davem@davemloft.net>
Thu, 5 Nov 2015 01:47:50 +0000 (20:47 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Nov 2015 01:47:50 +0000 (20:47 -0500)
commit8bf5121eb3fefa33085a0a70af3a00cde439dd66
tree57e3c7f27152688c4ea2918d0021c8b638986c58
parentd5587f1ced83ddb4cfe8cd749dd8cd4e56a7b165
parent5f879fce776b4382c06c844f0d9837640c465c78
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf

Conflicts:
net/netfilter/xt_TEE.c

Pablo Neira Ayuso says:

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

The following patchset contains Netfilter fixes for your net tree,
they are:

1) Fix crash when TEE target is used with no --oif, from Eric Dumazet.

2) Oneliner to fix a crash on the redirect traffic to localhost
   infrastructure when interface has not yet an address, from
   Munehisa Kamata.

3) Oneliner not to request module all the time from nfnetlink due to
   wrong type value, from Florian Westphal.

I'll make sure these patches 1 and 2 hit -stable.
====================

The conflict in net/netfilter/xt_TEE.c was minor, a change
to the 'oif' selection overlapping a function signature
change for the nf_dup_ipv{4,6}() routines.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/nfnetlink.c
net/netfilter/xt_TEE.c