aboutsummaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorGravatar Richard Cochran <richardcochran@gmail.com> 2013-08-30 20:28:10 +0200
committerGravatar David S. Miller <davem@davemloft.net> 2013-08-30 18:01:19 -0400
commit0affdf347ffc0c3a4595661c091e8cc5f1346e92 (patch)
treeb806ac76a25611a706a325af1be8fc4b9ba9e7f7 /kernel
parentnet: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delay (diff)
downloadlinux-0affdf347ffc0c3a4595661c091e8cc5f1346e92.tar.gz
linux-0affdf347ffc0c3a4595661c091e8cc5f1346e92.tar.bz2
linux-0affdf347ffc0c3a4595661c091e8cc5f1346e92.zip
net: fec: fix time stamping logic after napi conversion
Commit dc975382 "net: fec: add napi support to improve proformance" converted the fec driver to the napi model. However, that commit forgot to remove the call to skb_defer_rx_timestamp which is only needed in non-napi drivers. (The function napi_gro_receive eventually calls netif_receive_skb, which in turn calls skb_defer_rx_timestamp.) This patch should also be applied to the 3.9 and 3.10 kernels. Signed-off-by: Richard Cochran <richardcochran@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions