]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge branch 'master' of git://blackhole.kfki.hu/nf
authorPablo Neira Ayuso <pablo@netfilter.org>
Tue, 30 Jul 2019 11:39:20 +0000 (13:39 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 30 Jul 2019 11:39:20 +0000 (13:39 +0200)
commit7cdc4412284777c76c919e2ab33b3b8dbed18559
tree338e69c008b1cdeb48db91e5ab02d8bce479e1df
parent3b48300d5cc7c7bed63fddb006c4046549ed4aec
parent6c1f7e2c1b96ab9b09ac97c4df2bd9dc327206f6
Merge branch 'master' of git://blackhole.kfki.hu/nf

Jozsef Kadlecsik says:

====================
ipset patches for the nf tree

- When the support of destination MAC addresses for hash:mac sets was
  introduced, it was forgotten to add the same functionality to hash:ip,mac
  types of sets. The patch from Stefano Brivio adds the missing part.
- When the support of destination MAC addresses for hash:mac sets was
  introduced, a copy&paste error was made in the code of the hash:ip,mac
  and bitmap:ip,mac types: the MAC address in these set types is in
  the second position and not in the first one. Stefano Brivio's patch
  fixes the issue.
- There was still a not properly handled concurrency handling issue
  between renaming and listing sets at the same time, reported by
  Shijie Luo.
====================

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