aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset/ip_set_core.c
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-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
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-06-30netfilter: ipset: fix unaligned atomic accessRussell King
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-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: Fix an error code in ip_set_sockfn_get()Dan Carpenter
2019-07-29netfilter: ipset: Fix rename concurrency with listingJozsef Kadlecsik
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-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-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2018-12-14netfilter: ipset: replace a strncpy() with strscpy()Qian Cai
2018-12-14netfilter: ipset: fix ip_set_byindex functionFlorent Fourcot
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
2018-11-01netfilter: ipset: fix ip_set_list allocation failureAndrey Ryabinin
2018-11-01netfilter: ipset: list:set: Decrease refcount synchronously on deletion and r...Stefano Brivio
2018-10-27netfilter: ipset: Introduction of new commands and protocol version 7Jozsef Kadlecsik
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-05net: Convert ip_set_net_opsKirill Tkhai
2018-01-19netfilter: remove messages print and boot/module load timePablo Neira Ayuso
2018-01-08netfilter: ipset: Missing nfnl_lock()/nfnl_unlock() is added to ip_set_net_ex...Jozsef Kadlecsik
2018-01-08netfilter: ipset: Fix "don't update counters" mode when counters used at the ...Jozsef Kadlecsik
2018-01-08netfilter: ipset: add resched points during set listingFlorian Westphal
2018-01-08netfilter: ipset: use nfnl_mutex_is_lockedFlorian Westphal
2018-01-08netfilter: mark expected switch fall-throughsGustavo A. R. Silva
2017-09-29netfilter: ipset: Fix race between dump and swapRoss Lagerwall
2017-09-26netfilter: ipset: pernet ops must be unregistered lastFlorian Westphal
2017-06-19netfilter: nfnetlink: extended ACK reportingPablo Neira Ayuso
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-04-15ipset: remove unused function __ip_set_get_netlinkAaron Conole
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-04-13netlink: extended ACK reportingJohannes Berg
2017-04-07netfilter: Remove exceptional & on function nameArushi Singhal
2017-04-07netfilter: Remove unnecessary cast on void pointersimran singhal
2017-04-07netfilter: Add nfnl_msg_type() helper functionPablo Neira Ayuso
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-11-10netfilter: ipset: Count non-static extension memory for userspaceJozsef Kadlecsik