summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
2025-10-20ice: add tracking of good transmit timestampsJesse Brandeburg
2025-10-20ice: implement ethtool standard statsJesse Brandeburg
2025-10-20gve: Consolidate and persist ethtool ring changesAnkit Garg
2025-10-20net/mlx5e: RX, Fix generating skb from non-linear xdp_buff for striding RQAmery Hung
2025-10-20net/mlx5e: RX, Fix generating skb from non-linear xdp_buff for legacy RQAmery Hung
2025-10-20funeth: convert to ndo_hwtstamp APIVadim Fedorenko
2025-10-20tsnep: convert to ndo_hwtstatmp APIVadim Fedorenko
2025-10-20cxgb4: convert to ndo_hwtstamp APIVadim Fedorenko
2025-10-20net: atlantic: convert to ndo_hwtstamp APIVadim Fedorenko
2025-10-20amd-xgbe: convert to ndo_hwtstamp callbacksVadim Fedorenko
2025-10-20ti: icssg: convert to ndo_hwtstamp APIVadim Fedorenko
2025-10-20net: ti: am65-cpsw: move hw timestamping to ndo callbackVadim Fedorenko
2025-10-20net: stmmac: convert to phylink PCS supportRussell King (Oracle)
2025-10-20net: stmmac: provide PCS initialisation hookRussell King (Oracle)
2025-10-20net: stmmac: only call stmmac_pcs_ctrl_ane() for integrated SGMII PCSRussell King (Oracle)
2025-10-20net: stmmac: do not require snps,ps-speed for SGMIIRussell King (Oracle)
2025-10-20net: stmmac: hw->ps becomes hw->reverse_sgmii_enableRussell King (Oracle)
2025-10-20net: stmmac: simplify stmmac_check_pcs_mode()Russell King (Oracle)
2025-10-20net: stmmac: move reverse-"pcs" mode setup to stmmac_check_pcs_mode()Russell King (Oracle)
2025-10-20net: stmmac: remove RGMII "pcs" modeRussell King (Oracle)
2025-10-20net: stmmac: remove hw->ps xxx_core_init() hardware setupRussell King (Oracle)
2025-10-20net: stmmac: remove unused PCS loopback supportRussell King (Oracle)
2025-10-20net: stmmac: remove PCS "mode" pause handlingRussell King (Oracle)
2025-10-20net: stmmac: remove SGMII/RGMII/SMII interrupt handlingRussell King (Oracle)
2025-10-20net: stmmac: remove xstats.pcs_* membersRussell King (Oracle)
2025-10-20net: stmmac: remove broken PCS codeRussell King (Oracle)
2025-10-17r8169: reconfigure rx unconditionally before chip reset when resumingHeiner Kallweit
2025-10-17dpaa2-eth: fix the pointer passed to PTR_ALIGN on Tx pathIoana Ciornei
2025-10-17net: enetc: correct the value of ENETC_RXB_TRUESIZEWei Fang
2025-10-17net: enetc: fix the deadlock of enetc_mdio_lockJianpeng Chang
2025-10-17ipv6: Move ipv6_fl_list from ipv6_pinfo to inet_sock.Kuniyuki Iwashima
2025-10-17net: hibmcge: support pci_driver.shutdown()Jijie Shao
2025-10-16net: stmmac: dwmac-rk: Fix disabling set_clock_selectionSebastian Reichel
2025-10-16net: macb: sort #includesThéo Lebrun
2025-10-16net: macb: apply reverse christmas tree in macb_tx_map()Théo Lebrun
2025-10-16net: macb: drop `count` local variable in macb_tx_map()Théo Lebrun
2025-10-16net: macb: drop `entry` local variable in macb_tx_map()Théo Lebrun
2025-10-16net: macb: replace min() with umin() callsThéo Lebrun
2025-10-16net: macb: remove bp->queue_maskThéo Lebrun
2025-10-16net: macb: introduce DMA descriptor helpers (is 64bit? is PTP?)Théo Lebrun
2025-10-16net: macb: move bp->hw_dma_cap flags to bp->capsThéo Lebrun
2025-10-16net: macb: simplify macb_adj_dma_desc_idx()Théo Lebrun
2025-10-16net: macb: simplify macb_dma_desc_get_size()Théo Lebrun
2025-10-16net: macb: drop macb_config NULL checkingThéo Lebrun
2025-10-16net: macb: Remove local variables clk_init and init in macb_probe()Théo Lebrun
2025-10-16net: macb: remove gap in MACB_CAPS_* flagsThéo Lebrun
2025-10-16net: macb: use BIT() macro for capability definitionsThéo Lebrun
2025-10-16net: stmmac: add Eswin EIC7700 glue driverShangjuan Wei
2025-10-16net: stmmac: rename stmmac_phy_setup() to include phylinkRussell King (Oracle)
2025-10-16net: stmmac: rearrange tc_init()Russell King (Oracle)