Merge branch 'af_packet-timestamp'
authorDavid S. Miller <davem@davemloft.net>
Thu, 25 Apr 2013 05:22:53 +0000 (01:22 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 25 Apr 2013 05:22:53 +0000 (01:22 -0400)
commit660f7d22298ceb82facd2088c197f2de5cbfb7d6
tree2413117b5a07e3632a392e4f03a76ebb37e9c157
parent92dea7c06656f709a3957aacef20574ce3dbe6fc
parent2940b26bec9fe5bf183c994678e62b55d35717e6
Merge branch 'af_packet-timestamp'

Daniel Borkmann says:

====================
This is a joint effort with Willem to bring optional i) tx hw/sw
timestamping into PF_PACKET, that was reported by Paul Chavent,
and ii) to expose the type of timestamp to the user, which is in
the current situation not possible to distinguish with the RX_RING
and TX_RING API (but distinguishable through the normal timestamping
API), reported by Richard Cochran. This set is based on top of
``packet: account statistics only in tpacket_stats_u''. Related
discussion can be found in: http://patchwork.ozlabs.org/patch/238125/
====================

Signed-off-by: David S. Miller <davem@davemloft.net>