]> 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>
Tue, 10 Mar 2015 16:48:47 +0000 (12:48 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 10 Mar 2015 16:48:47 +0000 (12:48 -0400)
commitfadd847d3d3edde899c9879f5317e306d2aa078c
tree93f05ff9459d6cae977bd468a6ba5a1f59f477ad
parentcae4227b81fe56bce9ee6091cdfd6c18b3e72be5
parent75c4622cf41144c9cb97a8657e56cd2c3baebe09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next

Pablo Neira Ayuso says:

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

The following batch contains a couple of fixes to address some fallout
from the previous pull request, they are:

1) Address link problems in the bridge code after 4eb0478. Fix it by
   using rcu hook to address to avoid ifdef pollution and hard
   dependency between bridge and br_netfilter.

2) Address sparse warnings in the netfilter reject code, patch from
   Florian Westphal.
====================

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