]> git.baikalelectronics.ru Git - kernel.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)
commitc231fdbf5214c0f44ec25b2fc315c319beecd6e6
tree0a361e6465be4bd549c17d957708d2e280914f21
parente8d5b3af99c5017650a0130428a6abb406f70911
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