summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2025-07-03ixgbe: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean
2025-07-03igb: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean
2025-07-03igc: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean
2025-07-03ice: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean
2025-07-01igc: disable L1.2 PCI-E link substate to avoid performance issueVitaly Lifshits
2025-07-01idpf: convert control queue mutex to a spinlockAhmed Zaki
2025-07-01idpf: return 0 size for RSS key if not supportedMichal Swiatkowski
2025-07-01time/timecounter: Fix the lie that struct cyclecounter is constGreg Kroah-Hartman
2025-06-27ice: add ref-sync dpll pinsArkadiusz Kubalewski
2025-06-26ice: default to TIME_REF instead of TXCO on E825-CJacob Keller
2025-06-26ice: move TSPLL init calls to ice_ptp.cKarol Kolacinski
2025-06-26ice: fall back to TCXO on TSPLL lock failKarol Kolacinski
2025-06-26ice: wait before enabling TSPLLKarol Kolacinski
2025-06-26ice: add multiple TSPLL helpersKarol Kolacinski
2025-06-26ice: use bitfields instead of unions for CGU regsKarol Kolacinski
2025-06-26ice: read TSPLL registers again before reporting statusJacob Keller
2025-06-26ice: clear time_sync_en field for E825-C during reprogrammingJacob Keller
2025-06-21Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2025-06-19igc: Make the const read-only array supported_sizes staticColin Ian King
2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-06-18udp_tunnel: remove rtnl_lock dependencyStanislav Fomichev
2025-06-18ice: add TSPLL log config helperKarol Kolacinski
2025-06-18ice: use designated initializers for TSPLL constsKarol Kolacinski
2025-06-18ice: remove ice_tspll_params_e825 definitionsKarol Kolacinski
2025-06-18ice: fix E825-C TSPLL register definitionsJacob Keller
2025-06-18ice: rename TSPLL and CGU functions and definitionsKarol Kolacinski
2025-06-18ice: move TSPLL functions to a separate fileKarol Kolacinski
2025-06-17Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2025-06-17e1000e: set fixed clock frequency indication for Nahum 11 and Nahum 13Vitaly Lifshits
2025-06-17ice: fix eswitch code memory leak in reset scenarioGrzegorz Nitka
2025-06-17net: ice: Perform accurate aRFS flow matchKrishna Kumar
2025-06-17Merge branch 'intel-next-queue-1GbE'Paolo Abeni
2025-06-16eth: iavf: migrate to new RXFH callbacksJakub Kicinski
2025-06-16eth: ice: migrate to new RXFH callbacksJakub Kicinski
2025-06-16eth: i40e: migrate to new RXFH callbacksJakub Kicinski
2025-06-16eth: fm10k: migrate to new RXFH callbacksJakub Kicinski
2025-06-16eth: ixgbe: migrate to new RXFH callbacksJakub Kicinski
2025-06-16eth: igc: migrate to new RXFH callbacksJakub Kicinski
2025-06-16eth: igb: migrate to new RXFH callbacksJakub Kicinski
2025-06-16eth: e1000e: migrate to new RXFH callbacksJakub Kicinski
2025-06-16libeth: xsk: add XSkFQ refill and XSk wakeup helpersAlexander Lobakin
2025-06-16libeth: xsk: add XSk Rx processing supportAlexander Lobakin
2025-06-16libeth: xsk: add XSk xmit functionsAlexander Lobakin
2025-06-16libeth: xsk: add XSk XDP_TX sending helpersAlexander Lobakin
2025-06-16libeth: xdp: add RSS hash hint and XDP features setup helpersAlexander Lobakin
2025-06-16libeth: xdp: add XDP prog run and verdict result handlingAlexander Lobakin
2025-06-16libeth: xdp: add helpers for preparing/processing &libeth_xdp_buffAlexander Lobakin
2025-06-16libeth: xdp: add XDPSQ cleanup timersAlexander Lobakin
2025-06-16libeth: xdp: add XDPSQ locking helpersAlexander Lobakin
2025-06-16libeth: xdp: add XDPSQE completion helpersAlexander Lobakin