summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Initialize ChangeLog for the new releasev5.0Jozsef Kadlecsik2010-12-171-0/+3
* Add tests to check hash:ip,port,net typeJozsef Kadlecsik2010-12-174-5/+58
* Match command prefixesJozsef Kadlecsik2010-12-171-1/+1
* Add more test to check adding/deleting multiple entries.Jozsef Kadlecsik2010-12-178-0/+46
* Updated manpage to reflect wider input possibilities in the ipset tool.Jozsef Kadlecsik2010-12-171-41/+45
* Updated help texts for the hash:ip and list:set types.Jozsef Kadlecsik2010-12-172-6/+7
* Support adding/deleting multiple entries, userspace part.Jozsef Kadlecsik2010-12-174-7/+34
* Support adding/deleting multiple entries, kernel part.Jozsef Kadlecsik2010-12-174-16/+261
* Add ipset_parse_tcpudp_port functionJozsef Kadlecsik2010-12-172-7/+30
* Missing spaces in error strings fixed.Jozsef Kadlecsik2010-12-171-4/+4
* Use the 'full' flags of the types and check not allowed flags.Jozsef Kadlecsik2010-12-172-14/+113
* Remove unnecessary gfp_flags argumentsJozsef Kadlecsik2010-12-1610-70/+58
* Add test to check multi-message listing and swapping.Jozsef Kadlecsik2010-12-162-4/+11
* Mistypeing in the hbucket() macro fixed.Jozsef Kadlecsik2010-12-161-2/+6
* Manpage cleanups, so it's more clear and straightforward.Jozsef Kadlecsik2010-12-152-21/+21
* Fix outdated messages in the testsJozsef Kadlecsik2010-12-148-89/+89
* Document which elements cannot be stored in the different hash types.Jozsef Kadlecsik2010-12-142-6/+15
* Speed up testing a little bitJozsef Kadlecsik2010-12-1321-65/+65
* Convert last printks to pr_debug in ip_set_ahash.hJozsef Kadlecsik2010-12-131-4/+2
* Remove remnants of slist from ip_set_ahash.hJozsef Kadlecsik2010-12-131-3/+2
* Buffered commands are just ... buffered.Jozsef Kadlecsik2010-12-133-129/+82
* Fixing dangling empty line produced backward-incompatible exit codes, fixed.Jozsef Kadlecsik2010-12-131-2/+2
* Support case-insensitive ICMP and ICMPv6 type/code names.Jozsef Kadlecsik2010-12-103-2/+4
* Compiler flag compatibility fix with libmnlJozsef Kadlecsik2010-12-101-1/+1
* Fix dangling empty line at error/warning messages emitted by ipset.Jozsef Kadlecsik2010-12-101-3/+4
* Add proper RCU protection to resizingJozsef Kadlecsik2010-12-101-18/+38
* Convert hash types from chash to ahash.Jozsef Kadlecsik2010-12-107-94/+1127
* Strip off ip_set_ prefix from non-ipset specific header files.Jozsef Kadlecsik2010-12-089-8/+8
* Update ip_set_jhash.hJozsef Kadlecsik2010-12-081-33/+81
* Create include/linux/netfilter/ipset/ directoryJozsef Kadlecsik2010-12-0723-70/+70
* Complete Kconfig.ipset with hash:net,port type.Jozsef Kadlecsik2010-12-071-8/+16
* Remove include/net/pfxlen.hJozsef Kadlecsik2010-12-0712-311/+305
* Remove command MODIFYJozsef Kadlecsik2010-12-073-37/+35
* Whitespace, checkpatch.pl cleanups.Jozsef Kadlecsik2010-12-0720-375/+376
* The protocol extended with the command MODIFY.Jozsef Kadlecsik2010-11-053-37/+41
* Update README fileJozsef Kadlecsik2010-11-051-6/+23
* Manpage and help text fixes.v5.0-pre10Jozsef Kadlecsik2010-11-022-38/+110
* Enforce handling IPv4 and IPv6 differently for hash:ip type.Jozsef Kadlecsik2010-10-301-1/+1
* Add parser function to handle IPv4 and IPv6 differently.Jozsef Kadlecsik2010-10-302-0/+42
* Resizing converted to run under read-locking of the setJozsef Kadlecsik2010-10-307-118/+157
* Remove to support resizing from kernel context.Jozsef Kadlecsik2010-10-291-8/+1
* Fix gfp_flags at resizingJozsef Kadlecsik2010-10-292-3/+3
* Test to list large hash sets added.Jozsef Kadlecsik2010-10-292-0/+1065
* Listing for hash types fixedJozsef Kadlecsik2010-10-291-2/+18
* Kernel compile-time files are added to .gitignoreJozsef Kadlecsik2010-10-291-0/+9
* Build and source kernel directoriesv5.0-pre9Jozsef Kadlecsik2010-10-251-1/+7
* Merge branch 'ipset-5' of git://dev.medozas.de/ipset into ipset-5Jozsef Kadlecsik2010-10-257-34/+49
|\
| * Add .gitignore filesJan Engelhardt2010-10-192-0/+21
| * build: run autoupdateJan Engelhardt2010-10-191-2/+2
| * build: use subdir-objects and CC_C_OJan Engelhardt2010-10-191-1/+2