index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
/
bnxt
/
bnxt_ptp.c
Age
Commit message (
Expand
)
Author
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: Let bnxt_stamp_tx_skb() return error code
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 BCM5760X specific PHC registers mapping
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-04-05
bnxt_en: Fix PTP firmware timeout parameter
Michael Chan
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
2024-01-26
bnxt_en: Make PTP timestamp HWRM more silent
Breno Leitao
2023-12-12
bnxt_en: Make PTP TX timestamp HWRM query silent
Pavan Chebbi
2023-12-12
bnxt_en: Skip nic close/open when configuring tstamp filters
Pavan Chebbi
2023-11-21
bnxt_en: Rename some macros for the P5 chips
Randy Schacher
2023-06-08
bnxt_en: Prevent kernel panic when receiving unexpected PHC_UPDATE event
Pavan Chebbi
2023-03-22
bnxt: Enforce PTP software freq adjustments only when in non-RTC mode
Pavan Chebbi
2023-03-13
bnxt_en: reset PHC frequency in free-running mode
Vadim Fedorenko
2022-11-11
ptp: bnxt: convert .adjfreq to .adjfine
Jacob Keller
2022-11-08
bnxt_en: Add a non-real time mode to access NIC clock
Pavan Chebbi
2022-09-22
bnxt_en: replace reset with config timestamps
Vadim Fedorenko
2022-09-19
bnxt_en: fix flags to check for supported fw version
Vadim Fedorenko
2022-07-12
bnxt_en: Fix bnxt_refclk_read()
Pavan Chebbi
2022-05-13
bnxt_en: Enable packet timestamping for all RX packets
Pavan Chebbi
2022-05-13
bnxt_en: Configure ptp filters during bnxt open
Pavan Chebbi
2022-05-03
bnxt_en: Initiallize bp->ptp_lock first before using it
Michael Chan
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
2022-01-26
bnxt_en: PTP: Refactor PTP initialization functions
Pavan Chebbi
2021-12-14
net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEX
Hangbin Liu
2021-10-29
bnxt_en: implement devlink dev reload driver_reinit
Edwin Peer
2021-08-30
bnxt_en: update all firmware calls to use the new APIs
Edwin Peer
2021-08-30
bnxt_en: move HWRM API implementation into separate file
Edwin Peer
2021-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
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-28
bnxt_en: Do not read the PTP PHC during chip reset
Michael Chan
2021-07-28
bnxt_en: Move bnxt_ptp_init() from bnxt_open() back to bnxt_init_one()
Michael Chan
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