summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Whitespace fixes: some space before tab slipped in.Jozsef Kadlecsik2011-04-081-2/+2
* bitmap:ip,mac type requires "src" for MACJozsef Kadlecsik2011-04-082-3/+8
* Testsuite changes: keep temporary filesJozsef Kadlecsik2011-04-0825-68/+68
* ipset/Kconfig was a mixed up kernel config file, fixed (Michael Tokarev)Jozsef Kadlecsik2011-03-291-1029/+73
* ipset 6.2 releasedv6.2Jozsef Kadlecsik2011-03-273-1/+10
* Manpage updateJozsef Kadlecsik2011-03-271-0/+2
* Timeout can be modified for already added elementsJozsef Kadlecsik2011-03-2721-101/+244
* Add explicit text message to detect patched kernel.Jozsef Kadlecsik2011-03-261-0/+13
* References are protected by rwlock instead of mutexJozsef Kadlecsik2011-03-258-56/+83
* list:set timeout variant fixesJozsef Kadlecsik2011-03-233-32/+61
* ipset 6.1 releasedv6.1Jozsef Kadlecsik2011-03-193-1/+11
* Fix revision reportingJozsef Kadlecsik2011-03-192-5/+4
* SCTP, UDPLITE support addedJozsef Kadlecsik2011-03-1815-43/+74
* Fix checking the revision of the set type at create commandJozsef Kadlecsik2011-03-181-4/+16
* Manpage was not installedJozsef Kadlecsik2011-03-181-0/+2
* hash:ip,port* types with IPv4Jozsef Kadlecsik2011-03-185-94/+48
* netfilter:ipset: fix the compile warning in ip_set_createShan Wei2011-03-041-1/+1
* ipset 6.0 releasedv6.0Jozsef Kadlecsik2011-02-035-14/+59
* Print protocol version together with ipset versionJozsef Kadlecsik2011-02-031-1/+2
* Reorganized kernel/ subdirJozsef Kadlecsik2011-02-0322-131/+1133
* netfilter: ipset: fix linking with CONFIG_IPV6=nPatrick McHardy2011-02-032-6/+19
* netfilter: ipset: send error message manuallyJozsef Kadlecsik2011-02-021-7/+26
* netfilter: ipset: add missing break statemtns in ip_set_get_ip_port()Patrick McHardy2011-02-021-0/+2
* netfilter: ipset: add missing include to xt_set.hPatrick McHardy2011-02-011-0/+1
* netfilter: ipset: remove unnecessary includesPatrick McHardy2011-02-019-27/+0
* netfilter: ipset: use nla_parse_nested()Patrick McHardy2011-02-011-26/+16
* Testsuite compatibility with debugging enabledJozsef Kadlecsik2011-02-011-1/+1
* Allow "new" as a commad alias to "create"Jozsef Kadlecsik2011-02-011-7/+7
* ipset: improve command argument parsingHolger Eitzenberger2011-02-011-22/+20
* ipset: avoid the unnecessary argv[] loopHolger Eitzenberger2011-02-011-50/+46
* ipset: pass ipset_arg argument pointerHolger Eitzenberger2011-02-013-16/+10
* Separate ipset errnos completely from system ones and bump protocol version.Jozsef Kadlecsik2011-01-312-7/+7
* Use better error codes in xt_set.cJozsef Kadlecsik2011-01-311-12/+12
* Fix sparse warning about shadowed definitionJozsef Kadlecsik2011-01-271-1/+1
* bitmap:ip type: flavour specific adt functionsJozsef Kadlecsik2011-01-271-301/+168
* bitmap:port type: flavour specific adt functionsJozsef Kadlecsik2011-01-271-278/+159
* Move the type specifici attribute validation to the coreJozsef Kadlecsik2011-01-2713-392/+254
* Fix the spelling error fix :-)Jozsef Kadlecsik2011-01-261-1/+1
* Use vzalloc() instead of __vmalloc()Jozsef Kadlecsik2011-01-2612-24/+20
* Use meaningful error messages in xt_set.cJozsef Kadlecsik2011-01-261-8/+12
* Constified attribute cannot be writtenJozsef Kadlecsik2011-01-262-1/+13
* Send (N)ACK at dumping only when NLM_F_ACK is setJozsef Kadlecsik2011-01-262-3/+5
* Correct the error codes: use ENOENT and EMSGSIZEJozsef Kadlecsik2011-01-267-44/+72
* Resolving IP addresses did not work at listing/saving sets, fixed.Jozsef Kadlecsik2011-01-261-2/+2
* ipset: fix spelling errorHolger Eitzenberger2011-01-251-2/+2
* ipset: fix the Netlink sequence numberHolger Eitzenberger2011-01-251-1/+2
* ipset: turn Set name[] into a const pointerHolger Eitzenberger2011-01-252-9/+10
* Check ICMP and ICMPv6 with the set match and target in the testsuiteJozsef Kadlecsik2011-01-242-0/+44
* Avoid possible syntax clashing at saving hostnamesJozsef Kadlecsik2011-01-241-1/+2
* ipset 5.4.1 releasedv5.4.1Jozsef Kadlecsik2011-01-221-1/+1