summaryrefslogtreecommitdiffstats
path: root/kernel/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* netfilter: ipset: remove inline from static functions in .c files.Jeremy Sowden2019-10-0719-138/+138
* netfilter: inlined four headers files into another one.Jeremy Sowden2019-10-072-2/+1
* netfilter: ipset: Fix an error code in ip_set_sockfn_get()Dan Carpenter2019-08-271-3/+5
* Fix rename concurrency with listingJozsef Kadlecsik2019-07-231-1/+1
* ipset: Copy the right MAC address in bitmap:ip,mac and hash:ip,mac setsStefano Brivio2019-06-282-2/+2
* ipset: Actually allow destination MAC address for hash:ip,mac sets tooStefano Brivio2019-06-281-4/+0
* ipset: update my email addressJozsef Kadlecsik2019-06-0520-34/+34
* ipset: Fix memory accounting for hash types on resizeStefano Brivio2019-06-041-1/+1
* Fix error path in set_target_v3_checkentry()Jozsef Kadlecsik2019-01-181-20/+21
* Fix the last missing check of nla_parse()Jozsef Kadlecsik2019-01-101-3/+6
* netfilter: ipset: fix a missing check of nla_parseAditya Pakki2019-01-081-2/+7
* netfilter: ipset: merge uadd and udel functionsFlorent Fourcot2019-01-081-53/+20
* netfilter: ipset: remove useless memset() callsFlorent Fourcot2019-01-081-2/+0
* netfilter/ipset: replace a strncpy() with strscpy()Qian Cai2018-12-041-2/+4
* netfilter: ipset: fix ip_set_byindex functionFlorent Fourcot2018-11-281-1/+1
* netfilter: ipset: do not call ipset_nest_end after nla_nest_cancelPan Bian2018-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
* netfilter: Replace spin_is_locked() with lockdepLance Roy2018-10-221-1/+1
* 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: Make invalid MAC address checks consistentStefano Brivio2018-08-302-7/+7