index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
/
bnxt
/
bnxt_ptp.h
Age
Commit message (
Expand
)
Author
2025-04-25
bnxt_en: improve TX timestamping FIFO configuration
Vadim Fedorenko
2024-11-26
bnxt_en: Refactor bnxt_ptp_init()
Michael Chan
2024-11-15
bnxt_en: optimize gettimex64
Vadim Fedorenko
2024-11-05
bnxt_en: replace PTP spinlock with seqlock
Vadim Fedorenko
2024-11-05
bnxt_en: cache only 24 bits of hw counter
Vadim Fedorenko
2024-10-19
bnxt_en: replace ptp_lock with irqsave variant
Vadim Fedorenko
2024-07-01
bnxt_en: Remove atomic operations on ptp->tx_avail
Pavan Chebbi
2024-07-01
bnxt_en: Increase the max total outstanding PTP TX packets to 4
Pavan Chebbi
2024-07-01
bnxt_en: Remove an impossible condition check for PTP TX pending SKB
Pavan Chebbi
2024-07-01
bnxt_en: Refactor all PTP TX timestamp fields into a struct
Pavan Chebbi
2024-07-01
bnxt_en: Add TX timestamp completion logic
Michael Chan
2024-06-01
bnxt_en: add timestamping statistics support
Vadim Fedorenko
2024-05-10
bnxt_en: silence clang build warning
Vadim Fedorenko
2024-03-28
bnxt_en: Retry PTP TX timestamp from FW for 1 second
Pavan Chebbi
2024-03-28
bnxt_en: Add a timeout parameter to bnxt_hwrm_port_ts_query()
Michael Chan
2023-12-12
bnxt_en: Skip nic close/open when configuring tstamp filters
Pavan Chebbi
2022-11-08
bnxt_en: Add a non-real time mode to access NIC clock
Pavan Chebbi
2022-05-13
bnxt_en: Configure ptp filters during bnxt open
Pavan Chebbi
2022-03-28
net: bnxt_ptp: fix compilation error
Damien Le Moal
2022-01-26
bnxt_en: Implement .adjtime() for PTP RTC mode
Pavan Chebbi
2022-01-26
bnxt_en: Add driver support to use Real Time Counter for PTP
Pavan Chebbi
2021-10-29
bnxt_en: implement devlink dev reload driver_reinit
Edwin Peer
2021-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-08
bnxt_en: Use register window 6 instead of 5 to read the PHC
Michael Chan
2021-08-08
bnxt_en: Update firmware call to retrieve TX PTP timestamp
Michael Chan
2021-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-07-28
bnxt_en: Event handler for PPS events
Pavan Chebbi
2021-07-28
bnxt_en: 1PPS functions to configure TSIO pins
Pavan Chebbi
2021-07-28
bnxt_en: 1PPS support for 5750X family chips
Pavan Chebbi
2021-07-24
bnxt_en: Add missing periodic PHC overflow check
Michael Chan
2021-07-19
bnxt_en: Move bnxt_ptp_init() to bnxt_open()
Michael Chan
2021-06-28
bnxt_en: Transmit and retrieve packet timestamps
Pavan Chebbi
2021-06-28
bnxt_en: Get the RX packet timestamp
Pavan Chebbi
2021-06-28
bnxt_en: Get the full 48-bit hardware timestamp periodically
Pavan Chebbi
2021-06-28
bnxt_en: Add PTP clock APIs, ioctls, and ethtool methods
Michael Chan
2021-06-28
bnxt_en: Get PTP hardware capability from firmware
Michael Chan