summaryrefslogtreecommitdiffstats
path: root/kernel/net/netfilter/ipset/ip_set_list_set.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2024-01-291-1/+1
* netfilter: ipset: fix race condition between swap/destroy and kernel side add...Jozsef Kadlecsik2024-01-291-3/+10
* netfilter: ipset: Fix subcounter update skipPhil Sutter2020-09-201-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-10-311-4/+1
* netfilter: remove unnecessary spacesyangxingwu2019-10-311-1/+1
* netfilter: ipset: remove inline from static functions in .c files.Jeremy Sowden2019-10-071-2/+2
* ipset: update my email addressJozsef Kadlecsik2019-06-051-2/+2
* netfilter: ipset: do not call ipset_nest_end after nla_nest_cancelPan Bian2018-11-281-1/+1
* ipset: list:set: Decrease refcount synchronously on deletion and replaceStefano Brivio2018-07-161-6/+11
* Fix "don't update counters" mode when counters used at the matchingJozsef Kadlecsik2018-01-041-15/+6
* Backport patch: netfilter: ipset: Convert timers to use timer_setup()Jozsef Kadlecsik2018-01-031-5/+10
* netfilter: ipset: Compress return logicsimran singhal2017-03-231-4/+1
* netfilter: ipset: Null pointer exception in ipset list:setVishwanath Pai2017-02-161-3/+6
* netfilter: ipset: use setup_timer() and mod_timer().Muhammad Falak R Wani2016-05-191-5/+2
* netfilter: ipset: fix race condition in ipset save, swap and deleteVishwanath Pai2016-03-161-1/+1
* Fix set:list type crash when flush/dump set in parallelJozsef Kadlecsik2016-02-241-30/+25
* Fix extension alignmentJozsef Kadlecsik2015-11-071-2/+3
* netfilter: ipset: Fix sleeping memory allocation in atomic contextNikolay Borisov2015-10-161-1/+1
* Count non-static extension memory into the set memory size for userspaceJozsef Kadlecsik2015-06-261-2/+3
* Add element count to all set types headerJozsef Kadlecsik2015-06-251-1/+5
* netfilter: ipset: Separate memsize calculation code into dedicated functionsJozsef Kadlecsik2015-05-061-6/+17
* Fix coding styles reported by the most recent checkpatch.pl.Jozsef Kadlecsik2015-04-171-3/+3
* RCU safe comment extension handlingJozsef Kadlecsik2015-03-291-4/+9
* 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