summaryrefslogtreecommitdiff
path: root/net/eth.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-07net: add helper to generate random mac addressMichael Walle1-0/+22
2012-05-16net: move bootfile init into eth_initializeMike Frysinger1-0/+10
2012-05-16net: cosmetic: eth.c checkpatch complianceJoe Hershberger1-35/+32
2012-05-16net: Remove volatile from net APIJoe Hershberger1-7/+5
2012-04-04net/eth.c: fix eth_write_hwaddr() to use dev->enetaddr as fall backEric Miao1-2/+1
2012-03-19bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass1-3/+3
2012-03-19bootstage: Convert net progress numbers to enumsSimon Glass1-3/+3
2012-03-18bootstage: Use show_boot_error() for -ve progress numbersSimon Glass1-1/+1
2012-03-18net/miiphy/serial: drop duplicate "NAMESIZE" defineMike Frysinger1-1/+1
2012-03-07PPC: Drop mv6446x_eth_initialize() from net/eth.cMarek Vasut1-5/+0
2012-03-07PPC: Drop mv6436x_eth_initialize() from net/eth.cMarek Vasut1-4/+0
2012-03-03eth: remove usb-ethernet devices before re-enumerating themVincent Palatin1-0/+29
2011-12-21net: introduce per device indexMichael Walle1-29/+12
2011-10-06net: drop !NET_MULTI codeMike Frysinger1-38/+11
2011-10-06net: drop !NET_MULTI ns7520 driverMike Frysinger1-4/+0
2011-10-01net: Add \n before warning message so it prints on a new line.Philip Balister1-1/+1
2011-09-22net: turn name len check into an assertMike Frysinger1-6/+1
2011-09-10net/eth.c: throw BUG for eth_get_dev_by_name(NULL)Helmut Raiger1-0/+2
2011-09-05Correct call to eth_write_hwaddr()Simon Glass1-1/+1
2011-09-05net: Check network device driver nameMichal Simek1-0/+8
2011-08-08Add Ethernet hardware MAC address framework to usbnetSimon Glass1-25/+39
2011-08-03net/eth.c: drop obsolete at91rm9200 supportAndreas Bießmann1-4/+0
2011-04-21Create PHY Lib for U-BootAndy Fleming1-0/+6
2011-02-19Fix compile warning in net/eth.cRemy Bohmer1-1/+1
2011-02-19Add USB host ethernet adapter supportSimon Glass1-19/+22
2010-11-15Net: clarify board/cpu_eth_init callsBen Warren1-4/+12
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