| Commit message (Expand) | Author | Age | Lines |
* | net: drop !NET_MULTI code | Mike Frysinger | 2011-10-05 | -38/+11 |
* | net: drop !NET_MULTI ns7520 driver | Mike Frysinger | 2011-10-05 | -4/+0 |
* | net: Add \n before warning message so it prints on a new line. | Philip Balister | 2011-10-01 | -1/+1 |
* | net: turn name len check into an assert | Mike Frysinger | 2011-09-21 | -6/+1 |
* | net/eth.c: throw BUG for eth_get_dev_by_name(NULL) | Helmut Raiger | 2011-09-09 | -0/+2 |
* | Correct call to eth_write_hwaddr() | Simon Glass | 2011-09-05 | -1/+1 |
* | net: Check network device driver name | Michal Simek | 2011-09-04 | -0/+8 |
* | Add Ethernet hardware MAC address framework to usbnet | Simon Glass | 2011-08-08 | -25/+39 |
* | net/eth.c: drop obsolete at91rm9200 support | Andreas Bießmann | 2011-08-03 | -4/+0 |
* | Create PHY Lib for U-Boot | Andy Fleming | 2011-04-20 | -0/+6 |
* | Fix compile warning in net/eth.c | Remy Bohmer | 2011-02-19 | -1/+1 |
* | Add USB host ethernet adapter support | Simon Glass | 2011-02-19 | -19/+22 |
* | Net: clarify board/cpu_eth_init calls | Ben Warren | 2010-11-15 | -4/+12 |
* | Net: Remove redundant CONFIG_NET_MULTI directives | Ben Warren | 2010-10-11 | -12/+4 |
* | Fix compile warnings for const correctness | Ben Warren | 2010-08-09 | -1/+1 |
* | net: warn about spaces in device names | Mike Frysinger | 2010-07-12 | -0/+3 |
* | net/eth.c: eth_mac_skip() is only needed when CONFIG_NET_MULTI is set | Wolfgang Denk | 2010-06-20 | -2/+2 |
* | Program net device MAC addresses after initializing | Ben Warren | 2010-05-03 | -0/+13 |
* | net: Trivial coding style issue with empty for statement | Detlev Zundel | 2010-05-03 | -2/+3 |
* | net: pull CONFIG checks out of source and into makefile | Mike Frysinger | 2009-12-13 | -4/+3 |
* | net: sync env ethaddr to device enetaddr in eth_init() | Mike Frysinger | 2009-08-07 | -29/+23 |
* | minor debug cleanups in ./net | Robin Getz | 2009-08-07 | -4/+4 |
* | Add warning about upcoming removal of old Ethernet API | Ben Warren | 2009-07-22 | -0/+2 |
* | Remove support for non-CONFIG_NET_MULTI on PPC4xx EMAC | Ben Warren | 2009-06-15 | -4/+0 |
* | Switched davinci_emac Ethernet driver to use newer API | Ben Warren | 2009-06-15 | -4/+0 |
* | netloop: updates for NetLoop | Heiko Schocher | 2009-05-15 | -3/+2 |
* | Replace __attribute references with __attribute__ | Peter Tyser | 2009-04-28 | -2/+2 |
* | net: new utility functions for working with enetaddr's | Mike Frysinger | 2009-03-20 | -31/+38 |
* | netloop: speed up NetLoop | Heiko Schocher | 2009-02-22 | -2/+9 |
* | Add eth_get_dev_by_index | Andy Fleming | 2009-02-16 | -0/+22 |
* | Moved initialization of PPC4xx EMAC to cpu_eth_init() | Ben Warren | 2008-11-09 | -4/+0 |
* | Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC | Ben Warren | 2008-11-09 | -3/+2 |
* | Moved initialization of MPC8XX SCC to cpu_eth_init() | Ben Warren | 2008-11-09 | -4/+0 |
* | Moved initialization of MPC8220 FEC to cpu_eth_init() | Ben Warren | 2008-11-09 | -4/+0 |
* | Moved initialization of QE Ethernet controller to cpu_eth_init() | Ben Warren | 2008-11-09 | -19/+0 |
* | Moved initialization of FCC Ethernet controller to cpu_eth_init | Ben Warren | 2008-11-09 | -5/+0 |
* | net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init | Shinya Kuribayashi | 2008-11-09 | -4/+0 |
* | Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init() | Ben Warren | 2008-11-09 | -4/+0 |
* | Adds two more ethernet interface to 83xx | richardretanubun | 2008-10-18 | -0/+6 |
* | Moved initialization of EEPRO100 Ethernet controller to board_eth_init() | Ben Warren | 2008-09-02 | -4/+0 |
* | Moved initialization of TULIP Ethernet controller to board_eth_init() | Ben Warren | 2008-09-02 | -4/+0 |
* | Moved initialization of E1000 Ethernet controller to board_eth_init() | Ben Warren | 2008-09-02 | -4/+0 |
* | Moved initialization of plb2800 Ethernet driver to board_eth_init | Ben Warren | 2008-09-02 | -4/+0 |
* | Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory | Ben Warren | 2008-09-02 | -4/+0 |
* | Moved initialization of MPC512x_FEC Ethernet driver to CPU directory | Ben Warren | 2008-09-02 | -4/+0 |
* | Moved initialization of IncaIP Ethernet controller to board_eth_init | Ben Warren | 2008-09-02 | -4/+0 |
* | Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init() | Ben Warren | 2008-09-02 | -4/+0 |
* | Moved initialization of GT6426x Ethernet controller to board_eth_init() | Ben Warren | 2008-09-02 | -7/+0 |
* | Moved initialization of PCNET Ethernet controller to board_eth_init() | Ben Warren | 2008-09-02 | -4/+0 |
* | Moved initialization of NATSEMI Ethernet controller to board_eth_init() | Ben Warren | 2008-09-02 | -4/+0 |