commit | cb820f8e4b7f73d1a32175e6591735b25bb5398d | [log] [tgz] |
---|---|---|
author | Richard Cochran <richardcochran@gmail.com> | Fri Jul 19 19:40:09 2013 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 22 14:58:19 2013 -0700 |
tree | 0a361e6465be4bd549c17d957708d2e280914f21 | |
parent | 0887a576a17965732270b2f8d37821fc02ef2feb [diff] |
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>