aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset/ip_set_list_set.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-25netfilter: ipset: Fix subcounter update skipPhil Sutter1-1/+1
2019-10-07netfilter: ipset: remove inline from static functions in .c files.Jeremy Sowden1-2/+2
2019-08-13netfilter: remove unnecessary spacesyangxingwu1-1/+1
2019-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso1-6/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-10Update my email addressJozsef Kadlecsik1-2/+2
2019-04-27ipset: drop ipset_nest_start() and ipset_nest_end()Michal Kubecek1-7/+7
2018-12-13netfilter: ipset: do not call ipset_nest_end after nla_nest_cancelPan Bian1-1/+1
2018-11-01netfilter: ipset: list:set: Decrease refcount synchronously on deletion and replaceStefano Brivio1-6/+11
2018-01-08netfilter: ipset: Fix "don't update counters" mode when counters used at the matchingJozsef Kadlecsik1-15/+6
2017-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-4/+1
2017-10-18netfilter: ipset: Convert timers to use timer_setup()Kees Cook1-5/+7
2017-10-04netfilter: ipset: Compress return logicsimran singhal1-4/+1
2017-02-19netfilter: ipset: Null pointer exception in ipset list:setVishwanath Pai1-3/+6
2016-11-10netfilter: ipset: use setup_timer() and mod_timer().Jozsef Kadlecsik1-5/+2
2016-11-10netfilter: ipset: Count non-static extension memory for userspaceJozsef Kadlecsik1-2/+3
2016-11-10netfilter: ipset: Add element count to all set types headerJozsef Kadlecsik1-1/+5
2016-11-10netfilter: ipset: Separate memsize calculation code into dedicated functionJozsef Kadlecsik1-6/+17
2016-03-28netfilter: ipset: fix race condition in ipset save, swap and deleteVishwanath Pai1-1/+1
2016-02-24netfilter: ipset: Fix set:list type crash when flush/dump set in parallelJozsef Kadlecsik1-30/+25
2015-11-07netfilter: ipset: Fix extension alignmentJozsef Kadlecsik1-2/+3
2015-10-17netfilter: ipset: Fix sleeping memory allocation in atomic contextNikolay Borisov1-1/+1
2015-06-14netfilter: ipset: Fix coding styles reported by checkpatch.plJozsef Kadlecsik1-5/+6
2015-06-14netfilter: ipset: Introduce RCU locking in list typeJozsef Kadlecsik1-209/+189
2015-06-14netfilter: ipset: Make sure we always return line number on batchSergey Popovich1-3/+3
2015-06-14netfilter: ipset: Check extensions attributes before getting extensions.Sergey Popovich1-7/+1
2015-05-13netfilter: ipset: Check for comment netlink attribute lengthSergey Popovich1-1/+2
2014-09-15netfilter: ipset: Add skbinfo extension kernel support for the list set type.Anton Danilov1-2/+17
2014-08-24netfilter: ipset: Fix warn: integer overflows 'sizeof(*map) + size * set->dsize'Jozsef Kadlecsik1-1/+3
2013-10-22netfilter: ipset: Use netlink callback dump args onlyJozsef Kadlecsik1-5/+6
2013-09-30netfiler: ipset: Add net namespace for ipsetVitaly Lavrov1-13/+18
2013-09-30netfilter: ipset: Use a common function at listing the extensionsJozsef Kadlecsik1-10/+1
2013-09-30netfilter: ipset: For set:list types, replaced elements must be zeroed outJozsef Kadlecsik1-1/+3
2013-09-30netfilter: ipset: Support comments in the list-type ipset.Oliver Smith1-6/+12
2013-09-30netfilter: ipset: list:set: make sure all elements are checked by the gcJozsef Kadlecsik1-2/+5
2013-09-30netfilter: ipset: Support extensions which need a per data destroy functionJozsef Kadlecsik1-6/+13
2013-09-30netfilter: ipset: Generalize extensions supportJozsef Kadlecsik1-70/+11
2013-09-30netfilter: ipset: Move extension data to set structureJozsef Kadlecsik1-64/+52
2013-09-30netfilter: ipset: Rename extension offset ids to extension idsJozsef Kadlecsik1-7/+7
2013-09-30netfilter: ipset: Rename simple macro names to avoid namespace issues.Jozsef Kadlecsik1-5/+5
2013-09-30netfilter: ipset: Don't call ip_nest_end needlessly in the error pathJozsef Kadlecsik1-1/+1
2013-04-29netfilter: ipset: set match: add support to match the countersJozsef Kadlecsik1-2/+6
2013-04-29netfilter: ipset: The list:set type with counter supportJozsef Kadlecsik1-6/+67
2013-04-29netfilter: ipset: list:set type using the extension interfaceJozsef Kadlecsik1-246/+301
2013-04-09netfilter: ipset: list:set: fix reference counter updateJozsef Kadlecsik1-3/+7
2012-09-22netfilter: ipset: Include supported revisions in module descriptionJozsef Kadlecsik1-3/+6
2012-04-02ipset: Stop using NLA_PUT*().David S. Miller1-10/+13
2012-03-07netfilter: ipset: use NFPROTO_ constantsJan Engelhardt1-1/+1
2011-06-16netfilter: ipset: add xt_action_param to the variant level kadt functions, ipset API changeJozsef Kadlecsik1-3/+4
2011-06-16netfilter: ipset: set type support with multiple revisions addedJozsef Kadlecsik1-1/+2