summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | net: sun8i_emac: Fix not calling dev_xxx with a deviceSean Anderson2020-09-301-4/+5
| * | net: sunxi: Fix not calling dev_xxx with a deviceSean Anderson2020-09-301-2/+3
| * | net: mvpp2: Convert netdev_xxx to dev_xxxSean Anderson2020-09-301-31/+33
| * | net: mvpp2: Fix not calling dev_xxx with a deviceSean Anderson2020-09-301-11/+12
| * | net: mvneta: Convert netdev_xxx to dev_xxxSean Anderson2020-09-301-24/+28
| * | net: mvneta: Fix not always calling dev_err with a deviceSean Anderson2020-09-301-2/+2
| * | net: bcm6368: Fix not calling dev_info with a deviceSean Anderson2020-09-301-2/+1
| |/
| * Merge tag 'xilinx-for-v2021.01' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-09-242-18/+40
| |\
| | * net: xilinx: axi_emac: Typecast flush_cache argumentsAshok Reddy Soma2020-09-231-6/+6
| | * net: xilinx: axi_emac: Fix dma descriptors for 64bit and compilation warningsAshok Reddy Soma2020-09-231-12/+24
| | * net: gem: Add support for more PHYs on MDIO busMichal Simek2020-09-231-0/+10
| * | net: tsec: Add the compatible string "gianfar" supportHou Zhiqiang2020-09-241-2/+14
| * | net: tsec: Add fixed-link PHY supportHou Zhiqiang2020-09-241-1/+4
| * | net: tsec: convert to use DM_MDIO when DM_ETH enabledHou Zhiqiang2020-09-241-33/+5
| * | net: fsl_mdio: Correct the MII management register block addressHou Zhiqiang2020-09-241-6/+22
| * | net: fsl_mdio: Change to use virtual addressHou Zhiqiang2020-09-241-1/+1
| * | phy: make phy_connect_fixed work with a null mdio busVladimir Oltean2020-09-241-2/+2
| * | Merge branch 'master' into nextTom Rini2020-09-211-9/+11
| |\|
| * | net, qe: add DM support for QE UEC ethernetHeiko Schocher2020-09-1710-0/+2688
* | | net: pfe_eth: Remove non-DM code check from pfe_spi_flash_initKuldeep Singh2020-09-241-11/+5
* | | net: pfe_eth: Fix resoure leak in pfe_spi_flash_initKuldeep Singh2020-09-241-0/+4
* | | driver: net: fm: add support for XFIMadalin Bucur2020-09-241-1/+2
* | | ls1012a, pfe_eth: Update probe to avoid resource leakChaitanya Sakinam2020-09-241-11/+6
* | | ls1012a, pfe_eth: correction in delay implementationChaitanya Sakinam2020-09-241-2/+3
* | | drivers: net: phy: Use Aquantia driver for AQR113CMadalin Bucur2020-09-241-0/+15
* | | drivers: net: ldpaa_eth: lx2160a: fix bug in checking if a DPMAC is enabledGrigore Popescu2020-09-241-2/+2
| |/ |/|
* | bcmgenet: Add support for rgmii-rxidJason Wessel2020-09-081-1/+2
* | bcmgenet: fix DMA buffer managementJason Wessel2020-09-081-8/+9
|/
* xilinx: kconfig: Change Kconfig dependencies for Xilinx driversMichal Simek2020-08-201-3/+3
* net: dwc_eth_qos: add Kconfig option to select supported configurationPatrick Delaunay2020-08-042-6/+33
* net: Drop duplicate include of dm.h in pcnet.cSimon Glass2020-08-031-1/+0
* eth: mtk-eth: enable mt7629 sgmii mode support in mediatek eth driverMarkLee2020-07-282-1/+3
* Convert CONFIG_DRIVER_TI_EMAC_USE_RMII to KconfigAdam Ford2020-07-281-0/+6
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2020-07-272-2/+45
|\
| * armv8: ls1012a: RGMII ports require internal delayChaitanya Sakinam2020-07-271-1/+1
| * net: pfe_eth: Use spi_flash_read API to access flash memoryKuldeep Singh2020-07-271-1/+44
* | Merge tag 'dm-pull-20jul20-take2a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini2020-07-2721-22/+22
|\ \
| * | treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-2521-22/+22
| * | treewide: remove (phys_addr_t) casts from devfdt_get_addr()Masahiro Yamada2020-07-255-5/+5
| |/
* | net: dc2114x: Add DM supportMarek Vasut2020-07-251-2/+145
* | net: dc2114x: Split common parts of non-DM functions outMarek Vasut2020-07-251-50/+67
* | net: dc2114x: Split RX pathMarek Vasut2020-07-251-24/+43
* | net: dc2114x: Add RX/TX rings into the private dataMarek Vasut2020-07-251-46/+46
* | net: dc2114x: Pass PCI BDF into phys_to_bus()Marek Vasut2020-07-251-13/+16
* | net: dc2114x: Pass private data aroundMarek Vasut2020-07-251-64/+71
* | net: dc2114x: Introduce private dataMarek Vasut2020-07-251-7/+18
* | net: dc2114x: Use standard I/O accessorsMarek Vasut2020-07-251-2/+3
* | net: dc2114x: Drop update_srom()Marek Vasut2020-07-251-91/+0
* | net: dc2114x: Add Kconfig entriesMarek Vasut2020-07-251-0/+6
* | net: dc2114x: Support all DC2114xMarek Vasut2020-07-251-9/+0