summaryrefslogtreecommitdiffstats
path: root/kernel/net/netfilter/ipset/ip_set_core.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ipset: remove set destroy at ip_set module removalJozsef Kadlecsik2024-02-051-24/+3
* netfilter: ipset: Cleanup the code of destroy operation and explain the two s...Jozsef Kadlecsik2024-02-051-11/+33
* netfilter: ipset: Missing gc cancellations fixedJozsef Kadlecsik2024-02-041-0/+2
* netfilter: ipset: fix race condition between swap/destroy and kernel side add...Jozsef Kadlecsik2024-01-291-10/+28
* netfilter: ipset: fix race condition between swap/destroy and kernel side add...Jozsef Kadlecsik2023-12-111-24/+6
* netfilter: ipset: fix race condition between swap/destroy and kernel side add...Jozsef Kadlecsik2023-11-041-3/+3
* netfilter: ipset: fix race condition between swap/destroy and kernel side add...Jozsef Kadlecsik2023-10-191-5/+23
* netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAPJozsef Kadlecsik2023-09-181-2/+10
* netfilter: ipset: refactor deprecated strncpyJustin Stitt2023-09-181-6/+6
* netfilter: ipset: remove rcu_read_lock_bh pair from ip_set_testFlorian Westphal2023-09-181-2/+0
* netfilter: ipset: Add schedule point in call_ad().Kuniyuki Iwashima2023-09-181-0/+8
* netfilter: ipset: Rework long task execution when adding/deleting entriesJozsef Kadlecsik2022-12-301-3/+4
* netfilter: move from strlcpy with unused retval to strscpyWolfram Sang2022-11-071-2/+2
* netlink: Bounds-check struct nlmsgerr creationKees Cook2022-11-071-3/+4
* Backport "netfilter: use nfnetlink_unicast()"Jozsef Kadlecsik2021-06-261-40/+10
* Backport "netfilter: nfnetlink: consolidate callback type"Jozsef Kadlecsik2021-06-261-0/+16
* Backport "netfilter: nfnetlink: add struct nfnl_info and pass it to callbacks"Jozsef Kadlecsik2021-06-261-52/+71
* Backport "netfilter: add helper function to set up the nfnetlink header and u...Jozsef Kadlecsik2021-06-261-14/+3
* Fix patch "Handle false warning from -Wstringop-overflow"Jozsef Kadlecsik2020-12-201-1/+1
* Handle false warning from -Wstringop-overflowJozsef Kadlecsik2020-12-141-1/+1
* Move compiler specific compatibility support to separated fileJozsef Kadlecsik2020-12-071-0/+1
* netfilter: ipset: enable memory accounting for ipset allocationsVasily Averin2020-11-191-16/+1
* netfilter: ipset: prevent uninit-value in hash_ip6_addEric Dumazet2020-11-191-2/+1
* Compatibility: Check for the fourth arg of list_for_each_entry_rcu()Jozsef Kadlecsik2020-11-191-2/+2
* 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