summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
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-05e1000e: correct maximum frequency adjustment valuesJacob Keller2-7/+35
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-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-01ice: update xdp_rxq_info::frag_size for ZC enabled Rx queueMaciej Fijalkowski1-14/+23
2024-02-01intel: xsk: initialize skb_frag_t::bv_offset in ZC driversMaciej Fijalkowski2-2/+4
2024-02-01ice: remove redundant xdp_rxq_info registrationMaciej Fijalkowski1-5/+0
2024-02-01i40e: handle multi-buffer packets that are shrunk by xdp progTirthendu Sarkar1-17/+23
2024-02-01ice: work on pre-XDP prog frag countMaciej Fijalkowski3-14/+32
2024-02-01xsk: make xsk_buff_pool responsible for clearing xdp_buff::flagsMaciej Fijalkowski2-2/+0
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
2024-01-01ice: Fix PF with enabled XDP going no-carrier after resetLarysa Zaremba1-0/+3
2024-01-01ice: alter feature support check for SRIOV and LAGDave Ertman1-0/+2
2024-01-01ice: stop trashing VF VSI aggregator node ID informationJacob Keller1-4/+0
2024-01-01ice: fix theoretical out-of-bounds access in ethtool link modesMichal Schmidt1-2/+2
2023-12-20iavf: Fix iavf_shutdown to call iavf_remove instead iavf_closeSlawomir Laba1-51/+21
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-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-13ice: Restore fix disabling RX VLAN filteringMarcin Szycik1-3/+8
2023-12-08ice: Fix VF Reset paths when interface in a failed over aggregateDave Ertman4-50/+118
2023-12-03i40e: Fix adding unsupported cloud filtersIvan Vecera1-7/+9
2023-11-20ice: Fix VF-VF direction matching in drop rule in switchdevMarcin Szycik1-1/+23
2023-11-20ice: Fix VF-VF filter rules in switchdev modeAniruddha Paul1-28/+62
2023-11-20ice: lag: in RCU, use atomic allocationMichal Schmidt1-3/+3
2023-11-20ice: Fix SRIOV LAG disable on non-compliant aggregateDave Ertman1-9/+3
2023-11-20ice: fix pin assignment for E810-T without SMA controlJacob Keller1-5/+7
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-10-26iavf: in iavf_down, disable queues when removing the driverMichal Schmidt1-1/+1
2023-10-25i40e: Fix wrong check for I40E_TXR_FLAGS_WB_ON_ITRIvan Vecera1-1/+1
2023-10-21i40e: sync next_to_clean and next_to_process for programming status descTirthendu Sarkar1-1/+8
2023-10-21igc: Fix ambiguity in the ethtool advertisingSasha Neftin1-10/+25
2023-10-20igb: Fix potential memory leak in igb_add_ethtool_nfc_entryMateusz Palczewski1-1/+5