Merge branch 'dccp-fixes-around-rx_tstamp_last_feedback'
authorDavid S. Miller <davem@davemloft.net>
Sat, 23 Jun 2018 01:46:44 +0000 (10:46 +0900)
committerDavid S. Miller <davem@davemloft.net>
Sat, 23 Jun 2018 01:46:44 +0000 (10:46 +0900)
commit2ca4eb85744b1cd93076418ac8430ba527cc35bb
tree4959b26fee49e3465efd6d73539b74d459340870
parente020797b7def11c8feeb3ee5c1f48c12cb959def
parent0ce4e70ff00662ad7490e545ba0cd8c1fa179fca
Merge branch 'dccp-fixes-around-rx_tstamp_last_feedback'

Eric Dumazet says:

====================
net: dccp: fixes around rx_tstamp_last_feedback

This patch series fix some issues with rx_tstamp_last_feedback.

- Switch to monotonic clock.
- Avoid potential overflows on fast hosts/networks.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>