summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-20i40e: Fix I40E_FLAG_VF_VLAN_PRUNING valueIvan Vecera1-1/+1
2023-10-20iavf: initialize waitqueues before starting watchdog_taskMichal Schmidt1-2/+3
2023-10-20i40e: xsk: remove count_maskMaciej Fijalkowski1-9/+13
2023-10-14ice: Fix safe mode when DDP is missingMateusz Pacuszka1-0/+3
2023-10-14ice: reset first in crash dump kernelsJesse Brandeburg1-0/+15
2023-10-14i40e: prevent crash on probe if hw registers have invalid valuesMichal Schmidt1-2/+2
2023-10-14ice: fix over-shifted variableJesse Brandeburg1-2/+1
2023-10-10ixgbe: fix crash with empty VF macvlan listDan Carpenter1-2/+3
2023-10-08ice: block default rule setting on LAG interfaceMichal Swiatkowski3-0/+39
2023-09-28ice: always add legacy 32byte RXDID in supported_rxdidsMichal Schmidt1-5/+7
2023-09-21igc: Expose tx-usecs coalesce setting to userMuhammad Husaini Zulkifli1-12/+19
2023-09-17Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-David S. Miller4-14/+15
2023-09-16igc: Fix infinite initialization loop with early XDP redirectVinicius Costa Gomes1-1/+1
2023-09-15i40e: Fix VF VLAN offloading when port VLAN is configuredIvan Vecera1-3/+5
2023-09-15iavf: schedule a request immediately after add/delete vlanPetr Oros1-2/+2
2023-09-15iavf: add iavf_schedule_aq_request() helperPetr Oros3-8/+6
2023-09-15iavf: do not process adminq tasks when __IAVF_IN_REMOVE_TASK is setRadoslaw Tyl1-1/+2