summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2025-03-11net: miiphybb: Drop bb_miiphy_alloc()/bb_miiphy_free() and struct bb_miiphy_busMarek Vasut
2025-03-11net: sh_eth: Switch back to mdio_alloc()Marek Vasut
2025-03-11net: ravb: Switch back to mdio_alloc()Marek Vasut
2025-03-11net: designware: Switch back to mdio_alloc()Marek Vasut
2025-03-11net: miiphybb: Drop priv from struct bb_miiphy_busMarek Vasut
2025-03-11net: miiphybb: Pass struct mii_dev directly to bb_miiphy_read/write()Marek Vasut
2025-03-11net: miiphybb: Pass struct bb_miiphy_bus_ops directly to bb_miiphy_read/write()Marek Vasut
2025-03-11net: miiphybb: Wrap driver side bb_miiphy_read/write() accessorsMarek Vasut
2025-03-11net: miiphybb: Split off struct bb_miiphy_bus_opsMarek Vasut
2025-03-10Merge tag 'v2025.04-rc4' into nextTom Rini
2025-03-03net: tsec: Re-arm packet buffer in error caseJ. Neuschäfer
2025-03-03net: tsec: Reorder tsec_recv and tsec_free_pktJ. Neuschäfer
2025-02-26net: miiphybb: Drop bb_miiphy_buses and bb_miiphy_buses_numMarek Vasut
2025-02-26net: sh_eth: Drop use of miiphy_get_dev_by_name()Marek Vasut
2025-02-26net: ravb: Drop use of miiphy_get_dev_by_name()Marek Vasut
2025-02-26net: miiphybb: Drop name field from struct bb_miiphy_busMarek Vasut
2025-02-26net: miiphybb: Use container_of() in bb_miiphy_getbus()Marek Vasut
2025-02-26net: designware: Allocate bb_miiphy using bb_miiphy_alloc() and fill in callb...Marek Vasut
2025-02-26net: sh_eth: Allocate bb_miiphy using bb_miiphy_alloc() and fill in callbacksMarek Vasut
2025-02-26net: ravb: Allocate bb_miiphy using bb_miiphy_alloc() and fill in callbacksMarek Vasut
2025-02-26net: miiphybb: Introduce bb_miiphy_alloc()/bb_miiphy_free() wrappersMarek Vasut
2025-02-26net: designware: Extract bbmiiphy initialization into dedicated functionMarek Vasut
2025-02-26net: designware: Drop bus indexMarek Vasut
2025-02-26net: miiphybb: Drop bb_miiphy_init() and .init callbackMarek Vasut
2025-02-26net: designware: Reorder bb_miiphy functionsMarek Vasut
2025-02-26net: sh_eth: Reorder bb_miiphy functionsMarek Vasut
2025-02-26net: ravb: Reorder bb_miiphy functionsMarek Vasut
2025-02-26net: designware: Drop NULL priv assignmentMarek Vasut
2025-02-26net: sh_eth: Drop empty init callbackMarek Vasut
2025-02-26net: ravb: Drop empty init callbackMarek Vasut
2025-02-24Merge tag 'v2025.04-rc3' into nextTom Rini
2025-02-19net: dwc_eth_qos_rockchip: Fix disable of RX/TX delay for RK3588Jonas Karlman
2025-02-19net: dwc_eth_qos_rockchip: Fix disable of RX/TX delay for RK356xJonas Karlman
2025-02-18net: designware: Add npcm8xx sgmii pcs supportJim Liu
2025-02-10net: designware: support phy io micro voltage setting.Michael Chang
2025-02-04net: miiphybb: Update debug() printMarek Vasut
2025-02-04net: miiphybb: Convert ifdef DEBUG to debug()Marek Vasut
2025-01-31net: mediatek: fix coding style of AN8855 switch driverWeijie Gao
2025-01-30net: phy: Add RGMII RX/TX delay handling to DP83822 PHYMarek Vasut
2025-01-29net: ravb: Staticize bb_miiphy functionsMarek Vasut
2025-01-29net: miiphybb: configs: Drop CONFIG_BITBANGMII_MULTIMarek Vasut
2025-01-27net: fsl_enetc: Enable optional ENETREF clock on i.MX95Marek Vasut
2025-01-23Merge tag 'u-boot-socfpga-next-20250124' of https://source.denx.de/u-boot/cus...Tom Rini
2025-01-24net: dwc_eth_xgmac_socfpga: Add support for distinct mac-mode and phy mode.Boon Khai Ng
2025-01-24net: dwc_eth_xgmac: Add device name for the error message.Boon Khai Ng
2025-01-24net: dwc_eth_xgmac_socfpga: Add support for rgmii-id mode.Boon Khai Ng
2025-01-24net: designware: socfpga: Add RGMII-ID supportRufus Segar
2025-01-23Merge patch series "MediaTek ethernet driver refactor and updates"Tom Rini
2025-01-23Merge patch series "Add bitbang feature for npcm8xx and driver"Tom Rini
2025-01-23net: designware: Add bitbang feature for designware driver.Michael Chang