summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/ptp.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-30sfc: Update copyright bannersBen Hutchings1-2/+2
2013-08-28sfc: Add a function pointer to abstract write of host time into NIC shared me...Laurence Evans1-2/+1
2013-08-28sfc: 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 bloc...Ben 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-09sfc: fix return value check in efx_ptp_probe_channel()Wei Yongjun1-1/+3
2013-03-08sfc: Remove rx_alloc_method SKBAlexandre Rames1-2/+2
2013-03-08sfc: tidy up PTP synchronize function efx_ptp_process_times()Laurence Evans1-28/+7
2013-03-08sfc: PTP changes to support improved UUID filtering modeLaurence Evans1-16/+45
2013-03-08sfc: Allow efx_channel_type::receive_skb() to reject a packetBen Hutchings1-9/+7
2013-01-22drivers/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