summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2016-05-24Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini
2016-05-24net: phy: dp83867: Add SGMII helper for configurationDan Murphy
2016-05-24net: phy: Move is_rgmii helper to phy.hDan Murphy
2016-05-24net: phy: ti: Allow the driver to be more configurableDan Murphy
2016-05-24net: zynq_gem: Add the passing of the phy-handle nodeDan Murphy
2016-05-24drivers: net: cpsw: Add reading of DT phy-handle nodeDan Murphy
2016-05-24drivers: net: cpsw: add support for reading mac address from efuseMugunthan V N
2016-05-24drivers: net: cpsw: fix get mdio base and gmii_sel reg from DTMugunthan V N
2016-05-24drivers: net: cpsw: fix cpsw dp parse when num slaves as 1Mugunthan V N
2016-05-24net: phy: Add PHY driver for mv88e61xx switchesKevin Smith
2016-05-24net: Remove unused mv88e61xx switch driverKevin Smith
2016-05-24phy: marvell: Do not reset phy after negotiationMichal Simek
2016-05-24phy: Wire return value from phy_config()Michal Simek
2016-05-24net: phy: Handle phy_startup() error codes properlyMichal Simek
2016-05-24phy: Return correct error code when timeout happensMichal Simek
2016-05-24net: xilinx: Handle error value from phy_startup()Michal Simek
2016-05-06Fix various typos, scattered over the code.Robert P. J. Day
2016-05-03drivers: net: ldpaa: Memset pools_params as "0" before usePrabhakar Kushwaha
2016-05-02Fix spelling of "occurred".Vagrant Cascadian
2016-04-06armv8: LS2080A: Consolidate LS2080A and LS2085AYork Sun
2016-04-06drivers: net: vsc9953: Fix bug when PVID is shown for disabled ports onlyCodrin Ciubotariu
2016-04-06drivers: net: vsc9953: Do not configure disabled portsCodrin Ciubotariu
2016-04-04Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini
2016-04-04net: zynq_gem: Add SGMII support for zynqMPSiva Durga Prasad Paladugu
2016-04-04net: phy: Add SGMII support for TI phySiva Durga Prasad Paladugu
2016-04-04net: zynq_gem: Return error incase of invalid phy addressSiva Durga Prasad Paladugu
2016-04-04net: axi_emac: Report phy-node error message permanentlyMichal Simek
2016-04-04net: gem: Allow to set the MAC from an EEPROMJoe Hershberger
2016-04-04net: xilinx_axi: Clear Isolate bit if found during phy setupSiva Durga Prasad Paladugu
2016-04-04net: xilinx_axi: Use interface type instead of zeroSiva Durga Prasad Paladugu
2016-04-04net: zynq_gem: Add support for SGMII interfaceSiva Durga Prasad Paladugu
2016-04-04phy: Add phy driver support for xilinx PCS/PMA coreSiva Durga Prasad Paladugu
2016-04-04net: mvpp2.c: Add Marvell mvpp2 network driver for Armada 375Stefan Roese
2016-04-02net: phy: Realtek RTL8211B/C PHY ID fixKarsten Merker
2016-03-31net: phy: Optionally force master mode for RTL PHYMichael Haas
2016-03-29Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini
2016-03-29driver: net: fsl-mc: Check NULL before pointer dereferencePrabhakar Kushwaha
2016-03-29driver: net: fsl-mc: Free dflt_dpio pointer after its usagePrabhakar Kushwaha
2016-03-27net: rtl8169: Fix build error when DEBUG is onBin Meng
2016-03-22net: Move CONFIG_RTL8169 to KconfigBin Meng
2016-03-22net: Move CONFIG_RTL8139 to KconfigBin Meng
2016-03-21driver: net: fsl-mc: Return from DPAA_exit if boot_status !=0Prabhakar Kushwaha
2016-03-21driver: net: ldpaa_eth: Add support of PHY frameworkPrabhakar Kushwaha
2016-03-14Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass
2016-02-26net: phy: atheros: Fix problem with phy_reset() clearing BMCRAlison Wang
2016-02-24Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini
2016-02-24driver/fm: fdt.c: fix fdt_fixup_fman_firmware() to support ARM platformsQianyu Gong
2016-02-24fm: fdt: Move fman ucode fixup to driver codeQianyu Gong
2016-02-24qe: move drivers/qe/qe.h to include/fsl_qe.hQianyu Gong
2016-02-22net: phy: realtek: Use generic genphy_parse_link() for RTL8211EMichal Simek