summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add UPGRADE instructionsJozsef Kadlecsik2011-01-222-1/+22
* ipset 5.4 releasedv5.4Jozsef Kadlecsik2011-01-212-1/+24
* Fixed broken ICMP and ICMPv6 handlingJozsef Kadlecsik2011-01-211-6/+7
* Fix trailing whitespaces and pr_* messagesJozsef Kadlecsik2011-01-2112-69/+67
* Un-inline functions which are not small enoughJozsef Kadlecsik2011-01-2012-161/+42
* Fix module loading at create/header commandsJozsef Kadlecsik2011-01-202-50/+37
* Fix wrong kzalloc flag in type_pf_expireJozsef Kadlecsik2011-01-201-1/+1
* The get_ip*_port functions are too large to be inlined, moved into the core.Jozsef Kadlecsik2011-01-208-138/+160
* Add missing __GFP_HIGHMEM flag to __vmallocJozsef Kadlecsik2011-01-201-1/+2
* Enforce network-order data in the netlink protocolJozsef Kadlecsik2011-01-2012-86/+214