summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/ipset/ip_set.h
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2019-06-251-4/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* | Update my email addressJozsef Kadlecsik2019-06-101-1/+1
|/
* ipset: drop ipset_nest_start() and ipset_nest_end()Michal Kubecek2019-04-271-7/+4Star
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-1/+1
* Merge branch 'master' of git://blackhole.kfki.hu/nf-nextPablo Neira Ayuso2018-11-121-1/+1
|\
| * netfilter: ipset: Introduction of new commands and protocol version 7Jozsef Kadlecsik2018-10-271-1/+1
* | netfilter: ipset: list:set: Decrease refcount synchronously on deletion and r...Stefano Brivio2018-11-011-1/+1
|/
* netfilter: ipset: Fix "don't update counters" mode when counters used at the ...Jozsef Kadlecsik2018-01-081-0/+6
* netfilter: ipset: Count non-static extension memory for userspaceJozsef Kadlecsik2016-11-101-2/+6
* netfilter: ipset: Add element count to all set types headerJozsef Kadlecsik2016-11-101-0/+2
* netfilter: ipset: Regroup ip_set_put_extensions and add externJozsef Kadlecsik2016-11-101-4/+2Star
* netfilter: ipset: Split extensions into separate filesJozsef Kadlecsik2016-11-101-93/+2Star
* netfilter: ipset: Improve skbinfo get/init helpersJozsef Kadlecsik2016-11-101-19/+11Star
* netfilter: ipset: Headers file cleanupJozsef Kadlecsik2016-11-101-21/+21
* netfilter: ipset: Mark some helper args as const.Jozsef Kadlecsik2016-11-101-2/+2
* netfilter: ipset: Remove extra whitespaces in ip_set.hJozsef Kadlecsik2016-11-101-6/+7
* libnl: nla_put_net64(): align on a 64-bit areaNicolas Dichtel2016-04-241-3/+6
* netfilter: ipset: fix race condition in ipset save, swap and deleteVishwanath Pai2016-03-281-0/+4
* netfilter: ipset: Fix extension alignmentJozsef Kadlecsik2015-11-071-1/+1
* netfilter: ipset: Fix coding styles reported by checkpatch.plJozsef Kadlecsik2015-06-141-3/+2Star
* netfilter: ipset: Prepare the ipset core to use RCU at set levelJozsef Kadlecsik2015-06-141-2/+7
* netfilter: ipset: Fix parallel resizing and listing of the same setJozsef Kadlecsik2015-06-141-5/+8
* netfilter: ipset: Fix cidr handling for hash:*net* typesJozsef Kadlecsik2015-06-141-2/+0Star
* netfilter: ipset: deinline ip_set_put_extensions()Denys Vlasenko2015-05-141-22/+2Star
* netfilter: ipset: Fix ext_*() macrosSergey Popovich2015-05-131-4/+4
* netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-311-3/+2Star
* netfilter: ipset: send nonzero skbinfo extensions onlyJozsef Kadlecsik2014-09-151-7/+11
* netfilter: ipset: Add skbinfo extension kernel support in the ipset core.Anton Danilov2014-09-151-1/+55
* netfilter: ipset: add forceadd kernel support for hash set typesJosh Hunt2014-03-061-0/+3
* netfilter: ipset: Prepare the kernel for create option flags when no extensio...Jozsef Kadlecsik2014-03-061-0/+2
* netfilter: ipset: add hash:ip,mark data type to ipsetVytas Dauksa2014-03-061-4/+6
* netfilter: ipset: remove unused codestephen hemminger2014-01-031-1/+0Star
* netfilter: ipset: Use netlink callback dump args onlyJozsef Kadlecsik2013-10-221-0/+10
* netfiler: ipset: Add net namespace for ipsetVitaly Lavrov2013-09-301-7/+9
* netfilter: ipset: Use a common function at listing the extensionsJozsef Kadlecsik2013-09-301-0/+21
* netfilter: ipset: Support comments for ipset entries in the core.Oliver Smith2013-09-301-8/+43
* netfilter: ipset: Support extensions which need a per data destroy functionJozsef Kadlecsik2013-09-301-5/+17
* netfilter: ipset: Generalize extensions supportJozsef Kadlecsik2013-09-301-0/+13
* netfilter: ipset: Move extension data to set structureJozsef Kadlecsik2013-09-301-9/+20
* netfilter: ipset: Rename extension offset ids to extension idsJozsef Kadlecsik2013-09-301-8/+8
* netfilter: ipset: Prepare ipset to support multiple networks for hash typesJozsef Kadlecsik2013-09-301-0/+2
* netfilter: ipset: Use fix sized type for timeout in the extension partJozsef Kadlecsik2013-09-301-1/+1
* netfilter: ipset: Rename simple macro names to avoid namespace issues.Jozsef Kadlecsik2013-09-301-0/+3
* netfilter: ipset: Consistent userspace testing with nomatch flagJozsef Kadlecsik2013-09-161-2/+4
* netfilter: ipset: set match: add support to match the countersJozsef Kadlecsik2013-04-291-2/+7
* netfilter: ipset: Introduce the counter extension in the coreJozsef Kadlecsik2013-04-291-4/+71
* netfilter: ipset: Introduce extensions to elements in the coreJozsef Kadlecsik2013-04-291-7/+39
* netfilter: ipset: Make possible to test elements marked with nomatchJozsef Kadlecsik2013-04-291-0/+8
* UAPI: (Scripted) Disintegrate include/linux/netfilter/ipsetDavid Howells2012-10-091-222/+3Star