summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
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-08igb: Fix potential memory leak in igb_add_ethtool_nfc_entryMateusz Palczewski1-1/+5
2023-10-25i40e: prevent crash on probe if hw registers have invalid valuesMichal Schmidt1-2/+2
2023-10-25ixgbe: fix crash with empty VF macvlan listDan Carpenter1-2/+3
2023-09-23ixgbe: fix timestamp configuration codeVadim Fedorenko1-13/+15
2023-09-23igb: Change IGB_MIN to allow set rx/tx value between 64 and 80Olga Zaborska1-2/+2
2023-09-23igbvf: Change IGBVF_MIN to allow set rx/tx value between 64 and 80Olga Zaborska1-2/+2
2023-09-23igb: disable virtualization features on 82580Corinna Vinschen1-2/+3
2023-09-23igb: set max size RX buffer when store bad packet is enabledRadoslaw Tyl1-4/+7
2023-08-30igb: Avoid starting unnecessary workqueuesAlessio Igor Bogani1-12/+12
2023-08-30i40e: fix misleading debug logsAndrii Staikov1-8/+8
2023-08-11i40e: Fix an NULL vs IS_ERR() bug for debugfs_create_dir()Wang Ming1-1/+1
2023-08-11igb: Fix igb_down hung on surprise removalYing Hsu1-0/+5
2023-06-21igb: fix nvm.ops.read() error handlingAleksandr Loktionov1-0/+3
2023-06-14i40e: fix build warnings in i40e_alloc.hGreg Kroah-Hartman1-11/+6
2023-05-30igb: fix bit_shift to be in [1..8] rangeAleksandr Loktionov1-2/+2
2023-05-17ixgbe: Enable setting RSS table to default valuesJoe Damato1-9/+10
2023-05-17ixgbe: Allow flow hash to be set via ethtoolJoe Damato1-2/+2
2023-04-26e1000e: Disable TSO on i219-LM card to increase speedSebastian Basierski1-25/+26
2023-04-26i40e: fix i40e_setup_misc_vector() error handlingAleksandr Loktionov1-1/+4
2023-04-26i40e: fix accessing vsi->active_filters without holding lockAleksandr Loktionov1-2/+2
2023-04-05i40e: fix registers dump after run ethtool adapter self testRadoslaw Tyl2-6/+7
2023-04-05igb: revert rtnl_lock() that causes deadlockLin Ma1-2/+0
2023-04-05igbvf: Regard vf reset nack as successAkihiko Odaki1-3/+10
2023-04-05intel/igbvf: free irq on the error path in igbvf_request_msix()Gaosheng Cui1-2/+6
2023-04-05iavf: fix inverted Rx hash condition leading to disabled hashAlexander Lobakin1-1/+1
2023-02-22i40e: Add checking for null for nlmsg_find_attr()Natalia Petrova1-0/+2
2023-02-22i40e: add double of VLAN header when computing the max MTUJason Xing1-1/+1
2023-01-18igb: Do not free q_vector unless new one was allocatedKees Cook1-2/+6
2023-01-18igb: Initialize mailbox message for VF resetTony Nguyen1-1/+1
2022-12-14igb: Allocate MSI-X vector when testingAkihiko Odaki1-0/+2
2022-12-14e1000e: Fix TX dispatch conditionAkihiko Odaki1-2/+2
2022-11-03i40e: Fix flow-type by setting GL_HASH_INSET registersSlawomir Laba1-33/+38
2022-11-03i40e: Fix ethtool rx-flow-hash setting for X722Slawomir Laba2-8/+27
2022-09-28iavf: Fix cached head and tail value for iavf_get_tx_pendingBrett Creeley1-1/+4
2022-09-05ixgbe: stop resetting SYSTIME in ixgbe_ptp_start_cyclecounterJacob Keller1-13/+46
2022-08-25igb: Add lock to avoid data raceLin Ma2-1/+13
2022-08-25i40e: Fix to stop tx_timeout recovery if GLOBR failsAlan Brady1-1/+3
2022-07-02igb: Make DMA faster when CPU is active on the PCIe linkKai-Heng Feng1-7/+5
2022-06-25i40e: Fix call trace in setup_tx_descriptorsAleksandr Loktionov1-8/+17
2022-06-14ixgbe: fix unexpected VLAN Rx in promisc mode on VFOlivier Matz1-2/+2
2022-06-14ixgbe: fix bcast packets Rx on VF after promisc removalOlivier Matz1-2/+2
2022-05-25igb: skip phy status check where unavailableKevin Mitchell1-1/+2
2022-04-27e1000e: Fix possible overflow in LTR decodingSasha Neftin1-2/+2
2022-02-08i40e: fix unsigned stat widthsJoe Damato3-7/+7
2022-02-08i40e: Increase delay to 1 s after global EMP resetJedrzej Jagielski1-9/+3
2022-01-11i40e: Fix incorrect netdev's real number of RX/TX queuesJedrzej Jagielski1-7/+25
2022-01-11i40e: fix use-after-free in i40e_sync_filters_subtask()Di Zhu1-0/+24
2021-12-22ixgbe: set X550 MDIO speed before talking to PHYCyril Novikov1-0/+3