Commit Graph

152 Commits (ea2d915974342e3af8a7c390fd11ae075c583f5b)

Author SHA1 Message Date
Mike Frysinger e2a53458a7 net: drop !NET_MULTI code 14 years ago
Mike Frysinger d90f0c107b net: drop !NET_MULTI ns7520 driver 14 years ago
Philip Balister a9a730e0bc net: Add \n before warning message so it prints on a new line. 14 years ago
Mike Frysinger ff25d32c25 net: turn name len check into an assert 14 years ago
Helmut Raiger 7e7f903fcd net/eth.c: throw BUG for eth_get_dev_by_name(NULL) 14 years ago
Simon Glass 019fd6d45b Correct call to eth_write_hwaddr() 14 years ago
Michal Simek 58c583b6c2 net: Check network device driver name 14 years ago
Simon Glass 7616e78508 Add Ethernet hardware MAC address framework to usbnet 14 years ago
Andreas Bießmann d1228ea900 net/eth.c: drop obsolete at91rm9200 support 14 years ago
Andy Fleming 5f184715ec Create PHY Lib for U-Boot 14 years ago
Remy Bohmer c650e1be41 Fix compile warning in net/eth.c 14 years ago
Simon Glass 89d48367ed Add USB host ethernet adapter support 14 years ago
Ben Warren 8ad25bf8d9 Net: clarify board/cpu_eth_init calls 15 years ago
Ben Warren 68e1ede88a Net: Remove redundant CONFIG_NET_MULTI directives 15 years ago
Ben Warren d7fb9bcfb2 Fix compile warnings for const correctness 15 years ago
Mike Frysinger 1384f3bb8a net: warn about spaces in device names 15 years ago
Wolfgang Denk 6de27bdc78 net/eth.c: eth_mac_skip() is only needed when CONFIG_NET_MULTI is set 15 years ago
Wolfgang Denk 9c00b2f0a3 net/eth.c: eth_mac_skip() is only needed when CONFIG_NET_MULTI is set 15 years ago
Ben Warren ecee9324d7 Program net device MAC addresses after initializing 15 years ago
Detlev Zundel aba4b69d01 net: Trivial coding style issue with empty for statement 15 years ago
Mike Frysinger 6ac59c5518 net: pull CONFIG checks out of source and into makefile 16 years ago
Mike Frysinger 86848a74c3 net: sync env ethaddr to device enetaddr in eth_init() 16 years ago
Robin Getz 0ebf04c607 minor debug cleanups in ./net 16 years ago
Ben Warren 3bd0a877b7 Add warning about upcoming removal of old Ethernet API 16 years ago
Ben Warren 6e0d2fc7fe Remove support for non-CONFIG_NET_MULTI on PPC4xx EMAC 16 years ago
Ben Warren 8453587ef9 Switched davinci_emac Ethernet driver to use newer API 16 years ago
Heiko Schocher da95427ce4 netloop: updates for NetLoop 16 years ago
Peter Tyser f9a109b3ad Replace __attribute references with __attribute__ 16 years ago
Mike Frysinger 3f6e6993e9 net: new utility functions for working with enetaddr's 16 years ago
Heiko Schocher 2f70c49e5b netloop: speed up NetLoop 16 years ago
Andy Fleming 9e56986a2b Add eth_get_dev_by_index 16 years ago
Ben Warren 25a859066b Moved initialization of PPC4xx EMAC to cpu_eth_init() 17 years ago
Ben Warren 96e21f86e8 Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC 17 years ago
Ben Warren 9eb79bd885 Moved initialization of MPC8XX SCC to cpu_eth_init() 17 years ago
Ben Warren a9bec96d63 Moved initialization of MPC8220 FEC to cpu_eth_init() 17 years ago
Ben Warren 0e8454e990 Moved initialization of QE Ethernet controller to cpu_eth_init() 17 years ago
Ben Warren 3456a14827 Moved initialization of FCC Ethernet controller to cpu_eth_init 17 years ago
Shinya Kuribayashi 5dfb3ee3f5 net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init 17 years ago
Ben Warren cc94074eca Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init() 17 years ago
richardretanubun c68a05feeb Adds two more ethernet interface to 83xx 17 years ago
Ben Warren 10efa024b8 Moved initialization of EEPRO100 Ethernet controller to board_eth_init() 17 years ago
Ben Warren 8ca0b3f99c Moved initialization of TULIP Ethernet controller to board_eth_init() 17 years ago
Ben Warren ad3381cf41 Moved initialization of E1000 Ethernet controller to board_eth_init() 17 years ago
Ben Warren 4fce2aceaf Moved initialization of plb2800 Ethernet driver to board_eth_init 17 years ago
Ben Warren e1d7480b5d Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory 17 years ago
Ben Warren a0aad08f94 Moved initialization of MPC512x_FEC Ethernet driver to CPU directory 17 years ago
Ben Warren 8218bd2aa6 Moved initialization of IncaIP Ethernet controller to board_eth_init 17 years ago
Ben Warren 164846eeb2 Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init() 17 years ago
Ben Warren 6aca145e06 Moved initialization of GT6426x Ethernet controller to board_eth_init() 17 years ago
Ben Warren e3090534d6 Moved initialization of PCNET Ethernet controller to board_eth_init() 17 years ago