index
:
ipset
master
region_lock
ipset tree
kadlec@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
64bit division isn't allowed on 32bit, replace it with shift
Jozsef Kadlecsik
2021-07-28
1
-1
/
+2
*
Limit the maximal range of consecutive elements to add/delete fix
Jozsef Kadlecsik
2021-07-16
10
-19
/
+70
*
Limit the maximal range of consecutive elements to add/delete
Jozsef Kadlecsik
2021-07-14
9
-0
/
+26
*
Backport "netfilter: use nfnetlink_unicast()"
Jozsef Kadlecsik
2021-06-26
1
-40
/
+10
*
Backport "netfilter: nfnetlink: consolidate callback type"
Jozsef Kadlecsik
2021-06-26
1
-0
/
+16
*
Backport "netfilter: nfnetlink: add struct nfnl_info and pass it to callbacks"
Jozsef Kadlecsik
2021-06-26
1
-52
/
+71
*
Backport "netfilter: add helper function to set up the nfnetlink header and u...
Jozsef Kadlecsik
2021-06-26
1
-14
/
+3
*
Fix patch "Handle false warning from -Wstringop-overflow"
Jozsef Kadlecsik
2020-12-20
1
-1
/
+1
*
treewide: rename nla_strlcpy to nla_strscpy.
Francis Laniel
2020-12-20
1
-2
/
+2
*
netfilter: ipset: fix shift-out-of-bounds in htable_bits()
Vasily Averin
2020-12-20
1
-19
/
+5
*
netfilter: ipset: fixes possible oops in mtype_resize
Vasily Averin
2020-12-20
1
-9
/
+17
*
Handle false warning from -Wstringop-overflow
Jozsef Kadlecsik
2020-12-14
1
-1
/
+1
*
Move compiler specific compatibility support to separated file
Jozsef Kadlecsik
2020-12-07
1
-0
/
+1
*
Complete backward compatibility fix for package copy of <linux/jhash.h>
Jozsef Kadlecsik
2020-11-19
1
-2
/
+0
*
netfilter: ipset: enable memory accounting for ipset allocations
Vasily Averin
2020-11-19
1
-16
/
+1
*
netfilter: ipset: prevent uninit-value in hash_ip6_add
Eric Dumazet
2020-11-19
1
-2
/
+1
*
Compatibility: Check for the fourth arg of list_for_each_entry_rcu()
Jozsef Kadlecsik
2020-11-19
1
-2
/
+2
*
Expose the initval hash parameter to userspace
Jozsef Kadlecsik
2020-09-21
13
-16
/
+33
*
Add bucketsize parameter to all hash types
Jozsef Kadlecsik
2020-09-21
14
-39
/
+71
*
Support the -exist flag with the destroy command
Jozsef Kadlecsik
2020-09-20
1
-1
/
+3
*
netfilter: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-09-20
1
-1
/
+1
*
netfilter: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-09-20
4
-5
/
+5
*
netfilter: ipset: call ip_set_free() instead of kfree()
Eric Dumazet
2020-09-20
4
-5
/
+5
*
netfiler: ipset: fix unaligned atomic access
Russell King
2020-09-20
1
-0
/
+2
*
netfilter: ipset: Fix subcounter update skip
Phil Sutter
2020-09-20
1
-1
/
+1
*
ipset: Update byte and packet counters regardless of whether they match
Stefano Brivio
2020-09-20
1
-1
/
+2
*
netfilter: ipset: Pass lockdep expression to RCU lists
Amol Grover
2020-09-20
1
-1
/
+2
*
Revert "Introduce --update-counters-first flag for the set target"
Jozsef Kadlecsik
2020-09-20
2
-30
/
+4
*
ip_set: Fix compatibility with kernels between v3.3 and v4.5
Serhey Popovych
2020-03-09
1
-0
/
+2
*
Introduce --update-counters-first flag for the set target
Jozsef Kadlecsik
2020-03-09
2
-4
/
+30
*
netfilter: ipset: Fix forceadd evaluation path
Jozsef Kadlecsik
2020-02-22
1
-0
/
+2
*
netfilter: ipset: Correct the reported memory size
Jozsef Kadlecsik
2020-02-21
1
-1
/
+1
*
netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reports
Jozsef Kadlecsik
2020-02-18
2
-209
/
+462
*
netfilter: ipset: fix suspicious RCU usage in find_set_and_id
Jozsef Kadlecsik
2020-01-26
1
-17
/
+32
*
netfilter: ipset: use bitmap infrastructure completely
Jozsef Kadlecsik
2020-01-19
4
-10
/
+10
*
netfilter: fix a use-after-free in mtype_destroy()
Cong Wang
2020-01-15
1
-1
/
+1
*
netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is present
Florian Westphal
2020-01-09
1
-1
/
+2
*
ip_set: Pass init_net when @net is missing in match check params data structure
Serhey Popovych
2019-12-09
1
-1
/
+1
*
netfilter: xt_set: Do not restrict --map-set to the mangle table
Serhey Popovych
2019-12-09
1
-5
/
+0
*
em_ipset: Build on old kernels
Serhey Popovych
2019-12-09
2
-2
/
+2
*
Fix compatibility support for netlink extended ACK and add synchronize_rcu_bh...
Jozsef Kadlecsik
2019-11-01
1
-1
/
+1
*
Fix nla_policies to fully support NL_VALIDATE_STRICT
Jozsef Kadlecsik
2019-11-01
3
-2
/
+12
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-10-31
21
-84
/
+21
*
netfilter: remove unnecessary spaces
yangxingwu
2019-10-31
2
-2
/
+2
*
ipset: Add wildcard support to net,iface
Kristian Evensen
2019-10-31
1
-5
/
+18
*
ipset: Copy the right MAC address in hash:ip,mac IPv6 sets
Stefano Brivio
2019-10-31
1
-1
/
+1
*
netfilter: ipset: move ip_set_get_ip_port() to ip_set_bitmap_port.c.
Jeremy Sowden
2019-10-07
2
-28
/
+27
*
netfilter: ipset: move function to ip_set_bitmap_ip.c.
Jeremy Sowden
2019-10-07
1
-0
/
+12
*
netfilter: ipset: make ip_set_put_flags extern.
Jeremy Sowden
2019-10-07
1
-0
/
+24
*
netfilter: ipset: move functions to ip_set_core.c.
Jeremy Sowden
2019-10-07
1
-0
/
+102
[next]