index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
ipset
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-18
netfilter: ipset: remove need to allocate memory on delete operations
Florian Westphal
3
-49
/
+121
2026-08-10
netfilter: ipset: let destroy callbacks adjust ext mem size
Florian Westphal
2
-3
/
+2
2026-08-10
netfilter: ipset: fix list type element drift bug
Florian Westphal
1
-2
/
+5
2026-08-10
netfilter: ipset: fix refcount race between list:set GC and swap
Xiang Mei (Microsoft)
1
-6
/
+13
2026-07-31
netfilter: ipset: switch to rcu work
Florian Westphal
1
-17
/
+29
2026-07-31
netfilter: ipset: add and use mtype_del_cidr_all helper
Florian Westphal
1
-18
/
+16
2026-07-31
netfilter: ipset: add small wrappers for hash and bucket sizes
Florian Westphal
1
-8
/
+31
2026-07-31
netfilter: ipset: switch ext_size to atomic64_t
Jozsef Kadlecsik
4
-8
/
+8
2026-07-31
netfilter: ipset: rework cidr bookkeeping
Jozsef Kadlecsik
7
-93
/
+182
2026-07-23
netfilter: ipset: do not update comments from kernel-side hash adds
David Lee
1
-1
/
+1
2026-07-08
netfilter: ipset: allocate the proper memory for the generic hash structure
Jozsef Kadlecsik
1
-2
/
+11
2026-07-08
netfilter: ipset: cleanup the add/del backlog when resize failed
Jozsef Kadlecsik
1
-8
/
+20
2026-07-08
netfilter: ipset: exclude gc when resize is in progress
Jozsef Kadlecsik
1
-11
/
+20
2026-07-08
netfilter: ipset: mark the rcu locked areas properly
Jozsef Kadlecsik
1
-8
/
+5
2026-06-30
netfilter: ipset: fix race between dump and ip_set_list resize
Xiang Mei
1
-1
/
+7
2026-06-21
netfilter: ipset: make sure gc is properly stopped
Jozsef Kadlecsik
1
-1
/
+1
2026-06-21
netfilter: ipset: fix order of kfree_rcu() and rcu_assign_pointer()
Jozsef Kadlecsik
1
-2
/
+2
2026-06-21
netfilter: ipset: Don't use test_bit() in lockless RCU readers in bitmap types
Jozsef Kadlecsik
4
-4
/
+6
2026-06-21
netfilter: ipset: Don't use test_bit() in lockless RCU readers in hash types
Jozsef Kadlecsik
1
-5
/
+5
2026-05-24
netfilter: add option for GCOV profiling
Florian Westphal
2
-0
/
+12
2026-05-16
netfilter: ipset: annotate "pos" for concurrent readers/writers
Jozsef Kadlecsik
1
-24
/
+38
2026-05-16
netfilter: ipset: Fix data race between add and dump in all hash types
Jozsef Kadlecsik
1
-2
/
+5
2026-05-16
netfilter: ipset: Fix data race between add and list header in all hash types
Jozsef Kadlecsik
1
-2
/
+2
2026-05-16
netfilter: ipset: stop hash:* range iteration at end
Nan Li
4
-4
/
+17
2026-05-16
netfilter: ipset: fix a potential dump-destroy race
Jozsef Kadlecsik
1
-0
/
+1
2026-04-10
netfilter: require Ethernet MAC header before using eth_hdr()
Zhengchuan Liang
3
-8
/
+11
2026-04-08
netfilter: add more netlink-based policy range checks
Florian Westphal
1
-1
/
+1
2026-04-01
netfilter: ipset: drop logically empty buckets in mtype_del
Yifan Wu
1
-1
/
+1
2026-04-01
netfilter: ipset: use nla_strcmp for IPSET_ATTR_NAME attr
Florian Westphal
2
-4
/
+4
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2
-4
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
3
-7
/
+6
2025-09-11
netfilter: ipset: Remove unused htable_bits in macro ahash_region
Zhen Ni
1
-4
/
+4
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2
-2
/
+2
2025-05-07
netfilter: ipset: fix region locking in hash types
Jozsef Kadlecsik
1
-1
/
+1
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-1
/
+1
2024-12-19
netfilter: ipset: Fix for recursive locking warning
Phil Sutter
1
-0
/
+3
2024-12-04
netfilter: ipset: Hold module reference while requesting a module
Phil Sutter
1
-0
/
+5
2024-11-14
netfilter: ipset: add missing range check in bitmap_ip_uadt
Jeongjun Park
1
-5
/
+2
2024-06-19
netfilter: ipset: Fix suspicious rcu_dereference_protected()
Jozsef Kadlecsik
1
-5
/
+6
2024-06-11
netfilter: ipset: Fix race between namespace cleanup and gc in the list:set type
Jozsef Kadlecsik
2
-51
/
+60
2024-05-20
netfilter: ipset: Add list flush to cancel_gc
Alexander Maltsev
1
-0
/
+3
2024-02-08
netfilter: ipset: Missing gc cancellations fixed
Jozsef Kadlecsik
2
-2
/
+4
2024-01-31
netfilter: ipset: fix performance regression in swap operation
Jozsef Kadlecsik
4
-18
/
+61
2024-01-17
netfilter: propagate net to nf_bridge_get_physindev
Pavel Tikhomirov
1
-4
/
+4
2023-12-27
Kill sched.h dependency on rcupdate.h
Kent Overstreet
2
-0
/
+3
2023-11-14
netfilter: ipset: fix race condition between swap/destroy and kernel side add/del/test
Jozsef Kadlecsik
1
-7
/
+7
2023-09-20
netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAP
Jozsef Kadlecsik
1
-2
/
+10
2023-09-06
netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash_netportnet.c
Kyle Zeng
1
-0
/
+1
2023-08-22
netfilter: ipset: refactor deprecated strncpy
Justin Stitt
1
-5
/
+5
2023-06-28
Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-2
/
+0
[next]