summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use annotated types and fix sparse warningsJozsef Kadlecsik2011-01-2015-123/+114
* Move ip_set_alloc, ip_set_free and ip_set_get_ipaddr* into coreJozsef Kadlecsik2011-01-202-77/+88
* NETMASK*, HOSTMASK* macros are too genericJozsef Kadlecsik2011-01-2010-55/+74
* Use static LIST_HEAD() for ip_set_type_listJozsef Kadlecsik2011-01-201-3/+1
* Move NLA_PUT_NET* macros to include/net/netlink.hJozsef Kadlecsik2011-01-202-7/+33
* The module parameter max_sets should be unsigned intJozsef Kadlecsik2011-01-201-1/+1
* Get rid of ip_set_kernel.hJozsef Kadlecsik2011-01-2012-26/+0
* Fix the placement style of boolean operators at continued linesJozsef Kadlecsik2011-01-2014-219/+219
* ipset 5.3 releasedv5.3Jozsef Kadlecsik2011-01-183-1/+22
* Set the non-debug compiling the defaultJozsef Kadlecsik2011-01-182-4/+10
* Testsuite fix of ospf replaced with vrrp.Jozsef Kadlecsik2011-01-181-1/+1
* Fix build with NDEBUG definedJozsef Kadlecsik2011-01-183-8/+19
* Do session initialization onceHolger Eitzenberger2011-01-181-8/+6
* Make IPv4 and IPv6 address handling similarJozsef Kadlecsik2011-01-181-1/+10
* Show correct line numbers in restore output for parser errorsJozsef Kadlecsik2011-01-183-0/+17
* There is no need to call synchronize_net() at swapping.Jozsef Kadlecsik2011-01-141-4/+0