summaryrefslogtreecommitdiffstats
path: root/kernel/net
Commit message (Expand)AuthorAgeFilesLines
* Limit the maximal range of consecutive elements to add/delete fixJozsef Kadlecsik2021-07-1610-19/+70
* Limit the maximal range of consecutive elements to add/deleteJozsef Kadlecsik2021-07-149-0/+26
* Backport "netfilter: use nfnetlink_unicast()"Jozsef Kadlecsik2021-06-261-40/+10
* Backport "netfilter: nfnetlink: consolidate callback type"Jozsef Kadlecsik2021-06-261-0/+16
* Backport "netfilter: nfnetlink: add struct nfnl_info and pass it to callbacks"Jozsef Kadlecsik2021-06-261-52/+71
* Backport "netfilter: add helper function to set up the nfnetlink header and u...Jozsef Kadlecsik2021-06-261-14/+3
* Fix patch "Handle false warning from -Wstringop-overflow"Jozsef Kadlecsik2020-12-201-1/+1
* treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel2020-12-201-2/+2
* netfilter: ipset: fix shift-out-of-bounds in htable_bits()Vasily Averin2020-12-201-19/+5
* netfilter: ipset: fixes possible oops in mtype_resizeVasily Averin2020-12-201-9/+17
* Handle false warning from -Wstringop-overflowJozsef Kadlecsik2020-12-141-1/+1
* Move compiler specific compatibility support to separated fileJozsef Kadlecsik2020-12-071-0/+1
* Complete backward compatibility fix for package copy of <linux/jhash.h>Jozsef Kadlecsik2020-11-191-2/+0
* netfilter: ipset: enable memory accounting for ipset allocationsVasily Averin2020-11-191-16/+1
* netfilter: ipset: prevent uninit-value in hash_ip6_addEric Dumazet2020-11-191-2/+1
* Compatibility: Check for the fourth arg of list_for_each_entry_rcu()Jozsef Kadlecsik2020-11-191-2/+2
* Expose the initval hash parameter to userspaceJozsef Kadlecsik2020-09-2113-16/+33
* Add bucketsize parameter to all hash typesJozsef Kadlecsik2020-09-2114-39/+71
* Support the -exist flag with the destroy commandJozsef Kadlecsik2020-09-201-1/+3
* netfilter: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-09-201-1/+1
* netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-09-204-5/+5
* netfilter: ipset: call ip_set_free() instead of kfree()Eric Dumazet2020-09-204-5/+5
* netfiler: ipset: fix unaligned atomic accessRussell King2020-09-201-0/+2
* netfilter: ipset: Fix subcounter update skipPhil Sutter2020-09-201-1/+1
* ipset: Update byte and packet counters regardless of whether they matchStefano Brivio2020-09-201-1/+2
* netfilter: ipset: Pass lockdep expression to RCU listsAmol Grover2020-09-201-1/+2
* Revert "Introduce --update-counters-first flag for the set target"Jozsef Kadlecsik2020-09-202-30/+4
* ip_set: Fix compatibility with kernels between v3.3 and v4.5Serhey Popovych2020-03-091-0/+2
* Introduce --update-counters-first flag for the set targetJozsef Kadlecsik2020-03-092-4/+30
* netfilter: ipset: Fix forceadd evaluation pathJozsef Kadlecsik2020-02-221-0/+2
* netfilter: ipset: Correct the reported memory sizeJozsef Kadlecsik2020-02-211-1/+1
* netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reportsJozsef Kadlecsik2020-02-182-209/+462
* netfilter: ipset: fix suspicious RCU usage in find_set_and_idJozsef Kadlecsik2020-01-261-17/+32
* netfilter: ipset: use bitmap infrastructure completelyJozsef Kadlecsik2020-01-194-10/+10
* netfilter: fix a use-after-free in mtype_destroy()Cong Wang2020-01-151-1/+1
* netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is presentFlorian Westphal2020-01-091-1/+2
* ip_set: Pass init_net when @net is missing in match check params data structureSerhey Popovych2019-12-091-1/+1
* netfilter: xt_set: Do not restrict --map-set to the mangle tableSerhey Popovych2019-12-091-5/+0
* em_ipset: Build on old kernelsSerhey Popovych2019-12-092-2/+2
* Fix compatibility support for netlink extended ACK and add synchronize_rcu_bh...Jozsef Kadlecsik2019-11-011-1/+1
* Fix nla_policies to fully support NL_VALIDATE_STRICTJozsef Kadlecsik2019-11-013-2/+12
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-10-3121-84/+21
* netfilter: remove unnecessary spacesyangxingwu2019-10-312-2/+2
* ipset: Add wildcard support to net,ifaceKristian Evensen2019-10-311-5/+18
* ipset: Copy the right MAC address in hash:ip,mac IPv6 setsStefano Brivio2019-10-311-1/+1
* netfilter: ipset: move ip_set_get_ip_port() to ip_set_bitmap_port.c.Jeremy Sowden2019-10-072-28/+27
* netfilter: ipset: move function to ip_set_bitmap_ip.c.Jeremy Sowden2019-10-071-0/+12
* netfilter: ipset: make ip_set_put_flags extern.Jeremy Sowden2019-10-071-0/+24
* netfilter: ipset: move functions to ip_set_core.c.Jeremy Sowden2019-10-071-0/+102
* netfilter: ipset: move ip_set_comment functions from ip_set.h to ip_set_core.c.Jeremy Sowden2019-10-071-1/+65