From: patchwork-bot+netdevbpf@kernel.org
To: Simon Wunderlich <sw@simonwunderlich.de>
Cc: netdev@vger.kernel.org, davem@davemloft.net, edumazet@google.com,
kuba@kernel.org, pabeni@redhat.com, horms@kernel.org,
b.a.t.m.a.n@lists.open-mesh.org, sven@narfation.org,
stable@kernel.org
Subject: Re: [PATCH net-next 01/15] batman-adv: tp_meter: keep unacked list in ascending ordered
Date: Fri, 05 Jun 2026 02:20:26 +0000 [thread overview]
Message-ID: <178062602640.3107573.11057765265590457796.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260603072527.174487-2-sw@simonwunderlich.de>
Hello:
This series was applied to netdev/net-next.git (main)
by Sven Eckelmann <sven@narfation.org>:
On Wed, 3 Jun 2026 09:25:12 +0200 you wrote:
> From: Sven Eckelmann <sven@narfation.org>
>
> When batadv_tp_handle_out_of_order inserts a new entry in the list of
> unacked (out of order) packets, it searches from the entry with the newest
> sequence number towards oldest sequence number. If an entry is found which
> is older than the newly entry, the new entry has to be added after the
> found one to keep the ascending order.
>
> [...]
Here is the summary with links:
- [net-next,01/15] batman-adv: tp_meter: keep unacked list in ascending ordered
https://git.kernel.org/netdev/net-next/c/5aa8651527ea
- [net-next,02/15] batman-adv: tp_meter: initialize dup_acks explicitly
https://git.kernel.org/netdev/net-next/c/b2b68b32a715
- [net-next,03/15] batman-adv: tp_meter: initialize dec_cwnd explicitly
https://git.kernel.org/netdev/net-next/c/febfb1b86224
- [net-next,04/15] batman-adv: tp_meter: avoid window underflow
https://git.kernel.org/netdev/net-next/c/765947b81fb5
- [net-next,05/15] batman-adv: tp_meter: avoid divide-by-zero for dec_cwnd
https://git.kernel.org/netdev/net-next/c/33ccd52f3cc9
- [net-next,06/15] batman-adv: tp_meter: fix fast recovery precondition
https://git.kernel.org/netdev/net-next/c/2b0d08f08ed3
- [net-next,07/15] batman-adv: tp_meter: handle seqno wrap-around for fast recovery detection
https://git.kernel.org/netdev/net-next/c/f54c85ed42a1
- [net-next,08/15] batman-adv: tp_meter: add only finished tp_vars to lists
https://git.kernel.org/netdev/net-next/c/15ccbf685222
- [net-next,09/15] batman-adv: tp_meter: split vars into sender and receiver types
https://git.kernel.org/netdev/net-next/c/feb4a390a540
- [net-next,10/15] batman-adv: tp_meter: use locking for all congestion control variables
https://git.kernel.org/netdev/net-next/c/a7eff9402471
- [net-next,11/15] batman-adv: tp_meter: consolidate congestion control variables
https://git.kernel.org/netdev/net-next/c/4f117f562628
- [net-next,12/15] batman-adv: bla: annotate lasttime access with READ/WRITE_ONCE
https://git.kernel.org/netdev/net-next/c/98b0fb191c87
- [net-next,13/15] batman-adv: prevent ELP transmission interval underflow
https://git.kernel.org/netdev/net-next/c/5e50d4b8ae3e
- [net-next,14/15] batman-adv: tt: sync local and global tvlv preparation return values
https://git.kernel.org/netdev/net-next/c/5f80c363677c
- [net-next,15/15] batman-adv: tt: directly retrieve wifi flags of net_device
https://git.kernel.org/netdev/net-next/c/626fd1437161
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:[~2026-06-05 2:20 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-03 7:25 [PATCH net-next 00/15] pull request for net-next: batman-adv 2026-06-03 Simon Wunderlich
2026-06-03 7:25 ` [PATCH net-next 01/15] batman-adv: tp_meter: keep unacked list in ascending ordered Simon Wunderlich
2026-06-05 2:20 ` patchwork-bot+netdevbpf [this message]
2026-06-03 7:25 ` [PATCH net-next 02/15] batman-adv: tp_meter: initialize dup_acks explicitly Simon Wunderlich
2026-06-03 7:25 ` [PATCH net-next 03/15] batman-adv: tp_meter: initialize dec_cwnd explicitly Simon Wunderlich
2026-06-03 7:25 ` [PATCH net-next 04/15] batman-adv: tp_meter: avoid window underflow Simon Wunderlich
2026-06-03 7:25 ` [PATCH net-next 05/15] batman-adv: tp_meter: avoid divide-by-zero for dec_cwnd Simon Wunderlich
2026-06-03 7:25 ` [PATCH net-next 06/15] batman-adv: tp_meter: fix fast recovery precondition Simon Wunderlich
2026-06-03 7:25 ` [PATCH net-next 07/15] batman-adv: tp_meter: handle seqno wrap-around for fast recovery detection Simon Wunderlich
2026-06-03 7:25 ` [PATCH net-next 08/15] batman-adv: tp_meter: add only finished tp_vars to lists Simon Wunderlich
2026-06-03 7:25 ` [PATCH net-next 09/15] batman-adv: tp_meter: split vars into sender and receiver types Simon Wunderlich
2026-06-03 7:25 ` [PATCH net-next 10/15] batman-adv: tp_meter: use locking for all congestion control variables Simon Wunderlich
2026-06-03 7:25 ` [PATCH net-next 11/15] batman-adv: tp_meter: consolidate " Simon Wunderlich
2026-06-03 7:25 ` [PATCH net-next 12/15] batman-adv: bla: annotate lasttime access with READ/WRITE_ONCE Simon Wunderlich
2026-06-03 7:25 ` [PATCH net-next 13/15] batman-adv: prevent ELP transmission interval underflow Simon Wunderlich
2026-06-03 7:25 ` [PATCH net-next 14/15] batman-adv: tt: sync local and global tvlv preparation return values Simon Wunderlich
2026-06-03 7:25 ` [PATCH net-next 15/15] batman-adv: tt: directly retrieve wifi flags of net_device Simon Wunderlich
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=178062602640.3107573.11057765265590457796.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=b.a.t.m.a.n@lists.open-mesh.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=stable@kernel.org \
--cc=sven@narfation.org \
--cc=sw@simonwunderlich.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox