summaryrefslogtreecommitdiff
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: cpsw: Add NULL pointer checkFaiz Abbas2019-12-031-0/+3
* Convert CONFIG_SYS_CORTINA_FW_IN_MMC et al to KconfigTom Rini2019-12-031-0/+22
* common: Move command functions out of common.hSimon Glass2019-12-021-0/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-0231-0/+31
* common: Move mii_init() function out of common.hSimon Glass2019-12-027-0/+7
* common: Move get_ticks() function out of common.hSimon Glass2019-12-021-0/+1
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-022-0/+2
* net: gmac_rockchip: add support for px30Heiko Stuebner2019-11-171-0/+69
* Merge tag 'u-boot-imx-20191105' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-11-123-16/+69
|\
| * net: fec_mxc: support i.MX8M with CLK_CCFPeng Fan2019-11-052-15/+68
| * net: Kconfig: FEC: Add dependency on i.MX8MPeng Fan2019-11-051-1/+1
* | drivers: net: fsl_enetc: fix RGMII configurationMichael Walle2019-11-081-0/+3
* | drivers: net: fsl_enetc: set phydev->nodeMichael Walle2019-11-081-0/+1
|/
* net: ti: cpsw: convert to use dev/ofnode apiGrygorii Strashko2019-11-041-69/+50
* net: ti: am65x-cpsw: fix mac tx internal delay for rgmii-rxid modeGrygorii Strashko2019-11-031-1/+1
* net: ti: cpsw: fix mac tx internal delay for rgmii-rxid modeGrygorii Strashko2019-11-031-1/+1
* net: ti: cpsw: add support for standard eth "max-speed" dt propertyGrygorii Strashko2019-11-031-0/+15
* net: ti: cpsw: move parsing of dt port's parameters in separate funcGrygorii Strashko2019-11-031-24/+33
* net: ti: cpsw: enable 10Mbps link speed support in rgmii modeGrygorii Strashko2019-11-031-0/+3
* net: mt7628-eth: add support to isolate LAN/WAN portsWeijie Gao2019-10-251-0/+32
* net: mt7628-eth: free rx descriptor on receiving failureWeijie Gao2019-10-251-0/+3
* net: mt7628-eth: make phy link up detection optional via DTWeijie Gao2019-10-252-29/+31
* net: mt7628-eth: remove hardcoded gpio settings and regmap-based phy resetWeijie Gao2019-10-251-37/+8
* Merge tag 'xilinx-for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u...WIP/09Oct2019Tom Rini2019-10-096-7/+208
|\
| * net: xilinx_axiemac: Fill the phy node pointer in phydevSiva Durga Prasad Paladugu2019-10-081-1/+6
| * net: phy: Add gmiitorgmii converter supportSiva Durga Prasad Paladugu2019-10-084-0/+194
| * net: phy: Define init routine and register generic phy driverSiva Durga Prasad Paladugu2019-10-081-0/+7
| * net: zynq_gem: Remove check for VersalSiva Durga Prasad Paladugu2019-10-081-4/+0
| * net: zynq_gem: Add new versal compatible stringSiva Durga Prasad Paladugu2019-10-081-0/+1
| * net: gem: Remove DECLARE_GLOBAL_DATA_PTR from gem driverMichal Simek2019-10-081-2/+0
* | net: macb: Add sam9x60-macb compatibility stringNicolas Ferre2019-10-081-0/+1
|/
* NET: DW: fix regression for ARC boardsEugeniy Paltsev2019-10-071-0/+1
* net: macb: Fix rx buffer cache handlingStefan Roese2019-09-041-2/+4
* net: designware: drop compatible altr, socfpga-stmmacRalph Siemsen2019-09-041-1/+0
* Revert "net: macb: Fixed reading MII_LPA register"Bin Meng2019-09-041-1/+1
* drivers: net: fsl_enet_mdio: fix missing terminator in PCI ID arrayAlex Marginean2019-09-041-0/+1
* net: dwc_et_qos: update weak function board_interface_eth_initPatrick Delaunay2019-09-041-13/+3
* net: dwc_eth_qos: Change eqos_ops function to staticPatrick Delaunay2019-09-041-6/+6
* drivers: net: pfe_eth: undefined return valueHeinrich Schuchardt2019-09-041-2/+1
* test: dm_mdio: avoid out of bounds accessHeinrich Schuchardt2019-09-041-2/+2
* net: mvpp2: support setting hardware addresses from ethernet coreMatt Pelland2019-09-041-0/+8
* drivers: net: add marvell MDIO driverAlex Marginean2019-09-043-0/+247
* drivers/fsl-mc: Create Kconfig file to manage driver specific configs betterFlorinel Iordache2019-09-042-0/+26
* drivers: net: driver for MDIO muxes controlled over I2CAlex Marginean2019-09-043-0/+117
* Revert "drivers: net: driver for MDIO muxes controlled over I2C"Joe Hershberger2019-09-042-9/+0
* drivers: net: mc: Report extra memory to LinuxMeenakshi Aggarwal2019-08-221-0/+10
* Drop PCMCIASimon Glass2019-08-111-10/+0
* env: Drop environment.h header file where not neededSimon Glass2019-08-117-7/+0
* env: Move env_get() to env.hSimon Glass2019-08-118-0/+8
* env: Move env_set() to env.hSimon Glass2019-08-114-0/+4