]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcf6023b404567de83e0fbac4e01038096d9ca392
treea579c2df0360e0471d9981a22e34c0ce9c5d5fbb
parent93a326324780c755946dfe77307d1c961b7382d3
parent5b9aecefad8d281f01128cb5b95f7bb7d5043dd0
Merge git://git.kernel.org/pub/scm/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>