summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c
AgeCommit message (Expand)Author
2024-01-26bnxt_en: Make PTP timestamp HWRM more silentBreno Leitao
2023-12-12bnxt_en: Make PTP TX timestamp HWRM query silentPavan Chebbi
2023-12-12bnxt_en: Skip nic close/open when configuring tstamp filtersPavan Chebbi
2023-11-21bnxt_en: Rename some macros for the P5 chipsRandy Schacher
2023-06-08bnxt_en: Prevent kernel panic when receiving unexpected PHC_UPDATE eventPavan Chebbi
2023-03-22bnxt: Enforce PTP software freq adjustments only when in non-RTC modePavan Chebbi
2023-03-13bnxt_en: reset PHC frequency in free-running modeVadim Fedorenko
2022-11-11ptp: bnxt: convert .adjfreq to .adjfineJacob Keller
2022-11-08bnxt_en: Add a non-real time mode to access NIC clockPavan Chebbi
2022-09-22bnxt_en: replace reset with config timestampsVadim Fedorenko
2022-09-19bnxt_en: fix flags to check for supported fw versionVadim Fedorenko
2022-07-12bnxt_en: Fix bnxt_refclk_read()Pavan Chebbi
2022-05-13bnxt_en: Enable packet timestamping for all RX packetsPavan Chebbi
2022-05-13bnxt_en: Configure ptp filters during bnxt openPavan Chebbi
2022-05-03bnxt_en: Initiallize bp->ptp_lock first before using itMichael Chan
2022-03-28net: bnxt_ptp: fix compilation errorDamien Le Moal
2022-01-26bnxt_en: Implement .adjtime() for PTP RTC modePavan Chebbi
2022-01-26bnxt_en: Add driver support to use Real Time Counter for PTPPavan Chebbi
2022-01-26bnxt_en: PTP: Refactor PTP initialization functionsPavan Chebbi
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu
2021-10-29bnxt_en: implement devlink dev reload driver_reinitEdwin Peer
2021-08-30bnxt_en: update all firmware calls to use the new APIsEdwin Peer
2021-08-30bnxt_en: move HWRM API implementation into separate fileEdwin Peer
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-08bnxt_en: Update firmware call to retrieve TX PTP timestampMichael Chan
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-07-28bnxt_en: Event handler for PPS eventsPavan Chebbi
2021-07-28bnxt_en: 1PPS functions to configure TSIO pinsPavan Chebbi
2021-07-28bnxt_en: 1PPS support for 5750X family chipsPavan Chebbi
2021-07-28bnxt_en: Do not read the PTP PHC during chip resetMichael Chan
2021-07-28bnxt_en: Move bnxt_ptp_init() from bnxt_open() back to bnxt_init_one()Michael Chan
2021-07-24bnxt_en: Add missing periodic PHC overflow checkMichael Chan
2021-07-19bnxt_en: Move bnxt_ptp_init() to bnxt_open()Michael Chan
2021-06-28bnxt_en: Transmit and retrieve packet timestampsPavan Chebbi
2021-06-28bnxt_en: Get the RX packet timestampPavan Chebbi
2021-06-28bnxt_en: Get the full 48-bit hardware timestamp periodicallyPavan Chebbi
2021-06-28bnxt_en: Add PTP clock APIs, ioctls, and ethtool methodsMichael Chan