]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit3ef767e5cbd405abfd01339c7e5daaf98e037be2
tree4924c8ecac2f2e70087b2db97fe2f47617b37ddc
parent4eba8b78e1390f46828e00d6fa4d651c3d219894
parent40b446a1d8af17274746ff7079aa0a618dffbac3
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>