summaryrefslogtreecommitdiffstats
path: root/kernel/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix wrong kzalloc flag in type_pf_expireJozsef Kadlecsik2011-01-201-1/+1
* The get_ip*_port functions are too large to be inlined, moved into the core.Jozsef Kadlecsik2011-01-201-119/+6
* Enforce network-order data in the netlink protocolJozsef Kadlecsik2011-01-201-5/+17
* Use annotated types and fix sparse warningsJozsef Kadlecsik2011-01-203-33/+25
* Move ip_set_alloc, ip_set_free and ip_set_get_ipaddr* into coreJozsef Kadlecsik2011-01-201-77/+6
* NETMASK*, HOSTMASK* macros are too genericJozsef Kadlecsik2011-01-201-6/+25
* Move NLA_PUT_NET* macros to include/net/netlink.hJozsef Kadlecsik2011-01-201-6/+0
* Get rid of ip_set_kernel.hJozsef Kadlecsik2011-01-201-15/+0
* Fix the placement style of boolean operators at continued linesJozsef Kadlecsik2011-01-202-12/+12
* Update copyright date and some style changes.Jozsef Kadlecsik2011-01-142-2/+3
* Use jhash.h accepted in kernel, with backward compatibility.Jozsef Kadlecsik2011-01-132-1/+1
* Separate prefixlens from ip_set core.Jozsef Kadlecsik2011-01-132-9/+16
* Comment the possible return values of the add/del/test type-functionsJozsef Kadlecsik2010-12-231-2/+8
* Kernel version compatibility: support from 2.6.34Jozsef Kadlecsik2010-12-211-4/+4
* kernel: const annotationsJan Engelhardt2010-12-192-3/+3
* kernel: do not mix const and __read_mostlyJan Engelhardt2010-12-193-6/+5
* xt_set: avoid user types in exported kernel headersJan Engelhardt2010-12-191-6/+6
* Remove unnecessary gfp_flags argumentsJozsef Kadlecsik2010-12-162-29/+24
* Mistypeing in the hbucket() macro fixed.Jozsef Kadlecsik2010-12-161-2/+6
* Document which elements cannot be stored in the different hash types.Jozsef Kadlecsik2010-12-141-2/+2
* Convert last printks to pr_debug in ip_set_ahash.hJozsef Kadlecsik2010-12-131-4/+2
* Remove remnants of slist from ip_set_ahash.hJozsef Kadlecsik2010-12-131-3/+2
* Add proper RCU protection to resizingJozsef Kadlecsik2010-12-101-18/+38