summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-12-19dm: Avoid accessing seq directlySimon Glass13-20/+22
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass4-21/+21
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass35-80/+80
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass61-166/+166
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass62-67/+67
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass76-140/+140
2020-12-13dm: Remove uses of device_bind_offset()Simon Glass1-2/+2
2020-12-13dm: core: Rename device_bind() to device_bind_offset()Simon Glass1-1/+1
2020-11-09net: ks8851: Implement EEPROM MAC address readoutMarek Vasut1-0/+29
2020-10-29Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini1-2/+2
2020-10-23net: lx2160a.c: Update to set ECx_PMUX precedenceRazvan Ionut Cirjan1-2/+2
2020-10-23Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini1-251/+206
2020-10-22net: Add IPQ40xx MDIO driverRobert Marko3-0/+154
2020-10-21net: sun8i-emac: Lower MDIO frequencyAndre Przywara1-0/+17
2020-10-21net: sun8i-emac: Make internal PHY handling more robustAndre Przywara1-32/+15
2020-10-21net: sun8i_emac: Simplify and fix error handling for RXAndre Przywara1-26/+30
2020-10-21net: sun8i_emac: Fix MAC soft resetAndre Przywara1-14/+7
2020-10-21net: sun8i_emac: Fix overlong linesAndre Przywara1-12/+10
2020-10-21net: sun8i_emac: Wrap and simplify cache maintenance operationsAndre Przywara1-19/+14
2020-10-21net: sun8i_emac: Drop unneeded cache invalidation before sendingAndre Przywara1-3/+0
2020-10-21net: sun8i_emac: Reduce cache maintenance on TX descriptor initAndre Przywara1-2/+2
2020-10-21net: sun8i_emac: Improve cache maintenance on RX descriptor initAndre Przywara1-4/+9
2020-10-21net: sun8i_emac: Name magic bits and simplify read-modify-write callsAndre Przywara1-52/+61
2020-10-21net: sun8i_emac: Remove pointless wrapper functionsAndre Przywara1-46/+16
2020-10-21net: sun8i_emac: Simplify mdio_read/mdio_write functionsAndre Przywara1-41/+22
2020-10-21net: sun8i_emac: Don't hand out TX descriptor too earlyAndre Przywara1-1/+1
2020-10-21net: sun8i-emac: Bail out on PHY errorAndre Przywara1-1/+4
2020-10-16net: ldpaa_eth: Include device_compat.hSean Anderson1-7/+7
2020-10-14Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini28-0/+11149
2020-10-14net: e1000: add defaults for i210 TX/RX PBSIZEChristian Gmeiner2-0/+11
2020-10-14net: Add NIC controller driver for OcteonTX2Suneel Garapati16-0/+4493
2020-10-14net: Add NIC controller driver for OcteonTXSuneel Garapati14-0/+6656
2020-10-06dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay1-1/+2
2020-10-05Merge branch 'next'Tom Rini25-167/+2976
2020-10-01Revert "net: smc911x: Automatically Update ethaddr with MAC"Tom Rini1-3/+0
2020-10-01Merge branch 'next' of git://git.denx.de/u-boot-sh into nextTom Rini1-2/+0
2020-09-30net: dwc_eth_qos: Convert to use APIs which support live DTPatrick Delaunay1-4/+3
2020-09-30net: smc911x: Automatically Update ethaddr with MACAdam Ford1-0/+3
2020-09-30net: ftgmac100: Add support for board specific PHY interface addressThirupathaiah Annapureddy1-0/+4
2020-09-30net: phy: mscc: sync rx/tx delay settings with Linux on vsc85xxHeiko Stuebner1-24/+46
2020-09-30net: phy: mscc: make clock-output configurable on vsc85xxHeiko Stuebner1-0/+59
2020-09-30net: ti: cpsw: Fix not calling dev_dbg with a deviceSean Anderson1-0/+6
2020-09-30net: sun8i_emac: Fix not calling dev_xxx with a deviceSean Anderson1-4/+5
2020-09-30net: sunxi: Fix not calling dev_xxx with a deviceSean Anderson1-2/+3
2020-09-30net: mvpp2: Convert netdev_xxx to dev_xxxSean Anderson1-31/+33
2020-09-30net: mvpp2: Fix not calling dev_xxx with a deviceSean Anderson1-11/+12
2020-09-30net: mvneta: Convert netdev_xxx to dev_xxxSean Anderson1-24/+28
2020-09-30net: mvneta: Fix not always calling dev_err with a deviceSean Anderson1-2/+2
2020-09-30net: bcm6368: Fix not calling dev_info with a deviceSean Anderson1-2/+1
2020-09-26net: ravb: Remove writeext function callBiju Das1-2/+0