From: patchwork-bot+netdevbpf@kernel.org
To: Chia-Yu Chang (Nokia) <chia-yu.chang@nokia-bell-labs.com>
Cc: netdev@vger.kernel.org, dsahern@gmail.com, davem@davemloft.net,
edumazet@google.com, dsahern@kernel.org, pabeni@redhat.com,
joel.granados@kernel.org, kuba@kernel.org, andrew+netdev@lunn.ch,
horms@kernel.org, pablo@netfilter.org, kadlec@netfilter.org,
netfilter-devel@vger.kernel.org, coreteam@netfilter.org,
kory.maincent@bootlin.com, bpf@vger.kernel.org,
kuniyu@amazon.com, andrew@lunn.ch, ij@kernel.org,
ncardwell@google.com, koen.de_schepper@nokia-bell-labs.com,
g.white@CableLabs.com, ingemar.s.johansson@ericsson.com,
mirja.kuehlewind@ericsson.com, cheshire@apple.com,
rs.ietf@gmx.at, Jason_Livingood@comcast.com,
vidhi_goel@apple.com
Subject: Re: [PATCH v7 net-next 00/12] AccECN protocol preparation patch series
Date: Mon, 17 Mar 2025 15:50:40 +0000 [thread overview]
Message-ID: <174222664074.3797981.10286790754550014794.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250305223852.85839-1-chia-yu.chang@nokia-bell-labs.com>
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:
On Wed, 5 Mar 2025 23:38:40 +0100 you wrote:
> From: Chia-Yu Chang <chia-yu.chang@nokia-bell-labs.com>
>
> Hello,
>
> Please find the v7
>
> v7 (03-Mar-2025)
> - Move 2 new patches added in v6 to the next AccECN patch series
>
> [...]
Here is the summary with links:
- [v7,net-next,01/12] tcp: reorganize tcp_in_ack_event() and tcp_count_delivered()
https://git.kernel.org/netdev/net-next/c/149dfb31615e
- [v7,net-next,02/12] tcp: create FLAG_TS_PROGRESS
https://git.kernel.org/netdev/net-next/c/da610e18313b
- [v7,net-next,03/12] tcp: use BIT() macro in include/net/tcp.h
https://git.kernel.org/netdev/net-next/c/0114a91da672
- [v7,net-next,04/12] tcp: extend TCP flags to allow AE bit/ACE field
https://git.kernel.org/netdev/net-next/c/2c2f08d31d2f
- [v7,net-next,05/12] tcp: reorganize SYN ECN code
(no matching commit)
- [v7,net-next,06/12] tcp: rework {__,}tcp_ecn_check_ce() -> tcp_data_ecn_check()
https://git.kernel.org/netdev/net-next/c/f0db2bca0cf9
- [v7,net-next,07/12] tcp: helpers for ECN mode handling
(no matching commit)
- [v7,net-next,08/12] gso: AccECN support
https://git.kernel.org/netdev/net-next/c/023af5a72ab1
- [v7,net-next,09/12] gro: prevent ACE field corruption & better AccECN handling
https://git.kernel.org/netdev/net-next/c/4e4f7cefb130
- [v7,net-next,10/12] tcp: AccECN support to tcp_add_backlog
https://git.kernel.org/netdev/net-next/c/d722762c4eaa
- [v7,net-next,11/12] tcp: add new TCP_TW_ACK_OOW state and allow ECN bits in TOS
https://git.kernel.org/netdev/net-next/c/4618e195f925
- [v7,net-next,12/12] tcp: Pass flags to __tcp_send_ack
https://git.kernel.org/netdev/net-next/c/9866884ce8ef
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2025-03-17 15:50 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-05 22:38 [PATCH v7 net-next 00/12] AccECN protocol preparation patch series chia-yu.chang
2025-03-05 22:38 ` [PATCH v7 net-next 01/12] tcp: reorganize tcp_in_ack_event() and tcp_count_delivered() chia-yu.chang
2025-03-05 22:38 ` [PATCH v7 net-next 02/12] tcp: create FLAG_TS_PROGRESS chia-yu.chang
2025-03-05 22:38 ` [PATCH v7 net-next 03/12] tcp: use BIT() macro in include/net/tcp.h chia-yu.chang
2025-03-05 22:38 ` [PATCH v7 net-next 04/12] tcp: extend TCP flags to allow AE bit/ACE field chia-yu.chang
2025-03-05 22:38 ` [PATCH v7 net-next 05/12] tcp: reorganize SYN ECN code chia-yu.chang
2025-03-05 22:38 ` [PATCH v7 net-next 06/12] tcp: rework {__,}tcp_ecn_check_ce() -> tcp_data_ecn_check() chia-yu.chang
2025-03-05 22:38 ` [PATCH v7 net-next 07/12] tcp: helpers for ECN mode handling chia-yu.chang
2025-03-05 22:38 ` [PATCH v7 net-next 08/12] gso: AccECN support chia-yu.chang
2025-03-05 22:38 ` [PATCH v7 net-next 09/12] gro: prevent ACE field corruption & better AccECN handling chia-yu.chang
2025-03-11 12:09 ` Paolo Abeni
2025-03-05 22:38 ` [PATCH v7 net-next 10/12] tcp: AccECN support to tcp_add_backlog chia-yu.chang
2025-03-05 22:38 ` [PATCH v7 net-next 11/12] tcp: add new TCP_TW_ACK_OOW state and allow ECN bits in TOS chia-yu.chang
2025-03-05 22:38 ` [PATCH v7 net-next 12/12] tcp: Pass flags to __tcp_send_ack chia-yu.chang
2025-03-17 15:50 ` patchwork-bot+netdevbpf [this message]
2025-03-17 16:44 ` [PATCH v7 net-next 00/12] AccECN protocol preparation patch series Chia-Yu Chang (Nokia)
2025-03-17 21:04 ` Paolo Abeni
2025-03-18 0:25 ` Chia-Yu Chang (Nokia)
-- strict thread matches above, loose matches on Subject: below --
2025-03-04 15:15 chia-yu.chang
2025-03-05 1:32 ` Jakub Kicinski
2025-03-05 22:40 ` Chia-Yu Chang (Nokia)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=174222664074.3797981.10286790754550014794.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=Jason_Livingood@comcast.com \
--cc=andrew+netdev@lunn.ch \
--cc=andrew@lunn.ch \
--cc=bpf@vger.kernel.org \
--cc=cheshire@apple.com \
--cc=chia-yu.chang@nokia-bell-labs.com \
--cc=coreteam@netfilter.org \
--cc=davem@davemloft.net \
--cc=dsahern@gmail.com \
--cc=dsahern@kernel.org \
--cc=edumazet@google.com \
--cc=g.white@CableLabs.com \
--cc=horms@kernel.org \
--cc=ij@kernel.org \
--cc=ingemar.s.johansson@ericsson.com \
--cc=joel.granados@kernel.org \
--cc=kadlec@netfilter.org \
--cc=koen.de_schepper@nokia-bell-labs.com \
--cc=kory.maincent@bootlin.com \
--cc=kuba@kernel.org \
--cc=kuniyu@amazon.com \
--cc=mirja.kuehlewind@ericsson.com \
--cc=ncardwell@google.com \
--cc=netdev@vger.kernel.org \
--cc=netfilter-devel@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=pablo@netfilter.org \
--cc=rs.ietf@gmx.at \
--cc=vidhi_goel@apple.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.