aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset
AgeCommit message (Expand)Author
2023-12-13netfilter: ipset: fix race condition between swap/destroy and kernel side add...Jozsef Kadlecsik
2023-09-23netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash...Kyle Zeng
2023-08-11netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso
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-12netfilter: ipset: fix shift-out-of-bounds in htable_bits()Vasily Averin
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-06-03netfilter: ipset: Fix subcounter update skipPhil Sutter
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-12netfilter: ipset: Copy the right MAC address in hash:ip,mac IPv6 setsStefano Brivio
2019-11-12netfilter: ipset: Fix an error code in ip_set_sockfn_get()Dan Carpenter
2019-11-06netfilter: ipset: Make invalid MAC address checks consistentStefano Brivio
2019-08-29netfilter: ipset: Fix rename concurrency with listingJozsef Kadlecsik
2019-08-29netfilter: ipset: Copy the right MAC address in bitmap:ip,mac and hash:ip,mac...Stefano Brivio
2019-08-29netfilter: ipset: Actually allow destination MAC address for hash:ip,mac sets...Stefano Brivio
2019-07-26ipset: Fix memory accounting for hash types on resizeStefano Brivio
2019-01-26netfilter: ipset: Allow matching on destination MAC address for mac and ipmac...Stefano Brivio
2019-01-13netfilter: ipset: do not call ipset_nest_end after nla_nest_cancelPan Bian
2018-11-27netfilter: ipset: Fix calling ip_set() macro at dumpingJozsef Kadlecsik
2018-11-27netfilter: ipset: fix ip_set_list allocation failureAndrey Ryabinin
2018-11-27netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,netEric Westbrook
2018-11-27netfilter: ipset: list:set: Decrease refcount synchronously on deletion and r...Stefano Brivio
2018-06-06netfilter: ipset: forbid family for hash:mac setsFlorent Fourcot
2018-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-03-30netfilter: ipset: Use is_zero_ether_addr instead of static and memcmpJoe Perches
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-05net: Convert ip_set_net_opsKirill Tkhai
2018-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-01-31netfilter: ipset: Fix wraparound in hash:*net* typesJozsef Kadlecsik
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: use swap macro instead of _manually_ swapping valuesGustavo A. R. Silva
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-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-18netfilter: ipset: Convert timers to use timer_setup()Kees Cook
2017-10-04netfilter: ipset: deduplicate prefixlen mapsAaron Conole
2017-10-04netfilter: ipset: Fix sparse warningsJozsef Kadlecsik
2017-10-04netfilter: ipset: Compress return logicsimran singhal
2017-09-29netfilter: ipset: Fix race between dump and swapRoss Lagerwall
2017-09-26netfilter: ipset: pernet ops must be unregistered lastFlorian Westphal
2017-09-26netfilter: ipset: Fix adding an IPv4 range containing more than 2^31 addressesJozsef Kadlecsik
2017-09-18netfilter: ipset: ipset list may return wrong member count for set with timeoutVishwanath Pai