summaryrefslogtreecommitdiff
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* env: Move env_set_hex() to env.hSimon Glass2019-08-111-0/+1
* env: Move env_get_f() to env.hSimon Glass2019-08-111-0/+1
* env: Move get_env_id() to env.hSimon Glass2019-08-111-2/+3
* net: sh_eth: Fix 64bit build warningsMarek Vasut2019-08-092-16/+16
* net: sh_eth: Add R8A77980 V3H gether supportMarek Vasut2019-08-092-5/+16
* doc: arch: sandbox: Replace all the instances of README.sandboxKeerthy2019-07-291-1/+1
* Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-07-272-1/+2
|\
| * net: fec: Enable support for i.MX28 DM_ETH in the fec_mxc.c driverLukasz Majewski2019-07-192-1/+2
* | net: sun8i_emac: Test the correct phyEmmanuel Vadot2019-07-251-8/+21
* | net: davinci_emac: convert to using the driver modelBartosz Golaszewski2019-07-251-35/+42
* | net: macb: Fix check for little-endian system in gmac_configure_dma()Anup Patel2019-07-251-4/+7
* | net: macb: Extend MACB driver for SiFive Unleashed boardAnup Patel2019-07-251-17/+56
* | net: tsec: Change compatible strings to match LinuxVladimir Oltean2019-07-251-1/+1
* | net: tsec: Common handling of MAC station address for DM_ETHVladimir Oltean2019-07-251-9/+2
* | net: tsec: Make errors visibleVladimir Oltean2019-07-251-4/+4
* | net: tsec: Reverse Christmas tree notationVladimir Oltean2019-07-251-5/+5
* | net: tsec: Fix offset of MDIO registers for DM_ETHVladimir Oltean2019-07-251-6/+7
* | net: tsec: Refactor the readout of the tbi-handle propertyVladimir Oltean2019-07-251-8/+7
* | net/macb: increase RX buffer size for GEMRamon Fried2019-07-251-8/+23
* | net: macb: apply sane DMA configurationRamon Fried2019-07-251-0/+28
* | net: macb: add dma_burst_length configRamon Fried2019-07-251-1/+21
* | net: macb: add support for SGMII phy interfaceRamon Fried2019-07-251-0/+7
* | net: macb: use bit access macro from header fileRamon Fried2019-07-251-33/+15