aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2011-09-10KS8695: convert KS8695 eth driver to CONFIG_MULTI_ETHGreg Ungerer1-14/+28
2011-09-10phylib: remove a couple of redundant code linesVladimir Zapolskiy1-5/+2
2011-09-10phylib: reset mii bus only if reset handler is registeredVladimir Zapolskiy1-1/+2
2011-09-09smc911x: Fix build warningsWolfgang Denk1-2/+2
2011-09-07smc911x MII made availableHelmut Raiger1-6/+30
2011-09-04da850: fix the channel number for EMAC teardown initNagabhushana Netagunte1-2/+2
2011-08-31phy.c: make less verbose - turn printf() into debug()Wolfgang Denk1-1/+1
2011-08-08Add Ethernet hardware MAC address framework to usbnetSimon Glass1-1/+1
2011-08-02Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk1-7/+7
2011-07-28cleanup: Fix typos and misspellings in various files.Mike Williams4-4/+4
2011-07-28net/4xx: Install interrupt handler after driver registrationStefan Roese1-7/+7
2011-07-27net: Add SMSC89128 supportPhil Edworthy1-0/+2
2011-07-27phylib: Detect link on 10G devices correctlyAndy Fleming1-2/+6
2011-07-25net: designware: fix uninitialized phy_addr usageMike Frysinger1-0/+2
2011-07-25net: designware: fix unused warning when CONFIG_DW_AUTONEG is enabledMike Frysinger1-1/+3
2011-07-16Timer: Fix misuse of ARM *timer_masked() functions outside arch/armGraeme Russ2-8/+10
2011-06-21macb: fix compile warningandreas.devel@googlemail.com1-2/+3
2011-06-21at91_emac: fix compile warningandreas.devel@googlemail.com1-5/+7
2011-06-21update arm/at91rm9200 work with rework rework110202Jens Scharsig1-16/+16
2011-05-31mvgbe: enable configurability of PORT_SERIAL_CONTROL_VALUEValentin Longchamp1-0/+2
2011-05-19Minor coding style cleanup.Wolfgang Denk2-2/+0
2011-05-18ATMEL: fix related common atmel driver filesReinhard Meyer1-6/+8
2011-05-12net: xilinx emaclite: Fix return valuesMichal Simek1-7/+7
2011-05-12NET: pass source IP address to packet handlersLuca Ceresoli1-2/+3
2011-04-20tsec: Convert tsec to use PHY LibAndy Fleming3-1505/+219
2011-04-20phylib: Add a bunch of PHY drivers from tsecAndy Fleming12-0/+1500
2011-04-20Create PHY Lib for U-BootAndy Fleming3-0/+831
2011-04-20Remove instances of phy_read/writeAndy Fleming3-32/+34
2011-04-20tsec: arrange the code to avoid useless function declarationMingkai Hu1-440/+415
2011-04-20tsec: use IO accessors for IO accessesMingkai Hu1-123/+126
2011-04-12Fix misc spelling errors found by lintianLoïc Minier1-1/+1
2011-04-11Net: Add Intel E1000 82574L PCIe card supportRoy Zang2-8/+31
2011-04-11ea20: fix undefined PHY_* errorsBen Gardiner1-3/+3
2011-04-04tsec: add AR8021 PHY supportLi Yang1-0/+23
2011-03-21net: ftmac100: update get_timer() usagesPo-Yu Chuang1-3/+3
2011-03-21net: ftmac100: remove unnecessary volatilesPo-Yu Chuang1-6/+6
2011-03-16net: sh_eth: add support for SH7757's ETHERYoshihiro Shimoda2-4/+86
2011-02-15net: ne2000: Add spport RTL-8019ASNobuhiro Iwamatsu1-1/+2
2011-02-04Merge branch 'master' of git://git.denx.de/u-boot-shWolfgang Denk1-0/+9
2011-02-02net: sh_eth: add cache handlingYoshihiro Shimoda1-0/+9
2011-02-02DaVinci DM6467: Added ET1011C (LSI) PHY supportSandeep Paulraj1-0/+7
2011-02-02DaVinci EMAC: Add name to Ethernet deviceSandeep Paulraj1-0/+1
2011-02-02DaVinci EMAC: Fix davinci_eth_gigabit_enableSandeep Paulraj1-3/+4
2011-02-02fec_mxc: add support for MX53 processorLiu Hui-R643432-3/+3
2011-01-18NET: lan91c96: Correct chip detect logicYanjun Yang1-1/+1
2011-01-10LAN91C*: Change chip names to fit the eth_device struct sizeYanjun Yang1-2/+2
2011-01-09ftgmac100: support of gigabit eth ftgmac100Macpaul Lin3-0/+826
2011-01-09miiphy: convert to linux/mii.hMike Frysinger16-148/+145
2010-12-16Merge branch 'master' of ../master into nextWolfgang Denk2-20/+6
2010-12-13tsec: Revert to setting TBICR_ANEG_ENABLE by default for SGMIIKumar Gala1-5/+4