Commit Graph

354 Commits (b68d63ce4bf780bcb7d1af917d3b44413cf1206f)

Author SHA1 Message Date
Eric Miao 6937664426 net/eth.c: fix eth_write_hwaddr() to use dev->enetaddr as fall back 12 years ago
Simon Glass 573f14fe4e bootstage: Plumb in bootstage calls for basic operations 12 years ago
Simon Glass 770605e4f9 bootstage: Replace show_boot_progress/error() with bootstage_...() 12 years ago
Simon Glass c8e66db789 bootstage: Convert net progress numbers to enums 12 years ago
Simon Glass 5ddb118da4 bootstage: Use show_boot_error() for -ve progress numbers 12 years ago
Mike Frysinger f6add132f6 net/miiphy/serial: drop duplicate "NAMESIZE" define 12 years ago
Marek Vasut 021f6038a2 PPC: Drop mv6446x_eth_initialize() from net/eth.c 12 years ago
Marek Vasut 658c3b9eaf PPC: Drop mv6436x_eth_initialize() from net/eth.c 12 years ago
Vincent Palatin e7e982d69c eth: remove usb-ethernet devices before re-enumerating them 12 years ago
Michael Walle fea7dcae50 net: introduce per device index 13 years ago
Matthias Weisser ea45cb0adc net: Make sure IPaddr_t is 32 bits in size 13 years ago
Anatolij Gustschin c0fe04bf65 net/bootp.c: Fix GCC 4.6 warning 13 years ago
Wolfgang Denk 5c10419cea net/net.c: Fix GCC 4.6 build warning 13 years ago
Simon Glass e4a3d57dc7 net: Export auto_load, use it in rarp 13 years ago
Simon Glass ed1ada712a net: Change for loop to memset() 13 years ago
Simon Glass 8c6914f10f net: Add more #ifdefs for tftpput to reduce code size 13 years ago
Simon Glass 165099e753 net: Make net_transfer() a static function 13 years ago
Simon Glass 39bccd21d0 net: Hide more code behind CONFIG_CMD_TFTPPUT 13 years ago
Simon Glass 1fb7cd498e net: tftpput: implement tftp logic 13 years ago
Simon Glass 58f317d182 net: tftpput: Support selecting get/put for tftp 13 years ago
Simon Glass e4cde2f70d net: tftpput: Factor out start, restart and next block functions 13 years ago
Simon Glass f5329bbc3f net: tftpput: move common code into separate functions 13 years ago
Simon Glass e4bf0c5cfe net: tftpput: Rename TFTP to TFTPGET 13 years ago
Simon Glass 4793ee6522 net: tftpput: Add support for receiving ICMP packets 13 years ago
Simon Glass 8f79bb17a4 net: tftpput: Move ICMP code into its own function 13 years ago
Bernhard Kaindl 6dc809f407 net/dns.c: Fix endian conversion for big-endian in dns command 13 years ago
Jason Hobbs d2b5d5c4c1 net: bootp: add PXE/RFC 4578 DHCP options support 13 years ago
Mike Frysinger e2a53458a7 net: drop !NET_MULTI code 13 years ago
Mike Frysinger d90f0c107b net: drop !NET_MULTI ns7520 driver 13 years ago
Philip Balister a9a730e0bc net: Add \n before warning message so it prints on a new line. 13 years ago
Mike Frysinger ff25d32c25 net: turn name len check into an assert 13 years ago
Peter Korsgaard 7aabad2804 net/bootp.c: fix tftp load if autoload environment var isn't set 13 years ago
Helmut Raiger 7e7f903fcd net/eth.c: throw BUG for eth_get_dev_by_name(NULL) 13 years ago
Simon Glass 019fd6d45b Correct call to eth_write_hwaddr() 13 years ago
Michal Simek 58c583b6c2 net: Check network device driver name 13 years ago
Simon Glass 093498669e Put common autoload code into auto_load() function 13 years ago
Simon Glass 7616e78508 Add Ethernet hardware MAC address framework to usbnet 13 years ago
Andreas Bießmann d1228ea900 net/eth.c: drop obsolete at91rm9200 support 13 years ago
Luuk Paulussen 09e3a67dec bootp: add ntpserver option to bootp request 13 years ago
Enric Balletbo i Serra 23a70bf9c3 net/net.c: Update ipaddr if the environment has changed 13 years ago
Luca Ceresoli 4d69e98c06 net/tftp.c: fix typo 13 years ago
Luca Ceresoli 7a83af07ae TFTP: add tftpsrv command 13 years ago
Luca Ceresoli e59e35620a TFTP: net/tftp.c: add server mode receive 13 years ago
Luca Ceresoli e3fb0abe2b TFTP: rename STATE_RRQ to STATE_SEND_RRQ 13 years ago
Luca Ceresoli 20478ceaa2 TFTP: replace "server" with "remote" in local variable names 13 years ago
Luca Ceresoli 9bb0a1bf98 net/tftp.c: cosmetic: do not initialise statics to 0 or NULL 13 years ago
Luca Ceresoli 0bdd8acc35 net/tftp.c: cosmetic: fix indentation 13 years ago
Luca Ceresoli 6d2231e8fa net/tftp.c: cosmetic: trailing statements should be on next line 13 years ago
Luca Ceresoli 7bc325a1b2 net/tftp.c: cosmetic: fix brace issues 13 years ago
Luca Ceresoli 2cb5360807 net/tftp.c: cosmetic: do not use assignment in if condition 13 years ago