summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)AuthorFilesLines
2026-03-04net: intel: fix PCI device ID conflict between i40e and ipw2200Ethan Nelson-Moore1-1/+7
2026-01-11i40e: validate ring_len parameter against hardware-specific valuesGregory Herrero3-14/+13
2026-01-11i40e: Refactor argument of i40e_detect_recover_hung()Ivan Vecera3-6/+8
2026-01-11i40e: Refactor argument of several client notification functionsIvan Vecera3-19/+17
2026-01-11i40e: fix scheduling in set_rx_modePrzemyslaw Korba1-0/+1
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: fix idx validation in config queues msgLukasz Czapnik1-2/+2
2025-10-02i40e: fix validation of VF state in get resourcesLukasz Czapnik2-2/+8
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 input validation logic for action_metaLukasz Czapnik1-1/+1
2025-10-02i40e: fix idx validation in i40e_validate_queue_mapLukasz Czapnik1-2/+4
2025-09-25i40e: remove redundant memory barrier when cleaning Tx descsMaciej Fijalkowski1-3/+0
2025-09-19i40e: fix IRQ freeing in i40e_vsi_request_irq_msix error pathMichal Schmidt1-1/+1
2025-09-09i40e: Fix potential invalid access when MAC list is emptyZhen Ni1-2/+2
2025-08-15ethernet: intel: fix building with large NR_CPUSArnd Bergmann1-1/+1
2025-08-15i40e: When removing VF MAC filters, only check PF-set MACJamie Bainbridge1-2/+2
2025-08-15i40e: report VF tx_dropped with tx_errors instead of tx_discardsDennis Chen1-1/+1
2025-08-15i40e: Add rx_missed_errors for buffer exhaustionYajun Deng3-13/+10
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
2024-11-14i40e: fix race condition by adding filter's intermediate sync stateAleksandr Loktionov3-2/+12
2024-10-17i40e: Fix macvlan leak by synchronizing access to mac_filter_hashAleksandr Loktionov2-0/+3
2024-07-18i40e: Fix XDP program unloading while removing the driverMichal Kubiak1-5/+4
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-10i40e: Enforce software interrupt during busy-poll exitIvan Vecera5-21/+72
2024-04-10i40e: Remove _t suffix from enum type namesIvan Vecera3-7/+7
2024-04-10i40e: Store the irq number in i40e_q_vectorJoe Damato2-0/+2
2024-04-10i40e: fix vf may be used uninitialized in this function warningAleksandr Loktionov1-18/+16
2024-04-10i40e: fix i40e_count_filters() to count only active/new filtersAleksandr Loktionov1-2/+5
2024-04-10i40e: Fix VF MAC filter removalIvan Vecera1-5/+6
2024-03-15i40e: disable NAPI right after disabling irqs when handling xsk_poolMaciej Fijalkowski1-1/+1
2024-02-23i40e: Fix waiting for queues of all VSIs to be disabledIvan Vecera1-1/+1
2024-02-23i40e: Do not allow untrusted VF to remove administratively set MACIvan Vecera1-5/+33
2024-02-05i40e: Fix VF disable behavior to block all trafficAndrii Staikov2-0/+33
2024-01-10i40e: Restore VF MSI-X state during PCI resetAndrii Staikov3-0/+32
2024-01-10i40e: fix use-after-free in i40e_aqc_add_filters()Ke Xiao1-1/+7
2024-01-10i40e: Fix filter input checks to prevent config with invalid valuesSudheer Mogilappagari1-4/+4
2023-12-20net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean1-1/+1
2023-12-13i40e: Fix unexpected MFS warning messageIvan Vecera1-1/+1
2023-12-03i40e: Fix adding unsupported cloud filtersIvan Vecera1-7/+9
2023-12-03i40e: use ERR_PTR error print in i40e messagesJan Sokolowski6-197/+198
2023-11-20i40e: fix potential memory leaks in i40e_remove()Andrii Staikov1-3/+7
2023-11-02i40e: Fix wrong check for I40E_TXR_FLAGS_WB_ON_ITRIvan Vecera1-1/+1
2023-11-02i40e: Fix I40E_FLAG_VF_VLAN_PRUNING valueIvan Vecera1-1/+1
2023-10-25i40e: prevent crash on probe if hw registers have invalid valuesMichal Schmidt1-2/+2