summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset
Commit message (Expand)AuthorAgeFilesLines
* netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso2023-07-271-14/+3
* netfilter: ipset: Add schedule point in call_ad().Kuniyuki Iwashima2023-06-141-0/+8
* netfilter: ipset: Fix overflow before widen in the bitmap_ip_create() function.Gavrilov Ilia2023-01-181-2/+2
* netfilter: ipset: Fix oversized kvmalloc() callsJozsef Kadlecsik2021-10-061-2/+2
* netfilter: ipset: fixes possible oops in mtype_resizeVasily Averin2021-01-191-9/+13
* netfilter: ipset: fix shift-out-of-bounds in htable_bits()Vasily Averin2021-01-121-15/+5
* netfilter: ipset: prevent uninit-value in hash_ip6_addEric Dumazet2020-12-111-2/+1
* netfilter: ipset: Update byte and packet counters regardless of whether they ...Stefano Brivio2020-11-181-1/+2
* netfilter: ipset: call ip_set_free() instead of kfree()Eric Dumazet2020-07-164-5/+5
* netfilter: ipset: fix unaligned atomic accessRussell King2020-06-301-0/+2
* netfilter: ipset: Fix subcounter update skipPhil Sutter2020-06-031-1/+1
* netfilter: ipset: Fix forceadd evaluation pathJozsef Kadlecsik2020-03-051-0/+2
* netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reportsJozsef Kadlecsik2020-03-052-205/+462
* netfilter: ipset: fix suspicious RCU usage in find_set_and_idKadlecsik József2020-02-111-20/+21
* netfilter: ipset: use bitmap infrastructure completelyKadlecsik József2020-01-294-10/+10
* netfilter: fix a use-after-free in mtype_destroy()Cong Wang2020-01-231-1/+1
* netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is presentFlorian Westphal2020-01-141-1/+2
* netfilter: ipset: Fix nla_policies to fully support NL_VALIDATE_STRICTJozsef Kadlecsik2019-11-043-13/+30
* netfilter: ipset: Copy the right MAC address in hash:ip,mac IPv6 setsStefano Brivio2019-11-041-1/+1
* netfilter: ipset: Fix an error code in ip_set_sockfn_get()Dan Carpenter2019-11-041-3/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2019-08-132-3/+3
|\
| * netfilter: inline four headers files into another one.Jeremy Sowden2019-08-131-1/+1
| * netfilter: remove unnecessary spacesyangxingwu2019-08-132-2/+2
* | netfilter: ipset: Fix rename concurrency with listingJozsef Kadlecsik2019-07-291-1/+1
* | netfilter: ipset: Copy the right MAC address in bitmap:ip,mac and hash:ip,mac...Stefano Brivio2019-07-292-2/+2
* | netfilter: ipset: Actually allow destination MAC address for hash:ip,mac sets...Stefano Brivio2019-07-291-4/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2019-06-2520-106/+34
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1920-80/+20
* | Update my email addressJozsef Kadlecsik2019-06-1019-32/+32
* | ipset: Fix memory accounting for hash types on resizeStefano Brivio2019-06-101-1/+1
* | netfilter: ipset: Fix the last missing check of nla_parse_deprecated()Jozsef Kadlecsik2019-06-101-4/+6
* | netfilter: ipset: fix a missing check of nla_parseAditya Pakki2019-06-101-3/+7
* | netfilter: ipset: merge uadd and udel functionsFlorent Fourcot2019-06-101-51/+20
* | netfilter: ipset: remove useless memset() callsFlorent Fourcot2019-06-101-2/+0
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-22/+14
* ipset: drop ipset_nest_start() and ipset_nest_end()Michal Kubecek2019-04-273-21/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-12-205-44/+180
|\
| * netfilter: ipset: replace a strncpy() with strscpy()Qian Cai2018-12-141-2/+4
| * netfilter: ipset: fix ip_set_byindex functionFlorent Fourcot2018-12-141-1/+1
| * netfilter: Replace call_rcu_bh(), rcu_barrier_bh(), and synchronize_rcu_bh()Paul E. McKenney2018-12-011-2/+2
| * Merge branch 'master' of git://blackhole.kfki.hu/nf-nextPablo Neira Ayuso2018-11-124-40/+174
| |\
| | * netfilter: ipset: Introduction of new commands and protocol version 7Jozsef Kadlecsik2018-10-271-17/+147
| | * netfilter: ipset: Make invalid MAC address checks consistentStefano Brivio2018-10-222-7/+7
| | * netfilter: ipset: Allow matching on destination MAC address for mac and ipmac...Stefano Brivio2018-10-223-16/+20
* | | netfilter: ipset: do not call ipset_nest_end after nla_nest_cancelPan Bian2018-12-131-1/+1
|/ /
* | netfilter: ipset: Fix calling ip_set() macro at dumpingJozsef Kadlecsik2018-11-031-4/+8
* | netfilter: ipset: fix ip_set_list allocation failureAndrey Ryabinin2018-11-011-4/+4
* | netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,netEric Westbrook2018-11-011-4/+4