summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_common.h
AgeCommit message (Expand)AuthorFilesLines
2025-09-19ice: add E830 Earliest TxTime First Offload supportPaul Greenwalt1-0/+6
2025-08-15ice: Implement support for SRIOV VFs across Active/Active bondsDave Ertman1-1/+1
2025-07-24ice, libie: move generic adminq descriptors to libMichal Swiatkowski1-3/+3
2025-07-11ice: add functions to get and set Tx queue contextJacob Keller1-0/+4
2025-07-10ice: add support for reading and unpacking Rx queue contextJacob Keller1-0/+2
2025-06-26ice: use bitfields instead of unions for CGU regsKarol Kolacinski1-180/+32
2025-06-18ice: fix E825-C TSPLL register definitionsJacob Keller1-1/+16
2025-06-18ice: rename TSPLL and CGU functions and definitionsKarol Kolacinski1-18/+18
2025-06-18ice: move TSPLL functions to a separate fileKarol Kolacinski1-0/+176
2025-06-14ice: add phase offset monitor for all PPS dpll inputsArkadiusz Kubalewski1-0/+3
2025-04-11ice: do not add LLDP-specific filter if not necessaryLarysa Zaremba1-2/+1
2025-02-10ice: Remove unnecessary ice_is_e8xx() functionsKarol Kolacinski1-5/+0
2025-02-10ice: Don't check device type when checking GNSS presenceKarol Kolacinski1-0/+2
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2025-01-15ice: add fw and port health reportersKonrad Knitter1-0/+2
2025-01-15ice: c827: move wait for FW to ice_init_hw()Przemek Kitszel1-1/+0
2025-01-13ice: Add correct PHY lane assignmentKarol Kolacinski1-0/+1
2024-12-12ice: use <linux/packing.h> for Tx and Rx queue context dataJacob Keller1-3/+2
2024-08-14ice: add parser create and destroy skeletonJunfeng Guo1-0/+1
2024-07-11ice: Implement driver functionality to dump serdes equalizer valuesAnil Samal1-0/+2
2024-07-11ice: Implement driver functionality to dump fec statisticsAnil Samal1-0/+24
2024-07-11ice: Extend Sideband Queue command to support flagsAnil Samal1-1/+1
2024-06-28ice: Distinguish driver reset and removal for AQ shutdownPiotr Gardocki1-1/+1
2024-06-02ice: Introduce ETH56G PHY model for E825C productsSergey Temerkhanov1-0/+1
2024-06-02ice: Introduce ice_ptp_hw structKarol Kolacinski1-0/+1
2024-03-04ice: cleanup line splitting for context set functionsJacob Keller1-6/+4
2024-02-12ice: Add helper function ice_is_generic_macGrzegorz Nitka1-0/+1
2024-02-12ice: introduce new E825C devices familyGrzegorz Nitka1-0/+1
2023-12-14ice: remove FW logging codePaul M Stillwell Jr1-1/+0
2023-12-14ice: enable symmetric-xor RSS for Toeplitz hash functionJeff Guo1-0/+1
2023-12-05ice: read internal temperature sensorKonrad Knitter1-0/+2
2023-10-04ice: fix linking when CONFIG_PTP_1588_CLOCK=nJacob Keller1-3/+3
2023-09-20ice: Remove the FW shared parametersMichal Michalik1-6/+0
2023-09-18ice: check netlist before enabling ICE_F_GNSSJacob Keller1-0/+1
2023-09-17ice: add admin commands to access cgu configurationArkadiusz Kubalewski1-0/+44
2023-08-17ice: drop two params from ice_aq_alloc_free_res()Przemek Kitszel1-4/+3
2023-08-07ice: Add get C827 PHY index functionKarol Kolacinski1-0/+1
2023-07-27ice: changes to the interface with the HW and FW for SRIOV_VF+LAGDave Ertman1-0/+4
2023-06-07ice: make writes to /dev/gnssX synchronousMichal Schmidt1-1/+1
2023-02-15ice: Add GPIO pin support for E823 productsKarol Kolacinski1-0/+1
2023-01-19ice: Match parameter name for ice_cfg_phy_fc()Tony Nguyen1-1/+1
2023-01-19ice: Add 'Execute Pending LLDP MIB' Admin Queue commandTsotne Chakhvadze1-0/+1
2022-11-23ice: Remove and replace ice speed defines with ethtool.h versionsBrett Creeley1-0/+1
2022-08-24ice: Add port option admin queue commandsAnatolii Gerasymenko1-0/+9
2022-08-18ice: Allow 100M speeds for some devicesAnirudh Venkataramanan1-0/+1
2022-07-21ice: add i2c write commandKarol Kolacinski1-0/+4
2022-03-15ice: remove circular header dependencies on ice.hJacob Keller1-2/+2
2022-03-03ice: add TTY for GNSS module for E810T deviceKarol Kolacinski1-0/+6
2022-02-09ice: Support configuring the device to Double VLAN ModeBrett Creeley1-0/+3
2021-12-14ice: Use int for ice_statusTony Nguyen1-48/+48