commit | 20d4947353be60e909e6b1a79d241457edd6833f | [log] [tgz] |
---|---|---|
author | Patrick Ohly <patrick.ohly@intel.com> | Thu Feb 12 05:03:38 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Feb 15 22:43:35 2009 -0800 |
tree | 939ced518fc52e57df9ee9efb0cd14b6e26a3bc4 | |
parent | ac45f602ee3d1b6f326f68bc0c2591ceebf05ba4 [diff] |
net: socket infrastructure for SO_TIMESTAMPING The overlap with the old SO_TIMESTAMP[NS] options is handled so that time stamping in software (net_enable_timestamp()) is enabled when SO_TIMESTAMP[NS] and/or SO_TIMESTAMPING_RX_SOFTWARE is set. It's disabled if all of these are off. Signed-off-by: Patrick Ohly <patrick.ohly@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>