Files
twx-linux/include/net
Eric Dumazet 73a6bab5aa tcp: switch pacing timer to softirq based hrtimer
linux-4.16 got support for softirq based hrtimers.
TCP can switch its pacing hrtimer to this variant, since this
avoids going through a tasklet and some atomic operations.

pacing timer logic looks like other (jiffies based) tcp timers.

v2: use hrtimer_try_to_cancel() in tcp_clear_xmit_timers()
    to correctly release reference on socket if needed.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-05-11 12:24:37 -04:00
..
2018-03-23 21:52:19 -04:00
2018-05-11 12:03:06 -04:00
2018-04-23 10:21:24 -04:00
2018-04-19 15:40:13 -04:00
2018-04-26 15:08:04 -04:00
2018-04-26 15:08:04 -04:00
2018-04-07 22:32:31 -04:00
2018-04-17 13:53:13 -04:00