aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ptp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-22ptp_clock: future-proofing drivers against PTP subsystem becoming optionalNicolas Pitre1-7/+7
2016-08-12sfc: set interrupt moderation via MCDIBert Kenward1-1/+1
2015-10-01net: sfc: avoid using timespecArnd Bergmann1-7/+7
2015-10-01ntp/pps: use y2038 safe types in pps_event_timeArnd Bergmann1-8/+8
2015-05-21sfc: Initialise MCDI buffers to 0 on declaration.Jon Cooper1-3/+3
2015-05-13sfc: suppress some MCDI error messages in PTPEdward Cree1-11/+16
2015-05-13sfc: nicer log message on PTP probe failEdward Cree1-1/+6
2015-03-31ptp: sfc: convert to the 64 bit get/set time methods.Richard Cochran1-11/+11
2014-03-21ptp: drivers: set the number of programmable pins.Richard Cochran1-0/+1
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2014-02-26sfc: check for NULL efx->ptp_data in efx_ptp_eventEdward Cree1-0/+7
2014-02-12sfc: Rewrite adjustment of PPS event in a clearer wayBen Hutchings1-24/+23
2014-02-12sfc: Cache skb->data in local variable in efx_ptp_rx()Ben Hutchings1-10/+13
2014-02-12sfc: Removed adhoc scheme to rate limit PTP event queue overflow messageLaurence Evans1-20/+2
2014-01-21sfc: Fix transposed ptp_{under, over}size_sync_windows statisticsBen Hutchings1-2/+2
2013-12-12sfc: Add PTP counters to ethtool statsBen Hutchings1-8/+118
2013-12-12sfc: Remove unnecessary condition for processing the TX timestamp queueBen Hutchings1-12/+4
2013-12-12sfc: Don't clear timestamps in efx_ptp_rx()Ben Hutchings1-6/+0
2013-12-12sfc: Enable PTP clock and timestamping for all functions on EF10Ben Hutchings1-16/+26
2013-12-12sfc: Add RX packet timestamping for EF10Jon Cooper1-13/+118
2013-12-12sfc: split setup of hardware timestamping into NIC-type operationDaniel Pieczko1-59/+10
2013-12-12sfc: Add support for SFC9100 timestamp formatLaurence Evans1-25/+231
2013-12-12sfc: Tidy up PTP synchronization codeLaurence Evans1-20/+24
2013-12-12sfc: PTP - tidy up unused/useless variablesLaurence Evans1-15/+1
2013-12-12sfc: Remove kernel-doc for efx_ptp_data fields not present in this versionBen Hutchings1-15/+0
2013-12-12sfc: Initialise efx_ptp_data::phc_clock_info from a static templateBen Hutchings1-14/+16
2013-12-12sfc: Do not use MAC address as clock nameBen Hutchings1-3/+2
2013-12-12sfc: Remove dependency of PTP on having a dedicated channelBen Hutchings1-22/+37
2013-12-12sfc: Split PTP multicast filter insertion/removal out of efx_ptp_{start,stop}()Ben Hutchings1-17/+39
2013-12-12sfc: Log all unexpected MCDI errorsEdward Cree1-4/+20
2013-12-06Merge branch 'sfc-3.13' into masterBen Hutchings1-9/+57
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