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
2026-01-17
netfilter: nf_tables: avoid chain re-validation if possible
Florian Westphal
1
-4
/
+65
2026-01-17
netfilter: nf_conncount: update last_gc only when GC has been performed
Fernando Fernandez Mancera
1
-1
/
+1
2026-01-17
netfilter: nf_tables: fix memory leak in nf_tables_newrule()
Zilin Guan
1
-1
/
+2
2026-01-17
netfilter: nft_synproxy: avoid possible data-race on update operation
Fernando Fernandez Mancera
1
-3
/
+3
2026-01-11
netfilter: nf_tables: remove redundant chain validation on register store
Pablo Neira Ayuso
1
-11
/
+0
2026-01-11
netfilter: nf_tables: allow loads only when register is initialized
Florian Westphal
1
-4
/
+34
2026-01-11
netfilter: nf_tables: pass context structure to nft_parse_register_load
Florian Westphal
20
-32
/
+33
2026-01-11
ipvs: fix ipv4 null-ptr-deref in route error path
Slavin Liu
1
-0
/
+3
2026-01-11
netfilter: nf_conncount: fix leaked ct in error paths
Fernando Fernandez Mancera
1
-11
/
+14
2026-01-11
netfilter: nft_connlimit: update the count if add was skipped
Fernando Fernandez Mancera
2
-6
/
+19
2026-01-11
netfilter: nf_conncount: rework API to use sk_buff directly
Fernando Fernandez Mancera
3
-86
/
+126
2026-01-11
netfilter: flowtable: check for maximum number of encapsulations in bridge vlan
Pablo Neira Ayuso
1
-1
/
+8
2025-11-24
netfilter: nf_tables: reject duplicate device on updates
Pablo Neira Ayuso
1
-0
/
+30
2025-10-19
netfilter: nft_objref: validate objref and objrefmap expressions
Fernando Fernandez Mancera
1
-0
/
+39
2025-10-19
netfilter: nf_tables: drop unused 3rd argument from validate callback ops
Florian Westphal
21
-46
/
+23
2025-10-15
ipvs: Defer ip_vs_ftp unregister during netns cleanup
Slavin Liu
1
-1
/
+3
2025-10-15
ipvs: Use READ_ONCE/WRITE_ONCE for ipvs->enable
Zhang Tengfei
4
-20
/
+17
2025-10-15
netfilter: ipset: Remove unused htable_bits in macro ahash_region
Zhen Ni
1
-4
/
+4
2025-09-09
netfilter: conntrack: helper: Replace -EEXIST by -EBUSY
Phil Sutter
1
-2
/
+2
2025-08-28
netfilter: ctnetlink: fix refcount leak on table dump
Florian Westphal
1
-11
/
+13
2025-08-15
bpf: Check netfilter ctx accesses are aligned
Paul Chaignon
1
-0
/
+3
2025-08-15
netfilter: xt_nfacct: don't assume acct name is null-terminated
Florian Westphal
1
-2
/
+2
2025-08-15
bpf: Disable migration in nf_hook_run_bpf().
Kuniyuki Iwashima
1
-1
/
+1
2025-08-15
netfilter: nf_tables: adjust lockdep assertions handling
Fedor Pchelkin
1
-2
/
+2
2025-08-15
netfilter: nf_tables: Drop dead code from fill_*_info routines
Phil Sutter
1
-25
/
+0
2025-07-24
netfilter: nf_conntrack: fix crash due to removal of uninitialised entry
Florian Westphal
1
-6
/
+20
2025-06-19
netfilter: nf_nat: also check reverse tuple to obtain clashing entry
Florian Westphal
1
-3
/
+9
2025-06-19
netfilter: nf_set_pipapo_avx2: fix initial map fill
Florian Westphal
1
-1
/
+20
2025-06-19
netfilter: nft_tunnel: fix geneve_opt dump
Fernando Fernandez Mancera
1
-4
/
+4
2025-06-19
netfilter: nft_quota: match correctly when the quota just depleted
Zhongqiu Duan
1
-7
/
+13
2025-06-04
netfilter: conntrack: Bound nf_conntrack sysctl writes
Nicolas Bouchinet
1
-3
/
+9
2025-05-18
netfilter: ipset: fix region locking in hash types
Jozsef Kadlecsik
1
-1
/
+1
2025-05-18
ipvs: fix uninit-value for saddr in do_output_route4
Julian Anastasov
1
-19
/
+8
2025-04-25
nft_set_pipapo: fix incorrect avx2 match of 5th field octet
Florian Westphal
1
-1
/
+2
2025-04-10
net: fix geneve_opt length integer overflow
Lin Ma
1
-1
/
+1
2025-04-10
netfilter: nft_tunnel: fix geneve_opt type confusion addition
Lin Ma
1
-2
/
+2
2025-04-10
netfilter: nf_tables: don't unregister hook when table is dormant
Florian Westphal
1
-2
/
+2
2025-04-10
netfilter: nft_set_hash: GC reaps elements with conncount for dynamic sets only
Pablo Neira Ayuso
1
-1
/
+2
2025-03-28
netfilter: nft_counter: Use u64_stats_t for statistic.
Sebastian Andrzej Siewior
1
-44
/
+46
2025-03-22
netfilter: nf_tables: allow clone callbacks to sleep
Florian Westphal
7
-19
/
+21
2025-03-22
netfilter: nf_tables: bail out if stateful expression provides no .clone
Pablo Neira Ayuso
1
-8
/
+7
2025-03-22
netfilter: nf_tables: use timestamp to check for set element timeout
Pablo Neira Ayuso
4
-13
/
+28
2025-03-22
netfilter: nft_exthdr: fix offset with ipv4_find_option()
Alexey Kashavkin
1
-6
/
+4
2025-03-22
ipvs: prevent integer overflow in do_ip_vs_get_ctl()
Dan Carpenter
1
-4
/
+4
2025-03-22
netfilter: nf_conncount: Fully initialize struct nf_conncount_tuple in insert...
Kohei Enju
1
-0
/
+2
2025-03-22
netfilter: nf_conncount: garbage collection is not skipped when jiffies wrap ...
Nicklas Bo Jensen
1
-2
/
+2
2025-03-22
netfilter: nft_ct: Use __refcount_inc() for per-CPU nft_ct_pcpu_template.
Sebastian Andrzej Siewior
1
-2
/
+4
2025-02-08
netfilter: nf_tables: reject mismatching sum of field_len with set key length
Pablo Neira Ayuso
1
-4
/
+4
2025-02-08
netfilter: nft_flow_offload: update tcp state flags under lock
Florian Westphal
1
-5
/
+11
2025-02-08
netfilter: nf_tables: fix set size with rbtree backend
Pablo Neira Ayuso
2
-2
/
+90
[next]