aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter/nfnetlink_queue.c
AgeCommit message (Expand)AuthorFilesLines
7 daysnetfilter: revalidate bridge portsFlorian Westphal1-8/+56
2026-05-22netfilter: disable payload mangling in usernsFlorian Westphal1-2/+4
2026-05-16netfilter: nf_queue: hold bridge skb->dev while queuedHaoze Xie1-0/+2
2026-04-10netfilter: nfnetlink: prefer skb_mac_header helpersFlorian Westphal1-13/+12
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-90/+49
2026-04-08netfilter: nfnetlink_queue: make hash table per queueFlorian Westphal1-90/+49
2026-04-08netfilter: add more netlink-based policy range checksFlorian Westphal1-1/+1
2026-03-29netfilter: remove nf_ipv6_ops and use direct function callsFernando Fernandez Mancera1-4/+18
2026-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2026-03-10netfilter: nfnetlink_queue: fix entry leak in bridge verdict error pathHyunwoo Kim1-1/+3
2026-03-04netfilter: nfnetlink_queue: remove locking in nfqnl_get_sk_secctxFlorian Westphal1-7/+0
2026-03-04netfilter: nfnetlink_queue: no longer acquire sk_callback_lockEric Dumazet1-5/+12
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-06netfilter: nfnetlink_queue: do shared-unconfirmed check before segmentationFlorian Westphal1-49/+74
2026-01-29netfilter: nfnetlink_queue: optimize verdict lookup with hash tableScott Mitchell1-30/+116
2026-01-20netfilter: nfnetlink_queue: nfqnl_instance GFP_ATOMIC -> GFP_KERNEL_ACCOUNT a...Scott Mitchell1-41/+34
2025-03-23netfilter: nfnetlink_queue: Initialize ctx to avoid memory allocation errorChenyuan Yang1-1/+1
2025-01-04net: corrections for security_secid_to_secctx returnsCasey Schaufler1-5/+7
2024-12-04lsm: replace context+len with lsm_contextCasey Schaufler1-16/+11
2024-12-04lsm: ensure the correct LSM context releaserCasey Schaufler1-4/+9
2024-08-19netfilter: nfnetlink_queue: unbreak SCTP trafficAntonio Ojea1-2/+10
2024-08-14netfilter: nf_queue: drop packets with cloned unconfirmed conntracksFlorian Westphal1-2/+33
2024-07-11netfilter: nfnetlink_queue: drop bogus WARN_ONFlorian Westphal1-1/+1
2024-05-20netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu()Eric Dumazet1-0/+2
2024-02-21netfilter: move nf_reinject into nfnetlink_queue modulesFlorian Westphal1-0/+142
2024-02-08netfilter: nfnetlink_queue: un-break NF_REPEATFlorian Westphal1-3/+10
2023-10-18netfilter: conntrack: convert nf_conntrack_update to netfilter verdictsFlorian Westphal1-6/+9
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet1-0/+1
2023-03-30netfilter: nfnetlink_queue: enable classid socket info retrievalEric Sage1-0/+20
2022-07-26netfilter: nf_queue: do not allow packet truncation below transport header of...Florian Westphal1-1/+6
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+9
2022-03-03net: Get rcv tstamp if needed in nfnetlink_{log, queue}.cMartin KaFai Lau1-3/+5
2022-03-01netfilter: nf_queue: fix possible use-after-freeFlorian Westphal1-3/+9
2022-02-09nfqueue: enable to set skb->priorityNicolas Dichtel1-0/+8
2022-02-04netfilter: nfqueue: enable to get skb->priorityNicolas Dichtel1-0/+5
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski1-4/+4
2022-01-09netfilter: make function op structures constFlorian Westphal1-4/+4
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski1-6/+0
2021-12-16netfilter: fix regression in looped (broad|multi)cast's MAC handlingIgnacy Gawędzki1-1/+2
2021-11-30netfilter: nfnetlink_queue: silence bogus compiler warningFlorian Westphal1-1/+1
2021-11-30netfilter: nf_queue: remove leftover synchronize_rcuFlorian Westphal1-6/+0
2021-10-22netfilter: nfnetlink_queue: fix OOB when mac header was clearedFlorian Westphal1-1/+1
2021-08-10netfilter: nf_queue: move hookfn registration out of struct netFlorian Westphal1-2/+13
2021-06-07netfilter: nfnetlink: add struct nfgenmsg to struct nfnl_info and use itPablo Neira Ayuso1-6/+3
2021-04-26netfilter: nfnetlink: consolidate callback typesPablo Neira Ayuso1-11/+23
2021-04-26netfilter: nfnetlink: pass struct nfnl_info to rcu callbacksPablo Neira Ayuso1-23/+17
2021-04-26netfilter: nfnetlink: add struct nfnl_info and pass it to callbacksPablo Neira Ayuso1-7/+5
2021-03-31netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso1-8/+4
2021-01-25netfilter: ctnetlink: remove get_ct indirectionFlorian Westphal1-2/+8