aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/netfilter/ipset/ip_set_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-22netfilter: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-25netfilter: ipset: fix unaligned atomic accessRussell King1-0/+2
2020-04-06netfilter: ipset: Pass lockdep expression to RCU listsAmol Grover1-1/+2
2020-02-22netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reportsJozsef Kadlecsik1-10/+24
2020-01-29netfilter: ipset: fix suspicious RCU usage in find_set_and_idKadlecsik József1-20/+21
2020-01-08netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is presentFlorian Westphal1-1/+2
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-16/+33
2019-11-04netfilter: ipset: Fix nla_policies to fully support NL_VALIDATE_STRICTJozsef Kadlecsik1-13/+28
2019-11-04netfilter: ipset: Fix an error code in ip_set_sockfn_get()Dan Carpenter1-3/+5
2019-10-07netfilter: ipset: make ip_set_put_flags extern.Jeremy Sowden1-0/+24
2019-10-07netfilter: ipset: move functions to ip_set_core.c.Jeremy Sowden1-0/+102
2019-10-07netfilter: ipset: move ip_set_comment functions from ip_set.h to ip_set_core.c.Jeremy Sowden1-1/+65
2019-10-07netfilter: ipset: remove inline from static functions in .c files.Jeremy Sowden1-10/+10
2019-07-29netfilter: ipset: Fix rename concurrency with listingJozsef Kadlecsik1-1/+1
2019-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-10Update my email addressJozsef Kadlecsik1-2/+2
2019-06-10netfilter: ipset: Fix the last missing check of nla_parse_deprecated()Jozsef Kadlecsik1-4/+6
2019-06-10netfilter: ipset: fix a missing check of nla_parseAditya Pakki1-3/+7
2019-06-10netfilter: ipset: merge uadd and udel functionsFlorent Fourcot1-51/+20
2019-06-10netfilter: ipset: remove useless memset() callsFlorent Fourcot1-2/+0
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-22/+14
2018-12-14netfilter: ipset: replace a strncpy() with strscpy()Qian Cai1-2/+4
2018-12-14netfilter: ipset: fix ip_set_byindex functionFlorent Fourcot1-1/+1
2018-11-12Merge branch 'master' of git://blackhole.kfki.hu/nf-nextPablo Neira Ayuso1-17/+147
2018-11-03netfilter: ipset: Fix calling ip_set() macro at dumpingJozsef Kadlecsik1-4/+8
2018-11-01netfilter: ipset: fix ip_set_list allocation failureAndrey Ryabinin1-4/+4
2018-11-01netfilter: ipset: list:set: Decrease refcount synchronously on deletion and replaceStefano Brivio1-12/+11
2018-10-27netfilter: ipset: Introduction of new commands and protocol version 7Jozsef Kadlecsik1-17/+147
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-05net: Convert ip_set_net_opsKirill Tkhai1-1/+2
2018-01-19netfilter: remove messages print and boot/module load timePablo Neira Ayuso1-1/+2
2018-01-08netfilter: ipset: Missing nfnl_lock()/nfnl_unlock() is added to ip_set_net_exit()Jozsef Kadlecsik1-0/+2
2018-01-08netfilter: ipset: Fix "don't update counters" mode when counters used at the matchingJozsef Kadlecsik1-0/+25
2018-01-08netfilter: ipset: add resched points during set listingFlorian Westphal1-2/+0
2018-01-08netfilter: ipset: use nfnl_mutex_is_lockedFlorian Westphal1-1/+1
2018-01-08netfilter: mark expected switch fall-throughsGustavo A. R. Silva1-1/+1
2017-09-29netfilter: ipset: Fix race between dump and swapRoss Lagerwall1-2/+5
2017-09-26netfilter: ipset: pernet ops must be unregistered lastFlorian Westphal1-9/+13
2017-06-19netfilter: nfnetlink: extended ACK reportingPablo Neira Ayuso1-13/+26
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-11/+3
2017-04-15ipset: remove unused function __ip_set_get_netlinkAaron Conole1-8/+0
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-13/+14
2017-04-13netlink: extended ACK reportingJohannes Berg1-1/+1
2017-04-07netfilter: Remove exceptional & on function nameArushi Singhal1-1/+1
2017-04-07netfilter: Remove unnecessary cast on void pointersimran singhal1-1/+1
2017-04-07netfilter: Add nfnl_msg_type() helper functionPablo Neira Ayuso1-1/+1
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-11-10netfilter: ipset: Count non-static extension memory for userspaceJozsef Kadlecsik1-1/+1
2016-11-10netfilter: ipset: Improve skbinfo get/init helpersJozsef Kadlecsik1-6/+6