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)
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>

No differences found