]> 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>
Wed, 16 Jul 2014 22:27:16 +0000 (15:27 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Jul 2014 22:27:16 +0000 (15:27 -0700)
commit8a4340d6c4b89285fd1abceba3e32f72fd111710
tree2cda71874a76e1c381511105b4ec204c47581112
parentaee44974f463736c61dcaa947f15bb77f831e058
parenta0c82184751e8e6dd1ad3bce251106da67d2324b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf

Pablo Neira Ayuso says:

====================
Netfilter/nf_tables fixes

The following patchset contains nf_tables fixes, they are:

1) Fix wrong transaction handling when the table flags are not
   modified.

2) Fix missing rcu read_lock section in the netlink dump path, which
   is not protected by the nfnl_lock.

3) Set NLM_F_DUMP_INTR in the netlink dump path to indicate
   interferences with updates.

4) Fix 64 bits chain counters when they are retrieved from a 32 bits
   arch, from Eric Dumazet.
====================

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