summaryrefslogtreecommitdiff
path: root/drivers/net
Commit message (Expand)AuthorAgeLines
* Various, accumulated typos collected from around the tree.Robert P. J. Day2016-10-06-1/+1
* net, macb: fix misaligned cache operation warningHeiko Schocher2016-10-01-9/+11
* net: mvneta: Add support for Armada 3700 SoCStefan Roese2016-09-27-1/+35
* net: mvneta: Make driver 64bit safeStefan Roese2016-09-27-8/+8
* net: mvneta: Round up top tx buffer boundaries for dcache opsStefan Roese2016-09-27-1/+2
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-09-26-1/+11
|\
| * armv8: ls1046a: Convert CONFIG_LS1046A to Kconfig option ARCH_LS1046AYork Sun2016-09-26-1/+1
| * net: fm: fix spi flash probe for using driver modelQianyu Gong2016-09-14-0/+10
* | treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-23-3/+3
* | treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-23-13/+13
* | net: pch_gbe: Make 64 bit safePaul Burton2016-09-21-10/+10
* | net: pch_gbe: Use dm_pci_map_bar to discover MMIO basePaul Burton2016-09-21-5/+3
* | net: emaclite: Enable driver for MIPSZubair Lutfullah Kakakhel2016-09-21-1/+1
* | net: emaclite: use __raw_readl/writel instead of weird defineZubair Lutfullah Kakakhel2016-09-21-41/+45
* | net: emaclite: Use ioremap_nocacheZubair Lutfullah Kakakhel2016-09-21-1/+3
|/
* meson: odroid-c2: enable Ethernet support through the device treeBeniamino Galvani2016-09-06-0/+1
* net: davinci_emac: Restore the internal MDIO accessors return valueskarl beldan2016-08-22-7/+6
* net/fm: Remove unused code of FMan QMIHou Zhiqiang2016-08-22-3/+0
* net: davinci_emac: Invalidate only the received portion of a bufferkarl beldan2016-08-22-5/+5
* net: davinci_emac: Round up top tx buffer boundaries for dcache opskarl beldan2016-08-22-1/+1
* net: davinci_emac: Remove useless dcache ops on descriptorskarl beldan2016-08-22-28/+0
* net: mii: Changes not made by spatchJoe Hershberger2016-08-15-50/+40
* net: mii: Fix changes made by spatchJoe Hershberger2016-08-15-36/+24
* net: mii: Use spatch to update miiphy_registerJoe Hershberger2016-08-15-134/+360
* net/ethoc: implement MDIO bus and support phylibMax Filippov2016-08-15-6/+150
* net/ethoc: support private memory configurationsMax Filippov2016-08-15-5/+41
* net/ethoc: don't mix virtual and physical addressesMax Filippov2016-08-15-10/+13
* net/ethoc: support device treeMax Filippov2016-08-15-0/+15
* net/ethoc: add CONFIG_DM_ETH supportMax Filippov2016-08-15-47/+174
* net/ethoc: use priv instead of dev internallyMax Filippov2016-08-15-55/+56
* net/ethoc: add Kconfig entry for the driverMax Filippov2016-08-15-0/+5
* net: e1000: Fix the build with driver model and SPI EEPROMAlban Bedel2016-08-15-30/+35
* net: macb: Fix build error for CONFIG_DM_ETH enabledWenyou Yang2016-08-15-8/+69
* Merge git://git.denx.de/u-boot-dmTom Rini2016-08-12-1/+2
|\
| * fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren2016-08-12-1/+2
* | drivers: net: cpsw: always flush cache of size aligned to PKTALIGNLokesh Vutla2016-08-12-1/+1
|/
* drivers: net: keystone_net: add support for multi slave ethernetMugunthan V N2016-08-08-45/+177
* drivers: net: keystone_net: fix line termination with semi-colonMugunthan V N2016-08-08-3/+3
* net: cpsw: Add support to drive gpios for ethernet to be functionalVignesh R2016-08-08-0/+12
* net: sun8i_emac: Fix DMA alignment issues with the rx / tx buffersHans de Goede2016-07-31-3/+10
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2016-07-28-0/+4
|\
| * driver/net/fec: support fixed speed connectionHannes Schmelzer2016-07-12-0/+4
* | net: phy: marvell: Add a missing errno.h headerSimon Glass2016-07-27-0/+1
* | Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2016-07-26-12/+1
|\ \
| * | net: sun8i_emac: Drop redundant and incorrect setting of syscon registerChen-Yu Tsai2016-07-26-9/+1
| * | net: sun8i_emac: Do not configure AHB2 clockChen-Yu Tsai2016-07-26-3/+0
* | | drivers: net/fm: Add Fman support for LS1046AMingkai Hu2016-07-26-0/+124
|/ /
* | net: Add EMAC driver for H3/A83T/A64 SoCs.Amit Singh Tomar2016-07-15-0/+799
|/
* net: rtl8169: Fix return value for rtl_send_commonOleksandr Tymoshenko2016-07-06-2/+2
* driver: net: phylib: add support for aquantia AQR106/107 PHYMingkai Hu2016-07-06-0/+28