summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* e1000e: avoid failing the system during pm_suspendVitaly Lifshits2024-10-101-8/+11
* ice: Adjust over allocation of memory in ice_sched_add_root_node() and ice_sc...Aleksandr Mishin2024-10-101-4/+2
* idpf: fix netdev Tx queue stop/wakeMichal Kubiak2024-10-043-27/+21
* idpf: merge singleq and splitq &net_device_opsAlexander Lobakin2024-10-044-63/+20
* idpf: split &idpf_queue into 4 strictly-typed queue structuresAlexander Lobakin2024-10-047-728/+1018
* idpf: stop using macros for accessing queue descriptorsAlexander Lobakin2024-10-045-50/+52
* ice: check for XDP rings instead of bpf program when unconfiguringLarysa Zaremba2024-09-303-7/+7
* igb: Always call igb_xdp_ring_update_tail() under Tx lockSriram Yagnaraman2024-09-181-4/+13
* ice: fix VSI lists confusion when adding VLANsMichal Schmidt2024-09-181-1/+1
* ice: fix accounting for filters shared by multiple VSIsJacob Keller2024-09-181-1/+1
* ice: Fix lldp packets dropping after changing the number of channelsMartyna Szapar-Mudlaw2024-09-181-7/+8
* ice: do not bring the VSI up, if it was down before the XDP setupLarysa Zaremba2024-09-121-2/+5
* ice: remove ICE_CFG_BUSY locking from AF_XDP codeLarysa Zaremba2024-09-121-9/+0
* ice: check ICE_VSI_DOWN under rtnl_lock when preparing for resetLarysa Zaremba2024-09-121-6/+6
* ice: protect XDP configuration with a mutexLarysa Zaremba2024-09-124-19/+39
* ice: move netif_queue_set_napi to rtnl-protected sectionsLarysa Zaremba2024-09-124-118/+49
* igc: Unlock on error in igc_io_resume()Dan Carpenter2024-09-121-0/+1
* ice: Add netif_device_attach/detach into PF reset flowDawid Osuchowski2024-09-121-0/+7
* igb: Fix not clearing TimeSync interrupts for 82580Daiwei Li2024-09-121-0/+10
* ice: Check all ice_vsi_rebuild() errors in functionEric Joyner2024-09-121-2/+11
* igb: cope with large MAX_SKB_FRAGSPaolo Abeni2024-08-291-0/+1
* ice: use internal pf id instead of function numberMichal Swiatkowski2024-08-291-2/+2
* ice: fix truesize operations for PAGE_SIZE >= 8192Maciej Fijalkowski2024-08-292-34/+20
* ice: fix ICE_LAST_OFFSET formulaMaciej Fijalkowski2024-08-291-1/+1
* ice: fix page reuse when PAGE_SIZE is over 8kMaciej Fijalkowski2024-08-291-9/+3
* igc: Fix qbv tx latency by setting gtxoffsetFaizal Rahim2024-08-291-1/+1
* igc: Fix reset adapter logics when tx mode changeFaizal Rahim2024-08-291-5/+19
* igc: Fix qbv_config_change_errors logicsFaizal Rahim2024-08-293-10/+15
* igc: Fix packet still tx after gate close by reducing i226 MAC retry bufferFaizal Rahim2024-08-292-0/+40
* idpf: fix memleak in vport interrupt configurationMichal Kubiak2024-08-141-11/+8
* idpf: fix UAFs when destroying the queuesAlexander Lobakin2024-08-142-35/+13
* idpf: fix memory leaks and crashes while performing a soft resetAlexander Lobakin2024-08-141-15/+15
* ice: Fix reset handlerGrzegorz Nitka2024-08-141-0/+2
* igc: Fix double reset adapter triggered from a single taprio cmdFaizal Rahim2024-08-111-16/+17
* ice: xsk: fix txq interrupt mappingMaciej Fijalkowski2024-08-111-10/+14
* ice: add missing WRITE_ONCE when clearing ice_rx_ring::xdp_progMaciej Fijalkowski2024-08-111-1/+1
* ice: improve updating ice_{t,r}x_ring::xsk_poolMaciej Fijalkowski2024-08-116-55/+87
* ice: toggle netif_carrier when setting up XSK poolMaciej Fijalkowski2024-08-111-1/+7
* ice: modify error handling when setting XSK pool in ndo_bpfMaciej Fijalkowski2024-08-111-14/+16
* ice: replace synchronize_rcu with synchronize_netMaciej Fijalkowski2024-08-111-5/+4
* ice: don't busy wait for Rx queue disable in ice_qp_dis()Maciej Fijalkowski2024-08-111-3/+1
* ice: respect netif readiness in AF_XDP ZC related ndo'sMichal Kubiak2024-08-111-1/+5
* ice: Fix recipe read procedureWojciech Drewek2024-08-031-4/+4
* ice: Add a per-VF limit on number of FDIR filtersAhmed Zaki2024-08-034-1/+21
* i40e: fix: remove needless retries of NVM updateAleksandr Loktionov2024-07-111-4/+0
* e1000e: fix force smbus during suspend flowVitaly Lifshits2024-07-101-20/+53
* i40e: Fix XDP program unloading while removing the driverMichal Kubiak2024-07-091-5/+4
* ice: use proper macro for testing bitPetr Oros2024-07-031-1/+1
* ice: Reject pin requests with unsupported flagsJacob Keller2024-07-032-16/+23
* ice: Don't process extts if PTP is disabledJacob Keller2024-07-031-0/+4