summaryrefslogtreecommitdiffstats
path: root/kernel/net/netfilter/ipset/ip_set_hash_ipmark.c
Commit message (Expand)AuthorAgeFilesLines
* Fix coding styles reported by the most recent checkpatch.pl.Jozsef Kadlecsik2015-04-171-0/+1
* netfilter: ipset: Improve preprocessor macros checksSergey Popovich2015-03-241-3/+3
* netfilter: ipset: Fix hashing for ipv6 setsSergey Popovich2015-03-241-3/+0
* 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 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
* More compatibility checking and simplificationsJozsef Kadlecsik2015-01-061-1/+0
* Fix coding styles reported by checkpatch.plJozsef Kadlecsik2015-01-061-5/+3
* Call rcu_barrier() in module removal pathJozsef Kadlecsik2014-12-101-0/+1
* Fix sparse warningJozsef Kadlecsik2014-11-271-2/+2
* netfilter: ipset: Add skbinfo extension kernel support for the hash set types.Anton Danilov2014-09-081-2/+12
* ipset: add forceadd kernel support for hash set typesJosh Hunt2014-03-041-1/+1
* add markmask for hash:ip,mark data typeVytas Dauksa2014-01-231-0/+9
* add hash:ip,mark data type to ipsetVytas Dauksa2014-01-081-0/+312