]> 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)
commit0fda9a081fbeaef2ff48ab864626b672cd2a415c
tree0a361e6465be4bd549c17d957708d2e280914f21
parentcf6ffed68b34d6fcddcfdbc28d45eb18f2a1f69b
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