summaryrefslogtreecommitdiffstats
path: root/kernel/net/netfilter/ipset/ip_set_list_set.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ipset: Check for comment netlink attribute lengthSergey Popovich2015-03-231-1/+2
* netfilter: ipset: Make sure we always return line number on batchSergey Popovich2015-03-201-3/+3
* netfilter: ipset: Check extensions attributes before getting extensions.Sergey Popovich2015-03-201-7/+1
* Fix coding styles reported by checkpatch.plJozsef Kadlecsik2015-01-061-7/+8
* There's no need to call synchronize_rcu() with kfree_rcu()Jozsef Kadlecsik2015-01-061-4/+0
* Call rcu_barrier() in module removal pathJozsef Kadlecsik2014-12-101-2/+3
* Introduce RCU in all set types instead of rwlock per setJozsef Kadlecsik2014-11-181-204/+182
* netfilter: ipset: Add skbinfo extension kernel support for the list set type.Anton Danilov2014-09-081-2/+17
* Fix warn: integer overflows 'sizeof(*map) + size * set->dsize'Jozsef Kadlecsik2014-08-051-1/+3
* Use netlink callback dump args onlyJozsef Kadlecsik2013-10-021-5/+6
* ipset: Add net namespace for ipsetVitaly Lavrov2013-09-281-13/+18
* Use a common function at listing the extensions of the elementsJozsef Kadlecsik2013-09-251-10/+1
* For set:list types, replaced elements must be zeroed outJozsef Kadlecsik2013-09-231-1/+3
* netfilter: ipset: Support comments in the list-type ipset.Oliver Smith2013-09-231-6/+12
* list:set: make sure all elements are checked by the gcJozsef Kadlecsik2013-09-091-2/+5
* Support extensions which need a per data destroy functionJozsef Kadlecsik2013-09-091-6/+13
* Generalize extensions supportJozsef Kadlecsik2013-09-071-70/+11
* Move extension data to set structureJozsef Kadlecsik2013-09-071-64/+52
* Rename extension offset ids to extension idsJozsef Kadlecsik2013-09-061-7/+7
* Rename simple macro names to avoid namespace issues.Jozsef Kadlecsik2013-05-011-5/+5
* Don't call ip_nest_end needlessly in the error pathJozsef Kadlecsik2013-04-271-1/+1
* set match: add support to match the countersJozsef Kadlecsik2013-04-091-2/+6
* The list:set type with counter supportJozsef Kadlecsik2013-04-091-6/+67
* list:set type using the extension interfaceJozsef Kadlecsik2013-04-091-246/+301
* list:set: update reference counter when last element pushed offJozsef Kadlecsik2013-04-091-3/+7
* Include supported revisions in module descriptionJozsef Kadlecsik2012-09-111-3/+6
* ipset: Stop using NLA_PUT*().David S. Miller2012-05-101-10/+13
* ipset: use NFPROTO_ constantsJan Engelhardt2011-08-311-1/+1
* Add xt_action_param to the variant level kadt functions, ipset API changeJozsef Kadlecsik2011-05-271-3/+4
* Set type support with multiple revisions addedJozsef Kadlecsik2011-05-111-1/+2
* Fix adding ranges to hash typesJozsef Kadlecsik2011-05-061-1/+1
* Options and flags support added to the kernel APIJozsef Kadlecsik2011-04-181-4/+4
* Whitespace fixes: some space before tab slipped in.Jozsef Kadlecsik2011-04-081-2/+2
* Timeout can be modified for already added elementsJozsef Kadlecsik2011-03-271-30/+62
* References are protected by rwlock instead of mutexJozsef Kadlecsik2011-03-251-4/+2
* list:set timeout variant fixesJozsef Kadlecsik2011-03-231-29/+24
* Reorganized kernel/ subdirJozsef Kadlecsik2011-02-031-0/+584