Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
20a8b41d50f2b07e709488af3570692c5dd0cb05
/
net
/
eth.c
460f949
net: eth_write_hwaddr: Return error for invalid MACs
by Benoît Thébaudeau
· 12 years ago
f8be7d6
net: Improve the speed of netconsole
by Joe Hershberger
· 12 years ago
46c07bc
api: net: fix length check in eth_receive()
by Michael Walle
· 12 years ago
154177e
net: Inline the new eth_setenv_enetaddr_by_index function
by Joe Hershberger
· 12 years ago
c88ef3c
net: allow setting env enetaddr from net device setting
by Rob Herring
· 13 years ago
03c1b04
net: add helper to generate random mac address
by Michael Walle
· 12 years ago
de30122
net: move bootfile init into eth_initialize
by Mike Frysinger
· 13 years ago
66c7385
net: cosmetic: eth.c checkpatch compliance
by Joe Hershberger
· 12 years ago
db288a9
net: Remove volatile from net API
by Joe Hershberger
· 12 years ago
6937664
net/eth.c: fix eth_write_hwaddr() to use dev->enetaddr as fall back
by Eric Miao
· 13 years ago
770605e
bootstage: Replace show_boot_progress/error() with bootstage_...()
by Simon Glass
· 13 years ago
c8e66db
bootstage: Convert net progress numbers to enums
by Simon Glass
· 13 years ago
5ddb118
bootstage: Use show_boot_error() for -ve progress numbers
by Simon Glass
· 13 years ago
f6add13
net/miiphy/serial: drop duplicate "NAMESIZE" define
by Mike Frysinger
· 13 years ago
021f603
PPC: Drop mv6446x_eth_initialize() from net/eth.c
by Marek Vasut
· 13 years ago
658c3b9
PPC: Drop mv6436x_eth_initialize() from net/eth.c
by Marek Vasut
· 13 years ago
e7e982d
eth: remove usb-ethernet devices before re-enumerating them
by Vincent Palatin
· 13 years ago
fea7dca
net: introduce per device index
by Michael Walle
· 13 years ago
e2a5345
net: drop !NET_MULTI code
by Mike Frysinger
· 13 years ago
d90f0c1
net: drop !NET_MULTI ns7520 driver
by Mike Frysinger
· 13 years ago
a9a730e
net: Add \n before warning message so it prints on a new line.
by Philip Balister
· 13 years ago
ff25d32
net: turn name len check into an assert
by Mike Frysinger
· 13 years ago
7e7f903
net/eth.c: throw BUG for eth_get_dev_by_name(NULL)
by Helmut Raiger
· 13 years ago
019fd6d
Correct call to eth_write_hwaddr()
by Simon Glass
· 13 years ago
58c583b
net: Check network device driver name
by Michal Simek
· 13 years ago
7616e78
Add Ethernet hardware MAC address framework to usbnet
by Simon Glass
· 13 years ago
d1228ea
net/eth.c: drop obsolete at91rm9200 support
by Andreas Bießmann
· 13 years ago
5f18471
Create PHY Lib for U-Boot
by Andy Fleming
· 14 years ago
c650e1b
Fix compile warning in net/eth.c
by Remy Bohmer
· 14 years ago
89d4836
Add USB host ethernet adapter support
by Simon Glass
· 14 years ago
8ad25bf
Net: clarify board/cpu_eth_init calls
by Ben Warren
· 14 years ago
68e1ede
Net: Remove redundant CONFIG_NET_MULTI directives
by Ben Warren
· 14 years ago
d7fb9bc
Fix compile warnings for const correctness
by Ben Warren
· 14 years ago
1384f3b
net: warn about spaces in device names
by Mike Frysinger
· 14 years ago
9c00b2f
net/eth.c: eth_mac_skip() is only needed when CONFIG_NET_MULTI is set
by Wolfgang Denk
· 14 years ago
ecee932
Program net device MAC addresses after initializing
by Ben Warren
· 15 years ago
aba4b69
net: Trivial coding style issue with empty for statement
by Detlev Zundel
· 15 years ago
6ac59c5
net: pull CONFIG checks out of source and into makefile
by Mike Frysinger
· 15 years ago
86848a7
net: sync env ethaddr to device enetaddr in eth_init()
by Mike Frysinger
· 15 years ago
0ebf04c
minor debug cleanups in ./net
by Robin Getz
· 15 years ago
3bd0a87
Add warning about upcoming removal of old Ethernet API
by Ben Warren
· 15 years ago
6e0d2fc
Remove support for non-CONFIG_NET_MULTI on PPC4xx EMAC
by Ben Warren
· 16 years ago
8453587
Switched davinci_emac Ethernet driver to use newer API
by Ben Warren
· 15 years ago
da95427
netloop: updates for NetLoop
by Heiko Schocher
· 16 years ago
f9a109b
Replace __attribute references with __attribute__
by Peter Tyser
· 16 years ago
3f6e699
net: new utility functions for working with enetaddr's
by Mike Frysinger
· 16 years ago
2f70c49
netloop: speed up NetLoop
by Heiko Schocher
· 16 years ago
9e56986
Add eth_get_dev_by_index
by Andy Fleming
· 16 years ago
25a8590
Moved initialization of PPC4xx EMAC to cpu_eth_init()
by Ben Warren
· 16 years ago
96e21f8
Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC
by Ben Warren
· 16 years ago
9eb79bd
Moved initialization of MPC8XX SCC to cpu_eth_init()
by Ben Warren
· 16 years ago
a9bec96
Moved initialization of MPC8220 FEC to cpu_eth_init()
by Ben Warren
· 16 years ago
0e8454e
Moved initialization of QE Ethernet controller to cpu_eth_init()
by Ben Warren
· 16 years ago
3456a14
Moved initialization of FCC Ethernet controller to cpu_eth_init
by Ben Warren
· 16 years ago
5dfb3ee
net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init
by Shinya Kuribayashi
· 16 years ago
cc94074
Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init()
by Ben Warren
· 16 years ago
c68a05f
Adds two more ethernet interface to 83xx
by richardretanubun
· 16 years ago
10efa02
Moved initialization of EEPRO100 Ethernet controller to board_eth_init()
by Ben Warren
· 16 years ago
8ca0b3f
Moved initialization of TULIP Ethernet controller to board_eth_init()
by Ben Warren
· 16 years ago
ad3381c
Moved initialization of E1000 Ethernet controller to board_eth_init()
by Ben Warren
· 16 years ago
4fce2ac
Moved initialization of plb2800 Ethernet driver to board_eth_init
by Ben Warren
· 16 years ago
e1d7480
Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory
by Ben Warren
· 16 years ago
a0aad08
Moved initialization of MPC512x_FEC Ethernet driver to CPU directory
by Ben Warren
· 16 years ago
8218bd2
Moved initialization of IncaIP Ethernet controller to board_eth_init
by Ben Warren
· 16 years ago
164846e
Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init()
by Ben Warren
· 16 years ago
6aca145
Moved initialization of GT6426x Ethernet controller to board_eth_init()
by Ben Warren
· 16 years ago
e309053
Moved initialization of PCNET Ethernet controller to board_eth_init()
by Ben Warren
· 16 years ago
b902b8d
Moved initialization of NATSEMI Ethernet controller to board_eth_init()
by Ben Warren
· 16 years ago
1940363
Moved initialization of NS8382X Ethernet controller to board_eth_init()
by Ben Warren
· 16 years ago
ccdd12f
Moved initialization of TSI108 Ethernet controller to board_eth_init()
by Ben Warren
· 16 years ago
0b252f5
Moved initialization of RTL8139 Ethernet controller to board_eth_init()
by Ben Warren
· 16 years ago
02d6989
Moved initialization of RTL8169 Ethernet controller to board_eth_init()
by Ben Warren
· 16 years ago
3ae071e
Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init()
by Ben Warren
· 16 years ago
d6e0425
davinci: fix remaining dm644x_eth
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
fcaac58
ARM DaVinci: Changing function names for EMAC driver
by Sandeep Paulraj
· 16 years ago
6a00217
Moved initialization of SKGE Ethernet driver to board code.
by Ben Warren
· 16 years ago
65d3d99
Moved initialization of ULI526X Ethernet driver to board code.
by Ben Warren
· 16 years ago
9149473
Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init()
by Ben Warren
· 16 years ago
fc363ce
Moved initialization of GRETH Ethernet driver to CPU directory
by Ben Warren
· 16 years ago
86882b8
Moved initialization of MCFFEC Ethernet driver to CPU directory
by Ben Warren
· 16 years ago
b31da88
Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directory
by Ben Warren
· 16 years ago
c8c845c
Moved initialization of AVR32 Ethernet controllers to board_eth_init()
by Ben Warren
· 16 years ago
25dbe98
Fix some more printf() format issues.
by Wolfgang Denk
· 16 years ago
dd35479
Add mechanisms for CPU and board-specific Ethernet initialization
by Ben Warren
· 16 years ago
8e429b3
AT91SAM9263EK support
by Stelian Pop
· 16 years ago
a1b215e
Merge branch 'master' of git://www.denx.de/git/u-boot-at91
by Wolfgang Denk
· 17 years ago
0176d43
Add support for AT91SAM9260EK
by Stelian Pop
· 17 years ago
a8a78f2
Move at91cap9 specific files to at91sam9 directory
by Stelian Pop
· 17 years ago
c2b7da5
SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver.
by Daniel Hellstrom
· 17 years ago
6bc1138
net: Print error message upon net usage when no ethernet-interface is found
by Stefan Roese
· 17 years ago
20b197c
AT91CAP9 support : build integration
by Stelian Pop
· 17 years ago
8d54477
Merge branch 'master' of git://www.denx.de/git/u-boot-avr32
by Wolfgang Denk
· 17 years ago
e57ed96
Merge branch 'master' of git://www.denx.de/git/u-boot-coldfire
by Wolfgang Denk
· 17 years ago
6b44394
AVR32: ATNGW100 board support
by Haavard Skinnemoen
· 18 years ago
777d1ab
ColdFire: Add MCF547x_8x FEC driver
by TsiChungLiew
· 17 years ago
e169257
net: add 'ethrotate' environment variable
by Matthias Fuchs
· 17 years ago
2465665
QE UEC: Extend number of supported UECs to 4
by David Saada
· 17 years ago
422b1a0
Fix Ethernet init() return codes
by Ben Warren
· 17 years ago
ccf21c3
Add support CONFIG_UEC_ETH3 in MPC83xx
by Joakim Tjernlund
· 17 years ago
505be87
NET: Proper return code handling in eth_init() function in file eth.c
by Upakul Barkakaty
· 17 years ago
Next »