summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
3 daysice: Fix PTP NULL pointer dereference during VSI rebuildAaron Ma3-3/+22
3 daysice: fix using untrusted value of pkt_len in ice_vc_fdir_parse_raw()Mateusz Polchlopek1-9/+15
3 daysice: use ice_update_eth_stats() for representor statsPetr Oros2-4/+13
3 daysice: fix inverted ready check for VF representorsPetr Oros1-1/+1
11 daysice: fix devlink reload call tracePaul Greenwalt1-2/+1
11 daysice: fix retry for AQ command 0x06EEJakub Staniszewski2-21/+15
11 daysice: reintroduce retry mechanism for indirect AQJakub Staniszewski1-3/+9
2026-02-06ice: stop counting UDP csum mismatch as rx_errorsJesse Brandeburg1-1/+0
2026-02-06ice: Fix NULL pointer dereference in ice_vsi_set_napi_queuesAaron Ma1-4/+6
2026-01-30ice: Fix persistent failure in ice_get_rxfhCody Haas3-5/+30
2026-01-30ice: Fix incorrect timeout ice_release_res()Ding Hui1-1/+1
2026-01-30ice: Avoid detrimental cleanup for bond during interface stopDave Ertman1-8/+17
2026-01-30ice: initialize ring_stats->syncpJacob Keller1-0/+4
2025-12-01ice: fix PTP cleanup on driver removal in error pathGrzegorz Nitka1-3/+19
2025-11-13ice: Don't use %pK through printk or tracepointsThomas Weißschuh2-6/+6
2025-10-19ice: ice_adapter: release xa entry on adapter allocation failureHaotian Zhang1-4/+6
2025-09-25ice: fix Rx page leak on multi-buffer framesJacob Keller2-47/+34
2025-09-25ice: store max_frame and rx_buf_len only in ice_rx_ringJacob Keller4-24/+23
2025-09-09ice: fix NULL access of tx->in_use in ice_ll_ts_intrJacob Keller1-5/+7
2025-09-04ice: fix incorrect counter for buffer allocation failuresMichal Kubiak1-1/+1
2025-09-04ice: use fixed adapter index for E825C embedded devicesJacob Keller2-13/+40
2025-09-04ice: don't leave device non-functional if Tx scheduler config failsJacob Keller2-17/+43
2025-08-15ice/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