Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
authorDavid S. Miller <davem@davemloft.net>
Mon, 1 Oct 2018 22:41:01 +0000 (15:41 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 Oct 2018 22:41:01 +0000 (15:41 -0700)
commitc8424ddd9715bf1200392a677a8a0e819c99a726
treefc7d7ed3992b6d21fe27c866baa4cc18b50abb81
parent43955a45dc0b4f3be7f0c3afc0e080ed59bb5280
parent40e4f26e6a14fc1496eabb8b0004a547303114e6
Merge git://git./pub/scm/linux/kernel/git/pablo/nf

Pablo Neira Ayuso says:

====================
Netfilter fixes for net

The following patchset contains Netfilter fixes for your net tree:

1) Skip ip_sabotage_in() for packet making into the VRF driver,
   otherwise packets are dropped, from David Ahern.

2) Clang compilation warning uncovering typo in the
   nft_validate_register_store() call from nft_osf, from Stefan Agner.

3) Double sizeof netlink message length calculations in ctnetlink,
   from zhong jiang.

4) Missing rb_erase() on batch full in rbtree garbage collector,
   from Taehee Yoo.

5) Calm down compilation warning in nf_hook(), from Florian Westphal.

6) Missing check for non-null sk in xt_socket before validating
   netns procedence, from Flavio Leitner.
====================

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