summaryrefslogtreecommitdiffstats
path: root/kernel/net/netfilter/ipset/ip_set_core.c
Commit message (Expand)AuthorAgeFilesLines
...
* netfilter: ipset: fix ip_set_byindex functionFlorent Fourcot2018-11-281-1/+1
* Correct workaround in patch "Fix calling ip_set() macro at dumping"Jozsef Kadlecsik2018-10-301-15/+4
* Introduction of new commands and protocol version 7Jozsef Kadlecsik2018-10-271-17/+149
* net: Convert ip_set_net_opsKirill Tkhai2018-10-221-1/+4
* Fix calling ip_set() macro at dumpingJozsef Kadlecsik2018-10-191-4/+19
* netfilter: ipset: fix ip_set_list allocation failureAndrey Ryabinin2018-09-241-5/+5
* ipset: list:set: Decrease refcount synchronously on deletion and replaceStefano Brivio2018-07-161-12/+11
* Remove duplicate module descriptionJozsef Kadlecsik2018-01-291-8/+1
* netfilter: remove messages print and boot/module load timePablo Neira Ayuso2018-01-291-1/+2
* netfilter: mark expected switch fall-throughsGustavo A. R. Silva2018-01-061-1/+1
* Missing nfnl_lock()/nfnl_unlock() is added to ip_set_net_exit()Jozsef Kadlecsik2018-01-041-0/+2
* netfilter: ipset: use nfnl_mutex_is_lockedFlorian Westphal2018-01-041-1/+1
* netfilter: ipset: add resched points during set listingFlorian Westphal2018-01-041-2/+0
* Fix "don't update counters" mode when counters used at the matchingJozsef Kadlecsik2018-01-041-0/+25
* netfilter: ipset: Fix race between dump and swapRoss Lagerwall2017-09-281-2/+5
* netfilter: ipset: pernet ops must be unregistered lastFlorian Westphal2017-09-261-17/+26
* Backport patch: netfilter: nfnetlink: extended ACK reportingJozsef Kadlecsik2017-09-111-13/+26
* ipset: remove unused function __ip_set_get_netlinkAaron Conole2017-09-111-8/+0
* Backport patch: netlink: pass extended ACK struct to parsing functionsJozsef Kadlecsik2017-09-111-19/+20
* Backport patch netlink: extended ACK reportingJozsef Kadlecsik2017-09-111-1/+1
* netfilter: Remove exceptional & on function nameArushi Singhal2017-09-111-1/+1
* Backport nfnl_msg_type()Jozsef Kadlecsik2017-09-111-1/+1
* Fix sparse warningsJozsef Kadlecsik2017-03-231-1/+1
* netfilter: ipset: Remove unnecessary cast on void pointersimran singhal2017-03-231-1/+1
* netfilter: x_tables: Use par->net instead of computing from the passed net de...Eric W. Biederman2016-10-131-6/+3
* netfilter: ipset: fix race condition in ipset save, swap and deleteVishwanath Pai2016-03-161-5/+28
* Fix set:list type crash when flush/dump set in parallelJozsef Kadlecsik2016-02-241-0/+3
* netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Jozsef Kadlecsik2016-02-161-48/+49
* Fix extension alignmentJozsef Kadlecsik2015-11-071-6/+8
* Count non-static extension memory into the set memory size for userspaceJozsef Kadlecsik2015-06-261-1/+1
* netfilter: ipset: deinline ip_set_put_extensions()Denys Vlasenko2015-06-131-0/+25
* There is no need to call synchronize_rcu() after list_add_rcu()Jozsef Kadlecsik2015-06-131-1/+1
* netfilter: ipset: Improve skbinfo get/init helpersJozsef Kadlecsik2015-05-051-6/+6
* When a single set is destroyed, make sure it can't be grabbed by dumpJozsef Kadlecsik2015-04-261-9/+11
* Fix coding styles reported by the most recent checkpatch.pl.Jozsef Kadlecsik2015-04-171-63/+63
* Make sure the proper is_destroyed value is checked at dumpingJozsef Kadlecsik2015-03-291-2/+4
* Fix broken commit "Check extensions attributes before getting extensions."Jozsef Kadlecsik2015-03-291-8/+8
* netfilter: ipset: Check extensions attributes before getting extensions.Sergey Popovich2015-03-201-0/+9
* netfilter: ipset: Use SET_WITH_*() helpers to test set extensionsSergey Popovich2015-03-201-6/+6
* netfilter: ipset: Properly calculate extensions offsets and total lengthSergey Popovich2015-03-161-3/+3
* Make sure listing doesn't grab a set which is just being destroyed.Jozsef Kadlecsik2015-01-081-6/+21
* More compatibility checking and simplificationsJozsef Kadlecsik2015-01-061-18/+13
* Fix coding styles reported by checkpatch.plJozsef Kadlecsik2015-01-061-44/+32
* Use nlmsg_total_size instead of NLMSG_SPACE in ip_set_core.c.Jozsef Kadlecsik2015-01-061-2/+2
* Call synchronize_rcu() in set type (un)register functions only when neededJozsef Kadlecsik2014-12-101-5/+4
* Give a better name to a macro in ip_set_core.cJozsef Kadlecsik2014-12-101-9/+9
* netfilter: ipset: small potential read beyond the end of bufferDan Carpenter2014-11-181-0/+5
* Fix parallel resizing and listing of the same setJozsef Kadlecsik2014-11-181-13/+17
* styles warned by checkpatch.pl fixedJozsef Kadlecsik2014-11-181-3/+8
* Introduce RCU in all set types instead of rwlock per setJozsef Kadlecsik2014-11-181-17/+18