summaryrefslogtreecommitdiff
path: root/drivers/net
Commit message (Expand)AuthorAgeLines
...
* | | | net: emaclite: Add MDIO support to driverMichal Simek2016-01-27-0/+238
* | | | net: emaclite: Remove ancient OF probe functionMichal Simek2016-01-27-30/+0
* | | | net: Add axi emac to KconfigMichal Simek2016-01-27-4/+8
* | | | net: axi_emac: Rename start, stop, write_hwaddr functionsMichal Simek2016-01-27-7/+7
* | | | net: axi_emac: Split recv from free_pktMichal Simek2016-01-27-3/+9
* | | | net: axi_emac: Enable access to MDIO in probeMichal Simek2016-01-27-3/+19
* | | | net: axi_emac: Move driver to DMMichal Simek2016-01-27-68/+122
* | | | net: axi_emac: Pass private structure where possibleMichal Simek2016-01-27-9/+7
* | | | net: axi_emac: Pass private structure to phyread/phywriteMichal Simek2016-01-27-9/+9
* | | | net: axi_emac: Put iobase to private structureMichal Simek2016-01-27-2/+3
* | | | net: axi_emac: Pass directly pointer to register spaceMichal Simek2016-01-27-6/+5
* | | | net: axi_emac: Show phy address instead of register contentMichal Simek2016-01-27-1/+1
* | | | net: axi_emac: Fix parentheses around operand !Michal Simek2016-01-27-4/+4
| |_|/ |/| |
* | | net: eepro100: Fix build warningsBin Meng2016-01-25-4/+4
* | | bug.h: move BUILD_BUG_* defines to include/linux/bug.hMasahiro Yamada2016-01-25-0/+1
* | | net: zynq_gem: Use shared wait_for_bitMateusz Kulikowski2016-01-25-33/+2
|/ /
* | net: pcnet: refactor mapping of virtual addresses to physical onesDaniel Schwierzeck2016-01-16-7/+21
* | Fix GCC format-security errors and convert sprintfs.Ben Whitten2016-01-14-25/+25
* | Merge git://www.denx.de/git/u-boot-marvellTom Rini2016-01-14-98/+132
|\ \
| * | net: mvneta: Convert to driver modelStefan Roese2016-01-14-98/+132
| |/
* | net: lpc32xx: fix ignored MDIO busy wait status on readVladimir Zapolskiy2016-01-13-7/+7
* | block: pass block dev not num to read/write/erase()Stephen Warren2016-01-13-2/+4
* | Merge git://git.denx.de/u-boot-netTom Rini2016-01-13-112/+5
|\ \ | |/ |/|
| * net: e1000: Mark _disable_wr() and _write_status() as __maybe_unusedBin Meng2015-12-21-5/+4
| * net: e1000: Remove CONFIG_MVBC_1GBin Meng2015-12-21-2/+0
| * net: e1000: Remove dead codes wrapped by #if 0Bin Meng2015-12-21-105/+1
* | dm: net: Convert rtl8169 to use DM PCI APISimon Glass2016-01-12-19/+66
* | dm: pci: Add a dm_ prefix to pci_get_bdf()Simon Glass2016-01-12-9/+10
* | Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2016-01-08-1/+1
|\ \
| * | phy: atheros: Use ar8035_config for AR8031Fabio Estevam2016-01-07-1/+1
* | | net: Fix delay in net_retry testJoe Hershberger2016-01-07-1/+1
|/ /
* | net: e1000: use correct helper to do endianness conversionMiao Yan2016-01-04-2/+2
* | Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2016-01-03-3/+17
|\ \
| * | net: fec_mxc: unregister mdio bus on probe errorMåns Rullgård2016-01-03-0/+2
| * | net: fec_mxc: configure MDIO hold timeMåns Rullgård2016-01-03-3/+15
* | | net: designware: Zap trailing backslashMarek Vasut2015-12-22-7/+7
* | | net: eth_designware: select PHYLIB in KconfigThomas Chou2015-12-22-4/+1
* | | net: phy: micrel: Configure KSZ9021/KSZ9031 skew from OFMarek Vasut2015-12-20-1/+145
| |/ |/|
* | net: gem: Add driver dependencies to PHYLIBMichal Simek2015-12-18-4/+1
* | net: gem: Fix typo in Kconfig entryMichal Simek2015-12-18-1/+1
* | net: gem: Separate recv and free_pkt functionsMichal Simek2015-12-18-20/+32
* | net: gem: Fix return value from recvMichal Simek2015-12-18-1/+1
* | net: gem: Setup default phy address to -1Michal Simek2015-12-18-1/+2
* | net: fm: disables unused FM1-DTSEC1 MAC node in DTSShaohui Xie2015-12-17-0/+4
* | armv8/ls1043a: remove print infoMingkai Hu2015-12-17-8/+1
* | driver: net: fsl-mc: remove MC firmware version checkStuart Yoder2015-12-17-13/+0
* | qbman_portal.c: Update BUG_ON() call in qbman_swp_mc_submitTom Rini2015-12-13-1/+1
* | net: gem: Enable CTRL+C in wait_for_bitMichal Simek2015-12-07-0/+6
* | net: gem: Move gem to KconfigMichal Simek2015-12-07-0/+6
* | net: gem: Read information about interface from DTMichal Simek2015-12-07-8/+12