index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netfilter
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-04
netfilter: nft_set_hash: skip duplicated elements pending gc run
Pablo Neira Ayuso
1
-0
/
+16
2024-12-04
netfilter: ipset: Hold module reference while requesting a module
Phil Sutter
1
-0
/
+5
2024-12-03
netfilter: nft_inner: incorrect percpu area handling under softirq
Pablo Neira Ayuso
1
-12
/
+45
2024-11-28
netfilter: nft_socket: remove WARN_ON_ONCE on maximum cgroup level
Pablo Neira Ayuso
1
-1
/
+1
2024-11-28
netfilter: x_tables: fix LED ID check in led_tg_check()
Dmitry Antipov
1
-1
/
+3
2024-11-28
ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init()
Jinghao Jia
1
-3
/
+1
2024-11-21
Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
12
-188
/
+545
2024-11-19
Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-3
/
+1
2024-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-5
/
+2
2024-11-15
Merge tag 'nf-24-11-14' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Jakub Kicinski
1
-5
/
+2
2024-11-15
netfilter: bitwise: add support for doing AND, OR and XOR directly
Jeremy Sowden
1
-11
/
+123
2024-11-15
netfilter: bitwise: rename some boolean operation functions
Jeremy Sowden
1
-17
/
+17
2024-11-15
netfilter: flow_offload: Convert nft_flow_route() to dscp_t.
Guillaume Nault
1
-2
/
+2
2024-11-14
netfilter: ipset: add missing range check in bitmap_ip_uadt
Jeongjun Park
1
-5
/
+2
2024-11-14
netfilter: nf_tables: allocate element update information dynamically
Florian Westphal
1
-21
/
+36
2024-11-14
netfilter: nf_tables: switch trans_elem to real flex array
Florian Westphal
1
-0
/
+90
2024-11-14
netfilter: nf_tables: prepare nft audit for set element compaction
Florian Westphal
1
-3
/
+18
2024-11-14
netfilter: nf_tables: prepare for multiple elements in nft_trans_elem structure
Florian Westphal
1
-64
/
+164
2024-11-14
netfilter: nf_tables: add nft_trans_commit_list_add_elem helper
Florian Westphal
1
-5
/
+16
2024-11-14
netfilter: bpf: Pass string literal as format argument of request_module()
Simon Horman
1
-1
/
+1
2024-11-14
netfilter: nfnetlink: Report extack policy errors for batched ops
Donald Hunter
1
-1
/
+1
2024-11-11
net: convert to nla_get_*_default()
Johannes Berg
3
-12
/
+4
2024-11-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-7
/
+34
2024-11-07
Merge tag 'nf-next-24-11-07' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Abeni
4
-62
/
+87
2024-11-07
netfilter: nf_tables: wait for rcu grace period on net_device removal
Pablo Neira Ayuso
1
-7
/
+34
2024-11-07
alarmtimers: Remove return value from alarm functions
Thomas Gleixner
1
-3
/
+1
2024-11-05
netfilter: nf_tables: must hold rcu read lock while iterating object type list
Florian Westphal
1
-7
/
+6
2024-11-05
netfilter: nf_tables: must hold rcu read lock while iterating expression type...
Florian Westphal
1
-6
/
+18
2024-11-05
netfilter: nf_tables: avoid false-positive lockdep splats with basechain hook
Florian Westphal
1
-3
/
+5
2024-11-05
netfilter: nf_tables: avoid false-positive lockdep splats in set walker
Florian Westphal
2
-5
/
+8
2024-11-05
netfilter: nf_tables: avoid false-positive lockdep splats with flowtables
Florian Westphal
2
-8
/
+11
2024-11-05
netfilter: nf_tables: avoid false-positive lockdep splats with sets
Florian Westphal
1
-11
/
+16
2024-11-05
netfilter: nf_tables: avoid false-positive lockdep splat on rule deletion
Florian Westphal
1
-10
/
+13
2024-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-1
/
+4
2024-10-31
netfilter: nft_payload: sanitize offset and length before calling skb_checksum()
Pablo Neira Ayuso
1
-0
/
+3
2024-10-30
netfilter: Fix use-after-free in get_info()
Dong Chenchen
1
-1
/
+1
2024-10-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
4
-3
/
+9
2024-10-24
Merge tag 'net-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
4
-2
/
+7
2024-10-21
netfilter: xtables: fix typo causing some targets not to load on IPv6
Pablo Neira Ayuso
3
-2
/
+3
2024-10-18
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-1
/
+2
2024-10-17
netfilter: bpf: must hold reference on net namespace
Florian Westphal
1
-0
/
+4
2024-10-16
bpf: Fix link info netfilter flags to populate defrag flag
Tyrone Wu
1
-1
/
+2
2024-10-15
netfilter: nf_tables: prefer nft_trans_elem_alloc helper
Florian Westphal
1
-4
/
+2
2024-10-15
netfilter: nf_tables: Fix percpu address space issues in nf_tables_api.c
Uros Bizjak
1
-8
/
+8
2024-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
16
-165
/
+422
2024-10-10
genetlink: extend info user-storage to match NL cb ctx
Paolo Abeni
1
-1
/
+1
2024-10-09
netfilter: xtables: avoid NFPROTO_UNSPEC where needed
Florian Westphal
16
-165
/
+422
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
6
-6
/
+6
2024-09-26
netfilter: nfnetlink_queue: remove old clash resolution logic
Florian Westphal
2
-86
/
+0
2024-09-26
netfilter: nf_tables: missing objects with no memcg accounting
Pablo Neira Ayuso
7
-15
/
+17
[next]