summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_common.c
AgeCommit message (Expand)AuthorFilesLines
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
2024-05-30ice: fix 200G PHY types to link speed mappingPaul Greenwalt1-0/+10
2024-05-06ice: update E830 device ids and commentsPaul Greenwalt1-4/+4
2024-05-06ice: add additional E830 device idsPaul Greenwalt1-0/+6
2024-04-22ice: Support 5 layer topologyRaj Victor1-0/+5
2024-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+5
2024-04-03ice: Fix freeing uninitialized pointersDan Carpenter1-5/+5
2024-04-01ice: Add switch recipe reusing featureSteven Zou1-0/+2
2024-03-23overflow: Change DEFINE_FLEX to take __counted_by memberKees Cook1-2/+2
2024-03-04ice: avoid unnecessary devm_ usageMaciej Fijalkowski1-23/+11
2024-03-04ice: cleanup line splitting for context set functionsJacob Keller1-7/+5
2024-03-04ice: use GENMASK instead of BIT(n) - 1 in pack functionsJacob Keller1-36/+8
2024-03-04ice: rename ice_write_* functions to ice_pack_ctx_*Jacob Keller1-28/+28
2024-02-12ice: add support for 3k signing DDP sections for E825CGrzegorz Nitka1-0/+6
2024-02-12ice: Add helper function ice_is_generic_macGrzegorz Nitka1-0/+12
2024-02-12ice: introduce new E825C devices familyGrzegorz Nitka1-0/+19
2024-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+1
2024-01-02ice: Enable SW interrupt from FW for LL TSKarol Kolacinski1-0/+3
2023-12-27ice: dpll: fix phase offset valueArkadiusz Kubalewski1-3/+1
2023-12-18ice: field get conversionJesse Brandeburg1-11/+8
2023-12-18ice: field prep conversionJesse Brandeburg1-19/+16
2023-12-14ice: configure FW loggingPaul M Stillwell Jr1-0/+6
2023-12-14ice: remove FW logging codePaul M Stillwell Jr1-217/+0
2023-12-05ice: read internal temperature sensorKonrad Knitter1-1/+53
2023-10-27ice: Add ice_get_link_status_datalenPaul Greenwalt1-2/+20
2023-10-27ice: Add 200G speed/phy type useAlice Michael1-0/+1
2023-10-27ice: Add E830 device IDs, MAC type and registersPaul Greenwalt1-24/+47
2023-10-20ice: cleanup ice_find_netlist_nodeJacob Keller1-15/+15
2023-10-04ice: fix linking when CONFIG_PTP_1588_CLOCK=nJacob Keller1-3/+63
2023-10-03ice: make use of DEFINE_FLEX() for struct ice_aqc_dis_txq_itemPrzemek Kitszel1-16/+4
2023-09-20ice: Remove the FW shared parametersMichal Michalik1-75/+0
2023-09-18ice: check netlist before enabling ICE_F_GNSSJacob Keller1-0/+15
2023-09-17ice: add admin commands to access cgu configurationArkadiusz Kubalewski1-27/+465
2023-08-17ice: drop two params from ice_aq_alloc_free_res()Przemek Kitszel1-16/+8
2023-08-07ice: clean up __ice_aq_get_set_rss_lut()Przemek Kitszel1-85/+58
2023-08-07ice: Add get C827 PHY index functionKarol Kolacinski1-0/+62
2023-07-27ice: changes to the interface with the HW and FW for SRIOV_VF+LAGDave Ertman1-0/+47
2023-07-27ice: Add driver support for firmware changes for LAGDave Ertman1-0/+8
2023-07-27ice: Correctly initialize queue context valuesJacob Keller1-0/+1