summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2016-08-12Merge git://git.denx.de/u-boot-dmTom Rini1-1/+2
2016-08-12fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren1-1/+2
2016-08-12drivers: net: cpsw: always flush cache of size aligned to PKTALIGNLokesh Vutla1-1/+1
2016-08-08drivers: net: keystone_net: add support for multi slave ethernetMugunthan V N1-45/+177
2016-08-08drivers: net: keystone_net: fix line termination with semi-colonMugunthan V N1-3/+3
2016-08-08net: cpsw: Add support to drive gpios for ethernet to be functionalVignesh R1-0/+12
2016-07-31net: sun8i_emac: Fix DMA alignment issues with the rx / tx buffersHans de Goede1-3/+10
2016-07-28Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-0/+4
2016-07-27net: phy: marvell: Add a missing errno.h headerSimon Glass1-0/+1
2016-07-27Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini1-12/+1
2016-07-26net: sun8i_emac: Drop redundant and incorrect setting of syscon registerChen-Yu Tsai1-9/+1
2016-07-26net: sun8i_emac: Do not configure AHB2 clockChen-Yu Tsai1-3/+0
2016-07-26drivers: net/fm: Add Fman support for LS1046AMingkai Hu2-0/+124
2016-07-15net: Add EMAC driver for H3/A83T/A64 SoCs.Amit Singh Tomar3-0/+799
2016-07-12driver/net/fec: support fixed speed connectionHannes Schmelzer1-0/+4
2016-07-06net: rtl8169: Fix return value for rtl_send_commonOleksandr Tymoshenko1-2/+2
2016-07-06driver: net: phylib: add support for aquantia AQR106/107 PHYMingkai Hu1-0/+28
2016-07-06net: designware: Make driver independent from DM_GPIO againAlexey Brodkin2-3/+14
2016-06-22net: phy: marvell: Do not reset 88e1310 after autonegNathan Rossi1-4/+1
2016-06-22net: phy: micrel: add support for KSZ886x switches in MIIM modeAlexey Firago1-0/+26
2016-06-22net: rtl8169: fix switching between adaptersStephen Warren1-4/+9
2016-06-13Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini1-76/+244
2016-06-13net: macb: Convert to driver modelSimon Glass1-0/+119
2016-06-13net: macb: Flush correct cache portion when sendingSimon Glass1-1/+1
2016-06-13net: macb: Prepare for driver-model conversionSimon Glass1-75/+124
2016-06-12Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-1/+1
2016-06-04nand: Embed mtd_info in struct nand_chipScott Wood2-3/+3
2016-05-31net: Add ag7xxx driver for Atheros MIPSMarek Vasut3-0/+990
2016-05-31net: pcnet: Fix init on big endian 64 bitPaul Burton1-3/+3
2016-05-31net: pcnet: Make 64 bit safePaul Burton1-8/+10
2016-05-31net: pcnet: Stop converting kseg1->kseg0 addressesPaul Burton1-9/+6
2016-05-27Merge git://git.denx.de/u-boot-rockchipTom Rini2-6/+80
2016-05-27net: designware: fix descriptor layout and warnings on 64-bit archsBeniamino Galvani2-29/+34
2016-05-27net: designware: support phy reset device-tree bindingsSjoerd Simons2-6/+80
2016-05-25Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini1-1/+1
2016-05-25powerpc:t4240: MAC9 and MAC10 should not be identified as 1G interface in som...Ying Zhang1-1/+1
2016-05-24Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini8-530/+1158
2016-05-24net: phy: dp83867: Add SGMII helper for configurationDan Murphy1-1/+1
2016-05-24net: phy: Move is_rgmii helper to phy.hDan Murphy1-11/+0
2016-05-24net: phy: ti: Allow the driver to be more configurableDan Murphy1-10/+77
2016-05-24net: zynq_gem: Add the passing of the phy-handle nodeDan Murphy1-5/+10
2016-05-24drivers: net: cpsw: Add reading of DT phy-handle nodeDan Murphy1-2/+21
2016-05-24drivers: net: cpsw: add support for reading mac address from efuseMugunthan V N3-17/+130
2016-05-24drivers: net: cpsw: fix get mdio base and gmii_sel reg from DTMugunthan V N1-4/+20
2016-05-24drivers: net: cpsw: fix cpsw dp parse when num slaves as 1Mugunthan V N1-4/+2
2016-05-24net: phy: Add PHY driver for mv88e61xx switchesKevin Smith2-0/+1020
2016-05-24net: Remove unused mv88e61xx switch driverKevin Smith2-598/+0
2016-05-24net: fec_mxc: use simpler runtime cpu dection macrosPeng Fan1-1/+1
2016-05-24phy: marvell: Do not reset phy after negotiationMichal Simek1-5/+1
2016-05-24phy: Wire return value from phy_config()Michal Simek2-5/+2