summaryrefslogtreecommitdiff
path: root/net/eth.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-12Net: Remove redundant CONFIG_NET_MULTI directivesBen Warren1-12/+4
2010-08-09Fix compile warnings for const correctnessBen Warren1-1/+1
2010-07-12net: warn about spaces in device namesMike Frysinger1-0/+3
2010-06-20net/eth.c: eth_mac_skip() is only needed when CONFIG_NET_MULTI is setWolfgang Denk1-2/+2
2010-05-04Program net device MAC addresses after initializingBen Warren1-0/+13
2010-05-04net: Trivial coding style issue with empty for statementDetlev Zundel1-2/+3
2009-12-14net: pull CONFIG checks out of source and into makefileMike Frysinger1-4/+3
2009-08-08net: sync env ethaddr to device enetaddr in eth_init()Mike Frysinger1-29/+23
2009-08-08minor debug cleanups in ./netRobin Getz1-4/+4
2009-07-23Add warning about upcoming removal of old Ethernet APIBen Warren1-0/+2
2009-06-15Remove support for non-CONFIG_NET_MULTI on PPC4xx EMACBen Warren1-4/+0
2009-06-15Switched davinci_emac Ethernet driver to use newer APIBen Warren1-4/+0
2009-05-15netloop: updates for NetLoopHeiko Schocher1-3/+2
2009-04-28Replace __attribute references with __attribute__Peter Tyser1-2/+2
2009-03-21net: new utility functions for working with enetaddr'sMike Frysinger1-31/+38
2009-02-23netloop: speed up NetLoopHeiko Schocher1-2/+9
2009-02-17Add eth_get_dev_by_indexAndy Fleming1-0/+22
2008-11-10Moved initialization of PPC4xx EMAC to cpu_eth_init()Ben Warren1-4/+0
2008-11-10Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMACBen Warren1-3/+2
2008-11-10Moved initialization of MPC8XX SCC to cpu_eth_init()Ben Warren1-4/+0
2008-11-10Moved initialization of MPC8220 FEC to cpu_eth_init()Ben Warren1-4/+0
2008-11-10Moved initialization of QE Ethernet controller to cpu_eth_init()Ben Warren1-19/+0
2008-11-10Moved initialization of FCC Ethernet controller to cpu_eth_initBen Warren1-5/+0
2008-11-10net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_initShinya Kuribayashi1-4/+0
2008-11-10Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init()Ben Warren1-4/+0
2008-10-18Adds two more ethernet interface to 83xxrichardretanubun1-0/+6
2008-09-03Moved initialization of EEPRO100 Ethernet controller to board_eth_init()Ben Warren1-4/+0
2008-09-03Moved initialization of TULIP Ethernet controller to board_eth_init()Ben Warren1-4/+0
2008-09-03Moved initialization of E1000 Ethernet controller to board_eth_init()Ben Warren1-4/+0
2008-09-03Moved initialization of plb2800 Ethernet driver to board_eth_initBen Warren1-4/+0
2008-09-03Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directoryBen Warren1-4/+0
2008-09-03Moved initialization of MPC512x_FEC Ethernet driver to CPU directoryBen Warren1-4/+0
2008-09-03Moved initialization of IncaIP Ethernet controller to board_eth_initBen Warren1-4/+0
2008-09-03Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init()Ben Warren1-4/+0
2008-09-03Moved initialization of GT6426x Ethernet controller to board_eth_init()Ben Warren1-7/+0
2008-09-03Moved initialization of PCNET Ethernet controller to board_eth_init()Ben Warren1-4/+0
2008-09-03Moved initialization of NATSEMI Ethernet controller to board_eth_init()Ben Warren1-4/+0
2008-09-03Moved initialization of NS8382X Ethernet controller to board_eth_init()Ben Warren1-4/+0
2008-09-03Moved initialization of TSI108 Ethernet controller to board_eth_init()Ben Warren1-4/+0
2008-09-03Moved initialization of RTL8139 Ethernet controller to board_eth_init()Ben Warren1-4/+0
2008-09-03Moved initialization of RTL8169 Ethernet controller to board_eth_init()Ben Warren1-5/+0
2008-09-03Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init()Ben Warren1-5/+0
2008-08-31davinci: fix remaining dm644x_ethJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-08-31ARM DaVinci: Changing function names for EMAC driverSandeep Paulraj1-1/+1
2008-08-27Moved initialization of SKGE Ethernet driver to board code.Ben Warren1-4/+0
2008-08-27Moved initialization of ULI526X Ethernet driver to board code.Ben Warren1-4/+0
2008-08-27Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init()Ben Warren1-4/+0
2008-08-27Moved initialization of GRETH Ethernet driver to CPU directoryBen Warren1-4/+0
2008-08-27Moved initialization of MCFFEC Ethernet driver to CPU directoryBen Warren1-4/+0
2008-08-27Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directoryBen Warren1-4/+0