summaryrefslogtreecommitdiffstats
path: root/net/eth.c
Commit message (Expand)AuthorAgeFilesLines
* net: drop !NET_MULTI codeMike Frysinger2011-10-051-38/+11
* net: drop !NET_MULTI ns7520 driverMike Frysinger2011-10-051-4/+0
* net: Add \n before warning message so it prints on a new line.Philip Balister2011-10-011-1/+1
* net: turn name len check into an assertMike Frysinger2011-09-211-6/+1
* net/eth.c: throw BUG for eth_get_dev_by_name(NULL)Helmut Raiger2011-09-091-0/+2
* Correct call to eth_write_hwaddr()Simon Glass2011-09-051-1/+1
* net: Check network device driver nameMichal Simek2011-09-041-0/+8
* Add Ethernet hardware MAC address framework to usbnetSimon Glass2011-08-081-25/+39
* net/eth.c: drop obsolete at91rm9200 supportAndreas Bießmann2011-08-031-4/+0
* Create PHY Lib for U-BootAndy Fleming2011-04-201-0/+6
* Fix compile warning in net/eth.cRemy Bohmer2011-02-191-1/+1
* Add USB host ethernet adapter supportSimon Glass2011-02-191-19/+22
* Net: clarify board/cpu_eth_init callsBen Warren2010-11-151-4/+12
* Net: Remove redundant CONFIG_NET_MULTI directivesBen Warren2010-10-111-12/+4
* Fix compile warnings for const correctnessBen Warren2010-08-091-1/+1
* net: warn about spaces in device namesMike Frysinger2010-07-121-0/+3
* net/eth.c: eth_mac_skip() is only needed when CONFIG_NET_MULTI is setWolfgang Denk2010-06-201-2/+2
* Program net device MAC addresses after initializingBen Warren2010-05-031-0/+13
* net: Trivial coding style issue with empty for statementDetlev Zundel2010-05-031-2/+3
* net: pull CONFIG checks out of source and into makefileMike Frysinger2009-12-131-4/+3
* net: sync env ethaddr to device enetaddr in eth_init()Mike Frysinger2009-08-071-29/+23
* minor debug cleanups in ./netRobin Getz2009-08-071-4/+4
* Add warning about upcoming removal of old Ethernet APIBen Warren2009-07-221-0/+2
* Remove support for non-CONFIG_NET_MULTI on PPC4xx EMACBen Warren2009-06-151-4/+0
* Switched davinci_emac Ethernet driver to use newer APIBen Warren2009-06-151-4/+0
* netloop: updates for NetLoopHeiko Schocher2009-05-151-3/+2
* Replace __attribute references with __attribute__Peter Tyser2009-04-281-2/+2
* net: new utility functions for working with enetaddr'sMike Frysinger2009-03-201-31/+38
* netloop: speed up NetLoopHeiko Schocher2009-02-221-2/+9
* Add eth_get_dev_by_indexAndy Fleming2009-02-161-0/+22
* Moved initialization of PPC4xx EMAC to cpu_eth_init()Ben Warren2008-11-091-4/+0
* Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMACBen Warren2008-11-091-3/+2
* Moved initialization of MPC8XX SCC to cpu_eth_init()Ben Warren2008-11-091-4/+0
* Moved initialization of MPC8220 FEC to cpu_eth_init()Ben Warren2008-11-091-4/+0
* Moved initialization of QE Ethernet controller to cpu_eth_init()Ben Warren2008-11-091-19/+0
* Moved initialization of FCC Ethernet controller to cpu_eth_initBen Warren2008-11-091-5/+0
* net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_initShinya Kuribayashi2008-11-091-4/+0
* Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init()Ben Warren2008-11-091-4/+0
* Adds two more ethernet interface to 83xxrichardretanubun2008-10-181-0/+6
* Moved initialization of EEPRO100 Ethernet controller to board_eth_init()Ben Warren2008-09-021-4/+0
* Moved initialization of TULIP Ethernet controller to board_eth_init()Ben Warren2008-09-021-4/+0
* Moved initialization of E1000 Ethernet controller to board_eth_init()Ben Warren2008-09-021-4/+0
* Moved initialization of plb2800 Ethernet driver to board_eth_initBen Warren2008-09-021-4/+0
* Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directoryBen Warren2008-09-021-4/+0
* Moved initialization of MPC512x_FEC Ethernet driver to CPU directoryBen Warren2008-09-021-4/+0
* Moved initialization of IncaIP Ethernet controller to board_eth_initBen Warren2008-09-021-4/+0
* Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init()Ben Warren2008-09-021-4/+0
* Moved initialization of GT6426x Ethernet controller to board_eth_init()Ben Warren2008-09-021-7/+0
* Moved initialization of PCNET Ethernet controller to board_eth_init()Ben Warren2008-09-021-4/+0
* Moved initialization of NATSEMI Ethernet controller to board_eth_init()Ben Warren2008-09-021-4/+0
OpenPOWER on IntegriCloud