Re: [PATCH net] act_mirred: clear skb->tstamp on redirect

2018-11-11 Thread David Miller
From: Eric Dumazet Date: Sat, 10 Nov 2018 16:22:29 -0800 > If sch_fq is used at ingress, skbs that might have been > timestamped by net_timestamp_set() if a packet capture > is requesting timestamps could be delayed by arbitrary > amount of time, since sch_fq time base is MONOTONIC. > > Fix

[PATCH net] act_mirred: clear skb->tstamp on redirect

2018-11-10 Thread Eric Dumazet
If sch_fq is used at ingress, skbs that might have been timestamped by net_timestamp_set() if a packet capture is requesting timestamps could be delayed by arbitrary amount of time, since sch_fq time base is MONOTONIC. Fix this problem by moving code from sch_netem.c to act_mirred.c. Fixes: