summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2025-08-28ixgbe: xsk: resolve the negative overflow of budget in ixgbe_xmit_zcJason Xing1-1/+3
2025-08-28ice: Fix a null pointer dereference in ice_copy_and_init_pkg()Haoxiang Li1-0/+2
2025-08-28ethernet: intel: fix building with large NR_CPUSArnd Bergmann3-3/+5
2025-08-28e1000e: ignore uninitialized checksum word on tgpJacek Kowalski2-0/+9
2025-08-28e1000e: disregard NVM checksum on tgp when valid checksum bit is not setJacek Kowalski1-0/+2
2025-08-28i40e: report VF tx_dropped with tx_errors instead of tx_discardsDennis Chen1-1/+1
2025-08-28i40e: Add rx_missed_errors for buffer exhaustionYajun Deng3-13/+10
2025-06-27net: ice: Perform accurate aRFS flow matchKrishna Kumar1-0/+48
2025-06-27i40e: fix MMIO write access to an invalid page in i40e_clear_hwKyungwook Boo1-3/+4
2025-06-27i40e: retry VFLR handling if there is ongoing VF resetRobert Malz1-1/+4
2025-06-27i40e: return false from i40e_reset_vf if reset is in progressRobert Malz1-3/+3
2025-06-27ice: create new Tx scheduler nodes for new queues onlyMichal Kubiak1-5/+6
2025-06-04ice: arfs: fix use-after-free when freeing @rx_cpu_rmapAlexander Lobakin3-20/+14
2025-05-02igc: cleanup PTP module if probe failsChristopher S M Hall1-0/+1
2025-05-02igc: handle the IGC_PTP_ENABLED flag correctlyChristopher S M Hall1-0/+7
2025-04-10ice: fix memory leak in aRFS after resetGrzegorz Nitka1-1/+1
2024-12-14igb: Fix potential invalid memory access in igb_init_module()Yuan Can1-0/+4
2024-10-17igb: Do not bring the device up after non-fatal errorMohamed Khalfella1-0/+4
2024-10-17ice: fix VLAN replay after resetDave Ertman1-2/+0
2024-10-17ice: Adjust over allocation of memory in ice_sched_add_root_node() and ice_sc...Aleksandr Mishin1-4/+2
2024-10-17ice: fix accounting for filters shared by multiple VSIsJacob Keller1-1/+1
2024-09-12igc: Unlock on error in igc_io_resume()Dan Carpenter1-0/+1
2024-09-12igb: Fix not clearing TimeSync interrupts for 82580Daiwei Li1-0/+10
2024-09-04ice: fix ICE_LAST_OFFSET formulaMaciej Fijalkowski1-1/+1
2024-05-02iavf: Fix TC config comparison with existing adapter TC configSudheer Mogilappagari1-1/+29
2024-05-02i40e: Report MFS in decimal base instead of hexErwan Velu1-2/+2
2024-05-02i40e: Do not use WQ_MEM_RECLAIM flag for workqueueSindhu Devale1-1/+1
2024-04-13i40e: fix vf may be used uninitialized in this function warningAleksandr Loktionov1-18/+16
2024-04-13i40e: fix i40e_count_filters() to count only active/new filtersAleksandr Loktionov1-2/+5
2024-04-13ixgbe: avoid sleeping allocation in ixgbe_ipsec_vf_add_sa()Przemek Kitszel1-8/+8
2024-03-27igb: Fix missing time sync eventsVinicius Costa Gomes1-18/+5
2024-03-27igb: move PEROUT and EXTTS isr logic to separate functionsRuud Bos1-35/+46
2024-03-15net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink()Rand Deeb1-0/+2
2024-03-15i40e: disable NAPI right after disabling irqs when handling xsk_poolMaciej Fijalkowski1-1/+1
2024-03-15ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}ableMaciej Fijalkowski1-7/+49
2024-02-23i40e: Fix waiting for queues of all VSIs to be disabledIvan Vecera1-1/+1
2024-02-23ixgbe: Fix an error handling path in ixgbe_read_iosf_sb_reg_x550()Christophe JAILLET1-1/+2
2024-02-23ixgbe: Refactor overtemp event handlingJedrzej Jagielski5-41/+43
2024-02-23ixgbe: Refactor returning internal error codesJedrzej Jagielski12-317/+264
2024-02-23ixgbe: Remove non-inclusive languagePiotr Skajewski3-25/+25
2024-02-23i40e: Fix VF disable behavior to block all trafficAndrii Staikov2-0/+33
2024-01-15i40e: Restore VF MSI-X state during PCI resetAndrii Staikov3-0/+32
2024-01-15i40e: fix use-after-free in i40e_aqc_add_filters()Ke Xiao1-1/+7
2024-01-15i40e: Fix filter input checks to prevent config with invalid valuesSudheer Mogilappagari1-4/+4
2023-12-20net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean2-2/+2
2023-12-13i40e: Fix unexpected MFS warning messageIvan Vecera1-1/+1
2023-11-20i40e: fix potential memory leaks in i40e_remove()Andrii Staikov1-3/+7
2023-11-08i40e: Fix wrong check for I40E_TXR_FLAGS_WB_ON_ITRIvan Vecera1-1/+1
2023-11-08igc: Fix ambiguity in the ethtool advertisingSasha Neftin1-10/+25
2023-11-08igb: Fix potential memory leak in igb_add_ethtool_nfc_entryMateusz Palczewski1-1/+5