summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* LAN91C*: Change chip names to fit the eth_device struct sizeYanjun Yang2011-01-101-2/+2
* ftgmac100: support of gigabit eth ftgmac100Macpaul Lin2011-01-093-0/+826
* miiphy: convert to linux/mii.hMike Frysinger2011-01-0916-148/+145
* Merge branch 'master' of ../master into nextWolfgang Denk2010-12-162-20/+6
|\
| * tsec: Revert to setting TBICR_ANEG_ENABLE by default for SGMIIKumar Gala2010-12-131-5/+4
| * Merge branch 'master' of git://git.denx.de/u-boot-imxWolfgang Denk2010-12-091-15/+2
| |\
| | * imx: Get fec mac address from fuseLiu Hui-R643432010-11-211-15/+2
* | | da850: Add RMII support for EMACSudhakar Rajashekhara2010-11-301-1/+40
|/ /
* | 824x: Cleanup for partial linking and --gc-sectionsWolfgang Denk2010-11-271-3/+7
* | e1000: fix compile warningWolfgang Denk2010-11-261-1/+2
* | GRETH: removed space in network driver device name.Daniel Hellstrom2010-11-181-2/+2
* | GRETH: fixed 2 decriptor table typosDaniel Hellstrom2010-11-181-2/+2
* | GRETH: Added extra RESET, this is needed if GRETH was stopped during an ether...Daniel Hellstrom2010-11-181-0/+10
* | GRETH: Added autodetection of PHY address, or let BSP hardcode it.Daniel Hellstrom2010-11-181-23/+55
* | GRETH: made debug printouts use common debug() macro.Daniel Hellstrom2010-11-181-41/+25
* | GRETH: removed unneccesary register write and one clean up.Daniel Hellstrom2010-11-181-3/+1
* | net: e1000: typo using wrong argument to sizeofMatthew McClintock2010-11-171-1/+1
* | Switch from archive libraries to partial linkingSebastien Carlier2010-11-172-4/+4
|/
* net: e1000: Add initialized eth_device & e1000_hw structureKumar Gala2010-11-141-0/+14
* net: uli526x: Add initialized eth_device structureNobuhiro Iwamatsu2010-11-141-0/+5
* net: tsi108_eth: Add initialized eth_device structureNobuhiro Iwamatsu2010-11-141-1/+5
* net: pcnet: Add initialized eth_device structureNobuhiro Iwamatsu2010-11-141-0/+5
* net: ns8382x: Add initialized eth_device structureNobuhiro Iwamatsu2010-11-141-0/+5
* net: natsemi: Add initialized eth_device structureNobuhiro Iwamatsu2010-11-141-0/+5
* net: fec_mxc: Add initialized eth_device structureNobuhiro Iwamatsu2010-11-141-0/+1
* net: eepro100: Add initialized eth_device structureNobuhiro Iwamatsu2010-11-141-0/+5
* net: dc2114x: Add initialized eth_device structureNobuhiro Iwamatsu2010-11-141-0/+6
* net: rtl8139: Add initialized eth_device structureNobuhiro Iwamatsu2010-11-141-0/+5
* net: rtl8169: Add initialized eth_device structureNobuhiro Iwamatsu2010-11-141-0/+5
* Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2010-10-291-1/+1
* Fix compile warning in uli526x driverKumar Gala2010-10-201-2/+3
* drivers/net/fec_mxc.c: write mac address in initJohn Rigby2010-10-191-0/+3
* Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2010-10-131-7/+15
|\
| * at91_emac.c: poll for IDLE when writing PHYAndreas Bießmann2010-10-051-2/+14
| * at91_emac.c: fix 'Warning: eth device name has a space!'Andreas Bießmann2010-10-051-5/+1
* | smc91111: add write_hwaddrThomas Chou2010-10-111-16/+24
* | davinci_emac: davinci_eth_set_mac_addr to ->write_hwaddrBen Gardiner2010-10-111-41/+39
* | net: Move Emaclite to NET_MULTIMichal Simek2010-10-111-37/+47
* | net: Fix emaclite driver to support little-endian microblazeMichal Simek2010-10-111-2/+2
* | mpc5xxx_fec: add call to reset_phy() after PHY initializationIlya Yanok2010-10-111-0/+7
* | drivers/net/at91_emac.c: change return valuesAndreas Bießmann2010-10-111-9/+9
* | drivers/net/at91_emac.c: increase timeout for autonegotiationAndreas Bießmann2010-10-111-1/+1
* | NET: add ENC28J60 driver using SPI frameworkReinhard Meyer2010-10-113-0/+1230
* | NET: move legacy enc28j60.c to sidetrack as enc28j60_lpc2292.cReinhard Meyer (-VC)2010-10-112-1/+2
|/
* Blackfin: bfin_mac: convert from old style MMR macrosMike Frysinger2010-10-021-32/+36
* ppc4xx: Big header cleanup, mostly PPC440 relatedStefan Roese2010-09-231-2/+1
* ppc4xx: Move ppc4xx headers to powerpc include directoryStefan Roese2010-09-231-3/+3
* Fix compile warnings for const correctnessBen Warren2010-08-093-5/+6
* miiphy: constify device nameMike Frysinger2010-08-0916-40/+40
* net ppc: fix ethernet device names with spacesHeiko Schocher2010-08-091-1/+1
OpenPOWER on IntegriCloud