summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Test cases for IPv6 restore and more complex restore sessions added.Jozsef Kadlecsik2010-12-226-0/+65
* Restore mode did not work for IPv6 (reported by Elie Rosenblum)Jozsef Kadlecsik2010-12-222-21/+30
* Kernel version compatibility: support from 2.6.34Jozsef Kadlecsik2010-12-218-53/+48
* Merge branch 'master' of git://dev.medozas.de/ipset into ipset-5Jozsef Kadlecsik2010-12-2023-225/+214
|\
| * libipset: static annotationsJan Engelhardt2010-12-191-4/+4
| * libipset: const annotationsJan Engelhardt2010-12-195-8/+8
| * libipset: remove redundant castsJan Engelhardt2010-12-193-10/+10
| * libipset: remove redundant indirection via union nameJan Engelhardt2010-12-191-41/+41
| * libipset: ipset_strncpy is really a strlcpy-type operationJan Engelhardt2010-12-193-12/+12
| * kernel: use EXPORT_SYMBOL_GPLJan Engelhardt2010-12-191-13/+13
| * kernel: const annotationsJan Engelhardt2010-12-1913-71/+71
| * kernel: use __read_mostly for registration-type structuresJan Engelhardt2010-12-199-10/+10
| * kernel: do not mix const and __read_mostlyJan Engelhardt2010-12-1914-51/+40
| * xt_set: avoid user types in exported kernel headersJan Engelhardt2010-12-191-6/+6
| * build: enable parallel buildingJan Engelhardt2010-12-191-3/+3
|/
* Prevent calling Makefile directly in the kernel/ subdirectoryJozsef Kadlecsik2010-12-191-0/+4
* Put back the Sparc specific workaround at getaddrinfo.Jozsef Kadlecsik2010-12-191-4/+8
* Should have gone to sleep: fix check_allowed. Really.Jozsef Kadlecsik2010-12-191-11/+11
* Check old system kernel header filesJozsef Kadlecsik2010-12-181-0/+6
* Check from `configure` that the kernel source is patched with netlink.patchJozsef Kadlecsik2010-12-181-0/+5
* Use configure to detect compiler warning flagsJozsef Kadlecsik2010-12-185-52/+262
* The fix of incorrect comparison in check_allowed completed.Jozsef Kadlecsik2010-12-181-22/+25
* Try to solve PKG_CHECK_MODULES issueJozsef Kadlecsik2010-12-181-0/+1
* Fix incorrect comparison in check_allowedJozsef Kadlecsik2010-12-181-1/+1
* Fix Kbuild for me to delete backup filesJozsef Kadlecsik2010-12-171-1/+1
* 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