summaryrefslogtreecommitdiffstats
path: root/kernel/include
Commit message (Expand)AuthorAgeFilesLines
...
* hash:*net*: nomatch flag not excluded on set resizeJozsef Kadlecsik2013-04-091-7/+23
* netfilter: ipset: timeout values corrupted on set resizeJosh Hunt2013-02-211-1/+3
* Restore the support of kernel versions between 2.6.32 and 2.6.35Jozsef Kadlecsik2012-11-052-0/+8
* 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
* Support to match elements marked with "nomatch" in hash:*net* setsJozsef Kadlecsik2012-09-211-0/+4
* Coding style fixesJozsef Kadlecsik2012-09-112-3/+4
* Include supported revisions in module descriptionJozsef Kadlecsik2012-09-111-0/+6
* Fix cidr book keeping for hash:*net* typesJozsef Kadlecsik2012-09-101-49/+55
* net: cleanup unsigned to unsigned intEric Dumazet2012-09-081-4/+4
* Use MSEC_PER_SEC instead of harcoded valueJozsef Kadlecsik2012-05-151-2/+2
* Backport nla_put_net* functions as NLA_PUT* were removedJozsef Kadlecsik2012-05-101-0/+22
* ipset: Stop using NLA_PUT*().David S. Miller2012-05-102-29/+38
* Fix hash size checking in kernelJozsef Kadlecsik2012-05-061-0/+16
* Fix timeout value overflow bug at large timeout parametersJozsef Kadlecsik2012-05-041-0/+4
* hash:net,iface timeout bug fixedJozsef Kadlecsik2012-01-131-0/+8
* Exceptions support added to hash:*net* typesJozsef Kadlecsik2012-01-132-23/+70
* Log warning when a hash type of set gets fullJozsef Kadlecsik2012-01-101-4/+18
* ipset: use NFPROTO_ constantsJan Engelhardt2011-08-311-1/+4
* netfilter: ipset: expose userspace-relevant parts in ip_set.hJan Engelhardt2011-08-311-12/+14
* netfilter: ipset: avoid use of kernel-only typesJan Engelhardt2011-08-311-2/+2
* Fix compiler warnings "'hash_ip4_data_next' declared inline after being called"Chris Friesen2011-07-091-1/+1
* hash:net,iface fixed to handle overlapping nets behind different interfacesJozsef Kadlecsik2011-07-081-31/+61
* Make possible to hash some part of the data element only.Jozsef Kadlecsik2011-06-141-4/+10
* Whitespace and coding fixes detected by checkpatch.plJozsef Kadlecsik2011-05-314-6/+6
* hash:net,iface type introducedJozsef Kadlecsik2011-05-302-0/+11
* Add xt_action_param to the variant level kadt functions, ipset API changeJozsef Kadlecsik2011-05-272-0/+6
* Use unified from/to address masking and check the usageJozsef Kadlecsik2011-05-231-0/+6
* Adding ranges to hash types with timeout could still fail, fixedJozsef Kadlecsik2011-05-211-1/+1
* Removed old, not used hashing method ip_set_chashJozsef Kadlecsik2011-05-202-1253/+0
* Remove variable 'ret' in type_pf_tdel(), which is set but not usedJozsef Kadlecsik2011-05-201-2/+2
* Use proper timeout parameter to jiffies conversionJozsef Kadlecsik2011-05-201-8/+10
* Support range for IPv4 at adding/deleting elements for hash:*net* typesJozsef Kadlecsik2011-05-154-1/+9
* Set type support with multiple revisions addedJozsef Kadlecsik2011-05-111-2/+4
* Fix adding ranges to hash typesJozsef Kadlecsik2011-05-062-4/+20
* Support listing setnames and headers tooJozsef Kadlecsik2011-04-181-0/+4
* Options and flags support added to the kernel APIJozsef Kadlecsik2011-04-184-8/+30
* Timeout can be modified for already added elementsJozsef Kadlecsik2011-03-272-8/+10
* References are protected by rwlock instead of mutexJozsef Kadlecsik2011-03-252-3/+2
* SCTP, UDPLITE support addedJozsef Kadlecsik2011-03-181-0/+2
* hash:ip,port* types with IPv4Jozsef Kadlecsik2011-03-181-0/+10
* netfilter: ipset: fix linking with CONFIG_IPV6=nPatrick McHardy2011-02-031-0/+10
* netfilter: ipset: add missing include to xt_set.hPatrick McHardy2011-02-011-0/+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-272-4/+7
* Use vzalloc() instead of __vmalloc()Jozsef Kadlecsik2011-01-262-5/+3
* Correct the error codes: use ENOENT and EMSGSIZEJozsef Kadlecsik2011-01-261-5/+7
* Fix trailing whitespaces and pr_* messagesJozsef Kadlecsik2011-01-212-15/+13
* Un-inline functions which are not small enoughJozsef Kadlecsik2011-01-201-7/+7
* Fix module loading at create/header commandsJozsef Kadlecsik2011-01-201-1/+1