uboot/net
Bin Meng ac1d313806 net: eth: Check return value in various places
eth_get_dev() can return NULL which means device_probe() fails for
that ethernet device. Add return value check in various places or
U-Boot will crash due to NULL pointer access.

With this commit, 'dm_test_eth_act' test case passes.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
2015-10-29 14:05:52 -05:00
..
Kconfig net: TFTP: variables cleanup and addition 2015-10-28 14:42:24 -05:00
Makefile
arp.c net/arp: account for ARP delay, avoid duplicate packets on timeout 2015-10-28 14:57:37 -05:00
arp.h net/arp: account for ARP delay, avoid duplicate packets on timeout 2015-10-28 14:57:37 -05:00
bootp.c net: parse DHCP options from overloaded file/sname fields 2015-10-29 14:05:45 -05:00
bootp.h
cdp.c
cdp.h
checksum.c
dns.c
dns.h
eth.c net: eth: Check return value in various places 2015-10-29 14:05:52 -05:00
link_local.c
link_local.h
net.c net: Increase the size of the net_boot_file_name buffer 2015-10-29 14:05:47 -05:00
net_rand.h
nfs.c
nfs.h
ping.c
ping.h
rarp.c net: tftp: Move tftp.h file from ./net to ./include/net 2015-09-07 13:41:04 +02:00
rarp.h
sntp.c
sntp.h
tftp.c net: TFTP: variables cleanup and addition 2015-10-28 14:42:24 -05:00