aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2010-11-14net: ns8382x: Add initialized eth_device structureNobuhiro Iwamatsu1-0/+5
2010-11-14net: natsemi: Add initialized eth_device structureNobuhiro Iwamatsu1-0/+5
2010-11-14net: fec_mxc: Add initialized eth_device structureNobuhiro Iwamatsu1-0/+1
2010-11-14net: eepro100: Add initialized eth_device structureNobuhiro Iwamatsu1-0/+5
2010-11-14net: dc2114x: Add initialized eth_device structureNobuhiro Iwamatsu1-0/+6
2010-11-14net: rtl8139: Add initialized eth_device structureNobuhiro Iwamatsu1-0/+5
2010-11-14net: rtl8169: Add initialized eth_device structureNobuhiro Iwamatsu1-0/+5
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk1-1/+1
2010-10-20Fix compile warning in uli526x driverKumar Gala1-2/+3
2010-10-19drivers/net/fec_mxc.c: write mac address in initJohn Rigby1-0/+3
2010-10-13Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk1-7/+15
2010-10-11smc91111: add write_hwaddrThomas Chou1-16/+24
2010-10-11davinci_emac: davinci_eth_set_mac_addr to ->write_hwaddrBen Gardiner1-41/+39
2010-10-11net: Move Emaclite to NET_MULTIMichal Simek1-37/+47
2010-10-11net: Fix emaclite driver to support little-endian microblazeMichal Simek1-2/+2
2010-10-11mpc5xxx_fec: add call to reset_phy() after PHY initializationIlya Yanok1-0/+7
2010-10-11drivers/net/at91_emac.c: change return valuesAndreas Bießmann1-9/+9
2010-10-11drivers/net/at91_emac.c: increase timeout for autonegotiationAndreas Bießmann1-1/+1
2010-10-11NET: add ENC28J60 driver using SPI frameworkReinhard Meyer3-0/+1230
2010-10-11NET: move legacy enc28j60.c to sidetrack as enc28j60_lpc2292.cReinhard Meyer (-VC)2-1/+2
2010-10-05at91_emac.c: poll for IDLE when writing PHYAndreas Bießmann1-2/+14
2010-10-05at91_emac.c: fix 'Warning: eth device name has a space!'Andreas Bießmann1-5/+1
2010-10-02Blackfin: bfin_mac: convert from old style MMR macrosMike Frysinger1-32/+36
2010-09-23ppc4xx: Big header cleanup, mostly PPC440 relatedStefan Roese1-2/+1
2010-09-23ppc4xx: Move ppc4xx headers to powerpc include directoryStefan Roese1-3/+3
2010-08-09Fix compile warnings for const correctnessBen Warren3-5/+6
2010-08-09miiphy: constify device nameMike Frysinger16-40/+40
2010-08-09net ppc: fix ethernet device names with spacesHeiko Schocher1-1/+1
2010-08-09net,fec: Shorten device name as done for other driversStefano Babic1-1/+1
2010-08-05net 52xx: fix ethernet device names with spacesWolfgang Denk1-1/+1
2010-07-14Merge branch 'master' of git://git.denx.de/u-boot-netWolfgang Denk14-825/+1740
2010-07-13Blackfin: bfin_mac: remove space from nameMike Frysinger1-1/+1
2010-07-13Blackfin: bfin_mac: convert to portmux frameworkMike Frysinger1-36/+11
2010-07-12mvgbe: add support for orion5x GbE controllerAlbert Aribaud2-2/+2
2010-07-12mvgbe: support SoCs other than kirkwoodAlbert Aribaud3-401/+421
2010-07-12net: rename: kirkwood_egiga as mvgbeAlbert Aribaud3-2/+2
2010-07-12kirkwood_egiga: CONFIG_SKIP_LOCAL_MAC_RANDOMIZATIONAlbert Aribaud1-1/+9
2010-07-12cpuat91: unbreak ethernetEric Bénard1-10/+22
2010-07-12at91_emac: Write MAC address automaticallyEric Bénard1-8/+20
2010-07-12AX88180: use standard I/O accessorsMike Frysinger1-7/+8
2010-07-12AX88180: make OUTW handle 32bit/16bit defines tooHoan Hoang1-4/+9
2010-07-12AX88180: add support for the Marvell 88E1118 phyHoan Hoang2-12/+51
2010-07-12Write MAC address automatically on MACB-based boardsBen Warren1-8/+15
2010-07-12tsec: fix the return value for tsec_eth_init()Timur Tabi1-3/+12
2010-07-12uli526x: drop newlines from device nameMike Frysinger1-1/+1
2010-07-12AX88180: switch to common mii.h headerMike Frysinger2-61/+18
2010-07-12AX88180: improve phy searchingMike Frysinger2-39/+52
2010-07-12AX88180: fix media typosHoan Hoang1-10/+10
2010-07-12kirkwood_egiga: updates: fix DRAM mapping and typoAlbert Aribaud1-4/+6
2010-07-12SPEAr : Network driver support addedVipin KUMAR3-0/+796