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
2025-09-19
netfilter: nft_set_pipapo: fix null deref for empty set
Florian Westphal
1
-3
/
+2
2025-09-19
netfilter: nf_tables: restart set lookup on base_seq change
Florian Westphal
2
-2
/
+32
2025-09-19
netfilter: nf_tables: make nft_set_do_lookup available unconditionally
Florian Westphal
1
-5
/
+12
2025-09-19
netfilter: nf_tables: place base_seq in struct net
Florian Westphal
1
-32
/
+33
2025-09-19
netfilter: nf_tables: Reintroduce shortened deletion notifications
Phil Sutter
1
-17
/
+50
2025-09-19
netfilter: nft_set_rbtree: continue traversal if element is inactive
Florian Westphal
1
-3
/
+3
2025-09-19
netfilter: nft_set_pipapo: don't check genbit from packetpath lookups
Florian Westphal
2
-5
/
+19
2025-09-19
netfilter: nft_set_pipapo: don't return bogus extension pointer
Florian Westphal
1
-6
/
+6
2025-09-19
netfilter: nft_set_pipapo: merge pipapo_get/lookup
Florian Westphal
1
-130
/
+58
2025-09-19
netfilter: nft_set: remove one argument from lookup and update functions
Florian Westphal
8
-91
/
+95
2025-09-19
netfilter: nft_set_pipapo: remove unused arguments
Florian Westphal
1
-9
/
+5
2025-09-19
netfilter: nft_set_bitmap: fix lockdep splat due to missing annotation
Florian Westphal
1
-1
/
+2
2025-09-09
netfilter: nf_tables: Introduce NFTA_DEVICE_PREFIX
Phil Sutter
1
-11
/
+31
2025-09-09
netfilter: conntrack: helper: Replace -EEXIST by -EBUSY
Phil Sutter
1
-2
/
+2
2025-08-20
netfilter: nft_set_pipapo: prefer kvmalloc for scratch maps
Florian Westphal
1
-5
/
+4
2025-08-20
netfilter: nf_tables: reject duplicate device on updates
Pablo Neira Ayuso
1
-0
/
+30
2025-08-20
ipvs: Fix estimator kthreads preferred affinity
Frederic Weisbecker
1
-1
/
+2
2025-08-20
netfilter: ctnetlink: remove refcounting in expectation dumpers
Florian Westphal
1
-24
/
+17
2025-08-20
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-17
netfilter: nf_conntrack: fix crash due to removal of uninitialised entry
Florian Westphal
1
-6
/
+20
2025-07-14
Revert "netfilter: nf_tables: Add notifications for hook changes"
Phil Sutter
3
-62
/
+0
2025-07-14
netfilter: nf_tables: hide clash bit from userspace
Florian Westphal
1
-0
/
+3
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
10
-11
/
+15
2025-06-05
netfilter: nf_nat: also check reverse tuple to obtain clashing entry
Florian Westphal
1
-3
/
+9
2025-06-05
netfilter: nf_set_pipapo_avx2: fix initial map fill
Florian Westphal
1
-1
/
+20
2025-05-26
Merge tag 'nf-next-25-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Abeni
13
-153
/
+514
2025-05-23
netfilter: nf_tables: Add notifications for hook changes
Phil Sutter
3
-0
/
+62
2025-05-23
netfilter: nf_tables: Support wildcard netdev hook specs
Phil Sutter
2
-16
/
+15
2025-05-23
netfilter: nf_tables: Sort labels in nft_netdev_hook_alloc()
Phil Sutter
1
-9
/
+7
2025-05-23
netfilter: nf_tables: Handle NETDEV_CHANGENAME events
Phil Sutter
2
-18
/
+48
2025-05-23
netfilter: nf_tables: Wrap netdev notifiers
Phil Sutter
2
-26
/
+46
2025-05-23
netfilter: nf_tables: Respect NETDEV_REGISTER events
Phil Sutter
2
-9
/
+60
2025-05-23
netfilter: nf_tables: Prepare for handling NETDEV_REGISTER events
Phil Sutter
2
-14
/
+24
2025-05-23
netfilter: nf_tables: Have a list of nf_hook_ops in nft_hook
Phil Sutter
3
-62
/
+133
2025-05-23
netfilter: nf_tables: Pass nf_hook_ops to nft_unregister_flowtable_hook()
Phil Sutter
1
-11
/
+9
2025-05-23
netfilter: nf_tables: Introduce nft_register_flowtable_ops()
Phil Sutter
1
-11
/
+21
2025-05-23
netfilter: nf_tables: Introduce nft_hook_find_ops{,_rcu}()
Phil Sutter
4
-5
/
+26
2025-05-23
netfilter: nf_tables: Introduce functions freeing nft_hook objects
Phil Sutter
1
-14
/
+24
2025-05-23
netfilter: nf_tables: add packets conntrack state to debug trace info
Florian Westphal
1
-1
/
+53
2025-05-23
netfilter: conntrack: make nf_conntrack_id callable without a module dependency
Florian Westphal
1
-0
/
+6
2025-05-23
netfilter: nf_dup_netdev: Move the recursion counter struct netdev_xmit
Sebastian Andrzej Siewior
1
-4
/
+18
2025-05-23
netfilter: nft_inner: Use nested-BH locking for nft_pcpu_tun_ctx
Sebastian Andrzej Siewior
1
-3
/
+15
2025-05-23
netfilter: nf_dup{4, 6}: Move duplication check to task_struct
Sebastian Andrzej Siewior
1
-3
/
+0
2025-05-23
netfilter: nft_tunnel: fix geneve_opt dump
Fernando Fernandez Mancera
1
-4
/
+4
2025-05-22
netfilter: xtables: support arpt_mark and ipv6 optstrip for iptables-nft only...
Florian Westphal
2
-3
/
+3
[next]