Netdev List
 help / color / mirror / Atom feed
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/11] batman-adv: tp_meter: initialize last_recv_time during init
Date: Mon, 08 Jun 2026 22:50:23 +0000	[thread overview]
Message-ID: <178095902313.1702157.1003156200575946314.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260605072005.490368-2-sw@simonwunderlich.de>

Hello:

This series was applied to netdev/net-next.git (main)
by Sven Eckelmann <sven@narfation.org>:

On Fri,  5 Jun 2026 09:19:55 +0200 you wrote:
> From: Sven Eckelmann <sven@narfation.org>
> 
> The last_recv_time is the most important indicator for a receiver session
> to figure out whether a session timed out or not. But this information was
> only initialized after the session was added to the tp_receiver_list and
> after the timer was started.
> 
> [...]

Here is the summary with links:
  - [net-next,01/11] batman-adv: tp_meter: initialize last_recv_time during init
    https://git.kernel.org/netdev/net-next/c/811cb00fa8cd
  - [net-next,02/11] batman-adv: convert cancellation of work items to disable helper
    https://git.kernel.org/netdev/net-next/c/e9dc4072c549
  - [net-next,03/11] batman-adv: drop duplicated wifi_flags assignments
    https://git.kernel.org/netdev/net-next/c/b2e44a67ef4f
  - [net-next,04/11] batman-adv: use GFP_KERNEL allocations for the wifi detection cache
    https://git.kernel.org/netdev/net-next/c/ed497f64a617
  - [net-next,05/11] batman-adv: document cleanup of batadv_wifi_net_devices entries
    https://git.kernel.org/netdev/net-next/c/bb9e48e32d31
  - [net-next,06/11] batman-adv: correct batadv_wifi_* kernel-doc
    https://git.kernel.org/netdev/net-next/c/0e8c38fe9f50
  - [net-next,07/11] batman-adv: tp_meter: update stale kernel-doc after refactoring
    https://git.kernel.org/netdev/net-next/c/0c0f658d9abd
  - [net-next,08/11] batman-adv: bla: update stale kernel-doc
    https://git.kernel.org/netdev/net-next/c/219b4c46db7f
  - [net-next,09/11] batman-adv: uapi: keep kernel-doc in struct member order
    https://git.kernel.org/netdev/net-next/c/f3ff3eb0d6a4
  - [net-next,10/11] batman-adv: fix batadv_v_ogm_packet_recv error handling kernel-doc
    https://git.kernel.org/netdev/net-next/c/7b915cd40bb2
  - [net-next,11/11] batman-adv: fix kernel-doc typos and grammar errors
    https://git.kernel.org/netdev/net-next/c/1e2fa2b10c23

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



  reply	other threads:[~2026-06-08 22:50 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-05  7:19 [PATCH net-next 00/11] pull request for net-next: batman-adv 2026-06-05 Simon Wunderlich
2026-06-05  7:19 ` [PATCH net-next 01/11] batman-adv: tp_meter: initialize last_recv_time during init Simon Wunderlich
2026-06-08 22:50   ` patchwork-bot+netdevbpf [this message]
2026-06-05  7:19 ` [PATCH net-next 02/11] batman-adv: convert cancellation of work items to disable helper Simon Wunderlich
2026-06-05  7:19 ` [PATCH net-next 03/11] batman-adv: drop duplicated wifi_flags assignments Simon Wunderlich
2026-06-05  7:19 ` [PATCH net-next 04/11] batman-adv: use GFP_KERNEL allocations for the wifi detection cache Simon Wunderlich
2026-06-05  7:19 ` [PATCH net-next 05/11] batman-adv: document cleanup of batadv_wifi_net_devices entries Simon Wunderlich
2026-06-05  7:20 ` [PATCH net-next 06/11] batman-adv: correct batadv_wifi_* kernel-doc Simon Wunderlich
2026-06-05  7:20 ` [PATCH net-next 07/11] batman-adv: tp_meter: update stale kernel-doc after refactoring Simon Wunderlich
2026-06-05  7:20 ` [PATCH net-next 08/11] batman-adv: bla: update stale kernel-doc Simon Wunderlich
2026-06-05  7:20 ` [PATCH net-next 09/11] batman-adv: uapi: keep kernel-doc in struct member order Simon Wunderlich
2026-06-05  7:20 ` [PATCH net-next 10/11] batman-adv: fix batadv_v_ogm_packet_recv error handling kernel-doc Simon Wunderlich
2026-06-05  7:20 ` [PATCH net-next 11/11] batman-adv: fix kernel-doc typos and grammar errors 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=178095902313.1702157.1003156200575946314.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