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-10-19
netfilter: nf_tables: drop unused 3rd argument from validate callback ops
Florian Westphal
4
-9
/
+4
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-03-22
netfilter: nf_tables: allow clone callbacks to sleep
Florian Westphal
1
-2
/
+2
2025-03-22
netfilter: nf_tables: use timestamp to check for set element timeout
Pablo Neira Ayuso
1
-2
/
+14
2025-02-08
netfilter: nf_tables: fix set size with rbtree backend
Pablo Neira Ayuso
1
-0
/
+6
2025-02-08
netfilter: nf_tables: de-constify set commit ops function argument
Florian Westphal
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-12-19
netfilter: nf_tables: do not defer rule destruction via call_rcu
Florian Westphal
1
-4
/
+0
2024-12-14
netfilter: nft_inner: incorrect percpu area handling under softirq
Pablo Neira Ayuso
1
-0
/
+1
2024-11-14
netfilter: nf_tables: wait for rcu grace period on net_device removal
Pablo Neira Ayuso
1
-0
/
+4
2024-11-14
netfilter: nf_tables: pass nft_chain to destroy function, not nft_ctx
Florian Westphal
1
-1
/
+1
2024-11-14
netfilter: nf_tables: cleanup documentation
George Guo
1
-10
/
+39
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-07-05
netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registers
Pablo Neira Ayuso
1
-0
/
+5
2024-04-27
netfilter: flowtable: validate pppoe header
Pablo Neira Ayuso
1
-1
/
+11
2024-03-01
netfilter: nft_flow_offload: reset dst in route object after setting up flow
Pablo Neira Ayuso
1
-1
/
+1
2024-02-05
netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEV
Pablo Neira Ayuso
1
-0
/
+2
2024-01-10
netfilter: nf_tables: set transport offset from mac header for netdev/egress
Pablo Neira Ayuso
1
-1
/
+1
2023-12-20
net/sched: act_ct: Take per-cb reference to tcf_ct_flow_table
Vlad Buslov
1
-0
/
+10
2023-11-28
netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval()
Dan Carpenter
1
-2
/
+2
2023-11-20
net/sched: act_ct: Always fill offloading tuple iifidx
Vlad Buslov
1
-13
/
+17
2023-10-25
netfilter: flowtable: GC pushes back packets to classic path
Pablo Neira Ayuso
1
-0
/
+1
2023-09-20
netfilter: nf_tables: fix memleak when more than 255 elements expired
Florian Westphal
1
-1
/
+1
2023-09-08
netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() in catchall GC
Pablo Neira Ayuso
1
-2
/
+3
2023-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+6
2023-08-23
netfilter: nf_tables: defer gc run if previous batch is still pending
Florian Westphal
1
-0
/
+5
2023-08-23
netfilter: nf_tables: validate all pending tables
Florian Westphal
1
-0
/
+1
2023-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2023-08-16
netfilter: nf_tables: fix kdoc warnings after gc rework
Florian Westphal
1
-0
/
+1
2023-08-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-75
/
+45
2023-08-10
netfilter: nf_tables: remove busy mark and gc batch API
Pablo Neira Ayuso
1
-95
/
+3
2023-08-10
netfilter: nf_tables: GC transaction API to avoid race with control plane
Pablo Neira Ayuso
1
-1
/
+63
2023-08-08
netfilter: conntrack: Remove unused function declarations
Yue Haibing
3
-7
/
+0
2023-08-08
netfilter: helper: Remove unused function declarations
Yue Haibing
1
-3
/
+0
2023-07-20
netfilter: allow exp not to be removed in nf_ct_find_expectation
Xin Long
1
-1
/
+1
2023-07-05
netfilter: conntrack: don't fold port numbers into addresses before hashing
Florian Westphal
1
-0
/
+3
2023-07-05
netfilter: nf_tables: report use refcount overflow
Pablo Neira Ayuso
1
-4
/
+27
2023-06-26
Merge tag 'nf-next-23-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
1
-0
/
+3
2023-06-26
netfilter: nf_tables: permit update of set size
Florian Westphal
1
-0
/
+3
2023-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+29
2023-06-20
netfilter: nf_tables: reject unbound anonymous set before commit phase
Pablo Neira Ayuso
1
-0
/
+3
2023-06-20
netfilter: nf_tables: drop map element references from preparation phase
Pablo Neira Ayuso
1
-1
/
+4
2023-06-20
netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chain
Pablo Neira Ayuso
1
-0
/
+2
2023-06-20
netfilter: nf_tables: fix chain binding transaction logic
Pablo Neira Ayuso
1
-1
/
+20
2023-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+4
2023-06-14
net/sched: act_ct: Fix promotion of offloaded unreplied tuple
Paul Blakey
1
-1
/
+1
2023-06-08
netfilter: nf_tables: integrate pipapo into commit protocol
Pablo Neira Ayuso
1
-1
/
+3
[next]