summaryrefslogtreecommitdiffstats
path: root/kernel/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ipset: Suppress false sparse warningsJozsef Kadlecsik2024-02-121-2/+2
* 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-042-2/+4
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2024-01-291-1/+1
* netfilter: ipset: fix race condition between swap/destroy and kernel side add...Jozsef Kadlecsik2024-01-294-19/+61
* 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: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash...Kyle Zeng2023-09-181-0/+1
* 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: Replace strlcpy with strscpyAzeem Shaikh2023-09-181-5/+5
* netfilter: ipset: Add schedule point in call_ad().Kuniyuki Iwashima2023-09-181-0/+8
* net: Kconfig: fix spellosRandy Dunlap2023-09-181-1/+1
* netfilter: ipset: Fix overflow before widen in the bitmap_ip_create() function.Gavrilov Ilia2023-01-281-2/+2
* netfilter: ipset: Rework long task execution when adding/deleting entriesJozsef Kadlecsik2022-12-3010-80/+67
* netfilter: ipset: fix hash:net,port,net hang with /0 subnetJozsef Kadlecsik2022-12-301-19/+21
* netfilter: ipset: restore allowing 64 clashing elements in hash:net,ifaceJozsef Kadlecsik2022-11-211-1/+1
* netfilter: ipset: Add support for new bitmask parameterVishwanath Pai2022-11-204-26/+114
* netfilter: ipset: regression in ip_set_hash_ip.cVishwanath Pai2022-11-071-5/+3
* 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
* netfilter: ipset: enforce documented limit to prevent allocating huge memoryJozsef Kadlecsik2022-11-071-24/+6
* netfilter: ipset: Fix oversized kvmalloc() callsJozsef Kadlecsik2022-10-171-2/+2
* netfilter: ipset: Fix maximal range check in hash_ipportnet4_uadt()Nathan Chancellor2021-08-031-3/+3
* 64bit division isn't allowed on 32bit, replace it with shiftJozsef Kadlecsik2021-07-281-1/+2
* Limit the maximal range of consecutive elements to add/delete fixJozsef Kadlecsik2021-07-1610-19/+70
* Limit the maximal range of consecutive elements to add/deleteJozsef Kadlecsik2021-07-149-0/+26
* 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
* treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel2020-12-201-2/+2
* netfilter: ipset: fix shift-out-of-bounds in htable_bits()Vasily Averin2020-12-201-19/+5
* netfilter: ipset: fixes possible oops in mtype_resizeVasily Averin2020-12-201-9/+17
* Handle false warning from -Wstringop-overflowJozsef Kadlecsik2020-12-141-1/+1
* Move compiler specific compatibility support to separated fileJozsef Kadlecsik2020-12-071-0/+1
* Complete backward compatibility fix for package copy of <linux/jhash.h>Jozsef Kadlecsik2020-11-191-2/+0
* 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
* Expose the initval hash parameter to userspaceJozsef Kadlecsik2020-09-2113-16/+33
* Add bucketsize parameter to all hash typesJozsef Kadlecsik2020-09-2114-39/+71
* 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
* netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-09-204-5/+5
* netfilter: ipset: call ip_set_free() instead of kfree()Eric Dumazet2020-09-204-5/+5