]> 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, 9 Sep 2020 03:07:58 +0000 (20:07 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Sep 2020 03:07:58 +0000 (20:07 -0700)
commit5a6376e53d27f3beaa481e29162c88e4aae1e7fa
tree357304d8286f5f1b09cb3fe7bd1534c0d9109714
parentca14950cc476262d793539c69df920c4735e62ec
parent15192ba7495b31be8a7ba5e8abbbbc7c9a4484b2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf

Pablo Neira Ayuso says:

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

The following patchset contains Netfilter fixes for net:

1) Allow conntrack entries with l3num == NFPROTO_IPV4 or == NFPROTO_IPV6
   only via ctnetlink, from Will McVicker.

2) Batch notifications to userspace to improve netlink socket receive
   utilization.

3) Restore mark based dump filtering via ctnetlink, from Martin Willi.

4) nf_conncount_init() fails with -EPROTO with CONFIG_IPV6, from
   Eelco Chaudron.

5) Containers fail to match on meta skuid and skgid, use socket user_ns
   to retrieve meta skuid and skgid.
===================

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