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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipset 7.17 released
v7.17
Jozsef Kadlecsik
2022-12-30
1
-0
/
+4
*
netfilter: ipset: Rework long task execution when adding/deleting entries
Jozsef Kadlecsik
2022-12-30
11
-81
/
+68
*
netfilter: ipset: fix hash:net,port,net hang with /0 subnet
Jozsef Kadlecsik
2022-12-30
1
-19
/
+21
*
ipset 7.16 released
v7.16
Jozsef Kadlecsik
2022-11-21
1
-0
/
+21
*
netfilter: ipset: restore allowing 64 clashing elements in hash:net,iface
Jozsef Kadlecsik
2022-11-21
1
-1
/
+1
*
netfilter: ipset: Add support for new bitmask parameter
Vishwanath Pai
2022-11-20
6
-26
/
+126
*
netfilter: ipset: regression in ip_set_hash_ip.c
Vishwanath Pai
2022-11-07
1
-5
/
+3
*
netfilter: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-11-07
1
-2
/
+2
*
compatibility: handle unsafe_memcpy()
Jozsef Kadlecsik
2022-11-07
1
-0
/
+6
*
netlink: Bounds-check struct nlmsgerr creation
Kees Cook
2022-11-07
1
-3
/
+4
*
compatibility: move to skb_protocol in the code from tc_skb_protocol
Jozsef Kadlecsik
2022-11-07
2
-6
/
+4
*
sched: consistently handle layer3 header accesses in the presence of VLANs
Toke Høiland-Jørgensen
2022-11-07
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2022-11-07
1
-4
/
+1
*
headers: Remove some left-over license text in include/uapi/linux/netfilter/
Christophe JAILLET
2022-11-07
1
-4
/
+0
*
netfilter: ipset: enforce documented limit to prevent allocating huge memory
Jozsef Kadlecsik
2022-11-07
1
-24
/
+6
*
netfilter: ipset: Fix oversized kvmalloc() calls
Jozsef Kadlecsik
2022-10-17
1
-2
/
+2
*
ipset 7.15 released
v7.15
Jozsef Kadlecsik
2021-08-04
1
-0
/
+4
*
netfilter: ipset: Fix maximal range check in hash_ipportnet4_uadt()
Nathan Chancellor
2021-08-03
1
-3
/
+3
*
ipset 7.14 released
v7.14
Jozsef Kadlecsik
2021-07-28
1
-0
/
+3
*
64bit division isn't allowed on 32bit, replace it with shift
Jozsef Kadlecsik
2021-07-28
1
-1
/
+2
*
ipset 7.13 released
v7.13
Jozsef Kadlecsik
2021-07-27
1
-0
/
+3
*
Limit the maximal range of consecutive elements to add/delete fix
Jozsef Kadlecsik
2021-07-16
10
-19
/
+70
*
ipset 7.12 released
v7.12
Jozsef Kadlecsik
2021-07-14
1
-0
/
+9
*
Limit the maximal range of consecutive elements to add/delete
Jozsef Kadlecsik
2021-07-14
10
-0
/
+29
*
Backport "netfilter: use nfnetlink_unicast()"
Jozsef Kadlecsik
2021-06-26
2
-40
/
+33
*
Backport "netfilter: nfnetlink: consolidate callback type"
Jozsef Kadlecsik
2021-06-26
2
-0
/
+23
*
Backport "netfilter: nfnetlink: add struct nfnl_info and pass it to callbacks"
Jozsef Kadlecsik
2021-06-26
2
-62
/
+99
*
Backport "netfilter: add helper function to set up the nfnetlink header and u...
Jozsef Kadlecsik
2021-06-26
2
-14
/
+33
*
ipset 7.10 released
v7.10
Jozsef Kadlecsik
2020-12-20
1
-0
/
+12
*
Fix patch "Handle false warning from -Wstringop-overflow"
Jozsef Kadlecsik
2020-12-20
1
-1
/
+1
*
Backward compatibility: handle renaming nla_strlcpy to nla_strscpy
Jozsef Kadlecsik
2020-12-20
1
-0
/
+5
*
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
*
Backward compatibility: handle missing strscpy with a wrapper of strlcpy.
Jozsef Kadlecsik
2020-12-14
1
-1
/
+6
*
Move compiler specific compatibility support to separated file
Jozsef Kadlecsik
2020-12-07
4
-14
/
+17
*
ipset 7.8 released
v7.8
Jozsef Kadlecsik
2020-11-19
1
-0
/
+10
*
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
1
-1
/
+30
*
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
2
-2
/
+9
*
Compatibility: use skb_policy() from if_vlan.h if available
Jozsef Kadlecsik
2020-11-19
1
-0
/
+5
*
Compatibility: Check for the fourth arg of list_for_each_entry_rcu()
Jozsef Kadlecsik
2020-11-19
2
-2
/
+11
*
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
1
-0
/
+22
*
Expose the initval hash parameter to userspace
Jozsef Kadlecsik
2020-09-21
14
-17
/
+34
*
Add bucketsize parameter to all hash types
Jozsef Kadlecsik
2020-09-21
16
-40
/
+79
*
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
1
-1
/
+3
[next]