]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: Provide a generic socket error queue delivery method for Tx time stamps.
authorRichard Cochran <richardcochran@gmail.com>
Fri, 19 Jul 2013 17:40:09 +0000 (19:40 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 22 Jul 2013 21:58:19 +0000 (14:58 -0700)
commitcb820f8e4b7f73d1a32175e6591735b25bb5398d
tree0a361e6465be4bd549c17d957708d2e280914f21
parent0887a576a17965732270b2f8d37821fc02ef2feb
net: Provide a generic socket error queue delivery method for Tx time stamps.

This patch moves the private error queue delivery function from the
af_packet code to the core socket method. In this way, network layers
only needing the error queue for transmit time stamping can share common
code.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sock.h
net/core/sock.c
net/packet/af_packet.c