summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | net: tsec: Use tsec_private pointer as the parameter for internal routinesBin Meng2016-01-281-12/+11
| * | net: tsec: Adjust orders to avoid forward declaration of tsec_send()Bin Meng2016-01-281-105/+103
| * | net: tsec: Move rxbd and txbd to struct tsec_privateBin Meng2016-01-281-37/+32
| * | net: tsec: Move rx_idx and tx_idx to struct tsec_privateBin Meng2016-01-281-28/+26
| * | net: tsec: fsl_mdio: Fix several cosmetic issuesBin Meng2016-01-282-29/+36
| * | drivers: net: vsc9953: Add LAG supportCodrin Ciubotariu2016-01-281-1/+330
| * | drivers: net: vsc9953: Fix FDB aging timeCodrin Ciubotariu2016-01-281-0/+23
| * | net: phy: do not read configuration register on resetStefan Agner2016-01-281-9/+2
* | | Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-01-275-8/+268
|\ \ \
| * | | driver: net: fsl-mc: Remove portal id hard-codingPrabhakar Kushwaha2016-01-271-1/+1
| * | | driver: net: ldpaa: Add debug info of printing DPMAC statsPrabhakar Kushwaha2016-01-271-0/+78
| * | | driver: net: ldpaa: Increase num of buffers for a poolPrabhakar Kushwaha2016-01-271-1/+1
| * | | driver: net: ldpaa: Report back only error frames for txPrabhakar Kushwaha2016-01-271-0/+12
| * | | driver: net: fsl-mc: Prepare extended cfg for DPNI createPrabhakar Kushwaha2016-01-271-1/+13
| * | | driver: net: fsl-mc: flib changes for MC FW 9.0.0Prabhakar Kushwaha2016-01-272-3/+82
| * | | driver: net: fsl-mc: Add version check for MC objectsPrabhakar Kushwaha2016-01-272-1/+78
| * | | drivers: net: fsl_mc: Compare pointer value qbman_swp_mc_startPratiyush Mohan Srivastava2016-01-251-1/+3
* | | | net: xilinx_ll_temac: Fix string overflowRicardo Ribalda Delgado2016-01-271-1/+2
* | | | net: zynq: Change MDC setup for arm64Michal Simek2016-01-271-0/+4
* | | | net: phy: ti: Enable automatic crossover modeMichal Simek2016-01-271-0/+3
* | | | net: emaclite: Move emaclite to KconfigMichal Simek2016-01-271-0/+8
* | | | net: emaclite: Let core to handle received packetMichal Simek2016-01-271-3/+3
* | | | net: emaclite: Rename start and stop functionsMichal Simek2016-01-271-5/+5
* | | | net: emaclite: Move driver to DMMichal Simek2016-01-271-68/+91
* | | | net: emaclite: Use indirect access in emaclite_recvMichal Simek2016-01-271-52/+73
* | | | net: emaclite: Use indirect reg access in sendMichal Simek2016-01-271-30/+18
* | | | net: emaclite: Remove XEL_TSR_XMIT_ACTIVE_MASK flagMichal Simek2016-01-271-13/+2
* | | | net: emaclite: Fix logic around available TX buffersMichal Simek2016-01-271-16/+8
* | | | net: emaclite: Use indirect register access for TX resetMichal Simek2016-01-271-3/+3
* | | | net: emaclite: Use indirect register access for rx_ping/pongMichal Simek2016-01-271-3/+2
* | | | net: emaclite: Use indirect register access for tx_ping/pongMichal Simek2016-01-271-13/+13
* | | | net: emaclite: Convert MDIO to use register offsetMichal Simek2016-01-271-36/+56
* | | | net: emaclite: Add MDIO support to driverMichal Simek2016-01-271-0/+238
* | | | net: emaclite: Remove ancient OF probe functionMichal Simek2016-01-271-30/+0
* | | | net: Add axi emac to KconfigMichal Simek2016-01-272-4/+8
* | | | net: axi_emac: Rename start, stop, write_hwaddr functionsMichal Simek2016-01-271-7/+7
* | | | net: axi_emac: Split recv from free_pktMichal Simek2016-01-271-3/+9
* | | | net: axi_emac: Enable access to MDIO in probeMichal Simek2016-01-271-3/+19
* | | | net: axi_emac: Move driver to DMMichal Simek2016-01-271-68/+122
* | | | net: axi_emac: Pass private structure where possibleMichal Simek2016-01-271-9/+7
* | | | net: axi_emac: Pass private structure to phyread/phywriteMichal Simek2016-01-271-9/+9
* | | | net: axi_emac: Put iobase to private structureMichal Simek2016-01-271-2/+3
* | | | net: axi_emac: Pass directly pointer to register spaceMichal Simek2016-01-271-6/+5
* | | | net: axi_emac: Show phy address instead of register contentMichal Simek2016-01-271-1/+1
* | | | net: axi_emac: Fix parentheses around operand !Michal Simek2016-01-271-4/+4
| |_|/ |/| |
* | | net: eepro100: Fix build warningsBin Meng2016-01-251-4/+4
* | | bug.h: move BUILD_BUG_* defines to include/linux/bug.hMasahiro Yamada2016-01-251-0/+1
* | | net: zynq_gem: Use shared wait_for_bitMateusz Kulikowski2016-01-251-33/+2
|/ /
* | net: pcnet: refactor mapping of virtual addresses to physical onesDaniel Schwierzeck2016-01-161-7/+21
* | Fix GCC format-security errors and convert sprintfs.Ben Whitten2016-01-1423-25/+25
OpenPOWER on IntegriCloud