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>
Showing
- Documentation/networking/packet_mmap.txt 35 additions, 6 deletionsDocumentation/networking/packet_mmap.txt
- include/uapi/linux/if_packet.h 16 additions, 11 deletionsinclude/uapi/linux/if_packet.h
- net/core/skbuff.c 6 additions, 6 deletionsnet/core/skbuff.c
- net/packet/af_packet.c 65 additions, 22 deletionsnet/packet/af_packet.c
Loading
Please register or sign in to comment