summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2025-10-15idpf: fix Rx descriptor ready check barrier in splitqAlexander Lobakin1-6/+2
2025-10-02i40e: improve VF MAC filters accountingLukasz Czapnik3-44/+50
2025-10-02i40e: add mask to apply valid bits for itr_idxLukasz Czapnik1-1/+1
2025-10-02i40e: add max boundary check for VF filtersLukasz Czapnik1-0/+10
2025-10-02i40e: fix validation of VF state in get resourcesLukasz Czapnik2-2/+8
2025-10-02i40e: fix input validation logic for action_metaLukasz Czapnik1-1/+1
2025-10-02i40e: fix idx validation in config queues msgLukasz Czapnik1-2/+2
2025-10-02i40e: fix idx validation in i40e_validate_queue_mapLukasz Czapnik1-2/+4
2025-10-02i40e: add validation for ring_len paramLukasz Czapnik1-0/+14
2025-09-25igc: don't fail igc_probe() on LED setup errorKohei Enju2-3/+10
2025-09-25i40e: remove redundant memory barrier when cleaning Tx descsMaciej Fijalkowski1-3/+0
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-19i40e: fix IRQ freeing in i40e_vsi_request_irq_msix error pathMichal Schmidt1-1/+1
2025-09-19igb: fix link test skipping when interface is admin downKohei Enju1-4/+1
2025-09-09e1000e: fix heap overflow in e1000_set_eepromVitaly Lifshits1-3/+7
2025-09-09ixgbe: fix incorrect map used in eee linkmodeAlok Tiwari1-2/+2
2025-09-09i40e: Fix potential invalid access when MAC list is emptyZhen Ni1-2/+2
2025-09-09i40e: remove read access to debugfs filesJacob Keller1-104/+19
2025-09-09idpf: set mac type when adding and removing MAC filtersEmil Tantilov2-3/+18
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-28igc: fix disabling L1.2 PCI-E link substate on I226 on initValdikSS1-7/+7
2025-08-28ixgbe: xsk: resolve the negative overflow of budget in ixgbe_xmit_zcJason Xing1-1/+3
2025-08-20idpf: preserve coalescing settings across resetsAhmed Zaki5-13/+74
2025-08-15ice/ptp: fix crosstimestamp reportingAnton Nadezhdin1-0/+1
2025-08-15ethernet: intel: fix building with large NR_CPUSArnd Bergmann3-3/+5
2025-08-01ice: Fix a null pointer dereference in ice_copy_and_init_pkg()Haoxiang Li1-0/+2
2025-08-01e1000e: ignore uninitialized checksum word on tgpJacek Kowalski2-0/+9
2025-08-01e1000e: disregard NVM checksum on tgp when valid checksum bit is not setJacek Kowalski1-0/+2
2025-08-01i40e: When removing VF MAC filters, only check PF-set MACJamie Bainbridge1-2/+2
2025-08-01i40e: report VF tx_dropped with tx_errors instead of tx_discardsDennis Chen1-1/+1
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-07-10igc: disable L1.2 PCI-E link substate to avoid performance issueVitaly Lifshits1-0/+10
2025-07-10idpf: convert control queue mutex to a spinlockAhmed Zaki3-17/+20
2025-07-10idpf: return 0 size for RSS key if not supportedMichal Swiatkowski1-2/+2
2025-06-27e1000e: set fixed clock frequency indication for Nahum 11 and Nahum 13Vitaly Lifshits2-6/+16
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-27ixgbe: Fix unreachable retry logic in combined and byte I2C write functionsRand Deeb1-2/+2
2025-06-27i40e: fix MMIO write access to an invalid page in i40e_clear_hwKyungwook Boo1-3/+4
2025-06-19i40e: retry VFLR handling if there is ongoing VF resetRobert Malz1-1/+4
2025-06-19i40e: return false from i40e_reset_vf if reset is in progressRobert Malz1-3/+3
2025-06-19idpf: avoid mailbox timeout delays during resetEmil Tantilov3-6/+15
2025-06-19idpf: fix a race in txq wakeupBrian Vazquez3-40/+22
2025-06-19ice: fix rebuilding the Tx scheduler tree for large queue countsMichal Kubiak1-28/+142