summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2024-04-13ice: use relative VSI index for VFs instead of PF VSI numberJacob Keller2-7/+11
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-04-10ixgbe: 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-15igc: avoid returning frame twice in XDP_REDIRECTFlorian Kauer1-7/+6
2024-03-15net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink()Rand Deeb1-0/+2
2024-03-15ice: virtchnl: stop pretending to support RSS over AQ or registersJacob Keller2-10/+1
2024-03-15ice: reorder disabling IRQ and NAPI in ice_qp_disMaciej Fijalkowski1-4/+5
2024-03-15i40e: disable NAPI right after disabling irqs when handling xsk_poolMaciej Fijalkowski1-1/+1
2024-03-15ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}ableMaciej Fijalkowski1-7/+49
2024-03-06igb: extend PTP timestamp adjustments to i211Oleksij Rempel1-2/+3
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-05ixgbe: Fix an error handling path in ixgbe_read_iosf_sb_reg_x550()Christophe JAILLET1-1/+2
2024-02-05ixgbe: Refactor overtemp event handlingJedrzej Jagielski5-41/+43
2024-02-05ixgbe: Refactor returning internal error codesJedrzej Jagielski12-317/+264
2024-02-05i40e: Fix VF disable behavior to block all trafficAndrii Staikov2-0/+33
2024-02-05ice: fix pre-shifted bit usageJesse Brandeburg3-11/+18
2024-02-05ice: fix ICE_AQ_VSI_Q_OPT_RSS_* register valuesAhmed Zaki3-13/+11
2024-01-10igc: Fix hicredit calculationRodrigo Cataldo1-1/+1
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-10igc: Check VLAN EtherType maskKurt Kanzenbach1-0/+8
2024-01-10igc: Check VLAN TCI maskKurt Kanzenbach2-3/+26
2024-01-10igc: Report VLAN EtherType matching back to userKurt Kanzenbach1-0/+6
2024-01-10i40e: Fix filter input checks to prevent config with invalid valuesSudheer Mogilappagari1-4/+4
2024-01-10ice: Shut down VSI with "link-down-on-close" enabledNgai-Mint Kwan1-0/+2
2024-01-10ice: Fix link_down_on_close messageKatarzyna Wieczerzycka1-3/+7
2023-12-20iavf: Handle ntuple on/off based on new state machines for flow directorPiotr Gardocki1-0/+59
2023-12-20iavf: Introduce new state machines for flow directorPiotr Gardocki5-23/+139
2023-12-20net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean2-2/+2
2023-12-13iavf: validate tx_coalesce_usecs even if rx_coalesce_usecs is zeroJacob Keller2-11/+2
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-20iavf: Fix promiscuous mode configuration flow messagesBrett Creeley3-60/+74
2023-11-20i40e: fix potential memory leaks in i40e_remove()Andrii Staikov1-3/+7
2023-11-02iavf: in iavf_down, disable queues when removing the driverMichal Schmidt1-1/+1
2023-11-02i40e: Fix wrong check for I40E_TXR_FLAGS_WB_ON_ITRIvan Vecera1-1/+1
2023-11-02igc: Fix ambiguity in the ethtool advertisingSasha Neftin1-10/+25
2023-11-02igb: Fix potential memory leak in igb_add_ethtool_nfc_entryMateusz Palczewski1-1/+5
2023-11-02i40e: Fix I40E_FLAG_VF_VLAN_PRUNING valueIvan Vecera1-1/+1
2023-11-02iavf: initialize waitqueues before starting watchdog_taskMichal Schmidt1-2/+3
2023-10-25ice: Remove redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-3/+0
2023-10-25i40e: prevent crash on probe if hw registers have invalid valuesMichal Schmidt1-2/+2