index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
nfnetlink_queue.c
Age
Commit message (
Expand
)
Author
Files
Lines
7 days
netfilter: revalidate bridge ports
Florian Westphal
1
-8
/
+56
2026-05-22
netfilter: disable payload mangling in userns
Florian Westphal
1
-2
/
+4
2026-05-16
netfilter: nf_queue: hold bridge skb->dev while queued
Haoze Xie
1
-0
/
+2
2026-04-10
netfilter: nfnetlink: prefer skb_mac_header helpers
Florian Westphal
1
-13
/
+12
2026-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-90
/
+49
2026-04-08
netfilter: nfnetlink_queue: make hash table per queue
Florian Westphal
1
-90
/
+49
2026-04-08
netfilter: add more netlink-based policy range checks
Florian Westphal
1
-1
/
+1
2026-03-29
netfilter: remove nf_ipv6_ops and use direct function calls
Fernando Fernandez Mancera
1
-4
/
+18
2026-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+3
2026-03-10
netfilter: nfnetlink_queue: fix entry leak in bridge verdict error path
Hyunwoo Kim
1
-1
/
+3
2026-03-04
netfilter: nfnetlink_queue: remove locking in nfqnl_get_sk_secctx
Florian Westphal
1
-7
/
+0
2026-03-04
netfilter: nfnetlink_queue: no longer acquire sk_callback_lock
Eric Dumazet
1
-5
/
+12
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-02-06
netfilter: nfnetlink_queue: do shared-unconfirmed check before segmentation
Florian Westphal
1
-49
/
+74
2026-01-29
netfilter: nfnetlink_queue: optimize verdict lookup with hash table
Scott Mitchell
1
-30
/
+116
2026-01-20
netfilter: nfnetlink_queue: nfqnl_instance GFP_ATOMIC -> GFP_KERNEL_ACCOUNT a...
Scott Mitchell
1
-41
/
+34
2025-03-23
netfilter: nfnetlink_queue: Initialize ctx to avoid memory allocation error
Chenyuan Yang
1
-1
/
+1
2025-01-04
net: corrections for security_secid_to_secctx returns
Casey Schaufler
1
-5
/
+7
2024-12-04
lsm: replace context+len with lsm_context
Casey Schaufler
1
-16
/
+11
2024-12-04
lsm: ensure the correct LSM context releaser
Casey Schaufler
1
-4
/
+9
2024-08-19
netfilter: nfnetlink_queue: unbreak SCTP traffic
Antonio Ojea
1
-2
/
+10
2024-08-14
netfilter: nf_queue: drop packets with cloned unconfirmed conntracks
Florian Westphal
1
-2
/
+33
2024-07-11
netfilter: nfnetlink_queue: drop bogus WARN_ON
Florian Westphal
1
-1
/
+1
2024-05-20
netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu()
Eric Dumazet
1
-0
/
+2
2024-02-21
netfilter: move nf_reinject into nfnetlink_queue modules
Florian Westphal
1
-0
/
+142
2024-02-08
netfilter: nfnetlink_queue: un-break NF_REPEAT
Florian Westphal
1
-3
/
+10
2023-10-18
netfilter: conntrack: convert nf_conntrack_update to netfilter verdicts
Florian Westphal
1
-6
/
+9
2023-06-10
net: move gso declarations and functions to their own files
Eric Dumazet
1
-0
/
+1
2023-03-30
netfilter: nfnetlink_queue: enable classid socket info retrieval
Eric Sage
1
-0
/
+20
2022-07-26
netfilter: nf_queue: do not allow packet truncation below transport header of...
Florian Westphal
1
-1
/
+6
2022-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+9
2022-03-03
net: Get rcv tstamp if needed in nfnetlink_{log, queue}.c
Martin KaFai Lau
1
-3
/
+5
2022-03-01
netfilter: nf_queue: fix possible use-after-free
Florian Westphal
1
-3
/
+9
2022-02-09
nfqueue: enable to set skb->priority
Nicolas Dichtel
1
-0
/
+8
2022-02-04
netfilter: nfqueue: enable to get skb->priority
Nicolas Dichtel
1
-0
/
+5
2022-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
Jakub Kicinski
1
-4
/
+4
2022-01-09
netfilter: make function op structures const
Florian Westphal
1
-4
/
+4
2021-12-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2021-12-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
Jakub Kicinski
1
-6
/
+0
2021-12-16
netfilter: fix regression in looped (broad|multi)cast's MAC handling
Ignacy Gawędzki
1
-1
/
+2
2021-11-30
netfilter: nfnetlink_queue: silence bogus compiler warning
Florian Westphal
1
-1
/
+1
2021-11-30
netfilter: nf_queue: remove leftover synchronize_rcu
Florian Westphal
1
-6
/
+0
2021-10-22
netfilter: nfnetlink_queue: fix OOB when mac header was cleared
Florian Westphal
1
-1
/
+1
2021-08-10
netfilter: nf_queue: move hookfn registration out of struct net
Florian Westphal
1
-2
/
+13
2021-06-07
netfilter: nfnetlink: add struct nfgenmsg to struct nfnl_info and use it
Pablo Neira Ayuso
1
-6
/
+3
2021-04-26
netfilter: nfnetlink: consolidate callback types
Pablo Neira Ayuso
1
-11
/
+23
2021-04-26
netfilter: nfnetlink: pass struct nfnl_info to rcu callbacks
Pablo Neira Ayuso
1
-23
/
+17
2021-04-26
netfilter: nfnetlink: add struct nfnl_info and pass it to callbacks
Pablo Neira Ayuso
1
-7
/
+5
2021-03-31
netfilter: add helper function to set up the nfnetlink header and use it
Pablo Neira Ayuso
1
-8
/
+4
2021-01-25
netfilter: ctnetlink: remove get_ct indirection
Florian Westphal
1
-2
/
+8
[next]