summaryrefslogtreecommitdiff
path: root/net/eth.c
Commit message (Expand)AuthorAgeLines
* Ethernet: let user know if there is no valid ethernet addressPavel Machek2014-07-22-8/+21
* net: rename and refactor eth_rand_ethaddr() functionMasahiro Yamada2014-05-12-22/+0
* net: execute "miiphy_init" if CONFIG_PHYLIB definedAlexey Brodkin2014-02-07-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* net: eth_write_hwaddr: Return error for invalid MACsBenoît Thébaudeau2012-09-27-2/+5
* net: Improve the speed of netconsoleJoe Hershberger2012-09-24-6/+2
* api: net: fix length check in eth_receive()Michael Walle2012-09-24-4/+1
* net: Inline the new eth_setenv_enetaddr_by_index functionJoe Hershberger2012-07-11-1/+1
* net: allow setting env enetaddr from net device settingRob Herring2012-07-11-0/+14
* net: add helper to generate random mac addressMichael Walle2012-07-07-0/+22
* net: move bootfile init into eth_initializeMike Frysinger2012-05-15-0/+10
* net: cosmetic: eth.c checkpatch complianceJoe Hershberger2012-05-15-35/+32
* net: Remove volatile from net APIJoe Hershberger2012-05-15-7/+5
* net/eth.c: fix eth_write_hwaddr() to use dev->enetaddr as fall backEric Miao2012-04-03-2/+1
* bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass2012-03-18-3/+3
* bootstage: Convert net progress numbers to enumsSimon Glass2012-03-18-3/+3
* bootstage: Use show_boot_error() for -ve progress numbersSimon Glass2012-03-18-1/+1
* net/miiphy/serial: drop duplicate "NAMESIZE" defineMike Frysinger2012-03-18-1/+1
* PPC: Drop mv6446x_eth_initialize() from net/eth.cMarek Vasut2012-03-06-5/+0
* PPC: Drop mv6436x_eth_initialize() from net/eth.cMarek Vasut2012-03-06-4/+0
* eth: remove usb-ethernet devices before re-enumerating themVincent Palatin2012-03-03-0/+29
* net: introduce per device indexMichael Walle2011-12-20-29/+12
* net: drop !NET_MULTI codeMike Frysinger2011-10-05-38/+11
* net: drop !NET_MULTI ns7520 driverMike Frysinger2011-10-05-4/+0
* net: Add \n before warning message so it prints on a new line.Philip Balister2011-10-01-1/+1
* net: turn name len check into an assertMike Frysinger2011-09-21-6/+1
* net/eth.c: throw BUG for eth_get_dev_by_name(NULL)Helmut Raiger2011-09-09-0/+2
* Correct call to eth_write_hwaddr()Simon Glass2011-09-05-1/+1
* net: Check network device driver nameMichal Simek2011-09-04-0/+8
* Add Ethernet hardware MAC address framework to usbnetSimon Glass2011-08-08-25/+39
* net/eth.c: drop obsolete at91rm9200 supportAndreas Bießmann2011-08-03-4/+0
* Create PHY Lib for U-BootAndy Fleming2011-04-20-0/+6
* Fix compile warning in net/eth.cRemy Bohmer2011-02-19-1/+1
* Add USB host ethernet adapter supportSimon Glass2011-02-19-19/+22
* Net: clarify board/cpu_eth_init callsBen Warren2010-11-15-4/+12
* Net: Remove redundant CONFIG_NET_MULTI directivesBen Warren2010-10-11-12/+4
* Fix compile warnings for const correctnessBen Warren2010-08-09-1/+1
* net: warn about spaces in device namesMike Frysinger2010-07-12-0/+3
* net/eth.c: eth_mac_skip() is only needed when CONFIG_NET_MULTI is setWolfgang Denk2010-06-20-2/+2
* Program net device MAC addresses after initializingBen Warren2010-05-03-0/+13
* net: Trivial coding style issue with empty for statementDetlev Zundel2010-05-03-2/+3
* net: pull CONFIG checks out of source and into makefileMike Frysinger2009-12-13-4/+3
* net: sync env ethaddr to device enetaddr in eth_init()Mike Frysinger2009-08-07-29/+23
* minor debug cleanups in ./netRobin Getz2009-08-07-4/+4
* Add warning about upcoming removal of old Ethernet APIBen Warren2009-07-22-0/+2
* Remove support for non-CONFIG_NET_MULTI on PPC4xx EMACBen Warren2009-06-15-4/+0
* Switched davinci_emac Ethernet driver to use newer APIBen Warren2009-06-15-4/+0
* netloop: updates for NetLoopHeiko Schocher2009-05-15-3/+2
* Replace __attribute references with __attribute__Peter Tyser2009-04-28-2/+2
* net: new utility functions for working with enetaddr'sMike Frysinger2009-03-20-31/+38