summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
2025-10-29net: stmmac: use FIELD_GET() for version registerRussell King (Oracle)
2025-10-29net: stmmac: move stmmac_get_*id() into stmmac_get_version()Russell King (Oracle)
2025-10-29net: stmmac: consolidate version reading and validationRussell King (Oracle)
2025-10-29net: stmmac: simplify stmmac_get_version()Russell King (Oracle)
2025-10-29net: stmmac: move version handling into own functionRussell King (Oracle)
2025-10-29igbvf: fix misplaced newline in VLAN add warning messageAlok Tiwari
2025-10-29ixgbe: fix typos in ixgbe driver commentsAlok Tiwari
2025-10-29idpf: remove duplicate defines in IDPF_CAP_RSSSreedevi Joshi
2025-10-29i40e: avoid redundant VF link state updatesJay Vosburgh
2025-10-29ice: Allow 100M speed for E825C SGMII deviceGrzegorz Nitka
2025-10-29ice: implement configurable header split for regular RxAlexander Lobakin
2025-10-29ice: switch to Page PoolMichal Kubiak
2025-10-29ice: drop page splitting and recyclingMichal Kubiak
2025-10-29ice: remove legacy Rx and construct SKBMichal Kubiak
2025-10-28net: hibmcge: fix the inappropriate netif_device_detach()Jijie Shao
2025-10-28net: hibmcge: remove unnecessary check for np_link_fail in scenarios without ...Jijie Shao
2025-10-28net: hibmcge: fix rx buf avl irq is not re-enabled in irq_handle issueJijie Shao
2025-10-28net: cxgb4/ch_ipsec: fix potential use-after-free in ch_ipsec_xfrm_add_state(...Pavel Zhigulin
2025-10-28Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2025-10-28ixgbe: use EOPNOTSUPP instead of ENOTSUPP in ixgbe_ptp_feature_enable()Kohei Enju
2025-10-28igc: use EOPNOTSUPP instead of ENOTSUPP in igc_ethtool_get_sset_count()Kohei Enju
2025-10-28igb: use EOPNOTSUPP instead of ENOTSUPP in igb_get_sset_count()Kohei Enju
2025-10-28igc: power up the PHY before the link testKohei Enju
2025-10-28ixgbe: fix memory leak and use-after-free in ixgbe_recovery_probe()Kohei Enju
2025-10-28ice: fix usage of logical PF idGrzegorz Nitka
2025-10-28ice: fix destination CGU for dual complex E825Grzegorz Nitka
2025-10-28ice: fix lane number calculationGrzegorz Nitka
2025-10-28net: stmmac: Add a devlink attribute to control timestamping modeMaxime Chevallier
2025-10-28net: stmmac: Move subsecond increment configuration in dedicated helperMaxime Chevallier
2025-10-28net: macb: Add "mobileye,eyeq5-gem" compatibleThéo Lebrun
2025-10-28net: macb: rename bp->sgmii_phy field to bp->phyThéo Lebrun
2025-10-28net: macb: add no LSO capability (MACB_CAPS_NO_LSO)Théo Lebrun
2025-10-28net: macb: match skb_reserve(skb, NET_IP_ALIGN) with HW alignmentThéo Lebrun
2025-10-28net/mlx5: Add balance ID support for LAG multiplane groupsMark Bloch
2025-10-28net/mlx5: Refactor HCA cap 2 settingMark Bloch
2025-10-28net/mlx5: Refactor PTP clock devcom pairingMark Bloch
2025-10-28net/mlx5: Add software system image GUID infrastructureMark Bloch
2025-10-28net/mlx5: Use common mlx5_same_hw_devs functionMark Bloch
2025-10-28net: txgbe: support RSC offloadJiawen Wu
2025-10-28net: txgbe: support TX head write-back modeJiawen Wu
2025-10-28net: txgbe: support RX desc merge modeJiawen Wu
2025-10-27net: hns3: add hwtstamp_get/hwtstamp_set opsVadim Fedorenko
2025-10-27net: renesas: rswitch: convert to ndo_hwtstamp APIVadim Fedorenko
2025-10-27net: ravb: convert to ndo_hwtstamp APIVadim Fedorenko
2025-10-27ionic: convert to ndo_hwtstamp APIVadim Fedorenko
2025-10-27mlx4: convert to ndo_hwtstamp APIVadim Fedorenko
2025-10-27octeontx2: convert to ndo_hwtstamp APIVadim Fedorenko
2025-10-27net: airoha: Fix a copy and paste bug in probe()Dan Carpenter
2025-10-27sfc: fix potential memory leak in efx_mae_process_mport()Abdun Nihaal
2025-10-27net: hns3: return error code when function failsJijie Shao