summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2016-01-07net: Fix delay in net_retry testJoe Hershberger
2016-01-04net: e1000: use correct helper to do endianness conversionMiao Yan
2016-01-03Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2016-01-03net: fec_mxc: unregister mdio bus on probe errorMåns Rullgård
2016-01-03net: fec_mxc: configure MDIO hold timeMåns Rullgård
2015-12-22net: designware: Zap trailing backslashMarek Vasut
2015-12-22net: eth_designware: select PHYLIB in KconfigThomas Chou
2015-12-20net: phy: micrel: Configure KSZ9021/KSZ9031 skew from OFMarek Vasut
2015-12-18net: gem: Add driver dependencies to PHYLIBMichal Simek
2015-12-18net: gem: Fix typo in Kconfig entryMichal Simek
2015-12-18net: gem: Separate recv and free_pkt functionsMichal Simek
2015-12-18net: gem: Fix return value from recvMichal Simek
2015-12-18net: gem: Setup default phy address to -1Michal Simek
2015-12-17net: fm: disables unused FM1-DTSEC1 MAC node in DTSShaohui Xie
2015-12-17armv8/ls1043a: remove print infoMingkai Hu
2015-12-17driver: net: fsl-mc: remove MC firmware version checkStuart Yoder
2015-12-13qbman_portal.c: Update BUG_ON() call in qbman_swp_mc_submitTom Rini
2015-12-07net: gem: Enable CTRL+C in wait_for_bitMichal Simek
2015-12-07net: gem: Move gem to KconfigMichal Simek
2015-12-07net: gem: Read information about interface from DTMichal Simek
2015-12-07net: gem: Move driver to DMMichal Simek
2015-12-07net: gem: Fix miiphy_read nameMichal Simek
2015-12-07net: gem: Remove zynq_gem_of_init()Michal Simek
2015-12-07net: gem: Enable MDIO bus earlierMichal Simek
2015-12-07net: gem: Check if priv->phydev is validMichal Simek
2015-12-07net: gem: Extract phy init codeMichal Simek
2015-12-07net: gem: Remove phydev variableMichal Simek
2015-12-07net: gem: Change mii function not to use eth_device structureMichal Simek
2015-12-07net: gem: Change mdio_wait prototype to pass regsMichal Simek
2015-12-07net: gem: Do not continue if phy is not foundMichal Simek
2015-12-03sparc: Use microseconds instead of ticks for timeoutFrancois Retief
2015-11-30net: phy: added aquantia PHY AQR405 supportShaohui Xie
2015-11-30armv8: ls2085a: Add support of LS2085A SoCPrabhakar Kushwaha
2015-11-30armv8: LS2080A: Rename LS2085A to reflect LS2080APrabhakar Kushwaha
2015-11-30driver: net: ldpaa: Fix Rx buffer alignmentPrabhakar Kushwaha
2015-11-30driver: net: ldpaa: Add debug informationPrabhakar Kushwaha
2015-11-30driver: net: ldpaa: Use DPMAC as net devicePrabhakar Kushwaha
2015-11-30driver: net: fsl-mc: Create DPAA2 object at run-timePrabhakar Kushwaha
2015-11-30driver: net: fsl-mc: Add DPAA2 commands to manage MCPrabhakar Kushwaha
2015-11-30driver: net: fsl-mc: Increase MC command timeoutPrabhakar Kushwaha
2015-11-30driver: ldpaa: Add api to return linked PHY ID of DPMACPrabhakar Kushwaha
2015-11-30driver: net: fsl-mc: Add APIs for DPMAC objects in FLIBPrabhakar Kushwaha
2015-11-30driver: net: fsl-mc: Add create, destroy APIs in flibsPrabhakar Kushwaha
2015-11-30armv8: lsch3: Fix lane protocol parsing logicPrabhakar Kushwaha
2015-11-19Move console definitions into a new console.h fileSimon Glass
2015-11-19net: zynq: Fix MDC setting for zynqMichal Simek
2015-11-19net: zynq: Remove unused MDCCLKDIV2 macroMichal Simek
2015-11-19net: zynq: Fix mdc clock division setting for 100Mbit/sMichal Simek
2015-11-19net: zynq: Wait till packet is sentMichal Simek
2015-11-19net: zynq: Disable secondary queuesEdgar E. Iglesias