summaryrefslogtreecommitdiffstats
path: root/kernel/include/linux/netfilter/ipset/ip_set.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move ip_set_alloc, ip_set_free and ip_set_get_ipaddr* into coreJozsef Kadlecsik2011-01-201-77/+6
* Move NLA_PUT_NET* macros to include/net/netlink.hJozsef Kadlecsik2011-01-201-6/+0
* Update copyright date and some style changes.Jozsef Kadlecsik2011-01-141-1/+2
* Separate prefixlens from ip_set core.Jozsef Kadlecsik2011-01-131-9/+0
* Comment the possible return values of the add/del/test type-functionsJozsef Kadlecsik2010-12-231-2/+8
* kernel: const annotationsJan Engelhardt2010-12-191-1/+1
* kernel: do not mix const and __read_mostlyJan Engelhardt2010-12-191-2/+1
* Remove unnecessary gfp_flags argumentsJozsef Kadlecsik2010-12-161-3/+2
* Create include/linux/netfilter/ipset/ directoryJozsef Kadlecsik2010-12-071-0/+526