Re: [PATCH v2] net: usb: r8152: fix transmit queue timeout
From: Greg KH
Date: Mon Jan 19 2026 - 06:07:54 EST
On Mon, Jan 19, 2026 at 06:56:47PM +0800, insyelu wrote:
> When the TX queue length reaches the threshold, the netdev watchdog
> immediately detects a TX queue timeout.
>
> This patch updates the trans_start timestamp of the transmit queue
> on every asynchronous USB URB submission along the transmit path,
> ensuring that the network watchdog accurately reflects ongoing
> transmission activity.
>
> Signed-off-by: insyelu <insyelu@xxxxxxxxx>
We need a real name please.
thanks,
greg k-h