summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Move console definitions into a new console.h fileSimon Glass2015-11-194-0/+4
* net: zynq: Fix MDC setting for zynqMichal Simek2015-11-191-1/+1
* net: zynq: Remove unused MDCCLKDIV2 macroMichal Simek2015-11-191-1/+0
* net: zynq: Fix mdc clock division setting for 100Mbit/sMichal Simek2015-11-191-2/+2
* net: zynq: Wait till packet is sentMichal Simek2015-11-191-1/+32
* net: zynq: Disable secondary queuesEdgar E. Iglesias2015-11-191-0/+26
* net: zynq: Add dummy packet to fix packet duplication issueMichal Simek2015-11-191-2/+8
* net: zynq: Do not report TX underrunMichal Simek2015-11-191-2/+0
* net: zynq: Setup BD when structures are filledMichal Simek2015-11-191-3/+3
* net: zynq: Allocate BD_SPACE in connection to RX_BUFMichal Simek2015-11-191-1/+1
* net: zynq: Fix clearing statisticMichal Simek2015-11-191-4/+3
* net: zynq: Extend register description with offsetsMichal Simek2015-11-191-15/+15
* net: zynq: Add support for different PHY interface typesMichal Simek2015-11-191-1/+8
* net: zynq: Add debug message to phyread/phywriteMichal Simek2015-11-191-1/+12
* net: phy: Add support for Texas Instruments DP83867Edgar E. Iglesias2015-11-193-0/+204
* altera_tse: change ioremap to map_physmemThomas Chou2015-11-181-1/+1
* sparc: leon3: Moved GRLIB core header files to common include/grlib directoryDaniel Hellstrom2015-11-131-1/+1
* sparc: leon3: Reimplemented AMBA Plug&Play scanning routines.Daniel Hellstrom2015-11-131-2/+13
* pengwyn: nand and ethernet fixesVincent BENOIT2015-11-121-2/+43
* driver: net: Fix pointer conversion warnings for xilinx_zynqmp_epPrabhakar Kushwaha2015-11-121-8/+8
* net: altera_tse: add mSG-DMA supportThomas Chou2015-11-122-0/+191
* net: altera_tse: add priv ops to prepare msgdma supportThomas Chou2015-11-122-25/+81
* net: altera_tse: wait sgdma in altera_tse_recvThomas Chou2015-11-121-1/+1
* net: altera_tse: factor out stop mac funcThomas Chou2015-11-121-15/+21
* net: altera_tse: get numbers of fdt address and size cellsThomas Chou2015-11-061-6/+8
* net: altera_tse: use BIT macroThomas Chou2015-11-061-15/+15
* net: altera_tse: remove the useless parenthesisThomas Chou2015-11-061-15/+15
* net: altera_tse: fix packed and aligned attributeThomas Chou2015-11-061-1/+1
* net: altera_tse: use data type u32 for regs and descThomas Chou2015-11-062-60/+60
* net: altera_tse: remove unused macro and regs defThomas Chou2015-11-061-101/+3
* video: Drop DEV_FLAGS_SYSTEM flagBin Meng2015-11-051-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2015-10-3011-110/+283
|\
| * armv8/ls1043a: Add Fman supportShaohui Xie2015-10-293-2/+128
| * armv8/fsl_lsch3: Change arch to fsl-layerscapeMingkai Hu2015-10-291-2/+0
| * net/fm: Add QSGMII PCS initShaohui Xie2015-10-291-5/+13
| * net: Move some header files to include/Shaohui Xie2015-10-295-6/+6
| * net: fm: bug fix when CONFIG_PHYLIB not definedShaohui Xie2015-10-291-1/+7
| * net/fm: Make the return value logic consistent with conventionHou Zhiqiang2015-10-291-24/+36
| * net/fm: Add support for 64-bit platformsHou Zhiqiang2015-10-293-33/+60
| * net/fm: Fix the endian issue to support both endianness platformsHou Zhiqiang2015-10-292-38/+43
| * driver: net: ldpaa_eth: Set MAC address during interface openPrabhakar Kushwaha2015-10-291-12/+3
* | net: pch_gbe: Add driver remove supportBin Meng2015-10-291-0/+12
* | net: designware: Add driver remove supportBin Meng2015-10-291-0/+12
* | net: phy: Test previous phydev->dev against new mac devBin Meng2015-10-291-1/+1
* | net: phy: Change to print all phys that are not foundBin Meng2015-10-291-1/+8
* | net: phy: Don't create phy device when there is no phyBin Meng2015-10-291-1/+2
* | net: phy: micrel: disable NAND-tree for KSZ8051Sylvain Rochet2015-10-291-0/+29
* | net: rtl8169: Build warning fixes for 64-bitStephen Warren2015-10-291-4/+6
* | net: phy: micrel: add support for KSZ8021RNL & KSZ8031RNLSylvain Lemieux2015-10-291-0/+11
|/
* net: convert altera_tse to driver model and phylibThomas Chou2015-10-233-1047/+382
OpenPOWER on IntegriCloud