summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ptp.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree2016-12-031-1/+1
* ptp_clock: future-proofing drivers against PTP subsystem becoming optionalNicolas Pitre2016-09-221-7/+7
* sfc: set interrupt moderation via MCDIBert Kenward2016-08-121-1/+1
* net: sfc: avoid using timespecArnd Bergmann2015-10-011-7/+7
* ntp/pps: use y2038 safe types in pps_event_timeArnd Bergmann2015-10-011-8/+8
* sfc: Initialise MCDI buffers to 0 on declaration.Jon Cooper2015-05-211-3/+3
* sfc: suppress some MCDI error messages in PTPEdward Cree2015-05-131-11/+16
* sfc: nicer log message on PTP probe failEdward Cree2015-05-131-1/+6
* ptp: sfc: convert to the 64 bit get/set time methods.Richard Cochran2015-03-311-11/+11
* ptp: drivers: set the number of programmable pins.Richard Cochran2014-03-211-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-051-0/+7
|\
| * sfc: check for NULL efx->ptp_data in efx_ptp_eventEdward Cree2014-02-261-0/+7
* | sfc: Rewrite adjustment of PPS event in a clearer wayBen Hutchings2014-02-121-24/+23
* | sfc: Cache skb->data in local variable in efx_ptp_rx()Ben Hutchings2014-02-121-10/+13
* | sfc: Removed adhoc scheme to rate limit PTP event queue overflow messageLaurence Evans2014-02-121-20/+2
|/
* sfc: Fix transposed ptp_{under, over}size_sync_windows statisticsBen Hutchings2014-01-211-2/+2
* sfc: Add PTP counters to ethtool statsBen Hutchings2013-12-121-8/+118
* sfc: Remove unnecessary condition for processing the TX timestamp queueBen Hutchings2013-12-121-12/+4
* sfc: Don't clear timestamps in efx_ptp_rx()Ben Hutchings2013-12-121-6/+0
* sfc: Enable PTP clock and timestamping for all functions on EF10Ben Hutchings2013-12-121-16/+26
* sfc: Add RX packet timestamping for EF10Jon Cooper2013-12-121-13/+118
* sfc: split setup of hardware timestamping into NIC-type operationDaniel Pieczko2013-12-121-59/+10
* sfc: Add support for SFC9100 timestamp formatLaurence Evans2013-12-121-25/+231
* sfc: Tidy up PTP synchronization codeLaurence Evans2013-12-121-20/+24
* sfc: PTP - tidy up unused/useless variablesLaurence Evans2013-12-121-15/+1
* sfc: Remove kernel-doc for efx_ptp_data fields not present in this versionBen Hutchings2013-12-121-15/+0
* sfc: Initialise efx_ptp_data::phc_clock_info from a static templateBen Hutchings2013-12-121-14/+16
* sfc: Do not use MAC address as clock nameBen Hutchings2013-12-121-3/+2
* sfc: Remove dependency of PTP on having a dedicated channelBen Hutchings2013-12-121-22/+37
* sfc: Split PTP multicast filter insertion/removal out of efx_ptp_{start,stop}()Ben Hutchings2013-12-121-17/+39
* sfc: Log all unexpected MCDI errorsEdward Cree2013-12-121-4/+20
* Merge branch 'sfc-3.13' into masterBen Hutchings2013-12-061-9/+57
|\
| * sfc: Maintain current frequency adjustment when applying a time offsetBen Hutchings2013-12-061-2/+2
| * sfc: Stop/re-start PTP when stopping/starting the datapath.Alexandre Rames2013-12-061-3/+27
| * sfc: Rate-limit log message for PTP packets without a matching timestamp eventBen Hutchings2013-12-061-2/+3
| * sfc: PTP: Moderate log message on event queue overflowLaurence Evans2013-12-061-2/+21
| * sfc: Add length checks to efx_xmit_with_hwtstamp() and efx_ptp_is_ptp_tx()Ben Hutchings2013-12-061-0/+4
* | sfc: Implement the SIOCGHWTSTAMP ioctlBen Hutchings2013-11-191-1/+10
|/
* sfc: Update copyright bannersBen Hutchings2013-08-291-2/+2
* sfc: Add a function pointer to abstract write of host time into NIC shared me...Laurence Evans2013-08-271-2/+1
* 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/+4
* 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/+5
* sfc: fix return value check in efx_ptp_probe_channel()Wei Yongjun2013-05-081-1/+3