aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2016-11-07net: mvgbe: Fix build error with CONFIG_PHYLIBChris Packham1-22/+3
2016-11-07net: phy: micrel: center FLP burst timing at 16msAsh Charles1-0/+23
2016-11-07net: add driver for Synopsys Ethernet QoS deviceStephen Warren3-0/+1564
2016-10-31Fix spelling of "resetting".Vagrant Cascadian1-1/+1
2016-10-28Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-0/+7
2016-10-26net: Kconfig: Add FEC_MXC entryJagan Teki1-0/+7
2016-10-24Fix codying style broken by recent libfdt syncMasahiro Yamada1-1/+1
2016-10-23Remove some merge markersSimon Glass1-5/+1
2016-10-13Merge git://git.denx.de/u-boot-fdtTom Rini4-6/+7
2016-10-13libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass3-4/+4
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass1-2/+3
2016-10-13rtl8169: fix cache misalignment message on transmit.Peter Chubb1-1/+2
2016-10-13net: mvneta: fix typo in commentChris Packham1-1/+1
2016-10-13net: mv88e61xx: Add support for fixed linksChris Packham1-0/+43
2016-10-13net: Add support for mv88e609x switchesChris Packham1-2/+16
2016-10-13driver: net: cpsw: add support for RGMII id mode support and RMII clock sourc...Mugunthan V N1-14/+143
2016-10-13drivers: net: phy: atheros: add separate config for AR8031Mugunthan V N1-1/+36
2016-10-13phy: atheros: add support for RGMII_ID, RGMII_TXID and RGMII_RXIDAndrea Merello1-0/+16
2016-10-06Various, accumulated typos collected from around the tree.Robert P. J. Day1-1/+1
2016-10-01net, macb: fix misaligned cache operation warningHeiko Schocher1-9/+11
2016-09-27net: mvneta: Add support for Armada 3700 SoCStefan Roese1-1/+35
2016-09-27net: mvneta: Make driver 64bit safeStefan Roese1-8/+8
2016-09-27net: mvneta: Round up top tx buffer boundaries for dcache opsStefan Roese1-1/+2
2016-09-26Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2-1/+11
2016-09-26armv8: ls1046a: Convert CONFIG_LS1046A to Kconfig option ARCH_LS1046AYork Sun1-1/+1
2016-09-23treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>Masahiro Yamada3-3/+3
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada13-13/+13
2016-09-21net: pch_gbe: Make 64 bit safePaul Burton1-10/+10
2016-09-21net: pch_gbe: Use dm_pci_map_bar to discover MMIO basePaul Burton1-5/+3
2016-09-21net: emaclite: Enable driver for MIPSZubair Lutfullah Kakakhel1-1/+1
2016-09-21net: emaclite: use __raw_readl/writel instead of weird defineZubair Lutfullah Kakakhel1-41/+45
2016-09-21net: emaclite: Use ioremap_nocacheZubair Lutfullah Kakakhel1-1/+3
2016-09-14net: fm: fix spi flash probe for using driver modelQianyu Gong1-0/+10
2016-09-06meson: odroid-c2: enable Ethernet support through the device treeBeniamino Galvani1-0/+1
2016-08-22net: davinci_emac: Restore the internal MDIO accessors return valueskarl beldan1-7/+6
2016-08-22net/fm: Remove unused code of FMan QMIHou Zhiqiang1-3/+0
2016-08-22net: davinci_emac: Invalidate only the received portion of a bufferkarl beldan1-5/+5
2016-08-22net: davinci_emac: Round up top tx buffer boundaries for dcache opskarl beldan1-1/+1
2016-08-22net: davinci_emac: Remove useless dcache ops on descriptorskarl beldan1-28/+0
2016-08-15net: mii: Changes not made by spatchJoe Hershberger6-50/+40
2016-08-15net: mii: Fix changes made by spatchJoe Hershberger5-36/+24
2016-08-15net: mii: Use spatch to update miiphy_registerJoe Hershberger18-134/+360
2016-08-15net/ethoc: implement MDIO bus and support phylibMax Filippov1-6/+150
2016-08-15net/ethoc: support private memory configurationsMax Filippov1-5/+41
2016-08-15net/ethoc: don't mix virtual and physical addressesMax Filippov1-10/+13
2016-08-15net/ethoc: support device treeMax Filippov1-0/+15
2016-08-15net/ethoc: add CONFIG_DM_ETH supportMax Filippov1-47/+174
2016-08-15net/ethoc: use priv instead of dev internallyMax Filippov1-55/+56
2016-08-15net/ethoc: add Kconfig entry for the driverMax Filippov1-0/+5
2016-08-15net: e1000: Fix the build with driver model and SPI EEPROMAlban Bedel2-30/+35