summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2019-10-25net: mt7628-eth: add support to isolate LAN/WAN portsWeijie Gao1-0/+32
2019-10-25net: mt7628-eth: free rx descriptor on receiving failureWeijie Gao1-0/+3
2019-10-25net: mt7628-eth: make phy link up detection optional via DTWeijie Gao2-29/+31
2019-10-25net: mt7628-eth: remove hardcoded gpio settings and regmap-based phy resetWeijie Gao1-37/+8
2019-10-09Merge tag 'xilinx-for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini6-7/+208
2019-10-08net: xilinx_axiemac: Fill the phy node pointer in phydevSiva Durga Prasad Paladugu1-1/+6
2019-10-08net: phy: Add gmiitorgmii converter supportSiva Durga Prasad Paladugu4-0/+194
2019-10-08net: phy: Define init routine and register generic phy driverSiva Durga Prasad Paladugu1-0/+7
2019-10-08net: zynq_gem: Remove check for VersalSiva Durga Prasad Paladugu1-4/+0
2019-10-08net: zynq_gem: Add new versal compatible stringSiva Durga Prasad Paladugu1-0/+1
2019-10-08net: gem: Remove DECLARE_GLOBAL_DATA_PTR from gem driverMichal Simek1-2/+0
2019-10-08net: macb: Add sam9x60-macb compatibility stringNicolas Ferre1-0/+1
2019-10-07NET: DW: fix regression for ARC boardsEugeniy Paltsev1-0/+1
2019-09-04net: macb: Fix rx buffer cache handlingStefan Roese1-2/+4
2019-09-04net: designware: drop compatible altr, socfpga-stmmacRalph Siemsen1-1/+0
2019-09-04Revert "net: macb: Fixed reading MII_LPA register"Bin Meng1-1/+1
2019-09-04drivers: net: fsl_enet_mdio: fix missing terminator in PCI ID arrayAlex Marginean1-0/+1
2019-09-04net: dwc_et_qos: update weak function board_interface_eth_initPatrick Delaunay1-13/+3
2019-09-04net: dwc_eth_qos: Change eqos_ops function to staticPatrick Delaunay1-6/+6
2019-09-04drivers: net: pfe_eth: undefined return valueHeinrich Schuchardt1-2/+1
2019-09-04test: dm_mdio: avoid out of bounds accessHeinrich Schuchardt1-2/+2
2019-09-04net: mvpp2: support setting hardware addresses from ethernet coreMatt Pelland1-0/+8
2019-09-04drivers: net: add marvell MDIO driverAlex Marginean3-0/+247
2019-09-04drivers/fsl-mc: Create Kconfig file to manage driver specific configs betterFlorinel Iordache2-0/+26
2019-09-04drivers: net: driver for MDIO muxes controlled over I2CAlex Marginean3-0/+117
2019-09-04Revert "drivers: net: driver for MDIO muxes controlled over I2C"Joe Hershberger2-9/+0
2019-08-22drivers: net: mc: Report extra memory to LinuxMeenakshi Aggarwal1-0/+10
2019-08-12Drop PCMCIASimon Glass1-10/+0
2019-08-11env: Drop environment.h header file where not neededSimon Glass7-7/+0
2019-08-11env: Move env_get() to env.hSimon Glass8-0/+8
2019-08-11env: Move env_set() to env.hSimon Glass4-0/+4
2019-08-11env: Move env_set_hex() to env.hSimon Glass1-0/+1
2019-08-11env: Move env_get_f() to env.hSimon Glass1-0/+1
2019-08-11env: Move get_env_id() to env.hSimon Glass1-2/+3
2019-08-10net: sh_eth: Fix 64bit build warningsMarek Vasut2-16/+16
2019-08-10net: sh_eth: Add R8A77980 V3H gether supportMarek Vasut2-5/+16
2019-07-29doc: arch: sandbox: Replace all the instances of README.sandboxKeerthy1-1/+1
2019-07-27Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2-1/+2
2019-07-25net: sun8i_emac: Test the correct phyEmmanuel Vadot1-8/+21
2019-07-25net: davinci_emac: convert to using the driver modelBartosz Golaszewski1-35/+42
2019-07-25net: macb: Fix check for little-endian system in gmac_configure_dma()Anup Patel1-4/+7
2019-07-25net: macb: Extend MACB driver for SiFive Unleashed boardAnup Patel1-17/+56
2019-07-25net: tsec: Change compatible strings to match LinuxVladimir Oltean1-1/+1
2019-07-25net: tsec: Common handling of MAC station address for DM_ETHVladimir Oltean1-9/+2
2019-07-25net: tsec: Make errors visibleVladimir Oltean1-4/+4
2019-07-25net: tsec: Reverse Christmas tree notationVladimir Oltean1-5/+5
2019-07-25net: tsec: Fix offset of MDIO registers for DM_ETHVladimir Oltean1-6/+7
2019-07-25net: tsec: Refactor the readout of the tbi-handle propertyVladimir Oltean1-8/+7
2019-07-25net/macb: increase RX buffer size for GEMRamon Fried1-8/+23
2019-07-25net: macb: apply sane DMA configurationRamon Fried1-0/+28