From: David S. Miller Date: Wed, 18 Oct 2023 10:05:21 +0000 (+0100) Subject: Merge tag 'nf-next-23-10-18' of https://git.kernel.org/pub/scm/linux/kernel/git/netfi... X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=37fb1c81d210a5185c1f5399a0801719bba7f7c9;p=linux.git Merge tag 'nf-next-23-10-18' of https://git./linux/kernel/git/netfilter/nf-next Florian Westphal says: ==================== netfilter next pull request 2023-10-18 This series contains initial netfilter skb drop_reason support, from myself. First few patches fix up a few spots to make sure we won't trip when followup patches embed error numbers in the upper bits (we already do this in some places). Then, nftables and bridge netfilter get converted to call kfree_skb_reason directly to let tooling pinpoint exact location of packet drops, rather than the existing NF_DROP catchall in nf_hook_slow(). I would like to eventually convert all netfilter modules, but as some callers cannot deal with NF_STOLEN (notably act_ct), more preparation work is needed for this. Last patch gets rid of an ugly 'de-const' cast in nftables. ==================== Signed-off-by: David S. Miller --- 37fb1c81d210a5185c1f5399a0801719bba7f7c9