]> granicus.if.org Git - ipset/history - kernel/net/netfilter/ipset/ip_set_list_set.c
Fix "don't update counters" mode when counters used at the matching
[ipset] / kernel / net / netfilter / ipset / ip_set_list_set.c
2018-01-04 Jozsef KadlecsikFix "don't update counters" mode when counters used...
2018-01-03 Jozsef KadlecsikBackport patch: netfilter: ipset: Convert timers to...
2017-03-23 simran singhalnetfilter: ipset: Compress return logic
2017-02-16 Vishwanath Painetfilter: ipset: Null pointer exception in ipset list:set
2016-05-19 Muhammad Falak R... netfilter: ipset: use setup_timer() and mod_timer().
2016-03-16 Vishwanath Painetfilter: ipset: fix race condition in ipset save...
2016-02-24 Jozsef KadlecsikFix set:list type crash when flush/dump set in parallel
2015-11-07 Jozsef KadlecsikFix extension alignment
2015-10-16 Nikolay Borisovnetfilter: ipset: Fix sleeping memory allocation in...
2015-06-26 Jozsef KadlecsikCount non-static extension memory into the set memory...
2015-06-25 Jozsef KadlecsikAdd element count to all set types header
2015-05-06 Jozsef Kadlecsiknetfilter: ipset: Separate memsize calculation code...
2015-04-17 Jozsef KadlecsikFix coding styles reported by the most recent checkpatc...
2015-03-29 Jozsef KadlecsikRCU safe comment extension handling
2015-03-23 Sergey Popovichnetfilter: ipset: Check for comment netlink attribute...
2015-03-20 Sergey Popovichnetfilter: ipset: Make sure we always return line numbe...
2015-03-20 Sergey Popovichnetfilter: ipset: Check extensions attributes before...
2015-01-06 Jozsef KadlecsikFix coding styles reported by checkpatch.pl
2015-01-06 Jozsef KadlecsikThere's no need to call synchronize_rcu() with kfree_rcu()
2014-12-10 Jozsef KadlecsikCall rcu_barrier() in module removal path
2014-11-18 Jozsef KadlecsikIntroduce RCU in all set types instead of rwlock per set
2014-09-08 Anton Danilovnetfilter: ipset: Add skbinfo extension kernel support...
2014-08-05 Jozsef KadlecsikFix warn: integer overflows 'sizeof(*map) + size *...
2013-10-02 Jozsef KadlecsikUse netlink callback dump args only
2013-09-28 Vitaly Lavrovipset: Add net namespace for ipset
2013-09-25 Jozsef KadlecsikUse a common function at listing the extensions of...
2013-09-23 Jozsef KadlecsikFor set:list types, replaced elements must be zeroed out
2013-09-23 Oliver Smithnetfilter: ipset: Support comments in the list-type...
2013-09-09 Jozsef Kadlecsiklist:set: make sure all elements are checked by the gc
2013-09-09 Jozsef KadlecsikSupport extensions which need a per data destroy function
2013-09-07 Jozsef KadlecsikGeneralize extensions support
2013-09-06 Jozsef KadlecsikMove extension data to set structure
2013-09-06 Jozsef KadlecsikRename extension offset ids to extension ids
2013-05-01 Jozsef KadlecsikRename simple macro names to avoid namespace issues.
2013-04-27 Jozsef KadlecsikDon't call ip_nest_end needlessly in the error path
2013-04-09 Jozsef Kadlecsikset match: add support to match the counters
2013-04-09 Jozsef KadlecsikThe list:set type with counter support
2013-04-09 Jozsef Kadlecsiklist:set type using the extension interface
2013-04-09 Jozsef Kadlecsiklist:set: update reference counter when last element...
2012-09-11 Jozsef KadlecsikInclude supported revisions in module description
2012-05-10 David S. Milleripset: Stop using NLA_PUT*().
2011-09-01 Jozsef KadlecsikMerge branch 'master' of git://dev.medozas.de/ipset
2011-08-31 Jan Engelhardtipset: use NFPROTO_ constants
2011-05-27 Jozsef KadlecsikAdd xt_action_param to the variant level kadt functions...
2011-05-11 Jozsef KadlecsikSet type support with multiple revisions added
2011-05-06 Jozsef KadlecsikFix adding ranges to hash types
2011-04-18 Jozsef KadlecsikOptions and flags support added to the kernel API
2011-04-08 Jozsef KadlecsikWhitespace fixes: some space before tab slipped in.
2011-03-27 Jozsef KadlecsikTimeout can be modified for already added elements
2011-03-25 Jozsef KadlecsikReferences are protected by rwlock instead of mutex
2011-03-23 Jozsef Kadlecsiklist:set timeout variant fixes
2011-02-03 Jozsef KadlecsikReorganized kernel/ subdir