summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: zynq: Fix sparse warnings in gemMichal Simek2014-05-061-0/+1
* net: zynq: Use predefined macros instead of hardcoded valueMichal Simek2014-05-061-1/+2
* Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2014-04-254-8/+20
|\
| * ar8031: modify the config func of ar8031 to ar8021_configZhao Qiang2014-04-221-1/+1
| * driver/net/fm/memac_phy: Initialize mdio_clock for SoCs wih FMANv3Priyanka Jain2014-04-221-0/+12
| * net/phy: Fix PHY id for VSC8514Codrin Ciubotariu2014-04-221-1/+1
| * QE/FMAN: modify CONFIG_SYS_QE_FMAN_FW_ADDR to CONFIG_SYS_FMAN_FW_ADDR and CON...Zhao Qiang2014-04-221-6/+6
* | MIPS: drop incaip boardDaniel Schwierzeck2014-04-202-794/+0
|/
* e1000: remove redundant assignmentDavid Müller (ELSOFT AG)2014-04-181-1/+0
* pcnet: force ordering of descriptor accessesPaul Burton2014-04-181-18/+19
* pcnet: align rx buffers for cache invalidationPaul Burton2014-04-181-9/+12
* pcnet: access descriptor rings & init block uncachedPaul Burton2014-04-181-31/+35
* arm: remove lubbock board supportMasahiro Yamada2014-04-181-6/+0
* Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2014-04-081-1/+1
|\
| * net/designware: align DMA buffer descriptors to D$ lineAlexey Brodkin2014-03-281-1/+1
* | drivers: net: cpsw: init phy with gigabit featuresIlya Ledvich2014-03-121-5/+1
|/
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-03-101-2/+2
|\
| * drivers: net: cpsw: add support to have phy address from cpsw platform dataMugunthan V N2014-03-041-2/+2
* | net/phy: Correct AR8021 phy_maskHaijun.Zhang2014-03-071-1/+1
* | net: gem: Add OF initialization supportMichal Simek2014-03-041-0/+42
* | net: emaclite: Fix OF initializationMichal Simek2014-03-041-8/+9
|/
* Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2014-02-251-0/+1
|\
| * ar8031/8033/phy:enable autonegotiation for ar8031/8033Zhao Qiang2014-02-241-0/+1
* | SMC91111: Fix compilation warningsBhupesh Sharma2014-02-211-3/+12
* | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-02-20152-65947/+17
|\ \
| * \ Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2014-02-201-1/+1
| |\ \
| * \ \ Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2014-02-191-2/+6
| |\ \ \
| | * \ \ Merge branch 'master' of git://git.denx.de/u-boot-armStefano Babic2014-02-114-167/+9
| | |\ \ \
| | * | | | NET: fec_mxc: fix MDIO clock prescaler calculationMarkus Niebel2014-02-111-2/+6
| * | | | | net: zynq_gem: Calculate clock dividers dynamicallySoren Brinkmann2014-02-191-6/+11
| * | | | | net: zynq_gem: Move RCLK details out of driverSoren Brinkmann2014-02-191-5/+2
| * | | | | Merge branch 'u-boot-pxa/master' into 'u-boot-arm/master'Albert ARIBAUD2014-02-19150-65938/+0
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | ARM: NET: Remove the IXP NPE ethernet driverMarek Vasut2014-02-06150-65938/+0
| | | |/ / | | |/| |
* | | | | blackfin: Add <asm/clock.h> to numerous driversTom Rini2014-02-201-0/+1
| |_|_|/ |/| | |
* | | | kbuild: use Linux Kernel build scriptsMasahiro Yamada2014-02-191-3/+1
* | | | net, phy: atheros ar803x bugHeiko Schocher2014-02-191-1/+1
|/ / /
* | | net/designware: make driver compatible with data cacheAlexey Brodkin2014-02-071-3/+50
* | | net/designware - switch driver to phylib usageAlexey Brodkin2014-02-072-327/+151
* | | net/designware: add explicit reset of {tx|rx}_currdescnumAlexey Brodkin2014-02-071-0/+2
* | | blackfin: Initialize the EMAC VLAN with proper default valueAaron Wu2014-02-071-0/+2
* | | Merge branch 'net' of git://www.denx.de/git/u-boot-microblazeTom Rini2014-02-042-0/+9
|\ \ \
| * | | net: axi_emac: Check if phy was correctly detectedMichal Simek2014-02-041-0/+4
| * | | net: gem: Check if phy was correctly detectedMichal Simek2014-01-211-0/+5
* | | | boards/t1040qds: Adds ethernet support for T1040Prabhakar Kushwaha2014-02-031-0/+56
| |/ / |/| |
* | | drivers: delete unused header filesMasahiro Yamada2014-01-241-109/+0
* | | net/fm: revert commit 732dfe090d50af53bb682d0c8971784f8de1f90fShengzhou Liu2014-01-211-52/+1
* | | powerpc/t2080qds: some update for t2080qdsShengzhou Liu2014-01-211-4/+6
|/ /
* | net: phy: atheros: Fix the masks for AR8031/8035Fabio Estevam2014-01-141-2/+2
|/
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-01-101-78/+99
|\
| * Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2014-01-061-78/+99
| |\
OpenPOWER on IntegriCloud