summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nfnetlink_queue.c
AgeCommit message (Expand)AuthorLines
2024-08-19netfilter: nfnetlink_queue: unbreak SCTP trafficAntonio Ojea-2/+10
2024-08-14netfilter: nf_queue: drop packets with cloned unconfirmed conntracksFlorian Westphal-2/+33
2024-07-11netfilter: nfnetlink_queue: drop bogus WARN_ONFlorian Westphal-1/+1
2024-05-20netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu()Eric Dumazet-0/+2
2024-02-21netfilter: move nf_reinject into nfnetlink_queue modulesFlorian Westphal-0/+142
2024-02-08netfilter: nfnetlink_queue: un-break NF_REPEATFlorian Westphal-3/+10
2023-10-18netfilter: conntrack: convert nf_conntrack_update to netfilter verdictsFlorian Westphal-6/+9
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet-0/+1
2023-03-30netfilter: nfnetlink_queue: enable classid socket info retrievalEric Sage-0/+20
2022-07-26netfilter: nf_queue: do not allow packet truncation below transport header of...Florian Westphal-1/+6
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+9
2022-03-03net: Get rcv tstamp if needed in nfnetlink_{log, queue}.cMartin KaFai Lau-3/+5
2022-03-01netfilter: nf_queue: fix possible use-after-freeFlorian Westphal-3/+9
2022-02-09nfqueue: enable to set skb->priorityNicolas Dichtel-0/+8
2022-02-04netfilter: nfqueue: enable to get skb->priorityNicolas Dichtel-0/+5
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski-4/+4
2022-01-09netfilter: make function op structures constFlorian Westphal-4/+4
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+2
2021-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski-6/+0
2021-12-16netfilter: fix regression in looped (broad|multi)cast's MAC handlingIgnacy Gawędzki-1/+2
2021-11-30netfilter: nfnetlink_queue: silence bogus compiler warningFlorian Westphal-1/+1
2021-11-30netfilter: nf_queue: remove leftover synchronize_rcuFlorian Westphal-6/+0
2021-10-22netfilter: nfnetlink_queue: fix OOB when mac header was clearedFlorian Westphal-1/+1
2021-08-10netfilter: nf_queue: move hookfn registration out of struct netFlorian Westphal-2/+13
2021-06-07netfilter: nfnetlink: add struct nfgenmsg to struct nfnl_info and use itPablo Neira Ayuso-6/+3
2021-04-26netfilter: nfnetlink: consolidate callback typesPablo Neira Ayuso-11/+23
2021-04-26netfilter: nfnetlink: pass struct nfnl_info to rcu callbacksPablo Neira Ayuso-23/+17
2021-04-26netfilter: nfnetlink: add struct nfnl_info and pass it to callbacksPablo Neira Ayuso-7/+5
2021-03-31netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso-8/+4
2021-01-25netfilter: ctnetlink: remove get_ct indirectionFlorian Westphal-2/+8
2020-08-28netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFSPablo Neira Ayuso-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook-2/+2
2020-03-29netfilter: nf_queue: make nf_queue_entry_release_refs staticFlorian Westphal-8/+2
2020-01-14net: netfilter: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld-5/+3
2019-08-13netfilter: remove unnecessary spacesyangxingwu-2/+2
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-5/+1
2019-05-31netfilter: replace skb_make_writable with skb_ensure_writableFlorian Westphal-1/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg-2/+3
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek-1/+1
2019-04-22netfilter: never get/set skb->tstampFlorian Westphal-1/+1
2018-12-19netfilter: avoid using skb->nf_bridge directlyFlorian Westphal-12/+11
2018-11-08nfnetlink/queue: use __vlan_hwaccel helpersMichał Mirosław-2/+3
2018-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2018-09-11netfilter: nfnetlink_queue: Solve the NFQUEUE/conntrack clash for NF_REPEATMichal 'vorner' Vaner-0/+1
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller-1/+1
2018-06-18netfilter: nf_queue: augment nfqa_cfg_policyEric Dumazet-0/+3
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-4/+24
2018-05-23netfilter: nfnetlink_queue: resolve clash for unconfirmed conntracksPablo Neira Ayuso-4/+24
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig-16/+2