Merge branch 'master' of git://blackhole.kfki.hu/nf-next
authorPablo Neira Ayuso <pablo@netfilter.org>
Mon, 12 Nov 2018 09:13:59 +0000 (10:13 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 12 Nov 2018 09:13:59 +0000 (10:13 +0100)
commit1226cfe3798a62ba78ff8f4a4abf2cad9d2dc779
treec1198556ff1232a36208cfd65e57876e71da842b
parent30beabb3c32122d533ce0e2fc712f9d720a82f9f
parent23c42a403a9cfdbad6004a556c927be7dd61a8ee
Merge branch 'master' of git://blackhole.kfki.hu/nf-next

Jozsef Kadlecsik says:

====================
- Introduction of new commands and thus protocol version 7. The
  new commands makes possible to eliminate the getsockopt interface
  of ipset and use solely netlink to communicate with the kernel.
  Due to the strict attribute checking both in user/kernel space,
  a new protocol number was introduced. Both the kernel/userspace is
  fully backward compatible.
- Make invalid MAC address checks consisten, from Stefano Brivio.
  The patch depends on the next one.
- Allow matching on destination MAC address for mac and ipmac sets,
  also from Stefano Brivio.
====================

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/linux/netfilter/ipset/ip_set.h
net/netfilter/ipset/ip_set_core.c