summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ptp.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: Add a function pointer to abstract write of host time into NIC shared me...Laurence Evans2013-08-271-2/+1Star
* sfc: PTP MCDI requests need to initialise periph ID fieldLaurence Evans2013-08-271-0/+7
* sfc: Add support for MCDI v2Ben Hutchings2013-08-211-2/+3
* sfc: Rename Falcon-architecture register definitionsBen Hutchings2013-08-211-1/+1
* sfc: Add GFP flags to efx_nic_alloc_buffer() and make most callers allow bloc...Ben Hutchings2013-08-211-1/+1
* sfc: Add and use MCDI_SET_QWORD() and MCDI_SET_ARRAY_QWORD()Ben Hutchings2013-08-211-9/+4Star
* sfc: Ensure MCDI buffers, but not lengths, are dword alignedBen Hutchings2013-08-211-5/+5
* sfc: Use proper macros to declare and access MCDI arraysBen Hutchings2013-08-211-15/+20
* sfc: Introduce and use MCDI_DECLARE_BUF macroBen Hutchings2013-08-211-8/+8
* sfc: Report software timestamping capabilitiesBen Hutchings2013-06-241-8/+5Star
* sfc: fix return value check in efx_ptp_probe_channel()Wei Yongjun2013-05-081-1/+3
* sfc: Remove rx_alloc_method SKBAlexandre Rames2013-03-071-2/+2
* sfc: tidy up PTP synchronize function efx_ptp_process_times()Laurence Evans2013-03-071-28/+7Star
* sfc: PTP changes to support improved UUID filtering modeLaurence Evans2013-03-071-16/+45
* sfc: Allow efx_channel_type::receive_skb() to reject a packetBen Hutchings2013-03-071-9/+7Star
* drivers/net/ethernet/sfc/ptp.c: adjust duplicate testJulia Lawall2013-01-211-1/+1
* ptp: use list_move instead of list_del/list_addWei Yongjun2012-10-071-6/+3Star
* ptp: link the phc device to its parent deviceRichard Cochran2012-09-221-1/+2
* sfc: Add support for IEEE-1588 PTPStuart Hodgson2012-09-191-0/+1483