aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-5/+8
2025-07-17Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tngu...Paolo Abeni14-74/+1052
2025-07-15ice: check correct pointer in fwlog debugfsMichal Swiatkowski1-1/+1
2025-07-15ice: add NULL check in eswitch lag checkDave Ertman1-1/+2
2025-07-15ethernet: intel: fix building with large NR_CPUSArnd Bergmann3-3/+5
2025-07-14idpf: implement get LAN MMIO memory regionsJoshua Hay10-52/+368
2025-07-14idpf: implement IDC vport aux driver MTU change handlerJoshua Hay3-3/+41
2025-07-14idpf: implement remaining IDC RDMA core callbacks and handlersJoshua Hay5-3/+69
2025-07-14idpf: implement RDMA vport auxiliary dev create, init, and destroyJoshua Hay4-1/+188
2025-07-14idpf: implement core RDMA auxiliary dev create, init, and destroyJoshua Hay8-0/+294
2025-07-14idpf: use reserved RDMA vectors from control planeJoshua Hay4-21/+98
2025-07-10ice: introduce ice_get_vf_by_dev() wrapperJacob Keller2-6/+19
2025-07-10ice: avoid rebuilding if MSI-X vector count is unchangedJacob Keller1-0/+6
2025-07-10ice: use pci_iov_vf_id() to get VF IDJacob Keller1-9/+3
2025-07-10ice: expose VF functions used by live migrationJacob Keller3-7/+32
2025-07-10ice: move ice_vsi_update_l2tsel to ice_lib.cJacob Keller3-42/+43
2025-07-10ice: save RSS hash configuration for migrationJacob Keller3-3/+12
2025-07-10ice: add functions to get and set Tx queue contextJacob Keller6-5/+204
2025-07-10ice: add support for reading and unpacking Rx queue contextJacob Keller2-0/+62
2025-07-08eth: ice: drop the dead code related to rss_contextsJakub Kicinski1-25/+3
2025-07-07Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski31-236/+596
2025-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni5-19/+32
2025-07-03igbvf: add tx_timeout_count to ethtool statisticsKohei Enju1-0/+1
2025-07-03igbvf: remove unused interrupt counter fields from struct igbvf_adapterKohei Enju2-6/+0
2025-07-03ixgbe: spelling correctionsSimon Horman11-17/+17
2025-07-03ixgbe: turn off MDD while modifying SRRCTLRadoslaw Tyl1-1/+8
2025-07-03ixgbe: add Tx hang detection unhandled MDDSlawomir Mrozowicz4-22/+209
2025-07-03ixgbe: check for MDD eventsDon Skidmore4-0/+57
2025-07-03ixgbe: add MDD supportPaul Greenwalt4-0/+157
2025-07-03i40e: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean3-45/+31
2025-07-03ixgbe: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean3-28/+29
2025-07-03igb: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean3-27/+25
2025-07-03igc: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean3-41/+25
2025-07-03ice: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean3-49/+37
2025-07-01igc: disable L1.2 PCI-E link substate to avoid performance issueVitaly Lifshits1-0/+10
2025-07-01idpf: convert control queue mutex to a spinlockAhmed Zaki3-17/+20
2025-07-01idpf: return 0 size for RSS key if not supportedMichal Swiatkowski1-2/+2
2025-06-27ice: add ref-sync dpll pinsArkadiusz Kubalewski3-0/+288
2025-06-26ice: default to TIME_REF instead of TXCO on E825-CJacob Keller1-1/+1
2025-06-26ice: move TSPLL init calls to ice_ptp.cKarol Kolacinski3-21/+17
2025-06-26ice: fall back to TCXO on TSPLL lock failKarol Kolacinski1-1/+13
2025-06-26ice: wait before enabling TSPLLKarol Kolacinski1-4/+10
2025-06-26ice: add multiple TSPLL helpersKarol Kolacinski1-48/+108
2025-06-26ice: use bitfields instead of unions for CGU regsKarol Kolacinski2-295/+156
2025-06-26ice: read TSPLL registers again before reporting statusJacob Keller1-4/+18
2025-06-26ice: clear time_sync_en field for E825-C during reprogrammingJacob Keller1-0/+9
2025-06-21Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski12-959/+827
2025-06-19igc: Make the const read-only array supported_sizes staticColin Ian King1-1/+1
2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-7/+69
2025-06-18udp_tunnel: remove rtnl_lock dependencyStanislav Fomichev2-2/+0