summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
5 dayse1000: fix OOB in e1000_tbi_should_accept()Guangshuo Li1-1/+9
5 daysiavf: fix off-by-one issues in iavf_config_rss_reg()Kohei Enju1-2/+2
5 daysi40e: fix scheduling in set_rx_modePrzemyslaw Korba1-0/+1
2025-12-07net: intel: fm10k: Fix parameter idx set but not usedBrahmajit Das4-6/+5
2025-10-02i40e: fix validation of VF state in get resourcesLukasz Czapnik2-2/+8
2025-10-02i40e: fix idx validation in config queues msgLukasz Czapnik1-2/+2
2025-10-02i40e: add validation for ring_len paramLukasz Czapnik1-0/+14
2025-10-02i40e: increase max descriptors for XL710Justin Bronder2-6/+20
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 input validation logic for action_metaLukasz Czapnik1-1/+1
2025-10-02i40e: fix idx validation in i40e_validate_queue_mapLukasz Czapnik1-2/+4
2025-10-02i40e: remove redundant memory barrier when cleaning Tx descsMaciej Fijalkowski1-3/+0
2025-10-02i40e: fix IRQ freeing in i40e_vsi_request_irq_msix error pathMichal Schmidt1-1/+1
2025-10-02i40e: Use irq_update_affinity_hint()Nitesh Narayan Lal1-4/+4
2025-10-02igb: 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-09i40e: Fix potential invalid access when MAC list is emptyZhen Ni1-2/+2
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