summaryrefslogtreecommitdiffstats
path: root/kernel/net/netfilter/ipset/ip_set_hash_ipportip.c
Commit message (Expand)AuthorAgeFilesLines
* Fix coding styles reported by the most recent checkpatch.pl.Jozsef Kadlecsik2015-04-171-0/+1
* netfilter: ipset: Check for comment netlink attribute lengthSergey Popovich2015-03-231-1/+2
* netfilter: ipset: Return bool values instead of intSergey Popovich2015-03-201-4/+4
* netfilter: ipset: Make sure we always return line number on batchSergey Popovich2015-03-201-6/+6
* netfilter: ipset: Permit CIDR equal to the host address CIDR in IPv6Sergey Popovich2015-03-201-3/+8
* netfilter: ipset: Use HOST_MASK literal to represent host address CIDR lenSergey Popovich2015-03-201-1/+1
* netfilter: ipset: Check IPSET_ATTR_PORT only onceSergey Popovich2015-03-201-8/+2
* netfilter: ipset: Check extensions attributes before getting extensions.Sergey Popovich2015-03-201-13/+1
* netfilter: ipset: Return ipset error instead of boolSergey Popovich2015-03-191-4/+10
* netfilter: ipset: Preprocessor directices cleanupSergey Popovich2015-03-191-3/+0
* Fix coding styles reported by checkpatch.plJozsef Kadlecsik2015-01-061-7/+9
* Call rcu_barrier() in module removal pathJozsef Kadlecsik2014-12-101-0/+1
* netfilter: ipset: Add skbinfo extension kernel support for the hash set types.Anton Danilov2014-09-081-2/+12
* net/netfilter/ipset: Resolve missing-field-initializer warningsMark Rustad2014-08-051-4/+4
* ipset: add forceadd kernel support for hash set typesJosh Hunt2014-03-041-1/+2
* netfilter: ipset: Support comments in hash-type ipsets.Oliver Smith2013-09-231-1/+3
* Generalize extensions supportJozsef Kadlecsik2013-09-071-58/+2
* Move extension data to set structureJozsef Kadlecsik2013-09-071-6/+4
* Fix "may be used uninitialized" warningsJozsef Kadlecsik2013-05-011-1/+1
* Rename simple macro names to avoid namespace issues.Jozsef Kadlecsik2013-05-011-6/+6
* The hash types with counter supportJozsef Kadlecsik2013-04-091-2/+48
* Hash types using the unified code baseJozsef Kadlecsik2013-04-091-247/+75
* netfilter ipset: Use ipv6_addr_equal() where appropriate.YOSHIFUJI Hideaki2013-04-091-2/+2
* Fix range bug in hash:ip,port,netJozsef Kadlecsik2012-11-051-4/+3
* Include supported revisions in module descriptionJozsef Kadlecsik2012-09-111-3/+6
* Check and reject crazy /0 input parametersJozsef Kadlecsik2012-09-101-1/+1
* ipset: Stop using NLA_PUT*().David S. Miller2012-05-101-21/+24
* Fix hash size checking in kernelJozsef Kadlecsik2012-05-061-3/+7
* Sparse warnings "incorrect type in assignment" fixedJozsef Kadlecsik2012-05-041-6/+7
* Suppress false compile-time warnings:Jozsef Kadlecsik2011-09-151-1/+1
* ipset: use NFPROTO_ constantsJan Engelhardt2011-08-311-5/+5
* hash:net,iface fixed to handle overlapping nets behind different interfacesJozsef Kadlecsik2011-07-081-2/+4
* Add xt_action_param to the variant level kadt functions, ipset API changeJozsef Kadlecsik2011-05-271-0/+2
* Use unified from/to address masking and check the usageJozsef Kadlecsik2011-05-231-2/+1
* Set type support with multiple revisions addedJozsef Kadlecsik2011-05-111-1/+2
* Fix adding ranges to hash typesJozsef Kadlecsik2011-05-061-5/+26
* Options and flags support added to the kernel APIJozsef Kadlecsik2011-04-181-10/+10
* Timeout can be modified for already added elementsJozsef Kadlecsik2011-03-271-6/+6
* SCTP, UDPLITE support addedJozsef Kadlecsik2011-03-181-1/+1
* hash:ip,port* types with IPv4Jozsef Kadlecsik2011-03-181-24/+10
* Reorganized kernel/ subdirJozsef Kadlecsik2011-02-031-0/+562