aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset
AgeCommit message (Expand)Author
2024-02-23netfilter: ipset: Missing gc cancellations fixedJozsef Kadlecsik
2024-02-23netfilter: ipset: fix performance regression in swap operationJozsef Kadlecsik
2023-12-13netfilter: ipset: fix race condition between swap/destroy and kernel side add...Jozsef Kadlecsik
2023-10-10netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAPJozsef Kadlecsik
2023-09-23netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash...Kyle Zeng
2023-07-27netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso
2023-06-14netfilter: ipset: Add schedule point in call_ad().Kuniyuki Iwashima
2023-01-18netfilter: ipset: Fix overflow before widen in the bitmap_ip_create() function.Gavrilov Ilia
2021-10-06netfilter: ipset: Fix oversized kvmalloc() callsJozsef Kadlecsik
2021-01-19netfilter: ipset: fixes possible oops in mtype_resizeVasily Averin
2021-01-12netfilter: ipset: fix shift-out-of-bounds in htable_bits()Vasily Averin
2020-12-11netfilter: ipset: prevent uninit-value in hash_ip6_addEric Dumazet
2020-11-18netfilter: ipset: Update byte and packet counters regardless of whether they ...Stefano Brivio
2020-07-16netfilter: ipset: call ip_set_free() instead of kfree()Eric Dumazet
2020-06-30netfilter: ipset: fix unaligned atomic accessRussell King
2020-06-03netfilter: ipset: Fix subcounter update skipPhil Sutter
2020-03-05netfilter: ipset: Fix forceadd evaluation pathJozsef Kadlecsik
2020-03-05netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reportsJozsef Kadlecsik
2020-02-11netfilter: ipset: fix suspicious RCU usage in find_set_and_idKadlecsik József
2020-01-29netfilter: ipset: use bitmap infrastructure completelyKadlecsik József
2020-01-23netfilter: fix a use-after-free in mtype_destroy()Cong Wang
2020-01-14netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is presentFlorian Westphal
2019-11-04netfilter: ipset: Fix nla_policies to fully support NL_VALIDATE_STRICTJozsef Kadlecsik
2019-11-04netfilter: ipset: Copy the right MAC address in hash:ip,mac IPv6 setsStefano Brivio
2019-11-04netfilter: ipset: Fix an error code in ip_set_sockfn_get()Dan Carpenter
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski
2019-08-13netfilter: inline four headers files into another one.Jeremy Sowden
2019-08-13netfilter: remove unnecessary spacesyangxingwu
2019-07-29netfilter: ipset: Fix rename concurrency with listingJozsef Kadlecsik
2019-07-29netfilter: ipset: Copy the right MAC address in bitmap:ip,mac and hash:ip,mac...Stefano Brivio
2019-07-29netfilter: ipset: Actually allow destination MAC address for hash:ip,mac sets...Stefano Brivio
2019-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-10Update my email addressJozsef Kadlecsik
2019-06-10ipset: Fix memory accounting for hash types on resizeStefano Brivio
2019-06-10netfilter: ipset: Fix the last missing check of nla_parse_deprecated()Jozsef Kadlecsik
2019-06-10netfilter: ipset: fix a missing check of nla_parseAditya Pakki
2019-06-10netfilter: ipset: merge uadd and udel functionsFlorent Fourcot
2019-06-10netfilter: ipset: remove useless memset() callsFlorent Fourcot
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27ipset: drop ipset_nest_start() and ipset_nest_end()Michal Kubecek
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-12-14netfilter: ipset: replace a strncpy() with strscpy()Qian Cai
2018-12-14netfilter: ipset: fix ip_set_byindex functionFlorent Fourcot
2018-12-13netfilter: ipset: do not call ipset_nest_end after nla_nest_cancelPan Bian
2018-12-01netfilter: Replace call_rcu_bh(), rcu_barrier_bh(), and synchronize_rcu_bh()Paul E. McKenney
2018-11-12Merge branch 'master' of git://blackhole.kfki.hu/nf-nextPablo Neira Ayuso
2018-11-03netfilter: ipset: Fix calling ip_set() macro at dumpingJozsef Kadlecsik