]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'master' of git://blackhole.kfki.hu/nf-next
authorPablo Neira Ayuso <pablo@netfilter.org>
Mon, 17 Jun 2019 14:37:24 +0000 (16:37 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 17 Jun 2019 14:37:24 +0000 (16:37 +0200)
commit5ebf9af4a4d10fdcba77175551b8dd22ef5a5753
treeaacae44c07f1aa42f8d6c7e1f76d28d490b2832f
parent771583992e6d25ca63c1e73c7be94a1058bffa2e
parent1194d27cbabd146df18089373235ac61d1c1c913
Merge branch 'master' of git://blackhole.kfki.hu/nf-next

Jozsef Kadlecsik says:

====================
ipset patches for nf-next

- Remove useless memset() calls, nla_parse_nested/nla_parse
  erase the tb array properly, from Florent Fourcot.
- Merge the uadd and udel functions, the code is nicer
  this way, also from Florent Fourcot.
- Add a missing check for the return value of a
  nla_parse[_deprecated] call, from Aditya Pakki.
- Add the last missing check for the return value
  of nla_parse[_deprecated] call.
- Fix error path and release the references properly
  in set_target_v3_checkentry().
- Fix memory accounting which is reported to userspace
  for hash types on resize, from Stefano Brivio.
- Update my email address to kadlec@netfilter.org.
  The patch covers all places in the source tree where
  my kadlec@blackhole.kfki.hu address could be found.
====================

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