summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | net: mvpp2: adapt the mvpp2_rxq_*_pool_set functions to PPv2.2Thomas Petazzoni2017-03-291-7/+12
| * | net: mvpp2: adjust the allocation/free of BM pools for PPv2.2Thomas Petazzoni2017-03-291-3/+36
| * | net: mvpp2: introduce PPv2.2 HW descriptors and adapt accessorsThomas Petazzoni2017-03-291-9/+64
| * | net: mvpp2: introduce an intermediate union for the TX/RX descriptorsThomas Petazzoni2017-03-291-11/+28
| * | net: mvpp2: add hw_version field in "struct mvpp2"Thomas Petazzoni2017-03-291-1/+10
| * | net: mvpp2: add and use accessors for TX/RX descriptorsThomas Petazzoni2017-03-291-25/+93
| * | net: mvpp2: store physical address of buffer in rx_desc->buf_cookieThomas Petazzoni2017-03-291-4/+9
| * | net: mvpp2: remove support for buffer headerThomas Petazzoni2017-03-291-20/+0
| * | net: mvpp2: use "dma" instead of "phys" where appropriateThomas Petazzoni2017-03-291-30/+31
| * | net: mvpp2: enable building on 64-bit platforms (more U-Boot specific)Stefan Roese2017-03-291-10/+15
| * | net: mvpp2: enable building on 64-bit platformsThomas Petazzoni2017-03-291-6/+8
| * | net: mvpp2: simplify MVPP2_PRS_RI_* definitionsThomas Petazzoni2017-03-291-8/+8
| * | net: mvpp2: fix indentation of MVPP2_EXT_GLOBAL_CTRL_DEFAULTThomas Petazzoni2017-03-291-1/+1
| * | net: mvpp2: remove unused register definitionsThomas Petazzoni2017-03-291-4/+0
| * | net: mvpp2: simplify mvpp2_bm_bufs_add()Thomas Petazzoni2017-03-291-3/+3
| * | net: mvpp2: Round up top tx buffer boundaries for dcache opsStefan Roese2017-03-291-1/+2
| * | mvebu: neta: a37xx: Add fixed link support to neta driverKonstantin Porotchkin2017-03-291-27/+82
| * | mvebu: neta: Add support for board init functionKonstantin Porotchkin2017-03-291-1/+15
| |/
* | Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2017-04-041-0/+30
|\ \
| * | arm: fsl-layerscape: Move QSGMII wriop_init to SoC filePrabhakar Kushwaha2017-03-281-0/+30
* | | drivers/net/phy: add fixed-phy / fixed-link supportHannes Schmelzer2017-03-264-3/+113
* | | net: fix cache misaligned issue in Broadcom SF2 driverSuji Velupillai2017-03-262-57/+60
* | | net: sunxi-emac: Write HW address via functionoliver@schinagl.nl2017-03-261-4/+15
|/ /
* | mvebu: neta: a37xx: Add fixed link support to neta driverKonstantin Porotchkin2017-03-231-27/+82
* | mvebu: neta: Add support for board init functionKonstantin Porotchkin2017-03-231-1/+15
|/
* Merge tag 'xilinx-for-v2017.05' of git://www.denx.de/git/u-boot-microblazeTom Rini2017-03-161-18/+11
|\
| * zynq: Move zynq to clock frameworkStefan Herbrechtsmeier2017-02-171-9/+0
| * net: zynq: Add clk framework support to zynq ethernet driverStefan Herbrechtsmeier2017-02-171-7/+15
| * net: zynq: Don't overwrite gem_rclk_ctrl with default valueStefan Herbrechtsmeier2017-02-171-11/+5
* | driver: net: fsl-mc: Update calculation of MC RAMYork Sun2017-03-141-51/+8
* | armv8: layerscape: Rewrite memory reservationYork Sun2017-03-141-15/+1
* | net: zynq_gem: Fix masking of supported phydev featuresNathan Rossi2017-03-071-1/+1
* | net: macb: Fix ETH not found when clock not supportWenyou Yang2017-03-011-4/+9
* | drivers/net/Kconfig: Correct use of apostropheTom Rini2017-02-271-1/+1
|/
* Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2017-02-0911-53/+737
|\
| * net: phy: MSCC Add Support for VSC8530-VSC8531-VSC8540-VSC8541John Haechten2017-02-084-0/+515
| * drivers: net: Provide Kconfig menu for PHYLIBAlex2017-02-072-26/+92
| * net: phy: Improve the Marvell 151x constantsJoe Hershberger2017-02-071-11/+36
| * net: fec_mxc: Fix corruption of device tree blobDaniel Strnad2017-02-071-1/+0
| * net: designware: Fix for use with current Linux device tree for Meson GXHeiner Kallweit2017-02-071-0/+1
| * net: phy: dp83867: Add support for MAC impedance configurationMugunthan V N2017-02-071-0/+31
| * net: phy: vitesse: Fix cis8204 RGMII_ID codePhil Edworthy2017-02-071-3/+1
| * net: phy: Marvell: Use phy_interface_is_rgmii helper functionPhil Edworthy2017-02-071-4/+1
| * net: phy: Add support for Marvell M88E1512Phil Edworthy2017-02-071-2/+7
| * net: phy: Fix mask so that we can identify Marvell 88E1518Phil Edworthy2017-02-071-2/+2
| * net: phy: ti: Fix dp83867 RGMII_TXID interface pathPhil Edworthy2017-02-071-2/+1
| * net: macb: Remove redundant #ifdef CONFIG_DM_ETHWenyou Yang2017-02-071-3/+0
| * net: macb: Add the clock supportWenyou Yang2017-02-071-0/+41
| * net: Kconfig: Add CONFIG_MACB optionWenyou Yang2017-02-071-0/+10
* | Merge git://git.denx.de/u-boot-dmTom Rini2017-02-0822-54/+64
|\ \