Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
authorDavid S. Miller <davem@davemloft.net>
Tue, 17 Dec 2013 20:06:20 +0000 (15:06 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Dec 2013 20:06:20 +0000 (15:06 -0500)
commit7089fdd81493986a39c8fa5563066c8e7e8e7cad
treec96354854768c4ad41d4851a6d1aeedabc0b3725
parent37ab4fa7844a044dc21fde45e2a0fc2f3c3b6490
parenta3adadf3018102c24754e0b53a5515c40fbaff4a
Merge branch 'master' of git://git./linux/kernel/git/pablo/nf

Pablo Neira Ayuso says:

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

* Fix endianness in nft_reject, the NFTA_REJECT_TYPE netlink attributes
  was not converted to network byte order as needed by all nfnetlink
  subsystems, from Eric Leblond.

* Restrict SYNPROXY target to INPUT and FORWARD chains, this avoid a
  possible crash due to misconfigurations, from Patrick McHardy.
====================

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