summaryrefslogtreecommitdiff
path: root/net/eth.c
AgeCommit message (Expand)Author
2012-09-27net: eth_write_hwaddr: Return error for invalid MACsBenoît Thébaudeau
2012-09-24net: Improve the speed of netconsoleJoe Hershberger
2012-09-24api: net: fix length check in eth_receive()Michael Walle
2012-07-11net: Inline the new eth_setenv_enetaddr_by_index functionJoe Hershberger
2012-07-11net: allow setting env enetaddr from net device settingRob Herring
2012-07-07net: add helper to generate random mac addressMichael Walle
2012-05-15net: move bootfile init into eth_initializeMike Frysinger
2012-05-15net: cosmetic: eth.c checkpatch complianceJoe Hershberger
2012-05-15net: Remove volatile from net APIJoe Hershberger
2012-04-03net/eth.c: fix eth_write_hwaddr() to use dev->enetaddr as fall backEric Miao
2012-03-18bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass
2012-03-18bootstage: Convert net progress numbers to enumsSimon Glass
2012-03-18bootstage: Use show_boot_error() for -ve progress numbersSimon Glass
2012-03-18net/miiphy/serial: drop duplicate "NAMESIZE" defineMike Frysinger
2012-03-06PPC: Drop mv6446x_eth_initialize() from net/eth.cMarek Vasut
2012-03-06PPC: Drop mv6436x_eth_initialize() from net/eth.cMarek Vasut
2012-03-03eth: remove usb-ethernet devices before re-enumerating themVincent Palatin
2011-12-20net: introduce per device indexMichael Walle
2011-10-05net: drop !NET_MULTI codeMike Frysinger
2011-10-05net: drop !NET_MULTI ns7520 driverMike Frysinger
2011-10-01net: Add \n before warning message so it prints on a new line.Philip Balister
2011-09-21net: turn name len check into an assertMike Frysinger
2011-09-09net/eth.c: throw BUG for eth_get_dev_by_name(NULL)Helmut Raiger
2011-09-05Correct call to eth_write_hwaddr()Simon Glass
2011-09-04net: Check network device driver nameMichal Simek
2011-08-08Add Ethernet hardware MAC address framework to usbnetSimon Glass
2011-08-03net/eth.c: drop obsolete at91rm9200 supportAndreas Bießmann
2011-04-20Create PHY Lib for U-BootAndy Fleming
2011-02-19Fix compile warning in net/eth.cRemy Bohmer
2011-02-19Add USB host ethernet adapter supportSimon Glass
2010-11-15Net: clarify board/cpu_eth_init callsBen Warren
2010-10-11Net: Remove redundant CONFIG_NET_MULTI directivesBen Warren
2010-08-09Fix compile warnings for const correctnessBen Warren
2010-07-12net: warn about spaces in device namesMike Frysinger
2010-06-20net/eth.c: eth_mac_skip() is only needed when CONFIG_NET_MULTI is setWolfgang Denk
2010-05-03Program net device MAC addresses after initializingBen Warren
2010-05-03net: Trivial coding style issue with empty for statementDetlev Zundel
2009-12-13net: pull CONFIG checks out of source and into makefileMike Frysinger
2009-08-07net: sync env ethaddr to device enetaddr in eth_init()Mike Frysinger
2009-08-07minor debug cleanups in ./netRobin Getz
2009-07-22Add warning about upcoming removal of old Ethernet APIBen Warren
2009-06-15Remove support for non-CONFIG_NET_MULTI on PPC4xx EMACBen Warren
2009-06-15Switched davinci_emac Ethernet driver to use newer APIBen Warren
2009-05-15netloop: updates for NetLoopHeiko Schocher
2009-04-28Replace __attribute references with __attribute__Peter Tyser
2009-03-20net: new utility functions for working with enetaddr'sMike Frysinger
2009-02-22netloop: speed up NetLoopHeiko Schocher
2009-02-16Add eth_get_dev_by_indexAndy Fleming
2008-11-09Moved initialization of PPC4xx EMAC to cpu_eth_init()Ben Warren
2008-11-09Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMACBen Warren