summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/Makefile
AgeCommit message (Expand)AuthorFilesLines
2024-04-01ice: move devlink port code to a separate filePiotr Raczynski1-0/+1
2024-04-01ice: move ice_devlink.[ch] to devlink folderMichal Swiatkowski1-1/+2
2024-04-01ice: add ice_adapter for shared data across PFs on the same NICMichal Schmidt1-1/+2
2023-12-14ice: configure FW loggingPaul M Stillwell Jr1-1/+3
2023-12-05ice: read internal temperature sensorKonrad Knitter1-0/+1
2023-10-04ice: fix linking when CONFIG_PTP_1588_CLOCK=nJacob Keller1-3/+2
2023-09-17ice: implement dpll interface to control cguArkadiusz Kubalewski1-1/+2
2023-07-24ice: Implement basic eswitch bridge setupWojciech Drewek1-1/+1
2023-05-16ice: move interrupt related code to separate filePiotr Raczynski1-0/+1
2023-02-26ice: remove unnecessary CONFIG_ICE_GNSSJacob Keller1-1/+1
2023-01-20ice: use GNSS subsystem instead of TTYArkadiusz Kubalewski1-1/+1
2023-01-19ice: Move support DDP code out of ice_flex_pipe.cSergey Temerkhanov1-0/+1
2022-06-02ice: fix access-beyond-end in the switch codeAlexander Lobakin1-5/+0
2022-05-23eth: ice: silence the GCC 12 array-bounds warningJakub Kicinski1-0/+5
2022-03-15ice: introduce ice_virtchnl.c and ice_virtchnl.hJacob Keller1-0/+1
2022-03-15ice: introduce ice_vf_lib.c, ice_vf_lib.h, and ice_vf_lib_private.hJacob Keller1-1/+2
2022-03-15ice: rename ice_virtchnl_pf.c to ice_sriov.cJacob Keller1-1/+1
2022-03-15ice: rename ice_sriov.c to ice_vf_mbx.cJacob Keller1-1/+1
2022-03-03ice: add TTY for GNSS module for E810T deviceKarol Kolacinski1-0/+1
2022-02-09ice: Support configuring the device to Double VLAN ModeBrett Creeley1-0/+1
2022-02-09ice: Add outer_vlan_ops and VSI specific VLAN ops implementationsBrett Creeley1-2/+7
2022-02-09ice: Add new VSI VLAN opsBrett Creeley1-0/+2
2021-10-11ice: ndo_setup_tc implementation for PFKiran Patil1-1/+2
2021-10-07ice: introduce VF port representorMichal Swiatkowski1-1/+2
2021-10-07ice: support basic E-Switch mode controlMichal Swiatkowski1-0/+1
2021-06-11ice: register 1588 PTP clock device object for E810 devicesJacob Keller1-0/+1
2021-05-29ice: Initialize RDMA supportDave Ertman1-0/+1
2021-04-22ice: Allow ignoring opcodes on specific VFMichal Swiatkowski1-0/+1
2021-03-22ice: Enable FDIR Configure for AVFQi Zhang1-1/+1
2021-02-09ice: Add initial support framework for LAGDave Ertman1-0/+1
2020-07-29ice: implement device flash update via devlinkJacob Keller1-0/+1
2020-05-23ice: Implement aRFSBrett Creeley1-0/+1
2020-05-23ice: Initialize Flow Director resourcesHenry Tieman1-0/+2
2020-05-22ice: refactor filter functionsMichal Swiatkowski1-0/+1
2020-03-21ice: enable initial devlink supportJacob Keller1-0/+1
2020-01-25ice: Enable writing hardware filtering tablesTony Nguyen1-1/+2
2019-11-08ice: Implement DCBNL supportDave Ertman1-1/+1
2019-11-04ice: Add support for AF_XDPKrzysztof Kazimierczak1-0/+1
2019-11-04ice: Move common functions to ice_txrx_lib.cKrzysztof Kazimierczak1-0/+1
2019-11-04ice: Introduce ice_base.cAnirudh Venkataramanan1-0/+1
2019-09-12ice: Implement Dynamic Device Personalization (DDP) downloadTony Nguyen1-0/+1
2019-04-18ice: Add code for DCB initialization part 1/4Anirudh Venkataramanan1-0/+1
2018-10-03ice: Add support for VF reset eventsAnirudh Venkataramanan1-1/+1
2018-10-03ice: Add handler to configure SR-IOVAnirudh Venkataramanan1-0/+1
2018-10-01ice: Move common functions out of ice_main.c part 1/7Anirudh Venkataramanan1-0/+1
2018-03-26ice: Add stats and ethtool supportAnirudh Venkataramanan1-1/+2
2018-03-26ice: Configure VSIs for Tx/RxAnirudh Venkataramanan1-1/+2
2018-03-26ice: Get switch config, scheduler config and device capabilitiesAnirudh Venkataramanan1-1/+3
2018-03-26ice: Start hardware initializationAnirudh Venkataramanan1-1/+2
2018-03-26ice: Add support for control queuesAnirudh Venkataramanan1-1/+3