summaryrefslogtreecommitdiffstats
path: root/kernel/net/netfilter/ipset/ip_set_core.c
Commit message (Expand)AuthorAgeFilesLines
* Add bucketsize parameter to all hash typesJozsef Kadlecsik2020-09-211-0/+2
* Support the -exist flag with the destroy commandJozsef Kadlecsik2020-09-201-1/+3
* netfilter: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-09-201-1/+1
* netfiler: ipset: fix unaligned atomic accessRussell King2020-09-201-0/+2
* ipset: Update byte and packet counters regardless of whether they matchStefano Brivio2020-09-201-1/+2
* netfilter: ipset: Pass lockdep expression to RCU listsAmol Grover2020-09-201-1/+2
* Revert "Introduce --update-counters-first flag for the set target"Jozsef Kadlecsik2020-09-201-9/+4
* ip_set: Fix compatibility with kernels between v3.3 and v4.5Serhey Popovych2020-03-091-0/+2
* Introduce --update-counters-first flag for the set targetJozsef Kadlecsik2020-03-091-4/+9
* netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reportsJozsef Kadlecsik2020-02-181-10/+24
* netfilter: ipset: fix suspicious RCU usage in find_set_and_idJozsef Kadlecsik2020-01-261-17/+32
* netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is presentFlorian Westphal2020-01-091-1/+2
* Fix nla_policies to fully support NL_VALIDATE_STRICTJozsef Kadlecsik2019-11-011-2/+10
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-10-311-4/+1
* netfilter: ipset: make ip_set_put_flags extern.Jeremy Sowden2019-10-071-0/+24
* netfilter: ipset: move functions to ip_set_core.c.Jeremy Sowden2019-10-071-0/+102
* netfilter: ipset: move ip_set_comment functions from ip_set.h to ip_set_core.c.Jeremy Sowden2019-10-071-1/+65
* netfilter: ipset: remove inline from static functions in .c files.Jeremy Sowden2019-10-071-10/+10
* netfilter: ipset: Fix an error code in ip_set_sockfn_get()Dan Carpenter2019-08-271-3/+5
* Fix rename concurrency with listingJozsef Kadlecsik2019-07-231-1/+1
* ipset: update my email addressJozsef Kadlecsik2019-06-051-2/+2
* Fix the last missing check of nla_parse()Jozsef Kadlecsik2019-01-101-3/+6
* netfilter: ipset: fix a missing check of nla_parseAditya Pakki2019-01-081-2/+7
* netfilter: ipset: merge uadd and udel functionsFlorent Fourcot2019-01-081-53/+20
* netfilter: ipset: remove useless memset() callsFlorent Fourcot2019-01-081-2/+0
* netfilter/ipset: replace a strncpy() with strscpy()Qian Cai2018-12-041-2/+4
* netfilter: ipset: fix ip_set_byindex functionFlorent Fourcot2018-11-281-1/+1
* Correct workaround in patch "Fix calling ip_set() macro at dumping"Jozsef Kadlecsik2018-10-301-15/+4
* Introduction of new commands and protocol version 7Jozsef Kadlecsik2018-10-271-17/+149
* net: Convert ip_set_net_opsKirill Tkhai2018-10-221-1/+4
* Fix calling ip_set() macro at dumpingJozsef Kadlecsik2018-10-191-4/+19
* netfilter: ipset: fix ip_set_list allocation failureAndrey Ryabinin2018-09-241-5/+5
* ipset: list:set: Decrease refcount synchronously on deletion and replaceStefano Brivio2018-07-161-12/+11
* Remove duplicate module descriptionJozsef Kadlecsik2018-01-291-8/+1
* netfilter: remove messages print and boot/module load timePablo Neira Ayuso2018-01-291-1/+2
* netfilter: mark expected switch fall-throughsGustavo A. R. Silva2018-01-061-1/+1
* Missing nfnl_lock()/nfnl_unlock() is added to ip_set_net_exit()Jozsef Kadlecsik2018-01-041-0/+2
* netfilter: ipset: use nfnl_mutex_is_lockedFlorian Westphal2018-01-041-1/+1
* netfilter: ipset: add resched points during set listingFlorian Westphal2018-01-041-2/+0
* Fix "don't update counters" mode when counters used at the matchingJozsef Kadlecsik2018-01-041-0/+25
* netfilter: ipset: Fix race between dump and swapRoss Lagerwall2017-09-281-2/+5
* netfilter: ipset: pernet ops must be unregistered lastFlorian Westphal2017-09-261-17/+26
* Backport patch: netfilter: nfnetlink: extended ACK reportingJozsef Kadlecsik2017-09-111-13/+26
* ipset: remove unused function __ip_set_get_netlinkAaron Conole2017-09-111-8/+0
* Backport patch: netlink: pass extended ACK struct to parsing functionsJozsef Kadlecsik2017-09-111-19/+20
* Backport patch netlink: extended ACK reportingJozsef Kadlecsik2017-09-111-1/+1
* netfilter: Remove exceptional & on function nameArushi Singhal2017-09-111-1/+1
* Backport nfnl_msg_type()Jozsef Kadlecsik2017-09-111-1/+1
* Fix sparse warningsJozsef Kadlecsik2017-03-231-1/+1
* netfilter: ipset: Remove unnecessary cast on void pointersimran singhal2017-03-231-1/+1