aboutsummaryrefslogtreecommitdiff
path: root/net/eth.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-09-27net: eth_write_hwaddr: Return error for invalid MACsBenoît Thébaudeau1-2/+5
2012-09-24net: Improve the speed of netconsoleJoe Hershberger1-6/+2
2012-09-24api: net: fix length check in eth_receive()Michael Walle1-4/+1
2012-07-11net: Inline the new eth_setenv_enetaddr_by_index functionJoe Hershberger1-1/+1
2012-07-11net: allow setting env enetaddr from net device settingRob Herring1-0/+14
2012-07-07net: add helper to generate random mac addressMichael Walle1-0/+22
2012-05-15net: move bootfile init into eth_initializeMike Frysinger1-0/+10
2012-05-15net: cosmetic: eth.c checkpatch complianceJoe Hershberger1-35/+32
2012-05-15net: Remove volatile from net APIJoe Hershberger1-7/+5
2012-04-03net/eth.c: fix eth_write_hwaddr() to use dev->enetaddr as fall backEric Miao1-2/+1
2012-03-18bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass1-3/+3
2012-03-18bootstage: 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-06PPC: Drop mv6446x_eth_initialize() from net/eth.cMarek Vasut1-5/+0
2012-03-06PPC: 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-20net: introduce per device indexMichael Walle1-29/+12
2011-10-05net: drop !NET_MULTI codeMike Frysinger1-38/+11
2011-10-05net: 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-21net: turn name len check into an assertMike Frysinger1-6/+1
2011-09-09net/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-04net: 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-20Create 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-11Net: 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-03Program net device MAC addresses after initializingBen Warren1-0/+13
2010-05-03net: Trivial coding style issue with empty for statementDetlev Zundel1-2/+3
2009-12-13net: pull CONFIG checks out of source and into makefileMike Frysinger1-4/+3
2009-08-07net: sync env ethaddr to device enetaddr in eth_init()Mike Frysinger1-29/+23
2009-08-07minor debug cleanups in ./netRobin Getz1-4/+4
2009-07-22Add 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-20net: new utility functions for working with enetaddr'sMike Frysinger1-31/+38
2009-02-22netloop: speed up NetLoopHeiko Schocher1-2/+9
2009-02-16Add eth_get_dev_by_indexAndy Fleming1-0/+22
2008-11-09Moved initialization of PPC4xx EMAC to cpu_eth_init()Ben Warren1-4/+0