]> 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)
commit8ed777b52a239a58c65f283c2a6070a0f55ed22e
tree8fb0785be8117c663df792db2f54ec87531cd9b7
parent3762388c8cc719bd59356df98b634436e03c25b4
parent5d07531f064d4d95d4d6721e4b92f5b36028824b
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>