Commit Graph

642 Commits (lime2-spi)

Author SHA1 Message Date
Peng Fan 44c42dd40e net: bootp: Ignore packets whose yiaddr is 0 8 years ago
Andre Przywara 821fec0ceb net: remove scary warning about EEPROM provided MAC address 8 years ago
Joe Hershberger c5a75339cf net: Fix delay in net_retry test 8 years ago
Bin Meng 4cdc2c8cc0 dm: eth: Stick to 'ethact' when 'ethrotate' is 'no' in eth_init() 8 years ago
Bin Meng a671c4f2be dm: eth: Test 'ethrotate' before changing current ethernet device 8 years ago
Michal Simek 94067580a5 dm: net: Fix DM for targets which use MANUAL_RELOC 9 years ago
Simon Glass 24b852a7a2 Move console definitions into a new console.h file 9 years ago
Bin Meng ac1d313806 net: eth: Check return value in various places 9 years ago
Bin Meng a16edabe7f net: eth: Clear MAC address in eth_pre_remove() 9 years ago
Jacob Stiffler 11a69ff85b net: Increase the size of the net_boot_file_name buffer 9 years ago
Stefan Brüns 774c3e05ec net: parse DHCP options from overloaded file/sname fields 9 years ago
Stefan Brüns ec87b1b39b net: Do not overwrite options found in overloaded 'file' field 9 years ago
Josh Wu 219cc94a3f net: change the env name to use const 9 years ago
Gong Qianyu 7aba0f2c2c net/eth: fix a bug in on_ethaddr() 9 years ago
Stefan Brüns 4f28c9b169 net: cancel timeout handler after DHCPACK 9 years ago
Stefan Brüns 45b47734a0 net/arp: account for ARP delay, avoid duplicate packets on timeout 9 years ago
Stefan Brüns 943231119f net/arp: Do not run net_start_again() on timeout 9 years ago
Stefan Brüns c56eb57316 net: Fix parsing of Bootp/DHCP option 0 (Pad) 9 years ago
Stefan Brüns 454d9d3ec8 net: send RFC1542 compliant value for bootp requests 9 years ago
Stefan Brüns 867d6ae2c9 net: reject Bootp/DHCP packets with bad OP value 9 years ago
Thomas Chou 829533287a net: protect status led access in bootp 9 years ago
Hannes Petermaier 214dc1da4a net: bootp fix vci string on SPL-Boot 9 years ago
Albert ARIBAUD \(3ADEV\) f5fb734672 net: TFTP: variables cleanup and addition 9 years ago
Bernhard Nortmann 2666074809 net: support NETCONSOLE option via Kconfig 9 years ago
Bernhard Nortmann eaa8a195cc net: expose eth_is_active() function to test network device state 9 years ago
Bin Meng e408c42189 dm: eth: Correctly detect alias in eth_get_dev_by_name() 9 years ago
Bin Meng d8f79afa03 dm: eth: Do not print misleading "Net Initialization Skipped" 9 years ago
Bin Meng af2ca59e63 net: Revert "tftp: adjust settings to be suitable for 100Mbit ethernet" 9 years ago
Lukasz Majewski 346969584b net: tftp: Move tftp.h file from ./net to ./include/net 9 years ago
Michal Simek 19a4fbaadd net: Return -EINTR when ctrl+c is pressed 9 years ago
Pavel Machek 620776d734 tftp: adjust settings to be suitable for 100Mbit ethernet 9 years ago
Max Krummenacher 7628afebe9 tftp.c: fix CONFIG_TFTP_TSIZE for small files 9 years ago
Simon Glass b86f795a37 net: Allow drivers to return -ENOSYS with the write_hwaddr() method 9 years ago
Simon Glass a1ca92eaaf dm: eth: Avoid blocking on packet reception 9 years ago
Joe Hershberger f7848d90dd Allow CONFIG_REGEX to be disabled when CONFIG_NET 9 years ago
Michal Simek 9ba9e85f3f net: Fix NET_RANDOM_ETHADDR dependencies 9 years ago
Joe Hershberger 6e0d26c050 net: Handle ethaddr changes as an env callback 9 years ago
Joe Hershberger 2d1febf7d5 net: Remove duplicate bootfile syncing functionality 9 years ago
Joe Hershberger fd3056337e net: Use env callbacks for net variables 9 years ago
Joe Hershberger bef1014b31 net: Implement random ethaddr fallback in eth.c 9 years ago
Joe Hershberger f566c9949f net: Update hardware MAC address if it changes in env 9 years ago
Simon Glass 17f0ac609b dm: net: rtc: Support using driver model for rtc in sntp 9 years ago
Simon Glass 9f9276c34c dm: rtc: Rename to_tm() to rtc_to_tm() and add error code 9 years ago
Simon Glass 3bc427006a dm: net: Use existing Ethernet init for driver model 9 years ago
Joe Hershberger 3c56fb8280 net: Fix compile errors when SNTP enabled and not DATE 9 years ago
Sergey Temerkhanov 717234e002 net: Convert protocol structures to use explicit sizes 9 years ago
Sergey Temerkhanov 5917e7d165 net: Fix incorrect DHCP/BOOTP packets on 64-bit systems 9 years ago
Joe Hershberger bc0571fc10 net: cosmetic: Fix checkpatch.pl failures in net.c 9 years ago
Joe Hershberger ff819a3a33 net: cosmetic: Fix checkpatch.pl failures in eth.c 9 years ago
Joe Hershberger 8e7ff6773a net: cosmetic: Fix checkpatch.pl failures in linklocal 9 years ago