summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)AuthorFilesLines
10 daysi40e: fix scheduling in set_rx_modePrzemyslaw Korba1-0/+1
2025-10-29net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().Sebastian Andrzej Siewior1-1/+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: 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-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-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-08-01i40e: 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-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
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-10-17i40e: Include types.h to some headersTony Nguyen2-0/+2
2024-10-17i40e: Fix ST code value for Clause 45Ivan Vecera2-3/+3
2024-07-18i40e: fix: remove needless retries of NVM updateAleksandr Loktionov1-4/+0
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-10intel: add bit macro includes where neededJesse Brandeburg3-0/+4
2024-04-10i40e: Remove circular header dependencies and fix headersIvan Vecera27-81/+72
2024-04-10i40e: Split i40e_osdep.hIvan Vecera8-71/+68
2024-04-10i40e: Move memory allocation structures to i40e_alloc.hIvan Vecera3-12/+15
2024-04-10i40e: Simplify memory allocation functionsIvan Vecera5-43/+14
2024-04-10i40e: Refactor I40E_MDIO_CLAUSE* macrosIvan Vecera2-15/+10
2024-04-10i40e: Remove back pointer from i40e_hw structureIvan Vecera4-11/+31
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: 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-02-01i40e: update xdp_rxq_info::frag_size for ZC enabled Rx queueMaciej Fijalkowski1-0/+7
2024-02-01i40e: set xdp_rxq_info::frag_sizeMaciej Fijalkowski2-25/+24
2024-02-01intel: xsk: initialize skb_frag_t::bv_offset in ZC driversMaciej Fijalkowski1-1/+2
2024-02-01i40e: handle multi-buffer packets that are shrunk by xdp progTirthendu Sarkar1-17/+23
2024-02-01xsk: make xsk_buff_pool responsible for clearing xdp_buff::flagsMaciej Fijalkowski1-1/+0