summaryrefslogtreecommitdiff
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: gmac_rockchip: Add handling for RGMII_ID/RXID/TXIDJanine Hagemann2018-10-041-17/+63
* net: gmac_rockchip: Fix a register write in rk3328_gmac_set_to_rgmiiJanine Hagemann2018-10-041-1/+1
* Merge tag 'fsl-qoriq-for-v2018.11-rc1' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2018-09-294-3/+44
|\
| * net: fman: Support both new and legacy FMan CompatiblesZhao Qiang2018-09-271-1/+2
| * ls1012a: remove debug info from u-boot logPramod Kumar2018-09-271-1/+0
| * driver: net: fsl-mc: Memset MC reserve ram memory before usagePrabhakar Kushwaha2018-09-271-0/+7
| * u-boot: fixup the iommu-map property of fsl-mc nodeNipun Gupta2018-09-271-0/+34
| * ppa/fm/qe: use block layer in ppa/fm/qe driverYinbo Zhu2018-09-271-1/+1
* | Merge tag 'xilinx-for-v2018.11' of git://git.denx.de/u-boot-microblazeTom Rini2018-09-271-7/+9
|\ \
| * | net: zynq_gem: Add support for fixed-link phyMichal Simek2018-09-271-8/+9
| * | net: zynq_gem: Fix reading of max-speed propertySiva Durga Prasad Paladugu2018-09-261-1/+2
| |/
* | drivers: net: cpsw: add support to update phy addressSekhar Nori2018-09-251-0/+29
|/
* Convert CONFIG_MII et al to KconfigAdam Ford2018-08-171-0/+10
* Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2018-08-173-0/+152
|\
| * net: designware: socfpga: Add Arria10 extrasMarek Vasut2018-08-133-0/+152
* | fsl/mc: Limit the ethernet name to ETH_NAME_LENPankaj Bansal2018-08-082-5/+5
|/
* net: zynq_gem: convert to use livetreeSiva Durga Prasad Paladugu2018-07-261-16/+14
* drivers: net: zynq_gem: fix phy dt node settingGrygorii Strashko2018-07-261-1/+1
* drivers: net: cpsw: fix phy dt node settingGrygorii Strashko2018-07-261-1/+1
* net: phy: xilinx: switch to use phy_get_ofnode()Grygorii Strashko2018-07-261-4/+6
* net: phy: dp83867: switch to use phy_get_ofnode()Grygorii Strashko2018-07-261-2/+5
* net: phy: add ofnode node to struct phy_deviceGrygorii Strashko2018-07-261-0/+4
* net: phy: Clean up includes of common.hJoe Hershberger2018-07-2614-11/+6
* net: phy: dp83867: switch to use ofnode apiGrygorii Strashko2018-07-261-13/+12
* net: phy: dp83867: add workaround for incorrect RX_CTRL pin strapMurali Karicheri2018-07-261-0/+13
* net: mvgbe: convert to DMChris Packham2018-07-263-51/+279
* net: mvgbe: prepare for conversion to driver modelChris Packham2018-07-261-32/+83
* sandbox: eth-raw: Add a SIMPLE_BUS to enumerate host interfacesJoe Hershberger2018-07-262-0/+67
* sandbox: eth-raw: Make random MAC addresses available to eth-rawJoe Hershberger2018-07-261-0/+10
* sandbox: eth-raw: Allow interface to be specified by indexJoe Hershberger2018-07-261-0/+11
* sandbox: eth-raw: Add a function to ask the host about localhostJoe Hershberger2018-07-261-2/+8
* net: sandbox-raw: Convert raw eth driver to livetreeJoe Hershberger2018-07-261-10/+16
* net: sandbox: Convert sandbox mock eth driver to livetreeJoe Hershberger2018-07-261-4/+12
* net: Correct comment in KconfigJoe Hershberger2018-07-261-2/+2
* eth: dm: fec: Add gpio phy reset bindingMichael Trimarchi2018-07-232-7/+41
* net: sun8i-emac: support R40 GMACLothar Felten2018-07-161-26/+53
* net: sun8i-emac: set mux and clock by driver dataLothar Felten2018-07-161-15/+20
* net: sun8i-emac: fix printing NULL characterLothar Felten2018-07-161-2/+1
* net: designware: Add reset ctrl to driverLey Foon Tan2018-07-091-0/+8
* net: mvneta: zero Tx descriptors on initRabeeh Khoury2018-07-021-0/+1
* net: mvneta: dcache flush TX descriptors at initRabeeh Khoury2018-07-021-0/+1
* net: zynq_gem: Initialize val variable in zynq_gem_miiphy_read()Michal Simek2018-07-021-1/+1
* net: sh_eth: Support reset GPIO both in mac and phy nodeMarek Vasut2018-06-191-2/+11
* net: ravb: Support reset GPIO both in mac and phy nodeMarek Vasut2018-06-191-2/+11
* net: ravb: Filter out supported PHY featuresMarek Vasut2018-06-191-5/+6
* net: ravb: Do not shut down clock in start callbackMarek Vasut2018-06-191-6/+2
* net: gem: Check return value from memalign/mallocMichal Simek2018-06-131-0/+6
* net: zynq_gem: Initialize phyreg variableMichal Simek2018-06-131-1/+1
* net: zynq_gem: Fix return type for phy...()Michal Simek2018-06-131-4/+4
* net: mvgbe: extract common code for SMI waitChris Packham2018-06-132-24/+24