summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.h
AgeCommit message (Expand)Author
2025-04-25bnxt_en: improve TX timestamping FIFO configurationVadim Fedorenko
2024-11-26bnxt_en: Refactor bnxt_ptp_init()Michael Chan
2024-11-15bnxt_en: optimize gettimex64Vadim Fedorenko
2024-11-05bnxt_en: replace PTP spinlock with seqlockVadim Fedorenko
2024-11-05bnxt_en: cache only 24 bits of hw counterVadim Fedorenko
2024-10-19bnxt_en: replace ptp_lock with irqsave variantVadim Fedorenko
2024-07-01bnxt_en: Remove atomic operations on ptp->tx_availPavan Chebbi
2024-07-01bnxt_en: Increase the max total outstanding PTP TX packets to 4Pavan Chebbi
2024-07-01bnxt_en: Remove an impossible condition check for PTP TX pending SKBPavan Chebbi
2024-07-01bnxt_en: Refactor all PTP TX timestamp fields into a structPavan Chebbi
2024-07-01bnxt_en: Add TX timestamp completion logicMichael Chan
2024-06-01bnxt_en: add timestamping statistics supportVadim Fedorenko
2024-05-10bnxt_en: silence clang build warningVadim Fedorenko
2024-03-28bnxt_en: Retry PTP TX timestamp from FW for 1 secondPavan Chebbi
2024-03-28bnxt_en: Add a timeout parameter to bnxt_hwrm_port_ts_query()Michael Chan
2023-12-12bnxt_en: Skip nic close/open when configuring tstamp filtersPavan Chebbi
2022-11-08bnxt_en: Add a non-real time mode to access NIC clockPavan Chebbi
2022-05-13bnxt_en: Configure ptp filters during bnxt openPavan Chebbi
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
2021-10-29bnxt_en: implement devlink dev reload driver_reinitEdwin Peer
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-08bnxt_en: Use register window 6 instead of 5 to read the PHCMichael Chan
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-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
2021-06-28bnxt_en: Get PTP hardware capability from firmwareMichael Chan