summaryrefslogtreecommitdiff
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner2019-05-183-3/+4
* eth: mtk-eth: fix incorrect read of phy-handleWeijie Gao2019-05-141-3/+4
* net: rtl8169: Support RTL-8168h/8111hThierry Reding2019-05-141-0/+1
* net: rtl8169: Implement ->hwaddr_write() callbackThierry Reding2019-05-141-0/+18
* phy: ti: Init node before readingMichal Simek2019-05-141-4/+4
* net: phy: micrel: Allow KSZ8xxx and KSZ90x1 to be used togetherJames Byrne2019-05-143-18/+11
* Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2019-05-087-112/+110
|\
| * net: phy: micrel: Find Micrel PHY node correctlyJames Byrne2019-05-081-1/+9
| * net: phy: micrel: Use correct skew values on KSZ9021James Byrne2019-05-081-4/+10
| * net: phy: aquantia: Set only autoneg on in register 4.c441Valentin-catalin Neacsu2019-05-081-1/+6
| * net: phy: Fix return value check phy_probeSiva Durga Prasad Paladugu2019-05-081-1/+4
| * net: phy: Reloc next and prev pointers inside phy_driversSiva Durga Prasad Paladugu2019-05-081-0/+12
| * drivers: net: ldpaa_eth: fix resource leakPankaj Bansal2019-05-081-0/+1
| * net: phy: realtek: Introduce quirk to mark RXC not stoppableCarlo Caione2019-05-072-0/+39
| * net: phy: ti: use generic helpers to access MMD registersCarlo Caione2019-05-071-105/+25
| * net: phy: Add generic helpers to access MMD PHY registersCarlo Caione2019-05-071-0/+4
* | Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2019-05-081-17/+57
|\ \ | |/ |/|
| * net: sun8i_emac: Add EPHY CLK and RESET supportJagan Teki2019-05-091-17/+57
* | net: sh_eth: Add support for operation without clock frameworkMarek Vasut2019-05-071-0/+9
* | net: sh_eth: Add RZ/A1 supportMarek Vasut2019-05-071-0/+56
* | sh: 7724: Remove CPU supportMarek Vasut2019-05-072-4/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2019-05-061-3/+10
|\ \
| * | net: ravb: Avoid unsupported internal delay mode for R-Car E3/D3Marek Vasut2019-05-041-3/+10
* | | Merge tag 'mips-pull-2019-05-03' of git://git.denx.de/u-boot-mipsTom Rini2019-05-046-259/+1307
|\ \ \
| * | | net: mscc: luton: Update network driver for pcb90Horatiu Vultur2019-05-032-159/+258
| * | | mips: rename mach-mt7620 to mach-mtmipsWeijie Gao2019-05-031-1/+1
| * | | net: mscc: ocelot: Update network driver for pcb120Horatiu Vultur2019-05-032-99/+337
| * | | net: Add MSCC Serval network driver.Horatiu Vultur2019-05-033-0/+711
* | | | net: davinci_emac: drop support for unused PHYsBartosz Golaszewski2019-05-041-49/+6
| |/ / |/| |
* | | rockchip: use 'arch-rockchip' as header file pathKever Yang2019-05-011-9/+9
|/ /
* | net: lpc32xx: Use IRAM for transmit bufferGregory CLEMENT2019-04-261-1/+7
* | Merge tag 'u-boot-amlogic-20190423' of git://git.denx.de/u-boot-amlogicTom Rini2019-04-241-1/+1
|\ \
| * | regmap: fix regmap_read_poll_timeout warning about sandbox_timer_add_offsetNeil Armstrong2019-04-231-1/+1
* | | net: add higmacv300 Ethernet driver for HiSilicon platformShawn Guo2019-04-233-0/+607
| |/ |/|
* | Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2019-04-172-49/+91
|\ \
| * | net: sun8i_emac: Add CLK and RESET supportJagan Teki2019-04-161-15/+42
| * | net: sun8i_emac: Retrieve GMAC clock via 'syscon' phandleJagan Teki2019-04-161-28/+27
| * | net: sunxi_emac: Add CLK supportJagan Teki2019-04-161-6/+22
* | | Merge tag 'xilinx-for-v2019.07' of git://git.denx.de/u-boot-microblazeTom Rini2019-04-171-50/+3
|\ \ \
| * | | net: gem: Remove phy autodetection codeMichal Simek2019-04-161-48/+0
| * | | net: zynq_gem: Modify phy supported features after max-speed was setSiva Durga Prasad Paladugu2019-04-161-2/+3
| |/ /
* | | Merge tag 'u-boot-imx-20190415' of git://git.denx.de/u-boot-imxTom Rini2019-04-152-1/+2
|\ \ \ | |/ / |/| |
| * | net: Kconfig: FEC: Add dependency on VF610Lukasz Majewski2019-04-131-1/+1
| * | net: FEC: Add compatible for vybrid (vf610) to reuse fec_mxc.c driverLukasz Majewski2019-04-131-0/+1
* | | Merge tag 'mips-pull-2019-04-12' of git://git.denx.de/u-boot-mipsTom Rini2019-04-136-43/+2025
|\ \ \ | |/ / |/| |
| * | net: Add MSCC ServalT network driver.Horatiu Vultur2019-04-123-0/+630
| * | net: Add MSCC Jaguar2 network driver.Horatiu Vultur2019-04-123-0/+1083
| * | ag7xxx: add initial support for s17Rosy Song2019-04-121-16/+123
| * | net: mscc: ocelot: Fix reset of the physHoratiu Vultur2019-04-121-17/+10
| * | drivers: add ethernet support for qca953x in ag7xxx driverRosy Song2019-04-121-17/+186