index
:
ipset
master
region_lock
ipset tree
kadlec@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Complete backward compatibility fix for package copy of <linux/jhash.h>
Jozsef Kadlecsik
2020-11-19
1
-2
/
+0
*
Compatibility: check for kvzalloc() and GFP_KERNEL_ACCOUNT
Jozsef Kadlecsik
2020-11-19
2
-1
/
+50
*
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
3
-2
/
+19
*
Compatibility: use skb_policy() from if_vlan.h if available
Jozsef Kadlecsik
2020-11-19
2
-0
/
+15
*
Compatibility: Check for the fourth arg of list_for_each_entry_rcu()
Jozsef Kadlecsik
2020-11-19
3
-2
/
+21
*
Backward compatibility fix for the package copy of <linux/jhash.h>
Jozsef Kadlecsik
2020-11-08
1
-0
/
+1
*
ipset 7.7 released
v7.7
Jozsef Kadlecsik
2020-09-22
3
-1
/
+29
*
Expose the initval hash parameter to userspace
Jozsef Kadlecsik
2020-09-21
37
-41
/
+133
*
Handle all variable header parts in helper scripts instead ot test tasks
Jozsef Kadlecsik
2020-09-21
112
-2166
/
+2259
*
Add bucketsize parameter to all hash types
Jozsef Kadlecsik
2020-09-21
102
-206
/
+1449
*
Use fallthrough pseudo-keyword in the package copy of <linux/jhash.h> too
Jozsef Kadlecsik
2020-09-20
1
-13
/
+13
*
Support the -exist flag with the destroy command
Jozsef Kadlecsik
2020-09-20
2
-2
/
+4
*
netfilter: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-09-20
2
-1
/
+13
*
netfilter: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-09-20
5
-6
/
+6
*
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
3
-33
/
+4
*
ip_set: Fix compatibility with kernels between v3.3 and v4.5
Serhey Popovych
2020-03-09
2
-1
/
+7
*
Introduce --update-counters-first flag for the set target
Jozsef Kadlecsik
2020-03-09
3
-4
/
+33
*
ip_set: Fix build on kernels without INIT_DEFERRABLE_WORK
Serhey Popovych
2020-03-09
2
-0
/
+15
*
ipset: Support kernels with at least system_wq support
Jozsef Kadlecsik
2020-03-09
1
-1
/
+4
*
ip_set: Fix build on kernels without system_power_efficient_wq
Serhey Popovych
2020-03-09
2
-1
/
+7
*
Merge branch 'region_lock'
Jozsef Kadlecsik
2020-02-22
7
-211
/
+509
|
\
|
*
ipset 7.6 released
v7.6
region_lock
Jozsef Kadlecsik
2020-02-22
3
-1
/
+15
|
*
Add checking system_power_efficient_wq in the kernel source tree
Jozsef Kadlecsik
2020-02-22
1
-0
/
+10
|
*
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
|
*
ip_set: Include kernel header instead of UAPI
Serhey Popovych
2020-02-18
1
-1
/
+1
|
*
netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reports
Jozsef Kadlecsik
2020-02-18
4
-210
/
+482
*
|
ip_set: Include kernel header instead of UAPI
Serhey Popovych
2020-02-07
1
-1
/
+1
|
/
*
.gitignore: add temporary files to the list
Jozsef Kadlecsik
2020-01-26
1
-0
/
+3
*
netfilter: ipset: fix suspicious RCU usage in find_set_and_id
Jozsef Kadlecsik
2020-01-26
1
-17
/
+32
*
Add compatibility support for bitmap_zalloc() and bitmap_zero()
Jozsef Kadlecsik
2020-01-20
2
-0
/
+32
*
netfilter: ipset: use bitmap infrastructure completely
Jozsef Kadlecsik
2020-01-19
5
-17
/
+10
*
netfilter: fix a use-after-free in mtype_destroy()
Cong Wang
2020-01-15
1
-1
/
+1
*
ipset 7.5 released
v7.5
Jozsef Kadlecsik
2020-01-09
3
-1
/
+22
*
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
4
-2
/
+30
*
compat: Use skb_vlan_tag_present() instead of vlan_tx_tag_present()
Serhey Popovych
2019-12-09
1
-1
/
+12
*
configure.ac: Support building with old autoconf 2.63
Serhey Popovych
2019-12-09
1
-0
/
+6
*
configure.ac: Build on kernels without skb->vlan_proto correctly
Serhey Popovych
2019-12-09
2
-0
/
+15
*
configure.ac: Add cond_resched_rcu() checks
Serhey Popovych
2019-12-09
2
-0
/
+22
*
configure.ac: Better match for ipv6_skip_exthdr() frag_offp arg presence
Serhey Popovych
2019-12-09
1
-1
/
+1
*
Document explicitly that protocol is not stored in bitmap:port
Jozsef Kadlecsik
2019-11-14
2
-6
/
+7
[next]