Age | Commit message (Expand) | Author | Files | Lines |
2025-02-14 | ice: support Rx timestamp on flex descriptor | Simei Su | 1 | -0/+8 |
2025-02-10 | ice: Refactor ice_ptp_init_tx_* | Karol Kolacinski | 1 | -2/+1 |
2025-02-10 | ice: Process TSYN IRQ in a separate function | Karol Kolacinski | 1 | -0/+6 |
2025-01-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+2 |
2025-01-14 | ice: Add in/out PTP pin delays | Karol Kolacinski | 1 | -0/+2 |
2025-01-13 | ice: Add correct PHY lane assignment | Karol Kolacinski | 1 | -2/+2 |
2024-10-01 | ice: Drop auxbus use for PTP to finalize ice_adapter move | Sergey Temerkhanov | 1 | -21/+0 |
2024-10-01 | ice: Use ice_adapter for PTP shared data instead of auxdev | Sergey Temerkhanov | 1 | -2/+3 |
2024-10-01 | ice: Read SDP section from NVM for pin definitions | Yochai Hagvi | 1 | -2/+4 |
2024-10-01 | ice: Cache perout/extts requests and check flags | Karol Kolacinski | 1 | -21/+6 |
2024-10-01 | ice: Align E810T GPIO to other products | Karol Kolacinski | 1 | -20/+9 |
2024-10-01 | ice: Implement ice_ptp_pin_desc | Karol Kolacinski | 1 | -21/+44 |
2024-07-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+9 |
2024-07-03 | ice: Reject pin requests with unsupported flags | Jacob Keller | 1 | -0/+1 |
2024-07-03 | ice: Fix improper extts handling | Milena Olech | 1 | -0/+8 |
2024-06-01 | ice: Introduce ETH56G PHY model for E825C products | Sergey Temerkhanov | 1 | -0/+1 |
2024-01-30 | ice: factor out ice_ptp_rebuild_owner() | Jacob Keller | 1 | -3/+3 |
2024-01-30 | ice: rename verify_cached to has_ready_bitmap | Jacob Keller | 1 | -3/+5 |
2024-01-30 | ice: pass reset type to PTP reset functions | Jacob Keller | 1 | -4/+12 |
2024-01-30 | ice: introduce PTP state machine | Jacob Keller | 1 | -0/+10 |
2024-01-02 | ice: Enable SW interrupt from FW for LL TS | Karol Kolacinski | 1 | -0/+9 |
2023-12-18 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -6/+10 |
2023-12-13 | ice: Support HW timestamp hint | Larysa Zaremba | 1 | -2/+2 |
2023-12-13 | ice: make RX HW timestamp reading code more reusable | Larysa Zaremba | 1 | -6/+10 |
2023-12-05 | ice: Rename E822 to E82X | Karol Kolacinski | 1 | -1/+1 |
2023-11-23 | ice: restore timestamp configuration after device reset | Jacob Keller | 1 | -3/+2 |
2023-09-20 | ice: PTP: add clock domain number to auxiliary interface | Michal Michalik | 1 | -5/+6 |
2023-09-20 | ice: Auxbus devices & driver for E822 TS | Michal Michalik | 1 | -0/+30 |
2023-06-08 | ice: introduce ICE_TX_TSTAMP_WORK enumeration | Jacob Keller | 1 | -1/+11 |
2023-06-08 | ice: handle extts in the miscellaneous interrupt thread | Karol Kolacinski | 1 | -2/+2 |
2022-12-08 | ice: handle flushing stale Tx timestamps in ice_ptp_tx_tstamp | Jacob Keller | 1 | -0/+2 |
2022-12-08 | ice: protect init and calibrating check in ice_ptp_request_ts | Jacob Keller | 1 | -1/+1 |
2022-12-08 | ice: check Tx timestamp memory register for ready timestamps | Jacob Keller | 1 | -5/+12 |
2022-12-08 | ice: always call ice_ptp_link_change and make it void | Jacob Keller | 1 | -3/+4 |
2022-12-08 | ice: Use more generic names for ice_ptp_tx fields | Sergey Temerkhanov | 1 | -5/+6 |
2022-09-28 | ice: Merge pin initialization of E810 and E810T adapters | Arkadiusz Kubalewski | 1 | -2/+2 |
2022-09-20 | ice: Add low latency Tx timestamp read | Karol Kolacinski | 1 | -4/+5 |
2022-08-16 | ice: track and warn when PHC update is late | Jacob Keller | 1 | -0/+7 |
2022-08-16 | ice: track Tx timestamp stats similar to other Intel drivers | Jacob Keller | 1 | -0/+6 |
2022-06-14 | ice: Fix PTP TX timestamp offset calculation | Michal Michalik | 1 | -0/+31 |
2021-12-21 | ice: exit bypass mode once hardware finishes timestamp calibration | Jacob Keller | 1 | -0/+4 |
2021-12-21 | ice: implement basic E822 PTP support | Jacob Keller | 1 | -4/+22 |
2021-12-21 | ice: Fix E810 PTP reset flow | Karol Kolacinski | 1 | -0/+8 |
2021-12-14 | ice: Don't put stale timestamps in the skb | Karol Kolacinski | 1 | -0/+6 |
2021-10-15 | ice: split ice_ring onto Tx/Rx separate structs | Maciej Fijalkowski | 1 | -2/+2 |
2021-10-14 | ice: Implement support for SMA and U.FL on E810-T | Maciej Machnikowski | 1 | -4/+16 |
2021-06-25 | ice: add support for auxiliary input/output pins | Maciej Machnikowski | 1 | -0/+43 |
2021-06-17 | net: ice: ptp: fix compilation warning if PTP_1588_CLOCK is disabled | Lorenzo Bianconi | 1 | -1/+1 |
2021-06-11 | ice: enable transmit timestamps for E810 devices | Jacob Keller | 1 | -0/+91 |
2021-06-11 | ice: enable receive hardware timestamping | Jacob Keller | 1 | -0/+29 |