summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Correct rcu_dereference() call in ip_set_put_comment()Jozsef Kadlecsik2018-10-191-2/+2
* Library reworked to support embedding ipset completelyJozsef Kadlecsik2018-10-1823-1066/+2160
* Add compatibility to support kvcalloc()Jozsef Kadlecsik2018-09-242-0/+15
* netfilter: ipset: fix ip_set_list allocation failureAndrey Ryabinin2018-09-241-5/+5
* Validate string type attributes in attr2data()Stefano Brivio2018-09-031-0/+4
* manpage: Add comment about matching on destination MAC addressStefano Brivio2018-08-301-7/+19
* Add compatibility to support is_zero_ether_addr()Jozsef Kadlecsik2018-08-302-1/+23
* 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
* Fix use-after-free in ipset_parse_name_compat()Stefano Brivio2018-08-271-3/+4
* Fix leak in build_argv() on line parsing errorStefano Brivio2018-08-241-2/+3
* Simplify return statement in ipset_mnl_query()Stefano Brivio2018-08-241-1/+1
* ipset: list:set: Decrease refcount synchronously on deletion and replaceStefano Brivio2018-07-163-19/+23
* netfilter: ipset: forbid family for hash:mac setsFlorent Fourcot2018-06-041-1/+4
* Limit max timeout value to (UINT_MAX >> 1)/MSEC_PER_SECJozsef Kadlecsik2018-06-014-10/+13
* List timing out entries with "timeout 1" instead of zero timeout valueJozsef Kadlecsik2018-06-011-2/+8
* tests/check_klog.sh: Try dmesg too, don't let shell terminate scriptStefano Brivio2018-05-301-0/+4
* netfilter: xt_set: Check hook mask correctlySerhey Popovych2018-05-301-1/+1
* ipset 6.38 releasedv6.38Jozsef Kadlecsik2018-04-102-1/+4
* Fix API version number (reported by Jan Engelhardt)Jozsef Kadlecsik2018-04-101-1/+1
* ipset 6.37 releasedv6.37Jozsef Kadlecsik2018-04-103-1/+8
* Fix parsing service names for portsJozsef Kadlecsik2018-04-106-11/+38
* netfilter: ipset: Use is_zero_ether_addr instead of static and memcmpJoe Perches2018-04-101-5/+2
* ipset 6.36 releasedv6.36Jozsef Kadlecsik2018-03-033-1/+14
* Use 'ss' in runtest.sh but fall back to deprecated 'net-tools' commandJozsef Kadlecsik2018-03-031-4/+14
* Remove duplicate module descriptionJozsef Kadlecsik2018-01-291-8/+1
* netfilter: remove messages print and boot/module load timePablo Neira Ayuso2018-01-291-1/+2
* build: do install libipset/args.hJan Engelhardt2018-01-231-0/+1
* Add test to verify wraparound fixJozsef Kadlecsik2018-01-121-0/+6
* Fix wraparound bug introduced in commit 48596a8ddc46Jozsef Kadlecsik2018-01-126-63/+63
* ipset 6.35 releasedv6.35Jozsef Kadlecsik2018-01-063-1/+22
* netfilter: mark expected switch fall-throughsGustavo A. R. Silva2018-01-061-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2018-01-065-0/+5
* Backport patch: netfilter: ipset: use nfnl_mutex_is_lockedJozsef Kadlecsik2018-01-042-0/+15
* 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-0410-128/+131
* Backport patch: netfilter: ipset: Convert timers to use timer_setup()Jozsef Kadlecsik2018-01-038-15/+67
* Userspace revision handling is reworkedJozsef Kadlecsik2018-01-0226-7829/+5122
* 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
* Replace the last reference to u_int8_t with uint8_t.Jozsef Kadlecsik2017-09-261-1/+1
* Revert "ipset: fix build with musl"Jozsef Kadlecsik2017-09-261-2/+0
* ipset: fix build with muslStijn Tintel2017-09-251-0/+2
* ipset 6.34 releasedv6.34Jozsef Kadlecsik2017-09-233-1/+17
* testsuite: Make sure it can be run over ssh :-)Jozsef Kadlecsik2017-09-236-32/+43
* Reset state after a command failed, when multiple ones are issued.Jozsef Kadlecsik2017-09-231-0/+1