Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
authorDavid S. Miller <davem@davemloft.net>
Fri, 10 Oct 2014 19:01:09 +0000 (15:01 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 10 Oct 2014 19:01:09 +0000 (15:01 -0400)
commit7b6fa1eef68591b0ba27f16c149180ce1cf7047f
treea579c2df0360e0471d9981a22e34c0ce9c5d5fbb
parent4511a4a50e1a8757f771681c3e92dbf5a928eeac
parentf0d1f04f0a2f662b6b617e24d115fddcf6ef8723
Merge git://git./linux/kernel/git/pablo/nf-next

Pablo Neira Ayuso says:

====================
Netfilter fixes for net-next

This batch contains two fixes for what you have in your net-next,
they are:

1) Remove nf_send_reset6() from header file. This function now resides
   in the nf_reject_ipv6 module. Reported by Eric Dumazet.

2) Fix wrong NFT_REJECT_ICMPX_MAX definition and adjust code to fix
   errors reported by Dan Carpenter's static analysis tools.
====================

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