]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'master' of git://blackhole.kfki.hu/nf
authorPablo Neira Ayuso <pablo@netfilter.org>
Tue, 21 Feb 2017 13:01:05 +0000 (14:01 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 21 Feb 2017 13:01:05 +0000 (14:01 +0100)
commit5a06ed266b8e90e082195e0816bf2f017afee331
tree4924c8ecac2f2e70087b2db97fe2f47617b37ddc
parent6b548ec92f27d331a046e4e3dc174e8ca2f84304
parent28a3162e3e59c9a647891b79533d47d43f08133b
Merge branch 'master' of git://blackhole.kfki.hu/nf

Jozsef Kadlecsik says:

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

Please apply the next patches for ipset in your nf branch.
Both patches should go into the stable kernel branches as well,
because these are important bugfixes:

* Sometimes valid entries in hash:* types of sets were evicted
  due to a typo in an index. The wrong evictions happen when
  entries are deleted from the set and the bucket is shrinked.
  Bug was reported by Eric Ewanco and the patch fixes
  netfilter bugzilla id #1119.
* Fixing of a null pointer exception when someone wants to add an
  entry to an empty list type of set and specifies an add before/after
  option. The fix is from Vishwanath Pai.
====================

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