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
*
netfilter: ipset: Suppress false sparse warnings
Jozsef Kadlecsik
2024-02-12
1
-2
/
+2
*
netfilter: ipset: remove set destroy at ip_set module removal
Jozsef Kadlecsik
2024-02-05
1
-24
/
+3
*
netfilter: ipset: Cleanup the code of destroy operation and explain the two s...
Jozsef Kadlecsik
2024-02-05
1
-11
/
+33
*
netfilter: ipset: Missing gc cancellations fixed
Jozsef Kadlecsik
2024-02-04
2
-2
/
+4
*
treewide: Convert del_timer*() to timer_shutdown*()
Steven Rostedt (Google)
2024-01-29
1
-1
/
+1
*
netfilter: ipset: fix race condition between swap/destroy and kernel side add...
Jozsef Kadlecsik
2024-01-29
4
-19
/
+61
*
netfilter: ipset: fix race condition between swap/destroy and kernel side add...
Jozsef Kadlecsik
2023-12-11
1
-24
/
+6
*
netfilter: ipset: fix race condition between swap/destroy and kernel side add...
Jozsef Kadlecsik
2023-11-04
1
-3
/
+3
*
netfilter: ipset: fix race condition between swap/destroy and kernel side add...
Jozsef Kadlecsik
2023-10-19
1
-5
/
+23
*
netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAP
Jozsef Kadlecsik
2023-09-18
1
-2
/
+10
*
netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash...
Kyle Zeng
2023-09-18
1
-0
/
+1
*
netfilter: ipset: refactor deprecated strncpy
Justin Stitt
2023-09-18
1
-6
/
+6
*
netfilter: ipset: remove rcu_read_lock_bh pair from ip_set_test
Florian Westphal
2023-09-18
1
-2
/
+0
*
netfilter: ipset: Replace strlcpy with strscpy
Azeem Shaikh
2023-09-18
1
-5
/
+5
*
netfilter: ipset: Add schedule point in call_ad().
Kuniyuki Iwashima
2023-09-18
1
-0
/
+8
*
net: Kconfig: fix spellos
Randy Dunlap
2023-09-18
1
-1
/
+1
*
netfilter: ipset: Fix overflow before widen in the bitmap_ip_create() function.
Gavrilov Ilia
2023-01-28
1
-2
/
+2
*
netfilter: ipset: Rework long task execution when adding/deleting entries
Jozsef Kadlecsik
2022-12-30
10
-80
/
+67
*
netfilter: ipset: fix hash:net,port,net hang with /0 subnet
Jozsef Kadlecsik
2022-12-30
1
-19
/
+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
4
-26
/
+114
*
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
*
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
1
-1
/
+1
*
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
*
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
*
netfilter: ipset: Fix maximal range check in hash_ipportnet4_uadt()
Nathan Chancellor
2021-08-03
1
-3
/
+3
*
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
[next]