aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ptp.c
AgeCommit message (Expand)Author
2022-08-03sfc: disable softirqs for ptp TXAlejandro Lucero
2021-11-17sfc: Don't use netif_info before net_device setupErik Ekman
2020-03-21sfc: fix timestamp reconstruction at 16-bit rollover pointsAlex Maftei (amaftei)
2019-11-21sfc: Only cancel the PPS workqueue if it existsMartin Habets
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-01-28sfc: mark some unexported symbols as statickbuild test robot
2018-01-26sfc: add suffix to large constant in ptpBert Kenward
2018-01-25sfc: support Medford2 frequency adjustment formatLaurence Evans
2018-01-25sfc: support second + quarter ns time format for receive datapathEdward Cree
2018-01-25sfc: support separate PTP and general timestampingLaurence Evans
2018-01-25sfc: simplify RX datapath timestampingLaurence Evans
2018-01-25sfc: only advertise TX timestamping if we have the license for itMartin Habets
2018-01-25sfc: on 8000 series use TX queues for TX timestampsEdward Cree
2018-01-25sfc: MAC TX timestamp handling on the 8000 seriesMartin Habets
2018-01-25sfc: use main datapath for HW timestamps if availableMartin Habets
2018-01-25sfc: add function to determine which TX timestamping method to useMartin Habets
2018-01-25sfc: handle TX timestamps in the normal data pathMartin Habets
2017-12-18sfc: improve PTP error reportingEdward Cree
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-11net: sfc: remove redundant variable startColin Ian King
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2016-12-03sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree
2016-09-22ptp_clock: future-proofing drivers against PTP subsystem becoming optionalNicolas Pitre
2016-08-12sfc: set interrupt moderation via MCDIBert Kenward
2015-10-01net: sfc: avoid using timespecArnd Bergmann
2015-10-01ntp/pps: use y2038 safe types in pps_event_timeArnd Bergmann
2015-05-21sfc: Initialise MCDI buffers to 0 on declaration.Jon Cooper
2015-05-13sfc: suppress some MCDI error messages in PTPEdward Cree
2015-05-13sfc: nicer log message on PTP probe failEdward Cree
2015-03-31ptp: sfc: convert to the 64 bit get/set time methods.Richard Cochran
2014-03-21ptp: drivers: set the number of programmable pins.Richard Cochran
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-26sfc: check for NULL efx->ptp_data in efx_ptp_eventEdward Cree
2014-02-12sfc: Rewrite adjustment of PPS event in a clearer wayBen Hutchings
2014-02-12sfc: Cache skb->data in local variable in efx_ptp_rx()Ben Hutchings
2014-02-12sfc: Removed adhoc scheme to rate limit PTP event queue overflow messageLaurence Evans
2014-01-21sfc: Fix transposed ptp_{under, over}size_sync_windows statisticsBen Hutchings
2013-12-12sfc: Add PTP counters to ethtool statsBen Hutchings
2013-12-12sfc: Remove unnecessary condition for processing the TX timestamp queueBen Hutchings
2013-12-12sfc: Don't clear timestamps in efx_ptp_rx()Ben Hutchings
2013-12-12sfc: Enable PTP clock and timestamping for all functions on EF10Ben Hutchings
2013-12-12sfc: Add RX packet timestamping for EF10Jon Cooper
2013-12-12sfc: split setup of hardware timestamping into NIC-type operationDaniel Pieczko
2013-12-12sfc: Add support for SFC9100 timestamp formatLaurence Evans
2013-12-12sfc: Tidy up PTP synchronization codeLaurence Evans
2013-12-12sfc: PTP - tidy up unused/useless variablesLaurence Evans
2013-12-12sfc: Remove kernel-doc for efx_ptp_data fields not present in this versionBen Hutchings
2013-12-12sfc: Initialise efx_ptp_data::phc_clock_info from a static templateBen Hutchings
2013-12-12sfc: Do not use MAC address as clock nameBen Hutchings
2013-12-12sfc: Remove dependency of PTP on having a dedicated channelBen Hutchings