index
:
talos-obmc-uboot
v2016.07-aspeed-openbmc
v2016.07-aspeed-openbmc-03-26-2018
v2016.07-aspeed-openbmc-04-16-2019
Talos™ II U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
eth.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: eth_write_hwaddr: Return error for invalid MACs
Benoît Thébaudeau
2012-09-27
1
-2
/
+5
*
net: Improve the speed of netconsole
Joe Hershberger
2012-09-24
1
-6
/
+2
*
api: net: fix length check in eth_receive()
Michael Walle
2012-09-24
1
-4
/
+1
*
net: Inline the new eth_setenv_enetaddr_by_index function
Joe Hershberger
2012-07-11
1
-1
/
+1
*
net: allow setting env enetaddr from net device setting
Rob Herring
2012-07-11
1
-0
/
+14
*
net: add helper to generate random mac address
Michael Walle
2012-07-07
1
-0
/
+22
*
net: move bootfile init into eth_initialize
Mike Frysinger
2012-05-15
1
-0
/
+10
*
net: cosmetic: eth.c checkpatch compliance
Joe Hershberger
2012-05-15
1
-35
/
+32
*
net: Remove volatile from net API
Joe Hershberger
2012-05-15
1
-7
/
+5
*
net/eth.c: fix eth_write_hwaddr() to use dev->enetaddr as fall back
Eric Miao
2012-04-03
1
-2
/
+1
*
bootstage: Replace show_boot_progress/error() with bootstage_...()
Simon Glass
2012-03-18
1
-3
/
+3
*
bootstage: Convert net progress numbers to enums
Simon Glass
2012-03-18
1
-3
/
+3
*
bootstage: Use show_boot_error() for -ve progress numbers
Simon Glass
2012-03-18
1
-1
/
+1
*
net/miiphy/serial: drop duplicate "NAMESIZE" define
Mike Frysinger
2012-03-18
1
-1
/
+1
*
PPC: Drop mv6446x_eth_initialize() from net/eth.c
Marek Vasut
2012-03-06
1
-5
/
+0
*
PPC: Drop mv6436x_eth_initialize() from net/eth.c
Marek Vasut
2012-03-06
1
-4
/
+0
*
eth: remove usb-ethernet devices before re-enumerating them
Vincent Palatin
2012-03-03
1
-0
/
+29
*
net: introduce per device index
Michael Walle
2011-12-20
1
-29
/
+12
*
net: drop !NET_MULTI code
Mike Frysinger
2011-10-05
1
-38
/
+11
*
net: drop !NET_MULTI ns7520 driver
Mike Frysinger
2011-10-05
1
-4
/
+0
*
net: Add \n before warning message so it prints on a new line.
Philip Balister
2011-10-01
1
-1
/
+1
*
net: turn name len check into an assert
Mike Frysinger
2011-09-21
1
-6
/
+1
*
net/eth.c: throw BUG for eth_get_dev_by_name(NULL)
Helmut Raiger
2011-09-09
1
-0
/
+2
*
Correct call to eth_write_hwaddr()
Simon Glass
2011-09-05
1
-1
/
+1
*
net: Check network device driver name
Michal Simek
2011-09-04
1
-0
/
+8
*
Add Ethernet hardware MAC address framework to usbnet
Simon Glass
2011-08-08
1
-25
/
+39
*
net/eth.c: drop obsolete at91rm9200 support
Andreas Bießmann
2011-08-03
1
-4
/
+0
*
Create PHY Lib for U-Boot
Andy Fleming
2011-04-20
1
-0
/
+6
*
Fix compile warning in net/eth.c
Remy Bohmer
2011-02-19
1
-1
/
+1
*
Add USB host ethernet adapter support
Simon Glass
2011-02-19
1
-19
/
+22
*
Net: clarify board/cpu_eth_init calls
Ben Warren
2010-11-15
1
-4
/
+12
*
Net: Remove redundant CONFIG_NET_MULTI directives
Ben Warren
2010-10-11
1
-12
/
+4
*
Fix compile warnings for const correctness
Ben Warren
2010-08-09
1
-1
/
+1
*
net: warn about spaces in device names
Mike Frysinger
2010-07-12
1
-0
/
+3
*
net/eth.c: eth_mac_skip() is only needed when CONFIG_NET_MULTI is set
Wolfgang Denk
2010-06-20
1
-2
/
+2
*
Program net device MAC addresses after initializing
Ben Warren
2010-05-03
1
-0
/
+13
*
net: Trivial coding style issue with empty for statement
Detlev Zundel
2010-05-03
1
-2
/
+3
*
net: pull CONFIG checks out of source and into makefile
Mike Frysinger
2009-12-13
1
-4
/
+3
*
net: sync env ethaddr to device enetaddr in eth_init()
Mike Frysinger
2009-08-07
1
-29
/
+23
*
minor debug cleanups in ./net
Robin Getz
2009-08-07
1
-4
/
+4
*
Add warning about upcoming removal of old Ethernet API
Ben Warren
2009-07-22
1
-0
/
+2
*
Remove support for non-CONFIG_NET_MULTI on PPC4xx EMAC
Ben Warren
2009-06-15
1
-4
/
+0
*
Switched davinci_emac Ethernet driver to use newer API
Ben Warren
2009-06-15
1
-4
/
+0
*
netloop: updates for NetLoop
Heiko Schocher
2009-05-15
1
-3
/
+2
*
Replace __attribute references with __attribute__
Peter Tyser
2009-04-28
1
-2
/
+2
*
net: new utility functions for working with enetaddr's
Mike Frysinger
2009-03-20
1
-31
/
+38
*
netloop: speed up NetLoop
Heiko Schocher
2009-02-22
1
-2
/
+9
*
Add eth_get_dev_by_index
Andy Fleming
2009-02-16
1
-0
/
+22
*
Moved initialization of PPC4xx EMAC to cpu_eth_init()
Ben Warren
2008-11-09
1
-4
/
+0
*
Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC
Ben Warren
2008-11-09
1
-3
/
+2
[next]