summaryrefslogtreecommitdiffstats
path: root/kernel/include/linux/netfilter/ipset/ip_set.h
Commit message (Expand)AuthorAgeFilesLines
* skbinfo extension: send nonzero extension elements only to userspaceJozsef Kadlecsik2014-09-151-7/+11
* netfilter: ipset: Add skbinfo extension kernel support in the ipset core.Anton Danilov2014-09-081-1/+55
* ipset: add forceadd kernel support for hash set typesJosh Hunt2014-03-041-0/+3
* Prepare the kernel for create option flags when no extension is neededJozsef Kadlecsik2014-02-131-0/+2
* add hash:ip,mark data type to ipsetVytas Dauksa2014-01-081-4/+6
* ipset: remove unused codeStephen Hemminger2014-01-071-1/+0
* Use netlink callback dump args onlyJozsef Kadlecsik2013-10-021-0/+10
* ipset: Add net namespace for ipsetVitaly Lavrov2013-09-281-7/+9
* Use a common function at listing the extensions of the elementsJozsef Kadlecsik2013-09-251-0/+21
* netfilter: ipset: Support comments for ipset entries in the core.Oliver Smith2013-09-231-8/+43
* Support extensions which need a per data destroy functionJozsef Kadlecsik2013-09-091-5/+17
* Generalize extensions supportJozsef Kadlecsik2013-09-071-0/+13
* Move extension data to set structureJozsef Kadlecsik2013-09-071-9/+20
* Rename extension offset ids to extension idsJozsef Kadlecsik2013-09-061-8/+8
* Prepare ipset to support multiple networks for hash typesJozsef Kadlecsik2013-09-041-0/+2
* Consistent userspace testing with nomatch flagJozsef Kadlecsik2013-07-221-2/+4
* Use fix sized type for timeout in the extension partJozsef Kadlecsik2013-05-021-1/+1
* Rename simple macro names to avoid namespace issues.Jozsef Kadlecsik2013-05-011-0/+3
* set match: add support to match the countersJozsef Kadlecsik2013-04-091-2/+7
* Introduce the counter extension in the coreJozsef Kadlecsik2013-04-091-4/+71
* Introduce extensions to elements in the coreJozsef Kadlecsik2013-04-091-7/+39
* Make possible to test elements marked with nomatch, from userspaceJozsef Kadlecsik2013-04-091-0/+8
* Add a compatibility header file for easier maintenanceJozsef Kadlecsik2013-04-091-27/+1
* The uapi include split in the package itselfJozsef Kadlecsik2013-04-091-222/+3
* Restore the support of kernel versions between 2.6.32 and 2.6.35Jozsef Kadlecsik2012-11-051-0/+5
* Support to match elements marked with "nomatch" in hash:*net* setsJozsef Kadlecsik2012-09-211-0/+4
* Coding style fixesJozsef Kadlecsik2012-09-111-2/+3
* Include supported revisions in module descriptionJozsef Kadlecsik2012-09-111-0/+6
* net: cleanup unsigned to unsigned intEric Dumazet2012-09-081-4/+4
* Backport nla_put_net* functions as NLA_PUT* were removedJozsef Kadlecsik2012-05-101-0/+22
* ipset: Stop using NLA_PUT*().David S. Miller2012-05-101-20/+26
* Exceptions support added to hash:*net* typesJozsef Kadlecsik2012-01-131-0/+4
* ipset: use NFPROTO_ constantsJan Engelhardt2011-08-311-1/+4
* netfilter: ipset: expose userspace-relevant parts in ip_set.hJan Engelhardt2011-08-311-12/+14
* Whitespace and coding fixes detected by checkpatch.plJozsef Kadlecsik2011-05-311-3/+3
* hash:net,iface type introducedJozsef Kadlecsik2011-05-301-0/+5
* Add xt_action_param to the variant level kadt functions, ipset API changeJozsef Kadlecsik2011-05-271-0/+5
* Support range for IPv4 at adding/deleting elements for hash:*net* typesJozsef Kadlecsik2011-05-151-0/+1
* Set type support with multiple revisions addedJozsef Kadlecsik2011-05-111-2/+4
* Fix adding ranges to hash typesJozsef Kadlecsik2011-05-061-1/+1
* Support listing setnames and headers tooJozsef Kadlecsik2011-04-181-0/+4
* Options and flags support added to the kernel APIJozsef Kadlecsik2011-04-181-4/+14
* Timeout can be modified for already added elementsJozsef Kadlecsik2011-03-271-1/+2
* References are protected by rwlock instead of mutexJozsef Kadlecsik2011-03-251-1/+1
* Separate ipset errnos completely from system ones and bump protocol version.Jozsef Kadlecsik2011-01-311-3/+3
* Move the type specifici attribute validation to the coreJozsef Kadlecsik2011-01-271-3/+6
* Use vzalloc() instead of __vmalloc()Jozsef Kadlecsik2011-01-261-1/+1
* Fix module loading at create/header commandsJozsef Kadlecsik2011-01-201-1/+1
* Enforce network-order data in the netlink protocolJozsef Kadlecsik2011-01-201-5/+17
* Use annotated types and fix sparse warningsJozsef Kadlecsik2011-01-201-25/+17