aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner3-3/+4
2019-05-14eth: mtk-eth: fix incorrect read of phy-handleWeijie Gao1-3/+4
2019-05-14net: rtl8169: Support RTL-8168h/8111hThierry Reding1-0/+1
2019-05-14net: rtl8169: Implement ->hwaddr_write() callbackThierry Reding1-0/+18
2019-05-14phy: ti: Init node before readingMichal Simek1-4/+4
2019-05-14net: phy: micrel: Allow KSZ8xxx and KSZ90x1 to be used togetherJames Byrne3-18/+11
2019-05-08Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini7-112/+110
2019-05-08net: phy: micrel: Find Micrel PHY node correctlyJames Byrne1-1/+9
2019-05-08net: phy: micrel: Use correct skew values on KSZ9021James Byrne1-4/+10
2019-05-08net: phy: aquantia: Set only autoneg on in register 4.c441Valentin-catalin Neacsu1-1/+6
2019-05-08net: phy: Fix return value check phy_probeSiva Durga Prasad Paladugu1-1/+4
2019-05-08net: phy: Reloc next and prev pointers inside phy_driversSiva Durga Prasad Paladugu1-0/+12
2019-05-08drivers: net: ldpaa_eth: fix resource leakPankaj Bansal1-0/+1
2019-05-08Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini1-17/+57
2019-05-09net: sun8i_emac: Add EPHY CLK and RESET supportJagan Teki1-17/+57
2019-05-07net: phy: realtek: Introduce quirk to mark RXC not stoppableCarlo Caione2-0/+39
2019-05-07net: phy: ti: use generic helpers to access MMD registersCarlo Caione1-105/+25
2019-05-07net: phy: Add generic helpers to access MMD PHY registersCarlo Caione1-0/+4
2019-05-07net: sh_eth: Add support for operation without clock frameworkMarek Vasut1-0/+9
2019-05-07net: sh_eth: Add RZ/A1 supportMarek Vasut1-0/+56
2019-05-07sh: 7724: Remove CPU supportMarek Vasut2-4/+1
2019-05-06Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini1-3/+10
2019-05-04Merge tag 'mips-pull-2019-05-03' of git://git.denx.de/u-boot-mipsTom Rini6-259/+1307
2019-05-04net: ravb: Avoid unsupported internal delay mode for R-Car E3/D3Marek Vasut1-3/+10
2019-05-04net: davinci_emac: drop support for unused PHYsBartosz Golaszewski1-49/+6
2019-05-03net: mscc: luton: Update network driver for pcb90Horatiu Vultur2-159/+258
2019-05-03mips: rename mach-mt7620 to mach-mtmipsWeijie Gao1-1/+1
2019-05-03net: mscc: ocelot: Update network driver for pcb120Horatiu Vultur2-99/+337
2019-05-03net: Add MSCC Serval network driver.Horatiu Vultur3-0/+711
2019-05-01rockchip: use 'arch-rockchip' as header file pathKever Yang1-9/+9
2019-04-26net: lpc32xx: Use IRAM for transmit bufferGregory CLEMENT1-1/+7
2019-04-24Merge tag 'u-boot-amlogic-20190423' of git://git.denx.de/u-boot-amlogicTom Rini1-1/+1
2019-04-23net: add higmacv300 Ethernet driver for HiSilicon platformShawn Guo3-0/+607
2019-04-23regmap: fix regmap_read_poll_timeout warning about sandbox_timer_add_offsetNeil Armstrong1-1/+1
2019-04-17Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2-49/+91
2019-04-17Merge tag 'xilinx-for-v2019.07' of git://git.denx.de/u-boot-microblazeTom Rini1-50/+3
2019-04-16net: sun8i_emac: Add CLK and RESET supportJagan Teki1-15/+42
2019-04-16net: sun8i_emac: Retrieve GMAC clock via 'syscon' phandleJagan Teki1-28/+27
2019-04-16net: sunxi_emac: Add CLK supportJagan Teki1-6/+22
2019-04-16net: gem: Remove phy autodetection codeMichal Simek1-48/+0
2019-04-16net: zynq_gem: Modify phy supported features after max-speed was setSiva Durga Prasad Paladugu1-2/+3
2019-04-15Merge tag 'u-boot-imx-20190415' of git://git.denx.de/u-boot-imxTom Rini2-1/+2
2019-04-13net: Kconfig: FEC: Add dependency on VF610Lukasz Majewski1-1/+1
2019-04-13net: FEC: Add compatible for vybrid (vf610) to reuse fec_mxc.c driverLukasz Majewski1-0/+1
2019-04-13Merge tag 'mips-pull-2019-04-12' of git://git.denx.de/u-boot-mipsTom Rini6-43/+2025
2019-04-12net: Add MSCC ServalT network driver.Horatiu Vultur3-0/+630
2019-04-12net: Add MSCC Jaguar2 network driver.Horatiu Vultur3-0/+1083
2019-04-12ag7xxx: add initial support for s17Rosy Song1-16/+123
2019-04-12net: mscc: ocelot: Fix reset of the physHoratiu Vultur1-17/+10
2019-04-12drivers: add ethernet support for qca953x in ag7xxx driverRosy Song1-17/+186