Files
linux-stable-mirror/include/trace/events
Eric Dumazet 28b24f9002 net: implement lockless SO_MAX_PACING_RATE
SO_MAX_PACING_RATE setsockopt() does not need to hold
the socket lock, because sk->sk_pacing_rate readers
can run fine if the value is changed by other threads,
after adding READ_ONCE() accessors.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2023-10-01 19:09:54 +01:00
..
2023-08-02 09:13:09 -06:00
2023-08-21 14:54:48 +02:00
2023-08-10 10:33:03 -05:00
2023-07-04 19:40:16 +01:00
2023-07-04 19:40:16 +01:00
2023-07-17 08:18:17 -06:00
2023-06-17 13:18:06 -04:00
2023-05-31 11:05:34 -04:00
2023-08-29 17:45:22 -04:00
2023-07-17 08:18:17 -06:00
2023-09-19 07:04:49 +02:00