summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: phy: micrel: Try default PHY ofnode firstMarek Vasut2021-01-271-2/+7
* net: phy: ca_phy: Add driver for CAxxxx SoCsAbbie Chang2021-01-274-0/+144
* net: cortina_ni: Add eth support for Cortina Access CAxxxx SoCsAaron Tseng2021-01-274-0/+1512
* net: e1000: Add missing address translationsStefan Roese2021-01-271-5/+5
* net: e1000: Use virt_to_phys() instead of pci_virt_to_mem()Stefan Roese2021-01-271-7/+1
* net: e1000: Remove unused bus_to_phys() macroStefan Roese2021-01-271-2/+0
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2021-01-251-0/+3
|\
| * net: sun8i-emac: Allow all RGMII PHY modesAndre Przywara2021-01-251-0/+3
* | Merge tag 'mips-pull-2021-01-24' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2021-01-253-0/+1235
|\ \ | |/ |/|
| * net: add ethernet driver for MediaTek MT7620 SoCWeijie Gao2021-01-243-0/+1235
* | Merge tag 'u-boot-atmel-2021.04-b' of https://gitlab.denx.de/u-boot/custodian...Tom Rini2021-01-252-15/+150
|\ \ | |/ |/|
| * net: macb: take into account all RGMII interface typesClaudiu Beznea2021-01-221-1/+4
| * net: macb: add support for sama7g5 emacClaudiu Beznea2021-01-221-0/+9
| * net: macb: add support for sama7g5 gmacClaudiu Beznea2021-01-221-0/+33
| * net: macb: check clk_set_rate return value to be negativeClaudiu Beznea2021-01-221-1/+1
| * net: macb: add user io config data structureClaudiu Beznea2021-01-221-12/+41
| * net: phy: micrel: fix typoClaudiu Beznea2021-01-191-1/+1
| * net: phy: micrel: add support for DLL setup on ksz9131Claudiu Beznea2021-01-191-1/+62
* | net: dwc_eth_qos: Pad descriptors to cacheline sizeMarek Vasut2021-01-191-78/+51
* | net: ks8851: Reset internal RXFC count on bad packetMarek Vasut2021-01-191-1/+2
* | net: ftgmac100: Read and retain MAC addressHongwei Zhang2021-01-191-0/+32
* | net: e1000: implement eth_write_hwaddr for DM_ETHIan Ray2021-01-191-3/+14
|/
* net: macb: Add phy address to read it from device treePadmarao Begari2021-01-181-0/+13
* net: macb: Add DMA 64-bit address support for macbPadmarao Begari2021-01-182-17/+120
* common: board_r: Drop initr_bbmii wrapperOvidiu Panait2021-01-151-1/+3
* net: designware: socfpga: Add ATF support for MAC driverChee Hong Ang2021-01-151-6/+31
* Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini2021-01-0515-45/+92
|\
| * dm: core: Access device ofnode through functionsSimon Glass2021-01-058-14/+15
| * dm: Use access methods for dev/uclass private dataSimon Glass2021-01-059-31/+77
* | Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-055-10/+60
|\ \ | |/ |/|
| * net: pfe_eth: read PFE ESBC header flash with spi_flash_read APIBiwen Li2020-12-101-4/+44
| * armv8: lx2162a: Add Soc changes to support LX2162AMeenakshi Aggarwal2020-12-102-2/+3
| * drivers/net/phy: Add CORTINA_NO_FW_UPLOAD to KconfigMeenakshi Aggarwal2020-12-102-4/+13
* | net: Update to use new sequence numbersSimon Glass2020-12-181-1/+1
* | octeon: Don't attempt to set the sequence numberSimon Glass2020-12-181-1/+0
* | dm: Avoid accessing seq directlySimon Glass2020-12-1813-20/+22
* | dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-134-21/+21
* | dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-1335-80/+80
* | dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-1361-166/+166
* | dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-1362-67/+67
* | dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-1376-140/+140
* | dm: Remove uses of device_bind_offset()Simon Glass2020-12-131-2/+2
* | dm: core: Rename device_bind() to device_bind_offset()Simon Glass2020-12-131-1/+1
|/
* net: ks8851: Implement EEPROM MAC address readoutMarek Vasut2020-11-091-0/+29
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2020-10-291-2/+2
|\
| * net: lx2160a.c: Update to set ECx_PMUX precedenceRazvan Ionut Cirjan2020-10-231-2/+2
* | Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2020-10-221-251/+206
|\ \ | |/ |/|
| * net: sun8i-emac: Lower MDIO frequencyAndre Przywara2020-10-211-0/+17
| * net: sun8i-emac: Make internal PHY handling more robustAndre Przywara2020-10-211-32/+15
| * net: sun8i_emac: Simplify and fix error handling for RXAndre Przywara2020-10-211-26/+30