summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_common.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-19ice: add E830 Earliest TxTime First Offload supportPaul Greenwalt1-0/+78
2025-09-11ice: prepare for moving file to libieMichal Swiatkowski1-3/+3
2025-09-11ice: drop driver specific structure from fwlog codeMichal Swiatkowski1-2/+4
2025-09-11ice: check for PF number outside the fwlog codeMichal Swiatkowski1-0/+8
2025-09-11ice: move out debugfs init from fwlogMichal Swiatkowski1-2/+12
2025-09-11ice: allow calling custom send function in fwlogMichal Swiatkowski1-2/+21
2025-09-11ice: add pdev into fwlog structure and use it for loggingMichal Swiatkowski1-1/+2
2025-09-11ice: introduce ice_fwlog structureMichal Swiatkowski1-2/+2
2025-08-15ice: Implement support for SRIOV VFs across Active/Active bondsDave Ertman1-5/+10
2025-08-14ice: replace u8 elements with bool where appropriateDave Ertman1-2/+2
2025-07-24ice, libie: move generic adminq descriptors to libMichal Swiatkowski1-190/+194
2025-07-18ice: add E835 device IDsDawid Osuchowski1-0/+9
2025-07-18ice: add 40G speed to Admin Command GET PORT OPTIONAleksandr Loktionov1-1/+1
2025-07-11ice: add functions to get and set Tx queue contextJacob Keller1-3/+170
2025-07-10ice: add support for reading and unpacking Rx queue contextJacob Keller1-0/+60
2025-06-26ice: default to TIME_REF instead of TXCO on E825-CJacob Keller1-1/+1
2025-06-18ice: rename TSPLL and CGU functions and definitionsKarol Kolacinski1-14/+14
2025-06-18ice: move TSPLL functions to a separate fileKarol Kolacinski1-0/+61
2025-06-14ice: add phase offset monitor for all PPS dpll inputsArkadiusz Kubalewski1-0/+26
2025-04-11ice: enable timesync operation on 2xNAC E825 devicesKarol Kolacinski1-1/+5
2025-04-11ice: refactor ice_sbq_msg_dev enumKarol Kolacinski1-1/+1
2025-04-11ice: do not add LLDP-specific filter if not necessaryLarysa Zaremba1-4/+10
2025-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2025-03-18ice: fix reservation of resources for RDMA when disabledJesse Brandeburg1-1/+2
2025-02-10ice: Remove unnecessary ice_is_e8xx() functionsKarol Kolacinski1-116/+2
2025-02-10ice: Don't check device type when checking GNSS presenceKarol Kolacinski1-0/+90
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+51
2025-01-15ice: check low latency PHY timer update firmware capabilityJacob Keller1-0/+3
2025-01-15ice: add fw and port health reportersKonrad Knitter1-0/+38
2025-01-15ice: c827: move wait for FW to ice_init_hw()Przemek Kitszel1-35/+75
2025-01-13ice: Add correct PHY lane assignmentKarol Kolacinski1-0/+51
2024-12-12ice: cleanup Rx queue context programming functionsJacob Keller1-17/+11
2024-12-12ice: move prefetch enable to ice_setup_rx_ctxJacob Keller1-6/+3
2024-12-12ice: use <linux/packing.h> for Tx and Rx queue context dataJacob Keller1-205/+38
2024-12-12ice: use structures to keep track of queue context sizeJacob Keller1-13/+11
2024-12-12ice: remove int_q_state from ice_tlan_ctxJacob Keller1-1/+0
2024-12-03ice: fix PHY Clock Recovery availability checkArkadiusz Kubalewski1-8/+17
2024-10-10ice: Support VF queue rate limit and quanta size configurationWenjun Wu1-0/+21
2024-07-14Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-8/+3
2024-07-11ice: Add support for devlink local_forwarding paramPawel Kaminski1-0/+4
2024-07-11ice: Add tracepoint for adding and removing switch rulesMarcin Szycik1-0/+3
2024-07-11ice: Remove unused members from switch APIMarcin Szycik1-7/+0
2024-07-11ice: remove unused recipe bookkeeping dataMichal Swiatkowski1-1/+0
2024-07-11ice: Implement driver functionality to dump serdes equalizer valuesAnil Samal1-0/+37
2024-07-11ice: Implement driver functionality to dump fec statisticsAnil Samal1-0/+57
2024-07-11ice: Extend Sideband Queue command to support flagsAnil Samal1-2/+3
2024-06-02ice: Add NAC Topology device capability parserGrzegorz Nitka1-0/+31
2024-06-02ice: Add support for E825-C TS PLL handlingMichal Michalik1-2/+7
2024-06-02ice: Introduce ETH56G PHY model for E825C productsSergey Temerkhanov1-4/+6
2024-06-02ice: Introduce ice_ptp_hw structKarol Kolacinski1-0/+24