summaryrefslogtreecommitdiffstats
path: root/kernel/net/netfilter/ipset
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-10-3120-80/+20
* netfilter: remove unnecessary spacesyangxingwu2019-10-312-2/+2
* ipset: Add wildcard support to net,ifaceKristian Evensen2019-10-311-5/+18
* ipset: Copy the right MAC address in hash:ip,mac IPv6 setsStefano Brivio2019-10-311-1/+1
* netfilter: ipset: move ip_set_get_ip_port() to ip_set_bitmap_port.c.Jeremy Sowden2019-10-072-28/+27
* netfilter: ipset: move function to ip_set_bitmap_ip.c.Jeremy Sowden2019-10-071-0/+12
* 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-0719-138/+138
* netfilter: inlined four headers files into another one.Jeremy Sowden2019-10-071-1/+1
* 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: Copy the right MAC address in bitmap:ip,mac and hash:ip,mac setsStefano Brivio2019-06-282-2/+2
* ipset: Actually allow destination MAC address for hash:ip,mac sets tooStefano Brivio2019-06-281-4/+0
* ipset: update my email addressJozsef Kadlecsik2019-06-0519-32/+32
* ipset: Fix memory accounting for hash types on resizeStefano Brivio2019-06-041-1/+1
* 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
* netfilter: ipset: fix ip_set_byindex functionFlorent Fourcot2018-11-281-1/+1
* netfilter: ipset: do not call ipset_nest_end after nla_nest_cancelPan Bian2018-11-281-1/+1
* Correct workaround in patch "Fix calling ip_set() macro at dumping"Jozsef Kadlecsik2018-10-301-15/+4
* Introduction of new commands and protocol version 7Jozsef Kadlecsik2018-10-271-17/+149
* net: Convert ip_set_net_opsKirill Tkhai2018-10-221-1/+4
* netfilter: Replace spin_is_locked() with lockdepLance Roy2018-10-221-1/+1
* Fix calling ip_set() macro at dumpingJozsef Kadlecsik2018-10-191-4/+19
* netfilter: ipset: fix ip_set_list allocation failureAndrey Ryabinin2018-09-241-5/+5
* ipset: Make invalid MAC address checks consistentStefano Brivio2018-08-302-7/+7
* ipset: Allow matching on destination MAC address for mac and ipmac setsStefano Brivio2018-08-303-16/+20
* netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,netEric Westbrook2018-08-301-4/+4
* ipset: list:set: Decrease refcount synchronously on deletion and replaceStefano Brivio2018-07-162-18/+22
* netfilter: ipset: forbid family for hash:mac setsFlorent Fourcot2018-06-041-1/+4
* netfilter: ipset: Use is_zero_ether_addr instead of static and memcmpJoe Perches2018-04-101-5/+2
* Remove duplicate module descriptionJozsef Kadlecsik2018-01-291-8/+1
* netfilter: remove messages print and boot/module load timePablo Neira Ayuso2018-01-291-1/+2
* Fix wraparound bug introduced in commit 48596a8ddc46Jozsef Kadlecsik2018-01-126-63/+63
* netfilter: mark expected switch fall-throughsGustavo A. R. Silva2018-01-061-1/+1
* Missing nfnl_lock()/nfnl_unlock() is added to ip_set_net_exit()Jozsef Kadlecsik2018-01-041-0/+2
* netfilter: ipset: use nfnl_mutex_is_lockedFlorian Westphal2018-01-041-1/+1
* netfilter: ipset: add resched points during set listingFlorian Westphal2018-01-043-2/+2
* Fix "don't update counters" mode when counters used at the matchingJozsef Kadlecsik2018-01-044-46/+46
* Backport patch: netfilter: ipset: Convert timers to use timer_setup()Jozsef Kadlecsik2018-01-036-15/+42
* netfilter: ipset: use swap macro instead of _manually_ swapping valuesGustavo A. R. Silva2017-11-063-18/+6
* netfilter: ipset: Fix race between dump and swapRoss Lagerwall2017-09-281-2/+5
* netfilter: ipset: pernet ops must be unregistered lastFlorian Westphal2017-09-261-17/+26
* Fix adding an IPv4 range containing more than 2^31 addressesJozsef Kadlecsik2017-09-1810-22/+24
* Backport patch: sctp: remove the typedef sctp_sctphdr_tJozsef Kadlecsik2017-09-111-0/+5