aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ptp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-06sfc: Maintain current frequency adjustment when applying a time offsetBen Hutchings1-2/+2
2013-12-06sfc: Stop/re-start PTP when stopping/starting the datapath.Alexandre Rames1-3/+27
2013-12-06sfc: Rate-limit log message for PTP packets without a matching timestamp eventBen Hutchings1-2/+3
2013-12-06sfc: PTP: Moderate log message on event queue overflowLaurence Evans1-2/+21
2013-12-06sfc: Add length checks to efx_xmit_with_hwtstamp() and efx_ptp_is_ptp_tx()Ben Hutchings1-0/+4
2013-11-19sfc: Implement the SIOCGHWTSTAMP ioctlBen Hutchings1-1/+10
2013-08-29sfc: Update copyright bannersBen Hutchings1-2/+2
2013-08-27sfc: Add a function pointer to abstract write of host time into NIC shared memoryLaurence Evans1-2/+1
2013-08-27sfc: PTP MCDI requests need to initialise periph ID fieldLaurence Evans1-0/+7
2013-08-21sfc: Add support for MCDI v2Ben Hutchings1-2/+3
2013-08-21sfc: Rename Falcon-architecture register definitionsBen Hutchings1-1/+1
2013-08-21sfc: Add GFP flags to efx_nic_alloc_buffer() and make most callers allow blockingBen Hutchings1-1/+1
2013-08-21sfc: Add and use MCDI_SET_QWORD() and MCDI_SET_ARRAY_QWORD()Ben Hutchings1-9/+4
2013-08-21sfc: Ensure MCDI buffers, but not lengths, are dword alignedBen Hutchings1-5/+5
2013-08-21sfc: Use proper macros to declare and access MCDI arraysBen Hutchings1-15/+20
2013-08-21sfc: Introduce and use MCDI_DECLARE_BUF macroBen Hutchings1-8/+8
2013-06-24sfc: Report software timestamping capabilitiesBen Hutchings1-8/+5
2013-05-08sfc: fix return value check in efx_ptp_probe_channel()Wei Yongjun1-1/+3
2013-03-07sfc: Remove rx_alloc_method SKBAlexandre Rames1-2/+2
2013-03-07sfc: tidy up PTP synchronize function efx_ptp_process_times()Laurence Evans1-28/+7
2013-03-07sfc: PTP changes to support improved UUID filtering modeLaurence Evans1-16/+45
2013-03-07sfc: Allow efx_channel_type::receive_skb() to reject a packetBen Hutchings1-9/+7
2013-01-21drivers/net/ethernet/sfc/ptp.c: adjust duplicate testJulia Lawall1-1/+1
2012-10-07ptp: use list_move instead of list_del/list_addWei Yongjun1-6/+3
2012-09-22ptp: link the phc device to its parent deviceRichard Cochran1-1/+2
2012-09-19sfc: Add support for IEEE-1588 PTPStuart Hodgson1-0/+1483