summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset
AgeCommit message (Expand)AuthorLines
2021-09-14netfilter: ipset: Fix oversized kvmalloc() callsJozsef Kadlecsik-2/+2
2021-08-04netfilter: ipset: Limit the maximal range of consecutive elements to add/deleteJozsef Kadlecsik-7/+85
2021-05-29netfilter: use nfnetlink_unicast()Pablo Neira Ayuso-40/+10
2021-04-26netfilter: nfnetlink: consolidate callback typesPablo Neira Ayuso-0/+16
2021-04-26netfilter: nfnetlink: add struct nfnl_info and pass it to callbacksPablo Neira Ayuso-87/+62
2021-03-31netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso-14/+3
2020-12-17netfilter: ipset: fix shift-out-of-bounds in htable_bits()Vasily Averin-15/+5
2020-12-17netfilter: ipset: fixes possible oops in mtype_resizeVasily Averin-9/+13
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+1
2020-11-26netfilter: ipset: prevent uninit-value in hash_ip6_addEric Dumazet-2/+1
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel-2/+2
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+2
2020-10-31netfilter: ipset: Expose the initval hash parameter to userspaceJozsef Kadlecsik-16/+33
2020-10-31netfilter: ipset: Add bucketsize parameter to all hash typesJozsef Kadlecsik-39/+71
2020-10-31netfilter: ipset: Support the -exist flag with the destroy commandJozsef Kadlecsik-1/+3
2020-10-31netfilter: ipset: Update byte and packet counters regardless of whether they ...Stefano Brivio-1/+2
2020-10-04netfilter: ipset: enable memory accounting for ipset allocationsVasily Averin-16/+1
2020-07-22netfilter: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-06-30netfilter: ipset: call ip_set_free() instead of kfree()Eric Dumazet-5/+5
2020-06-25netfilter: ipset: fix unaligned atomic accessRussell King-0/+2
2020-05-25netfilter: ipset: Fix subcounter update skipPhil Sutter-1/+1
2020-04-06netfilter: ipset: Pass lockdep expression to RCU listsAmol Grover-1/+2
2020-03-15netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva-5/+5
2020-02-22netfilter: ipset: Fix forceadd evaluation pathJozsef Kadlecsik-0/+2
2020-02-22netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reportsJozsef Kadlecsik-205/+462
2020-01-29netfilter: ipset: fix suspicious RCU usage in find_set_and_idKadlecsik József-20/+21
2020-01-20netfilter: ipset: use bitmap infrastructure completelyKadlecsik József-10/+10
2020-01-13netfilter: fix a use-after-free in mtype_destroy()Cong Wang-1/+1
2020-01-08netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is presentFlorian Westphal-1/+2
2019-11-13Merge branch 'master' of git://blackhole.kfki.hu/nf-nextPablo Neira Ayuso-5/+18
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-17/+36
2019-11-04netfilter: ipset: Fix nla_policies to fully support NL_VALIDATE_STRICTJozsef Kadlecsik-13/+30
2019-11-04netfilter: ipset: Copy the right MAC address in hash:ip,mac IPv6 setsStefano Brivio-1/+1
2019-11-04netfilter: ipset: Fix an error code in ip_set_sockfn_get()Dan Carpenter-3/+5
2019-11-04netfilter: ipset: Add wildcard support to net,ifaceKristian Evensen-5/+18
2019-10-07netfilter: ipset: move ip_set_get_ip_port() to ip_set_bitmap_port.c.Jeremy Sowden-28/+27
2019-10-07netfilter: ipset: move function to ip_set_bitmap_ip.c.Jeremy Sowden-0/+12
2019-10-07netfilter: ipset: make ip_set_put_flags extern.Jeremy Sowden-0/+24
2019-10-07netfilter: ipset: move functions to ip_set_core.c.Jeremy Sowden-0/+102
2019-10-07netfilter: ipset: move ip_set_comment functions from ip_set.h to ip_set_core.c.Jeremy Sowden-1/+65
2019-10-07netfilter: ipset: remove inline from static functions in .c files.Jeremy Sowden-138/+138
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski-3/+3
2019-08-13netfilter: inline four headers files into another one.Jeremy Sowden-1/+1
2019-08-13netfilter: remove unnecessary spacesyangxingwu-2/+2
2019-07-29netfilter: ipset: Fix rename concurrency with listingJozsef Kadlecsik-1/+1
2019-07-29netfilter: ipset: Copy the right MAC address in bitmap:ip,mac and hash:ip,mac...Stefano Brivio-2/+2
2019-07-29netfilter: ipset: Actually allow destination MAC address for hash:ip,mac sets...Stefano Brivio-4/+0
2019-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso-106/+34
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-80/+20
2019-06-10Update my email addressJozsef Kadlecsik-32/+32