summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Generalize extensions supportJozsef Kadlecsik2013-09-0714-749/+118
* Move extension data to set structureJozsef Kadlecsik2013-09-0715-289/+266
* Rename extension offset ids to extension idsJozsef Kadlecsik2013-09-067-43/+43
* Prepare ipset to support multiple networks for hash typesJozsef Kadlecsik2013-09-046-44/+48
* Introduce new operation to get both setname and familyJozsef Kadlecsik2013-09-042-0/+25
* Add specifying protocol for bitmap:portQuentin Armitage2013-08-174-18/+67
* Remove artifical restriction of netmask values for hash:ip type.Jozsef Kadlecsik2013-08-171-6/+4
* Make sure called test scripts can be executed (reported by Tomas Budai)Jozsef Kadlecsik2013-08-161-0/+3
* Manpage fix: not just identical, but compatible type of sets can be swappedJozsef Kadlecsik2013-08-141-5/+5
* Validate the set family and not the set type family at swapping.Jozsef Kadlecsik2013-08-141-1/+1
* Fix error message typoJozsef Kadlecsik2013-08-141-1/+1
* Parse option "family" first, because other options may depend on itJozsef Kadlecsik2013-08-141-24/+47
* Change 2nd parameter type of ipset_parse_elemQuentin Armitage2013-08-012-2/+2
* Consistent userspace testing with nomatch flagJozsef Kadlecsik2013-07-226-12/+13
* Report broken netlink messages in debug modeJozsef Kadlecsik2013-07-191-0/+13
* Skip really non-first fragments for IPv6 when getting port/protocolJozsef Kadlecsik2013-05-311-4/+2
* ipset standalone package needs to ship em_ipset.cJozsef Kadlecsik2013-05-314-4/+152
* ipset: Fix hyphen used as minus sign in manpageNeutron Soutmun2013-05-131-1/+1
* libipset.pc must be installed via 'make install'Eric Leblond2013-05-111-0/+3
* ipset 6.19 releasedv6.19Jozsef Kadlecsik2013-05-093-1/+59
* Compatibility fixes to keep the support of kernels back to 2.6.32Jozsef Kadlecsik2013-05-092-48/+48
* Check at modules_install whether depmod ignores the extra subdirJozsef Kadlecsik2013-05-091-0/+18
* Backport nla_put_net64Jozsef Kadlecsik2013-05-091-0/+10
* The utils are updated from their sourcesJozsef Kadlecsik2013-05-075-502/+1734
* Support package fragments for IPv4 protos without portsAnders K. Pedersen2013-05-031-1/+17
* Manpage typing error correction (reported by Husnu Demir)Jozsef Kadlecsik2013-05-021-2/+2
* Update testsuite as the trailing space was eliminated at listingsJozsef Kadlecsik2013-05-0286-108/+108
* Use fix sized type for timeout in the extension partJozsef Kadlecsik2013-05-021-1/+1
* Add sparse checking support to userspaceJozsef Kadlecsik2013-05-025-3/+26
* Improve XML output: add element tag and root element (suggested by Lucas Hamie)Jozsef Kadlecsik2013-05-011-33/+38
* Make sure kernel configured properly for sparse checkingsJozsef Kadlecsik2013-05-011-0/+6
* Fix "may be used uninitialized" warningsJozsef Kadlecsik2013-05-019-12/+12
* Rename simple macro names to avoid namespace issues.Jozsef Kadlecsik2013-05-0114-162/+169
* Fix sparse warnings due to missing rcu annotationsJozsef Kadlecsik2013-04-301-32/+55
* Sparse warning about shadowed variable fixedJozsef Kadlecsik2013-04-301-1/+1
* Don't call ip_nest_end needlessly in the error pathJozsef Kadlecsik2013-04-273-3/+3
* Manpage updatesJozsef Kadlecsik2013-04-091-52/+79
* Add new testsuite entries to verify counters and the new type implementationsJozsef Kadlecsik2013-04-0924-8/+1156
* Introduce the new set type revisions with counter supportJozsef Kadlecsik2013-04-0911-103/+1560
* Support counters in the ipset libraryJozsef Kadlecsik2013-04-0910-8/+128
* set match: add support to match the countersJozsef Kadlecsik2013-04-096-9/+120
* The list:set type with counter supportJozsef Kadlecsik2013-04-091-6/+67
* The hash types with counter supportJozsef Kadlecsik2013-04-098-19/+381
* The bitmap types with counter supportJozsef Kadlecsik2013-04-094-15/+186
* Introduce the counter extension in the coreJozsef Kadlecsik2013-04-093-4/+86
* list:set type using the extension interfaceJozsef Kadlecsik2013-04-091-246/+301
* Hash types using the unified code baseJozsef Kadlecsik2013-04-097-1865/+610
* Unified hash type generationJozsef Kadlecsik2013-04-092-1241/+1039
* Bitmap types using the unified code baseJozsef Kadlecsik2013-04-093-954/+316
* Unified bitmap type generationJozsef Kadlecsik2013-04-092-0/+271