summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2025-10-29net: davinci_mdio: use new iterator mdiobus_for_each_phyHeiner Kallweit-9/+5
2025-10-29net: fec: use new iterator mdiobus_for_each_phyHeiner Kallweit-6/+2
2025-10-29net: phy: add iterator mdiobus_for_each_phyHeiner Kallweit-7/+9
2025-10-29net: stmmac: mdio: fix incorrect phy address checkHeiner Kallweit-7/+2
2025-10-29net: wwan: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus-9/+0
2025-10-29net: ipa: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus-10/+0
2025-10-29net: ethernet: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus-26/+1
2025-10-29net: stmmac: est: Fix GCL bounds checksRohan G Thomas-2/+2
2025-10-29net: stmmac: Consider Tx VLAN offload tag length for maxSDURohan G Thomas-4/+10
2025-10-29net: stmmac: vlan: Disable 802.1AD tag insertion offloadRohan G Thomas-15/+5
2025-10-29net: enetc: add standalone ENETC support for i.MX94Wei Fang-0/+7
2025-10-29net: enetc: add basic support for the ENETC with pseudo MAC for i.MX94Wei Fang-2/+142
2025-10-29net: enetc: add ptp timer binding support for i.MX94Clark Wang-0/+100
2025-10-29net: enetc: add preliminary i.MX94 NETC blocks control supportWei Fang-0/+104
2025-10-29net/mlx5e: kTLS, Cancel RX async resync request in error flowsShahar Shitrit-5/+37
2025-10-29net: tls: Change async resync helpers argumentShahar Shitrit-2/+7
2025-10-29net: phy: dp83869: fix STRAP_OPMODE bitmaskThanh Quan-2/+2
2025-10-29net: mctp: Fix tx queue stallJinliang Wang-3/+5
2025-10-29net/mlx5: Don't zero user_count when destroying FDB tablesCosmin Ratiu-2/+0
2025-10-29net: usb: asix_devices: Check return value of usbnet_get_endpointsMiaoqian Lin-3/+9
2025-10-29netconsole: Fix race condition in between reader and writer of userdataGustavo Luiz Duarte-8/+13
2025-10-29nfp: xsk: fix memory leak in nfp_net_alloc()Abdun Nihaal-2/+4
2025-10-29Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski-7/+42
2025-10-29net: stmmac: reorganise stmmac_hwif_init()Russell King (Oracle)-34/+38
2025-10-29net: stmmac: use != rather than ^ for comparing dev_idRussell King (Oracle)-1/+1
2025-10-29net: stmmac: provide function to lookup hwifRussell King (Oracle)-12/+28
2025-10-29net: stmmac: use FIELD_GET() for version registerRussell King (Oracle)-4/+7
2025-10-29net: stmmac: move stmmac_get_*id() into stmmac_get_version()Russell King (Oracle)-15/+6
2025-10-29net: stmmac: consolidate version reading and validationRussell King (Oracle)-18/+11
2025-10-29net: stmmac: simplify stmmac_get_version()Russell King (Oracle)-9/+13
2025-10-29net: stmmac: move version handling into own functionRussell King (Oracle)-13/+29
2025-10-29igbvf: fix misplaced newline in VLAN add warning messageAlok Tiwari-1/+1
2025-10-29ixgbe: fix typos in ixgbe driver commentsAlok Tiwari-4/+4
2025-10-29idpf: remove duplicate defines in IDPF_CAP_RSSSreedevi Joshi-2/+0
2025-10-29i40e: avoid redundant VF link state updatesJay Vosburgh-0/+12
2025-10-29ice: Allow 100M speed for E825C SGMII deviceGrzegorz Nitka-0/+1
2025-10-29ice: implement configurable header split for regular RxAlexander Lobakin-36/+168
2025-10-29ice: switch to Page PoolMichal Kubiak-552/+203
2025-10-29ice: drop page splitting and recyclingMichal Kubiak-223/+24
2025-10-29ice: remove legacy Rx and construct SKBMichal Kubiak-208/+6
2025-10-29Revert "wifi: ath12k: Fix missing station power save configuration"Miaoqing Pan-67/+55
2025-10-28net: hibmcge: fix the inappropriate netif_device_detach()Jijie Shao-4/+6
2025-10-28net: hibmcge: remove unnecessary check for np_link_fail in scenarios without ...Jijie Shao-1/+4
2025-10-28net: hibmcge: fix rx buf avl irq is not re-enabled in irq_handle issueJijie Shao-0/+1
2025-10-28net: phy: motorcomm: Add support for PHY LEDs on YT8531Tianling Shen-0/+3
2025-10-28net: cxgb4/ch_ipsec: fix potential use-after-free in ch_ipsec_xfrm_add_state(...Pavel Zhigulin-1/+6
2025-10-28net: phy: realtek: Add RTL8224 cable testing supportIssam Hamdi-0/+187
2025-10-28Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski-91/+110
2025-10-28ixgbe: use EOPNOTSUPP instead of ENOTSUPP in ixgbe_ptp_feature_enable()Kohei Enju-1/+1
2025-10-28igc: use EOPNOTSUPP instead of ENOTSUPP in igc_ethtool_get_sset_count()Kohei Enju-1/+1