aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/ipset (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-06netfilter: ipset: add forceadd kernel support for hash set typesJosh Hunt1-0/+3
2014-03-06netfilter: ipset: Prepare the kernel for create option flags when no extension is neededJozsef Kadlecsik1-0/+2
2014-03-06netfilter: ipset: add hash:ip,mark data type to ipsetVytas Dauksa1-4/+6
2014-01-03netfilter: ipset: remove unused codestephen hemminger1-1/+0
2013-10-22netfilter: ipset: Use netlink callback dump args onlyJozsef Kadlecsik1-0/+10
2013-09-30netfiler: ipset: Add net namespace for ipsetVitaly Lavrov1-7/+9
2013-09-30netfilter: ipset: Use a common function at listing the extensionsJozsef Kadlecsik1-0/+21
2013-09-30netfilter: ipset: Support comments for ipset entries in the core.Oliver Smith2-8/+100
2013-09-30netfilter: ipset: Support extensions which need a per data destroy functionJozsef Kadlecsik1-5/+17
2013-09-30netfilter: ipset: Generalize extensions supportJozsef Kadlecsik1-0/+13
2013-09-30netfilter: ipset: Move extension data to set structureJozsef Kadlecsik2-11/+22
2013-09-30netfilter: ipset: Rename extension offset ids to extension idsJozsef Kadlecsik1-8/+8
2013-09-30netfilter: ipset: Prepare ipset to support multiple networks for hash typesJozsef Kadlecsik1-0/+2
2013-09-30netfilter: ipset: Use fix sized type for timeout in the extension partJozsef Kadlecsik1-1/+1
2013-09-30netfilter: ipset: Rename simple macro names to avoid namespace issues.Jozsef Kadlecsik1-0/+3
2013-09-16netfilter: ipset: Consistent userspace testing with nomatch flagJozsef Kadlecsik1-2/+4
2013-04-29netfilter: ipset: set match: add support to match the countersJozsef Kadlecsik1-2/+7
2013-04-29netfilter: ipset: Introduce the counter extension in the coreJozsef Kadlecsik1-4/+71
2013-04-29netfilter: ipset: Unified hash type generationJozsef Kadlecsik1-1241/+0
2013-04-29netfilter: ipset: Unified bitmap type generationJozsef Kadlecsik1-0/+6
2013-04-29netfilter: ipset: Introduce extensions to elements in the coreJozsef Kadlecsik2-87/+61
2013-04-29netfilter: ipset: Move often used IPv6 address masking function to header fileJozsef Kadlecsik1-0/+9
2013-04-29netfilter: ipset: Make possible to test elements marked with nomatchJozsef Kadlecsik1-0/+8
2013-04-09netfilter: ipset: hash:*net*: nomatch flag not excluded on set resizeJozsef Kadlecsik1-7/+23
2013-02-21netfilter: ipset: timeout values corrupted on set resizeJosh Hunt1-1/+3
2012-10-17UAPI: Remove empty non-UAPI Kbuild filesDavid Howells1-0/+0
2012-10-09UAPI: (Scripted) Disintegrate include/linux/netfilter/ipsetDavid Howells5-272/+6
2012-09-22netfilter: ipset: Support to match elements marked with "nomatch"Jozsef Kadlecsik1-0/+4
2012-09-22netfilter: ipset: Coding style fixesJozsef Kadlecsik2-3/+4
2012-09-22netfilter: ipset: Include supported revisions in module descriptionJozsef Kadlecsik1-0/+6
2012-09-22netfilter: ipset: Rewrite cidr book keeping to handle /0Jozsef Kadlecsik1-49/+55
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+16
2012-05-17netfilter: ipset: fix timeout value overflow bugJozsef Kadlecsik1-0/+4
2012-05-16netfilter: ipset: fix hash size checking in kernelJozsef Kadlecsik1-0/+16
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-4/+4
2012-04-02ipset: Stop using NLA_PUT*().David S. Miller2-29/+38
2012-03-07netfilter: ipset: hash:net,iface timeout bug fixedJozsef Kadlecsik1-0/+8
2012-03-07netfilter: ipset: Exceptions support added to hash:*net* typesJozsef Kadlecsik2-23/+70
2012-03-07netfilter: ipset: Log warning when a hash type of set gets fullJozsef Kadlecsik1-4/+18
2012-03-07netfilter: ipset: expose userspace-relevant parts in ip_set.hJan Engelhardt1-12/+14
2012-03-07netfilter: ipset: use NFPROTO_ constantsJan Engelhardt1-1/+4
2011-07-21netfilter: ipset: fix compiler warnings "'hash_ip4_data_next' declared inline after being called"Chris Friesen1-1/+1
2011-07-21netfilter: ipset: hash:net,iface fixed to handle overlapping nets behind different interfacesJozsef Kadlecsik1-31/+61
2011-07-21netfilter: ipset: make possible to hash some part of the data element onlyJozsef Kadlecsik1-4/+10
2011-06-16netfilter: ipset: whitespace and coding fixes detected by checkpatch.plJozsef Kadlecsik4-6/+6
2011-06-16netfilter: ipset: hash:net,iface type introducedJozsef Kadlecsik2-0/+11
2011-06-16netfilter: ipset: add xt_action_param to the variant level kadt functions, ipset API changeJozsef Kadlecsik2-0/+6
2011-06-16netfilter: ipset: use unified from/to address masking and check the usageJozsef Kadlecsik1-0/+6
2011-06-16netfilter: ipset: adding ranges to hash types with timeout could still fail, fixedJozsef Kadlecsik1-1/+1
2011-06-16netfilter: ipset: support range for IPv4 at adding/deleting elements for hash:*net* typesJozsef Kadlecsik4-1/+9