summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/ptp.c
AgeCommit message (Expand)Author
2019-12-01sfc: Only cancel the PPS workqueue if it existsMartin Habets
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
2013-12-12sfc: Split PTP multicast filter insertion/removal out of efx_ptp_{start,stop}()Ben Hutchings
2013-12-12sfc: Log all unexpected MCDI errorsEdward Cree
2013-12-06Merge branch 'sfc-3.13' into masterBen Hutchings
2013-12-06sfc: Maintain current frequency adjustment when applying a time offsetBen Hutchings
2013-12-06sfc: Stop/re-start PTP when stopping/starting the datapath.Alexandre Rames
2013-12-06sfc: Rate-limit log message for PTP packets without a matching timestamp eventBen Hutchings
2013-12-06sfc: PTP: Moderate log message on event queue overflowLaurence Evans
2013-12-06sfc: Add length checks to efx_xmit_with_hwtstamp() and efx_ptp_is_ptp_tx()Ben Hutchings
2013-11-19sfc: Implement the SIOCGHWTSTAMP ioctlBen Hutchings
2013-08-29sfc: Update copyright bannersBen Hutchings
2013-08-27sfc: Add a function pointer to abstract write of host time into NIC shared me...Laurence Evans
2013-08-27sfc: PTP MCDI requests need to initialise periph ID fieldLaurence Evans
2013-08-21sfc: Add support for MCDI v2Ben Hutchings
2013-08-21sfc: Rename Falcon-architecture register definitionsBen Hutchings
2013-08-21sfc: Add GFP flags to efx_nic_alloc_buffer() and make most callers allow bloc...Ben Hutchings
2013-08-21sfc: Add and use MCDI_SET_QWORD() and MCDI_SET_ARRAY_QWORD()Ben Hutchings
2013-08-21sfc: Ensure MCDI buffers, but not lengths, are dword alignedBen Hutchings
2013-08-21sfc: Use proper macros to declare and access MCDI arraysBen Hutchings
2013-08-21sfc: Introduce and use MCDI_DECLARE_BUF macroBen Hutchings
2013-06-24sfc: Report software timestamping capabilitiesBen Hutchings