]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'master' of git://blackhole.kfki.hu/nf
authorPablo Neira Ayuso <pablo@netfilter.org>
Mon, 4 Nov 2019 19:59:00 +0000 (20:59 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 4 Nov 2019 19:59:00 +0000 (20:59 +0100)
commit5d50b0f81715ef7af704966803158e1e5af439a6
tree8fb0785be8117c663df792db2f54ec87531cd9b7
parentdbc06fe00338828d22a4b3e8a40eb6cd51c8c61f
parenteac43024ae65da60a31f56c41f53ab25e6d1d28c
Merge branch 'master' of git://blackhole.kfki.hu/nf

Jozsef Kadlecsik says:

====================
ipset patches for nf

- Fix the error code in ip_set_sockfn_get() when copy_to_user() is used,
  from Dan Carpenter.
- The IPv6 part was missed when fixing copying the right MAC address
  in the patch "netfilter: ipset: Copy the right MAC address in bitmap:ip,mac
  and hash:ip,mac sets", it is completed now by Stefano Brivio.
- ipset nla_policies are fixed to fully support NL_VALIDATE_STRICT and
  the code is converted from deprecated parsings to verified ones.
====================

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>