summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Replace strncpy with strlcpy at creating a set.Jozsef Kadlecsik2011-01-141-1/+1
* Update copyright date and some style changes.Jozsef Kadlecsik2011-01-1414-16/+16
* Use jhash.h accepted in kernel, with backward compatibility.Jozsef Kadlecsik2011-01-139-9/+9
* Separate prefixlens from ip_set core.Jozsef Kadlecsik2011-01-1313-297/+314
* Replace ospf with vrrp in the testsuiteJozsef Kadlecsik2011-01-132-5/+5
* Merge branch 'master' of git://dev.medozas.de/ipsetJozsef Kadlecsik2011-01-121-6/+5
|\
| * kernel: remove unused ctnl parameter from call_adJan Engelhardt2011-01-031-6/+5
|/
* Merge branch 'master' of git://dev.medozas.de/ipsetJozsef Kadlecsik2011-01-033-902/+2
|\
| * build: remove autogenerated filesJan Engelhardt2010-12-312-900/+0
| * build: use only AC_CANONICAL_HOSTJan Engelhardt2010-12-311-2/+2
|/
* Comment the possible return values of the add/del/test type-functionsJozsef Kadlecsik2010-12-231-2/+8
* ipset 5.2 releasedv5.2Jozsef Kadlecsik2010-12-233-1/+11
* Handle internal printing errorsJozsef Kadlecsik2010-12-231-10/+25
* Use cast to void * instead of memcpy as Sparc workaround at sockaddr_XXX.Jozsef Kadlecsik2010-12-231-8/+6
* Listing/saving of large sets could produce broken listing, fixed.Jozsef Kadlecsik2010-12-232-9/+16
* Kernel version check at minimal supported version is mistyped, now fixed.Jozsef Kadlecsik2010-12-221-2/+2
* Support libtool < 2.2Jozsef Kadlecsik2010-12-221-1/+1
* ipset 5.1 releasedv5.1Jozsef Kadlecsik2010-12-223-1/+33
* 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