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-08i40e: validate ring_len parameter against hardware-specific valuesGregory Herrero3-14/+13
2026-01-08i40e: fix scheduling in set_rx_modePrzemyslaw Korba1-0/+1
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-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-09-09i40e: remove read access to debugfs filesJacob Keller1-104/+19
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-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-12-05i40e: Fix handling changed priv flagsPeter Große1-1/+1
2024-11-05i40e: fix race condition by adding filter's intermediate sync stateAleksandr Loktionov3-2/+12
2024-10-09i40e: Fix macvlan leak by synchronizing access to mac_filter_hashAleksandr Loktionov2-0/+3
2024-09-06i40e: Remove setting of RX software timestampGal Pressman1-4/+0
2024-08-30i40e: Add Energy Efficient Ethernet ability for X710 Base-T/KR/KX cardsAleksandr Loktionov3-7/+54
2024-07-15Merge branch 'net-make-timestamping-selectable'Jakub Kicinski1-1/+1
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent1-1/+1
2024-07-14Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2-2/+1
2024-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+0
2024-07-12i40e: fix: remove needless retries of NVM updateAleksandr Loktionov1-4/+0
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+4
2024-07-11i40e: correct i40e_addr_to_hkey() name in kdocSimon Horman1-1/+1
2024-07-11net: intel: Remove MODULE_AUTHORsTony Nguyen1-1/+0
2024-07-10i40e: Fix XDP program unloading while removing the driverMichal Kubiak1-5/+4
2024-06-11net: intel: Use *-y instead of *-objs in MakefileAndy Shevchenko1-1/+1
2024-05-30i40e: Fully suspend and resume IO operations in EEH caseThinh Tran1-3/+6
2024-05-30i40e: factoring out i40e_suspend/i40e_resumeThinh Tran1-114/+135
2024-05-23tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-5/+5
2024-05-20Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...Linus Torvalds1-1/+1
2024-05-08i40e: flower: validate control flagsAsbjørn Sloth Tønnesen1-0/+4
2024-05-08xsk: use generic DMA sync shortcut instead of a custom oneAlexander Lobakin1-1/+1
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-04-30i40e: Add and use helper to reconfigure TC for given VSIIvan Vecera1-8/+24
2024-04-30i40e: Add helper to access main VEBIvan Vecera3-16/+31
2024-04-30i40e: Consolidate checks whether given VSI is mainIvan Vecera3-17/+16
2024-04-30i40e: Add helper to access main VSIIvan Vecera9-83/+116
2024-04-30i40e: Refactor argument of i40e_detect_recover_hung()Ivan Vecera3-6/+8
2024-04-30i40e: Refactor argument of several client notification functionsIvan Vecera3-19/+17
2024-04-30i40e: Remove flags field from i40e_vebIvan Vecera3-11/+7