aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ptp.c
AgeCommit message (Expand)Author
2022-08-03sfc: disable softirqs for ptp TXAlejandro Lucero
2022-05-18net: sfc: fix memory leak due to ptp channelTaehee Yoo
2021-11-18sfc: Don't use netif_info before net_device setupErik Ekman
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-09-25sfc: fix kdoc warningJesse Brandeburg
2020-09-11sfc: select inner-csum-offload TX queues for skbs that need itEdward Cree
2020-09-11sfc: define inner/outer csum offload TXQ typesEdward Cree
2020-09-11sfc: decouple TXQ type from labelEdward Cree
2020-07-27sfc: drop unnecessary list_emptyJulia Lawall
2020-06-29sfc: split up nic.hEdward Cree
2020-06-29sfc: determine flag word automatically in efx_has_cap()Edward Cree
2020-05-11sfc: use efx_has_cap for capability checks outside of NIC-specific codeEdward Cree
2020-02-27sfc: 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