summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2025-06-27i40e: return false from i40e_reset_vf if reset is in progressRobert Malz1-3/+3
2025-06-27ice: fix rebuilding the Tx scheduler tree for large queue countsMichal Kubiak1-28/+142
2025-06-27ice: create new Tx scheduler nodes for new queues onlyMichal Kubiak1-5/+6
2025-06-04ice: fix vf->num_mac count with port representorsJacob Keller1-1/+0
2025-06-04ice: count combined queues using Rx/Tx countMichal Swiatkowski1-2/+1
2025-05-09ice: Check VF VSI Pointer Value in ice_vc_add_fdir_fltr()Xuanqiang Luo1-0/+5
2025-04-25igc: cleanup PTP module if probe failsChristopher S M Hall1-0/+1
2025-04-25igc: handle the IGC_PTP_ENABLED flag correctlyChristopher S M Hall1-0/+7
2025-04-25igc: move ktime snapshot into PTM retry loopChristopher S M Hall1-9/+9
2025-04-25igc: fix PTM cycle trigger logicChristopher S M Hall2-29/+42
2025-03-28ice: fix memory leak in aRFS after resetGrzegorz Nitka1-1/+1
2025-02-21iavf: allow changing VLAN state without calling PFMichal Swiatkowski1-2/+17
2025-01-17ice: fix incorrect PHY settings for 100 GB/sPrzemyslaw Korba1-2/+2
2024-12-14igb: Fix potential invalid memory access in igb_init_module()Yuan Can1-0/+4
2024-12-14ixgbe: downgrade logging of unsupported VF API version to debugJacob Keller2-1/+3
2024-12-14ixgbevf: stop attempting IPSEC offload on Mailbox API 1.5Jacob Keller1-1/+0
2024-11-14i40e: fix race condition by adding filter's intermediate sync stateAleksandr Loktionov3-2/+12
2024-11-14ice: change q_index variable type to s16 to store -1 valueMateusz Polchlopek2-2/+5
2024-10-17igb: Do not bring the device up after non-fatal errorMohamed Khalfella1-0/+4
2024-10-17i40e: Fix macvlan leak by synchronizing access to mac_filter_hashAleksandr Loktionov2-0/+3
2024-10-17ice: Fix netif_is_ice() in Safe ModeMarcin Szycik1-1/+2
2024-10-17ice: fix VLAN replay after resetDave Ertman1-2/+0
2024-10-17ice: Adjust over allocation of memory in ice_sched_add_root_node() and ice_sc...Aleksandr Mishin1-4/+2
2024-09-18igb: Always call igb_xdp_ring_update_tail() under Tx lockSriram Yagnaraman1-4/+13
2024-09-18ice: fix accounting for filters shared by multiple VSIsJacob Keller1-1/+1
2024-09-12ice: do not bring the VSI up, if it was down before the XDP setupLarysa Zaremba1-2/+5
2024-09-12ice: allow hot-swapping XDP programsMaciej Fijalkowski1-10/+9
2024-09-12ice: Use ice_max_xdp_frame_size() in ice_xdp_setup_prog()Maciej Fijalkowski1-14/+14
2024-09-12igc: Unlock on error in igc_io_resume()Dan Carpenter1-0/+1
2024-09-12ice: Add netif_device_attach/detach into PF reset flowDawid Osuchowski1-0/+7
2024-09-12igb: Fix not clearing TimeSync interrupts for 82580Daiwei Li1-0/+10
2024-09-04igc: Fix qbv tx latency by setting gtxoffsetFaizal Rahim1-1/+1
2024-09-04igc: Fix reset adapter logics when tx mode changeFaizal Rahim1-0/+7
2024-08-29ice: fix W=1 headers mismatchJesse Brandeburg2-1/+2
2024-08-29ice: fix ICE_LAST_OFFSET formulaMaciej Fijalkowski1-1/+1
2024-08-29ice: fix page reuse when PAGE_SIZE is over 8kMaciej Fijalkowski1-9/+3
2024-08-29ice: Pull out next_to_clean bump out of ice_put_rx_buf()Maciej Fijalkowski1-13/+16
2024-08-29ice: Store page count inside ice_rx_bufMaciej Fijalkowski2-17/+12
2024-08-29ice: Add xdp_buff to ice_rx_ring structMaciej Fijalkowski3-16/+25
2024-08-29ice: Prepare legacy-rx for upcoming XDP multi-buffer supportMaciej Fijalkowski5-23/+17
2024-08-29igc: Fix packet still tx after gate close by reducing i226 MAC retry bufferFaizal Rahim2-0/+40
2024-08-29igc: Correct the launchtime offsetMuhammad Husaini Zulkifli5-0/+48
2024-08-11ice: add missing WRITE_ONCE when clearing ice_rx_ring::xdp_progMaciej Fijalkowski1-1/+1
2024-08-11ice: replace synchronize_rcu with synchronize_netMaciej Fijalkowski1-5/+4
2024-08-11ice: don't busy wait for Rx queue disable in ice_qp_dis()Maciej Fijalkowski1-3/+1
2024-08-11ice: respect netif readiness in AF_XDP ZC related ndo'sMichal Kubiak1-1/+5
2024-08-03ice: Add a per-VF limit on number of FDIR filtersAhmed Zaki4-1/+21
2024-07-18i40e: Fix XDP program unloading while removing the driverMichal Kubiak1-5/+4
2024-07-11Revert "igc: fix a log entry using uninitialized netdev"Sasha Neftin1-3/+2
2024-07-11e1000e: Fix S0ix residency on corporate systemsDima Ruinskiy1-66/+66