summaryrefslogtreecommitdiffstats
path: root/kernel/net/netfilter/ipset/ip_set_hash_netiface.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ipset: Make sure we always return line number on batchSergey Popovich2015-03-201-6/+6
* netfilter: ipset: Check extensions attributes before getting extensions.Sergey Popovich2015-03-201-14/+2
* netfilter: ipset: Return ipset error instead of boolSergey Popovich2015-03-191-4/+10
* netfilter: ipset: Preprocessor directices cleanupSergey Popovich2015-03-191-3/+0
* Fix cidr handling for hash:*net* typesJozsef Kadlecsik2015-03-131-2/+2
* Fix coding styles reported by checkpatch.plJozsef Kadlecsik2015-01-061-13/+16
* Call rcu_barrier() in module removal pathJozsef Kadlecsik2014-12-101-0/+1
* Resolve the STREQ macro to make the code more readable, and use nla_strlcpy w...Jozsef Kadlecsik2014-12-101-6/+5
* styles warned by checkpatch.pl fixedJozsef Kadlecsik2014-11-181-0/+2
* Remove rbtree from hash:net,iface in order to run under RCUJozsef Kadlecsik2014-11-181-167/+17
* Indicate when /0 networks are supportedJozsef Kadlecsik2014-11-181-0/+1
* netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso2014-11-031-2/+2
* netfilter: ipset: Add skbinfo extension kernel support for the hash set types.Anton Danilov2014-09-081-3/+13
* ipset: add forceadd kernel support for hash set typesJosh Hunt2014-03-041-1/+2
* net ipset: use rbtree postorder iteration instead of opencodingCody P Schafer2013-11-131-0/+9
* netfilter: ipset: Support comments in hash-type ipsets.Oliver Smith2013-09-231-1/+3
* Generalize extensions supportJozsef Kadlecsik2013-09-071-65/+3
* Move extension data to set structureJozsef Kadlecsik2013-09-071-4/+4
* Prepare ipset to support multiple networks for hash typesJozsef Kadlecsik2013-09-041-2/+2
* Consistent userspace testing with nomatch flagJozsef Kadlecsik2013-07-221-2/+2
* Fix "may be used uninitialized" warningsJozsef Kadlecsik2013-05-011-1/+1
* Rename simple macro names to avoid namespace issues.Jozsef Kadlecsik2013-05-011-7/+7
* The hash types with counter supportJozsef Kadlecsik2013-04-091-3/+52
* Hash types using the unified code baseJozsef Kadlecsik2013-04-091-295/+105
* Move often used IPv6 address masking function to header fileJozsef Kadlecsik2013-04-091-9/+0
* Make possible to test elements marked with nomatch, from userspaceJozsef Kadlecsik2013-04-091-6/+8
* netfilter ipset: Use ipv6_addr_equal() where appropriate.YOSHIFUJI Hideaki2013-04-091-1/+1
* hash:*net*: nomatch flag not excluded on set resizeJozsef Kadlecsik2013-04-091-2/+20
* netfilter: ipset: fix netiface set name overflowFlorian Westphal2012-11-221-1/+1
* Support to match elements marked with "nomatch" in hash:*net* setsJozsef Kadlecsik2012-09-211-5/+6
* Include supported revisions in module descriptionJozsef Kadlecsik2012-09-111-4/+7
* Add /0 network support to hash:net,iface typeJozsef Kadlecsik2012-09-101-23/+21
* netfilter: ipset: hash:net,iface: fix interface comparisonFlorian Westphal2012-06-191-28/+4
* ipset: Stop using NLA_PUT*().David S. Miller2012-05-101-24/+28
* Fix hash size checking in kernelJozsef Kadlecsik2012-05-061-3/+7
* Sparse warnings "incorrect type in assignment" fixedJozsef Kadlecsik2012-05-041-2/+2
* Exceptions support added to hash:*net* typesJozsef Kadlecsik2012-01-131-13/+59
* ipset: use NFPROTO_ constantsJan Engelhardt2011-08-311-6/+6
* hash:net,iface fixed to handle overlapping nets behind different interfacesJozsef Kadlecsik2011-07-081-8/+32
* Whitespace and coding fixes detected by checkpatch.plJozsef Kadlecsik2011-05-311-13/+13
* hash:net,iface type introducedJozsef Kadlecsik2011-05-301-0/+762