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
/
include
/
net
/
netfilter
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-24
netfilter: nf_conntrack: fix crash due to removal of uninitialised entry
Florian Westphal
1
-2
/
+13
2025-07-17
netfilter: flowtable: account for Ethernet header in nf_flow_pppoe_proto()
Eric Dumazet
1
-1
/
+1
2025-05-22
netfilter: nf_tables: do not defer rule destruction via call_rcu
Florian Westphal
1
-3
/
+0
2025-05-22
netfilter: nf_tables: wait for rcu grace period on net_device removal
Pablo Neira Ayuso
1
-0
/
+4
2025-05-22
netfilter: nf_tables: pass nft_chain to destroy function, not nft_ctx
Florian Westphal
1
-1
/
+1
2025-03-07
netfilter: allow exp not to be removed in nf_ct_find_expectation
Xin Long
1
-1
/
+1
2025-01-09
netfilter: nft_set_hash: unaligned atomic read on struct nft_set_ext
Pablo Neira Ayuso
1
-2
/
+5
2024-09-30
netfilter: nft_set_pipapo: walk over current view on netlink dump
Pablo Neira Ayuso
1
-0
/
+13
2024-09-04
netfilter: nf_tables_ipv6: consider network offset in netdev/egress validation
Pablo Neira Ayuso
1
-2
/
+3
2024-09-04
netfilter: nf_tables: restore IP sanity checks for netdev/egress
Pablo Neira Ayuso
1
-4
/
+6
2024-08-14
netfilter: nf_tables: allow clone callbacks to sleep
Florian Westphal
1
-2
/
+2
2024-07-05
netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registers
Pablo Neira Ayuso
1
-0
/
+5
2024-07-05
netfilter: nf_tables: use timestamp to check for set element timeout
Pablo Neira Ayuso
1
-2
/
+14
2024-06-12
netfilter: nft_payload: move struct nft_payload_set definition where it belongs
Pablo Neira Ayuso
1
-10
/
+0
2024-04-27
netfilter: flowtable: validate pppoe header
Pablo Neira Ayuso
1
-1
/
+11
2024-03-06
netfilter: let reset rules clean out conntrack entries
Florian Westphal
1
-0
/
+8
2024-03-01
netfilter: nft_flow_offload: reset dst in route object after setting up flow
Pablo Neira Ayuso
1
-1
/
+1
2024-03-01
netfilter: flowtable: simplify route logic
Pablo Neira Ayuso
1
-2
/
+2
2024-02-05
netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEV
Pablo Neira Ayuso
1
-0
/
+2
2024-01-10
net/sched: act_ct: Always fill offloading tuple iifidx
Vlad Buslov
1
-13
/
+17
2024-01-10
net/sched: act_ct: Take per-cb reference to tcf_ct_flow_table
Vlad Buslov
1
-0
/
+10
2024-01-10
netfilter: flowtable: GC pushes back packets to classic path
Pablo Neira Ayuso
1
-0
/
+1
2024-01-10
net/sched: act_ct: Fix promotion of offloaded unreplied tuple
Paul Blakey
1
-1
/
+1
2024-01-10
netfilter: flowtable: cache info of last offload
Vlad Buslov
1
-3
/
+4
2024-01-10
netfilter: flowtable: allow unidirectional rules
Vlad Buslov
1
-0
/
+1
2024-01-10
netfilter: nf_tables: set transport offset from mac header for netdev/egress
Pablo Neira Ayuso
1
-1
/
+1
2024-01-10
netfilter: use skb_ip_totlen and iph_totlen
Xin Long
1
-2
/
+2
2023-11-28
netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval()
Dan Carpenter
1
-2
/
+2
2023-11-20
netfilter: nft_redir: use `struct nf_nat_range2` throughout and deduplicate e...
Jeremy Sowden
1
-2
/
+1
2023-10-06
netfilter: nf_tables: fix kdoc warnings after gc rework
Florian Westphal
1
-0
/
+1
2023-10-06
netfilter: nf_tables: fix memleak when more than 255 elements expired
Florian Westphal
1
-1
/
+1
2023-10-06
netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() in catchall GC
Pablo Neira Ayuso
1
-2
/
+3
2023-10-06
netfilter: nf_tables: defer gc run if previous batch is still pending
Florian Westphal
1
-0
/
+5
2023-10-06
netfilter: nf_tables: remove busy mark and gc batch API
Pablo Neira Ayuso
1
-95
/
+3
2023-10-06
netfilter: nf_tables: GC transaction API to avoid race with control plane
Pablo Neira Ayuso
1
-1
/
+63
2023-08-16
netfilter: nf_tables: report use refcount overflow
Pablo Neira Ayuso
1
-4
/
+27
2023-06-28
netfilter: nf_tables: reject unbound anonymous set before commit phase
Pablo Neira Ayuso
1
-0
/
+3
2023-06-28
netfilter: nf_tables: drop map element references from preparation phase
Pablo Neira Ayuso
1
-1
/
+4
2023-06-28
netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chain
Pablo Neira Ayuso
1
-0
/
+2
2023-06-28
netfilter: nf_tables: fix chain binding transaction logic
Pablo Neira Ayuso
1
-1
/
+20
2023-06-21
netfilter: nf_tables: integrate pipapo into commit protocol
Pablo Neira Ayuso
1
-1
/
+3
2023-05-11
netfilter: nf_tables: deactivate anonymous set from preparation phase
Pablo Neira Ayuso
1
-0
/
+1
2023-05-11
netfilter: conntrack: fix wrong ct->timeout value
Tzung-Bi Shih
1
-1
/
+5
2023-04-26
netfilter: nf_tables: validate catch-all set elements
Pablo Neira Ayuso
1
-0
/
+4
2023-03-17
netfilter: tproxy: fix deadlock due to missing BH disable
Florian Westphal
1
-0
/
+7
2023-01-12
netfilter: nf_tables: honor set timeout and garbage collection updates
Pablo Neira Ayuso
1
-1
/
+12
2023-01-12
netfilter: nf_tables: consolidate set description
Pablo Neira Ayuso
1
-0
/
+12
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
1
-1
/
+1
2022-10-03
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-1
/
+24
2022-10-03
net: netfilter: move bpf_ct_set_nat_info kfunc in nf_nat_bpf.c
Lorenzo Bianconi
1
-0
/
+19
[next]