Files
linux/net/core
Eric Dumazet 8160fb43d5 net: use an atomic_long_t for queue->trans_timeout
tx_timeout_show() assumed dev_watchdog() would stop all
the queues, to fetch queue->trans_timeout under protection
of the queue->_xmit_lock.

As we want to no longer disrupt transmits, we use an
atomic_long_t instead.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: david decotigny <david.decotigny@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-11-17 14:56:16 +00:00
..
2021-08-13 14:09:19 -07:00
2021-11-16 13:16:54 +00:00
2021-08-05 13:27:50 +01:00
2021-11-16 13:16:54 +00:00
2021-09-03 11:48:28 +01:00
2021-11-16 19:07:54 -08:00
2020-06-18 20:46:23 -07:00
2021-10-27 18:13:57 -07:00