Commit Graph

552 Commits (65b3c6bbae072367cbcf07bdd2ec27dcd591c0b3)

Author SHA1 Message Date
Anton Persson 214cc905de bootp: Prevent u-boot from using others responses. 8 years ago
Alexandre Messier 50768f5b06 net: bootp: Add environment variable for timeout period 8 years ago
Simon Glass a7c45ec4d6 microblaze: Correct build error in eth-uclass.c 8 years ago
Alexandre Messier b2b7fbc33f net: Add bootfile in DHCP Request 8 years ago
Simon Glass c4998f9634 net: Rename eth.c to eth_lecacy.c 8 years ago
Simon Glass db9391e165 net: Move driver-model code into its own file 8 years ago
Simon Glass 8607a6bf75 net: Move remaining common functions to eth_common.c 8 years ago
Simon Glass 9987ecdd36 net: Move environment functions to the common file 8 years ago
Simon Glass 818f91eb57 net: Move common init into a new eth_common.c file 8 years ago
Simon Glass c32a6fd07b net: Don't call board/cpu_eth_init() with driver model 8 years ago
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 9 years ago
Joe Hershberger c5a75339cf net: Fix delay in net_retry test 9 years ago
Bin Meng 4cdc2c8cc0 dm: eth: Stick to 'ethact' when 'ethrotate' is 'no' in eth_init() 9 years ago
Bin Meng a671c4f2be dm: eth: Test 'ethrotate' before changing current ethernet device 9 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