summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Introduce extensions to elements in the coreJozsef Kadlecsik2013-04-094-110/+86
* Move often used IPv6 address masking function to header fileJozsef Kadlecsik2013-04-096-45/+9
* Make possible to test elements marked with nomatch, from userspaceJozsef Kadlecsik2013-04-095-24/+40
* netfilter ipset: Use ipv6_addr_equal() where appropriate.YOSHIFUJI Hideaki2013-04-097-9/+9
* Add a compatibility header file for easier maintenanceJozsef Kadlecsik2013-04-096-78/+101
* The uapi include split in the package itselfJozsef Kadlecsik2013-04-0915-294/+338
* Reorder modules a little bit in KbuildJozsef Kadlecsik2013-04-091-2/+2
* hash:*net*: nomatch flag not excluded on set resizeJozsef Kadlecsik2013-04-095-11/+99
* list:set: update reference counter when last element pushed offJozsef Kadlecsik2013-04-091-3/+7
* ipset 6.17 releasedv6.17Jozsef Kadlecsik2013-02-214-1/+22
* The ipset_list tool is addedJozsef Kadlecsik2013-02-213-0/+1096
* The ipset_bash_completion tool is addedJozsef Kadlecsik2013-02-212-0/+418
* Interactive mode error after syntax error (reported by Mart Frauenlob)Jozsef Kadlecsik2013-02-211-3/+8
* "Directory not empty" error message (reported by John Brendler)Jozsef Kadlecsik2013-02-211-1/+2
* netfilter: ipset: timeout values corrupted on set resizeJosh Hunt2013-02-211-1/+3
* Fix error path when protocol number is used with port rangeJozsef Kadlecsik2013-01-091-1/+3
* Correct "Suspicious condition (assignment + comparison)" (Thomas Jarosch)Jozsef Kadlecsik2013-01-091-4/+3
* Fix revision printing in XML mode (reported by Mart Frauenlob)Jozsef Kadlecsik2013-01-091-1/+1
* Make sure ip_set_max isn't set to IPSET_INVALID_IDJozsef Kadlecsik2012-11-271-1/+1
* ipset 6.16.1 releasedv6.16.1Jozsef Kadlecsik2012-11-272-1/+5
* Add ipset package version to external module descriptionJozsef Kadlecsik2012-11-272-1/+8
* Backport RCU handling up to 2.6.32.xJozsef Kadlecsik2012-11-271-0/+8
* ipset 6.16 releasedv6.16Jozsef Kadlecsik2012-11-263-1/+10
* Netlink pid is renamed to portid in kernel 3.7.0Jozsef Kadlecsik2012-11-261-10/+16
* Fix RCU handling when the number of maximal sets are increasedJozsef Kadlecsik2012-11-261-83/+117
* netfilter: ipset: fix netiface set name overflowFlorian Westphal2012-11-221-1/+1
* Remove all modules before testing resizeJozsef Kadlecsik2012-11-221-1/+2
* build: support for Linux 3.7 UAPIJan Engelhardt2012-11-221-1/+2
* ipset 6.15 releasedv6.15Jozsef Kadlecsik2012-11-193-1/+17
* Increase the number of maximal sets automatically as neededJozsef Kadlecsik2012-11-193-8/+85
* Fix interactive modeFredrik Eriksson2012-11-101-5/+2
* Use gethostbyname2 instead of getaddrinfoJozsef Kadlecsik2012-11-052-1/+104
* Restore the support of kernel versions between 2.6.32 and 2.6.35Jozsef Kadlecsik2012-11-054-65/+97
* Make tests/check_cidrs.sh script executableJozsef Kadlecsik2012-11-051-0/+0
* Add tests to check completely ranges with hash typesJozsef Kadlecsik2012-11-054-0/+126
* Make easier to apply the netlink.patchJozsef Kadlecsik2012-11-051-13/+0
* Support protocol numbers as well, not only protocol namesJozsef Kadlecsik2012-11-051-3/+9
* Add (back) the debug flag to configureJozsef Kadlecsik2012-11-051-0/+6
* Fix range bug in hash:ip,port,netJozsef Kadlecsik2012-11-054-12/+13
* Rewrite cidr book keeping to handle /0Jozsef Kadlecsik2012-09-221-49/+55
* Revert patch "Fix cidr book keeping for hash:*net* types"Jozsef Kadlecsik2012-09-221-55/+49
* Add simple test to check cidr book-keepingJozsef Kadlecsik2012-09-222-0/+25
* ipset 6.14 releasedv6.14Jozsef Kadlecsik2012-09-213-1/+22
* Support to match elements marked with "nomatch" in hash:*net* setsJozsef Kadlecsik2012-09-2111-21/+135
* Coding style fixesJozsef Kadlecsik2012-09-1115-48/+64
* The set type revision number is added to the header part of listingJozsef Kadlecsik2012-09-1126-75/+76
* Include supported revisions in module descriptionJozsef Kadlecsik2012-09-1112-39/+78
* Help prints list type revision and terse descriptionJozsef Kadlecsik2012-09-1013-5/+25
* Add /0 network support to hash:net,iface typeJozsef Kadlecsik2012-09-104-30/+117
* Fix cidr book keeping for hash:*net* typesJozsef Kadlecsik2012-09-101-49/+55