From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1BE62C001DF for ; Sat, 29 Jul 2023 00:00:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231883AbjG2AA0 (ORCPT ); Fri, 28 Jul 2023 20:00:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44214 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230013AbjG2AAZ (ORCPT ); Fri, 28 Jul 2023 20:00:25 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1AE6B1BD6; Fri, 28 Jul 2023 17:00:25 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id A456962214; Sat, 29 Jul 2023 00:00:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 0FB12C433C7; Sat, 29 Jul 2023 00:00:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690588824; bh=K5+XOsV1PmFjr6Y+NoSjlqVr4nBt42EXshVfzdbLfbc=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=jC4WrhGZHTySo/2DoZaU+HyEhhNvSxyBy0Pn9Hx4eRhJq4lmvDuSEDJIRzBkel3b+ aqenqxRRjSZn+o0U8iFp0ypgPEovV+uDlp8mrJwfC85e4mpFEgjo44vJ8kiErt4zmv zfWs4xu49o44xjAgvZj/hHOv3VoVicW7KpS6CXTQS9fMIPhaQBSp69ifTiCSUm6+Vj VWf3IRYDofG9QJ/CG4XpENN9V7VgYvS6XEx7vXx6TzN4nHGypG6plztqUeAT8s4vK9 EcLwkPfGsGx8D2BXloNMYrNsaA7UTUdp3o4WR/QRBVJstDciiqnuSx3u85yovKJ5j2 btEpM4O9fiZTw== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id E8408C4166F; Sat, 29 Jul 2023 00:00:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH bpf-next v6 0/5] Support defragmenting IPv(4|6) packets in BPF From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169058882394.20221.4449281517467236117.git-patchwork-notify@kernel.org> Date: Sat, 29 Jul 2023 00:00:23 +0000 References: In-Reply-To: To: Daniel Xu Cc: linux-kernel@vger.kernel.org, coreteam@netfilter.org, netfilter-devel@vger.kernel.org, linux-kselftest@vger.kernel.org, bpf@vger.kernel.org, netdev@vger.kernel.org, alexei.starovoitov@gmail.com, fw@strlen.de, daniel@iogearbox.net, dsahern@kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Fri, 21 Jul 2023 14:22:44 -0600 you wrote: > === Context === > > In the context of a middlebox, fragmented packets are tricky to handle. > The full 5-tuple of a packet is often only available in the first > fragment which makes enforcing consistent policy difficult. There are > really only two stateless options, neither of which are very nice: > > [...] Here is the summary with links: - [bpf-next,v6,1/5] netfilter: defrag: Add glue hooks for enabling/disabling defrag https://git.kernel.org/bpf/bpf-next/c/9abddac583d6 - [bpf-next,v6,2/5] netfilter: bpf: Support BPF_F_NETFILTER_IP_DEFRAG in netfilter link https://git.kernel.org/bpf/bpf-next/c/91721c2d02d3 - [bpf-next,v6,3/5] bpf: selftests: Support not connecting client socket https://git.kernel.org/bpf/bpf-next/c/3495e89cdc3a - [bpf-next,v6,4/5] bpf: selftests: Support custom type and proto for client sockets https://git.kernel.org/bpf/bpf-next/c/e15a22095608 - [bpf-next,v6,5/5] bpf: selftests: Add defrag selftests https://git.kernel.org/bpf/bpf-next/c/c313eae739b9 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html