summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add element count to all set types headerJozsef Kadlecsik2015-06-2528-29/+57
* Add element count to hash headersEric B Munson2015-06-1967-76/+146
* Fix cidr handling for hash:*net* typesJozsef Kadlecsik2015-03-133-1/+22
* Fix parallel resizing and listing of the same setJozsef Kadlecsik2014-11-182-0/+15
* Introduce RCU in all set types instead of rwlock per setJozsef Kadlecsik2014-11-182-4/+2
* Support updating extensions when the set is fullJozsef Kadlecsik2014-09-232-0/+26
* hash:mac type added to ipsetJozsef Kadlecsik2014-09-156-2/+82
* Add test to check mark mappingJozsef Kadlecsik2014-09-142-0/+17
* ipset: Handle missing leading zeros in ethernet address parserJaneks Jaunups2014-05-061-0/+8
* ipset: Pass IPSET_BIN to test scripts to change binary locationNeutron Soutmun2014-04-0711-42/+54
* print mark & mark mask in hex rather then decimalVytas Dauksa2014-01-239-174/+174
* add markmask for hash:ip,mark data typeVytas Dauksa2014-01-238-6/+26
* add hash:ip,mark data type to ipsetVytas Dauksa2014-01-0812-1/+485
* ipset: Add userspace code to support hash:net,port,net kernel module.Oliver Smith2013-09-308-0/+369
* Tests added to check comment extensionJozsef Kadlecsik2013-09-2412-3/+2139
* ipset: Add userspace code to support hash:net,net kernel module.Oliver Smith2013-09-2012-2/+407
* Add test to verify CIDR trackingJozsef Kadlecsik2013-09-151-0/+12
* Make sure called test scripts can be executed (reported by Tomas Budai)Jozsef Kadlecsik2013-08-161-0/+3
* Update testsuite as the trailing space was eliminated at listingsJozsef Kadlecsik2013-05-0286-108/+108
* Add new testsuite entries to verify counters and the new type implementationsJozsef Kadlecsik2013-04-0924-8/+1156
* Remove all modules before testing resizeJozsef Kadlecsik2012-11-221-1/+2
* Increase the number of maximal sets automatically as neededJozsef Kadlecsik2012-11-192-0/+34
* Make tests/check_cidrs.sh script executableJozsef Kadlecsik2012-11-051-0/+0
* Add tests to check completely ranges with hash typesJozsef Kadlecsik2012-11-054-0/+126
* Add simple test to check cidr book-keepingJozsef Kadlecsik2012-09-222-0/+25
* Support to match elements marked with "nomatch" in hash:*net* setsJozsef Kadlecsik2012-09-213-1/+79
* The set type revision number is added to the header part of listingJozsef Kadlecsik2012-09-1125-72/+72
* Add /0 network support to hash:net,iface typeJozsef Kadlecsik2012-09-101-5/+37
* The commandline parser was too permissive, make it more strictJozsef Kadlecsik2012-06-192-2/+2
* Exceptions support added to hash:*net* typesJozsef Kadlecsik2012-01-139-1/+319
* Tests added to check ICMP/ICMPv6 type/code parsingJozsef Kadlecsik2011-11-244-0/+14
* hash:net,iface fixed to handle overlapping nets behind different interfacesJozsef Kadlecsik2011-07-082-0/+81
* hash:net,iface type introducedJozsef Kadlecsik2011-05-304-0/+78
* hash:* tests may seem to fail due to the too wide grep pattern, fix themJozsef Kadlecsik2011-05-305-7/+7
* Remove iptree tests and compatibility element parsingJozsef Kadlecsik2011-05-271-1/+1
* hash:net test may seem to fail due to the too wide grep pattern, fix itJozsef Kadlecsik2011-05-271-1/+1
* Restore with bitmap:port and list:set types did not work, fixedJozsef Kadlecsik2011-05-244-1/+1069
* hash:net stress test in range notation addedJozsef Kadlecsik2011-05-232-0/+15
* Use unified from/to address masking and check the usageJozsef Kadlecsik2011-05-232-2/+2
* Support range for IPv4 at adding/deleting elements for hash:*net* typesJozsef Kadlecsik2011-05-154-2/+38
* Fix adding ranges to hash typesJozsef Kadlecsik2011-05-069-0/+72
* Get rid of the trailing empty line at listing sets.Jozsef Kadlecsik2011-04-1966-66/+0
* Fix order of listing of setsJozsef Kadlecsik2011-04-183-0/+41
* Options and flags support added to the kernel APIJozsef Kadlecsik2011-04-182-0/+26
* Sorting is dependent on the locale settings, use LC_ALL=CJozsef Kadlecsik2011-04-116-8/+12
* Use unified diff output in testsJozsef Kadlecsik2011-04-1124-66/+66
* Testsuite checks addedJozsef Kadlecsik2011-04-103-0/+40
* Testsuite changes: keep temporary filesJozsef Kadlecsik2011-04-0825-68/+68
* Timeout can be modified for already added elementsJozsef Kadlecsik2011-03-279-0/+108
* References are protected by rwlock instead of mutexJozsef Kadlecsik2011-03-251-0/+10