]> 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)
commit916a3345ba439dfe7713c16dabe191f24ed37cda
tree4924c8ecac2f2e70087b2db97fe2f47617b37ddc
parent6d4acbecf5e85aaeb1e3b9f61874d9abe6596e5b
parent7493cb002a7b13c8c5d0be6c387ea48281f3f74b
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>