summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
6 daysice/ptp: fix crosstimestamp reportingAnton Nadezhdin1-0/+1
2025-08-01ice: Fix a null pointer dereference in ice_copy_and_init_pkg()Haoxiang Li1-0/+2
2025-07-24ice: check correct pointer in fwlog debugfsMichal Swiatkowski1-1/+1
2025-07-24ice: add NULL check in eswitch lag checkDave Ertman1-1/+2
2025-06-27ice: fix eswitch code memory leak in reset scenarioGrzegorz Nitka1-1/+5
2025-06-27net: ice: Perform accurate aRFS flow matchKrishna Kumar1-0/+48
2025-06-27ice: fix check for existing switch ruleMateusz Pacuszka1-2/+2
2025-06-19ice: fix rebuilding the Tx scheduler tree for large queue countsMichal Kubiak1-28/+142
2025-06-19ice: create new Tx scheduler nodes for new queues onlyMichal Kubiak1-5/+6
2025-06-19ice: fix Tx scheduler error handling in XDP callbackMichal Kubiak1-14/+33
2025-05-29ice: Fix LACP bonds without SRIOV environmentDave Ertman1-0/+6
2025-05-29ice: fix vf->num_mac count with port representorsJacob Keller1-1/+0
2025-05-29ice: count combined queues using Rx/Tx countMichal Swiatkowski1-2/+1
2025-05-29ice: treat dyn_allowed only as suggestionMichal Swiatkowski2-12/+15
2025-05-29ice: init flow director before RDMAMichal Swiatkowski1-2/+4
2025-05-18ice: use DSN instead of PCI BDF for ice_adapter indexPrzemek Kitszel2-31/+22
2025-05-18ice: Initial support for E825C hardware in ice_adapterSergey Temerkhanov1-3/+13
2025-05-09ice: Check VF VSI Pointer Value in ice_vc_add_fdir_fltr()Xuanqiang Luo1-0/+5
2025-03-22ice: Fix switchdev slow-path in LAGMarcin Szycik2-1/+30
2025-03-22ice: fix memory leak in aRFS after resetGrzegorz Nitka1-1/+1
2025-03-22ice: do not configure destination override for switchdevLarysa Zaremba3-28/+0
2025-03-07ice: Avoid setting default Rx VSI twice in switchdev setupMarcin Szycik1-2/+1
2025-03-07ice: Fix deinitializing VF in error pathMarcin Szycik3-4/+10
2025-03-07ice: add E830 HW VF mailbox message limit supportPaul Greenwalt9-13/+96
2025-02-17ice: Add check for devm_kzalloc()Jiasheng Jiang1-0/+3
2025-02-17ice: stop storing XDP verdict within ice_rx_bufMaciej Fijalkowski3-70/+36
2025-02-17ice: gather page_count()'s of each frag right before XDP prog callMaciej Fijalkowski1-1/+26
2025-02-17ice: put Rx buffers after being done with current frameMaciej Fijalkowski1-29/+50
2025-02-08ice: remove invalid parameter of equalizerMateusz Polchlopek3-3/+0
2025-02-08ice: extend dump serdes equalizer values featureMateusz Polchlopek3-0/+51
2025-02-08ice: rework of dump serdes equalizer values featureMateusz Polchlopek2-77/+38
2025-02-08ice: fix ice_parser_rt::bst_key array sizePrzemek Kitszel2-11/+7
2025-01-23ice: Add correct PHY lane assignmentKarol Kolacinski8-45/+68
2025-01-23ice: Use ice_adapter for PTP shared data instead of auxdevSergey Temerkhanov5-43/+105
2025-01-23ice: Add ice_get_ctrl_ptp() wrapper to simplify the codeSergey Temerkhanov2-1/+16
2025-01-23ice: Introduce ice_get_phy_model() wrapperSergey Temerkhanov3-21/+25
2025-01-23ice: Fix ETH56G FC-FEC Rx offset valueKarol Kolacinski1-1/+1
2025-01-23ice: Fix quad registers read on E825Karol Kolacinski2-87/+133
2025-01-23ice: Fix E825 initializationKarol Kolacinski1-13/+9
2025-01-17ice: fix incorrect PHY settings for 100 GB/sPrzemyslaw Korba1-2/+2
2025-01-17ice: fix max values for dpll pin phase adjustArkadiusz Kubalewski2-12/+25
2024-12-14ice: Fix VLAN pruning in switchdev modeMarcin Szycik1-3/+5
2024-12-14ice: fix PHY timestamp extraction for ETH56GPrzemyslaw Korba2-4/+4
2024-12-14ice: fix PHY Clock Recovery availability checkArkadiusz Kubalewski1-8/+17
2024-12-05ice: consistently use q_idx in ice_vc_cfg_qs_msg()Jacob Keller1-11/+10
2024-11-05ice: change q_index variable type to s16 to store -1 valueMateusz Polchlopek2-2/+5
2024-11-05ice: Fix use after free during unload with ports in bridgeMarcin Szycik1-1/+2
2024-10-29ice: fix crash on probe for DPLL enabled E810 LOMArkadiusz Kubalewski3-2/+90
2024-10-29ice: block SF port creation in legacy modeMichal Swiatkowski1-0/+6
2024-10-09ice: Fix increasing MSI-X on VFMarcin Szycik3-5/+9