summaryrefslogtreecommitdiff
path: root/drivers/net
Commit message (Expand)AuthorAgeLines
* altera_tse: change ioremap to map_physmemThomas Chou2015-11-18-1/+1
* sparc: leon3: Moved GRLIB core header files to common include/grlib directoryDaniel Hellstrom2015-11-13-1/+1
* sparc: leon3: Reimplemented AMBA Plug&Play scanning routines.Daniel Hellstrom2015-11-13-2/+13
* pengwyn: nand and ethernet fixesVincent BENOIT2015-11-12-2/+43
* driver: net: Fix pointer conversion warnings for xilinx_zynqmp_epPrabhakar Kushwaha2015-11-12-8/+8
* net: altera_tse: add mSG-DMA supportThomas Chou2015-11-12-0/+191
* net: altera_tse: add priv ops to prepare msgdma supportThomas Chou2015-11-12-25/+81
* net: altera_tse: wait sgdma in altera_tse_recvThomas Chou2015-11-12-1/+1
* net: altera_tse: factor out stop mac funcThomas Chou2015-11-12-15/+21
* net: altera_tse: get numbers of fdt address and size cellsThomas Chou2015-11-06-6/+8
* net: altera_tse: use BIT macroThomas Chou2015-11-06-15/+15
* net: altera_tse: remove the useless parenthesisThomas Chou2015-11-06-15/+15
* net: altera_tse: fix packed and aligned attributeThomas Chou2015-11-06-1/+1
* net: altera_tse: use data type u32 for regs and descThomas Chou2015-11-06-60/+60
* net: altera_tse: remove unused macro and regs defThomas Chou2015-11-06-101/+3
* video: Drop DEV_FLAGS_SYSTEM flagBin Meng2015-11-05-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2015-10-30-110/+283
|\
| * armv8/ls1043a: Add Fman supportShaohui Xie2015-10-29-2/+128
| * armv8/fsl_lsch3: Change arch to fsl-layerscapeMingkai Hu2015-10-29-2/+0
| * net/fm: Add QSGMII PCS initShaohui Xie2015-10-29-5/+13
| * net: Move some header files to include/Shaohui Xie2015-10-29-6/+6
| * net: fm: bug fix when CONFIG_PHYLIB not definedShaohui Xie2015-10-29-1/+7
| * net/fm: Make the return value logic consistent with conventionHou Zhiqiang2015-10-29-24/+36
| * net/fm: Add support for 64-bit platformsHou Zhiqiang2015-10-29-33/+60
| * net/fm: Fix the endian issue to support both endianness platformsHou Zhiqiang2015-10-29-38/+43
| * driver: net: ldpaa_eth: Set MAC address during interface openPrabhakar Kushwaha2015-10-29-12/+3
* | net: pch_gbe: Add driver remove supportBin Meng2015-10-29-0/+12
* | net: designware: Add driver remove supportBin Meng2015-10-29-0/+12
* | net: phy: Test previous phydev->dev against new mac devBin Meng2015-10-29-1/+1
* | net: phy: Change to print all phys that are not foundBin Meng2015-10-29-1/+8
* | net: phy: Don't create phy device when there is no phyBin Meng2015-10-29-1/+2
* | net: phy: micrel: disable NAND-tree for KSZ8051Sylvain Rochet2015-10-29-0/+29
* | net: rtl8169: Build warning fixes for 64-bitStephen Warren2015-10-29-4/+6
* | net: phy: micrel: add support for KSZ8021RNL & KSZ8031RNLSylvain Lemieux2015-10-29-0/+11
|/
* net: convert altera_tse to driver model and phylibThomas Chou2015-10-23-1047/+382
* driver: net: keystone_net: removing unused codeMugunthan V N2015-10-22-10/+0
* driver: net: keystone_net: add support for rgmii phyVitaly Andrianov2015-10-22-1/+43
* driver: net: keystone_net: fix phy mode configurationMugunthan V N2015-10-22-2/+2
* drivers: net: cpsw: convert driver to adopt device driver modelMugunthan V N2015-10-22-1/+244
* drivers: net: cpsw: prepare driver for device model migrationMugunthan V N2015-10-22-44/+89
* net: fix netconsole when CONFIG_DM_ETH is setBernhard Nortmann2015-09-29-3/+11
* net: phy: on phy device create do not initialize link to 1Mugunthan V N2015-09-29-1/+1
* drivers/net/vsc9953: Add GPL-2.0+ SPDX-License-IdentifierCodrin Ciubotariu2015-09-21-1/+1
* drivers/net/vsc9953: Add commands for VLAN ingress filteringCodrin Ciubotariu2015-09-21-0/+86
* drivers/net/vsc9953: Add command for shared/private VLAN learningCodrin Ciubotariu2015-09-21-0/+95
* drivers/net/vsc9953: Add VLAN commands for VSC9953Codrin Ciubotariu2015-09-21-0/+478
* drivers/net/vsc9953: Add commands to manipulate the FDB for VSC9953Codrin Ciubotariu2015-09-21-0/+472
* drivers/net/vsc9953: Add commands to enable/disable HW learningCodrin Ciubotariu2015-09-21-0/+141
* drivers/net/vsc9953: Add command to show/clear port countersCodrin Ciubotariu2015-09-21-0/+256
* drivers/net/vsc9953: Use the generic Ethernet Switch parserCodrin Ciubotariu2015-09-21-184/+165