summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ptp.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: mark some unexported symbols as statickbuild test robot2018-01-281-2/+2
* sfc: add suffix to large constant in ptpBert Kenward2018-01-261-1/+1
* sfc: support Medford2 frequency adjustment formatLaurence Evans2018-01-251-14/+31
* sfc: support second + quarter ns time format for receive datapathEdward Cree2018-01-251-33/+106
* sfc: support separate PTP and general timestampingLaurence Evans2018-01-251-15/+43
* sfc: simplify RX datapath timestampingLaurence Evans2018-01-251-8/+5
* sfc: only advertise TX timestamping if we have the license for itMartin Habets2018-01-251-0/+11
* sfc: on 8000 series use TX queues for TX timestampsEdward Cree2018-01-251-4/+16
* sfc: MAC TX timestamp handling on the 8000 seriesMartin Habets2018-01-251-2/+45
* sfc: use main datapath for HW timestamps if availableMartin Habets2018-01-251-7/+41
* sfc: add function to determine which TX timestamping method to useMartin Habets2018-01-251-0/+10
* sfc: handle TX timestamps in the normal data pathMartin Habets2018-01-251-0/+11
* sfc: improve PTP error reportingEdward Cree2017-12-181-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-2/+0
|\
| * net: sfc: remove redundant variable startColin Ian King2017-11-111-2/+0
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-5/+5
|/
* 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
OpenPOWER on IntegriCloud