summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* bootp: Prevent u-boot from using others responses.Anton Persson2016-03-271-0/+2
* net: bootp: Add environment variable for timeout periodAlexandre Messier2016-02-261-1/+10
* microblaze: Correct build error in eth-uclass.cSimon Glass2016-02-061-0/+2
* net: Add bootfile in DHCP RequestAlexandre Messier2016-01-281-0/+1
* net: Rename eth.c to eth_lecacy.cSimon Glass2016-01-282-1/+1
* net: Move driver-model code into its own fileSimon Glass2016-01-283-543/+553
* net: Move remaining common functions to eth_common.cSimon Glass2016-01-283-104/+113
* net: Move environment functions to the common fileSimon Glass2016-01-283-43/+59
* net: Move common init into a new eth_common.c fileSimon Glass2016-01-284-28/+53
* net: Don't call board/cpu_eth_init() with driver modelSimon Glass2016-01-281-2/+2
* net: bootp: Ignore packets whose yiaddr is 0Peng Fan2016-01-281-0/+3
* net: remove scary warning about EEPROM provided MAC addressAndre Przywara2016-01-081-2/+0
* net: Fix delay in net_retry testJoe Hershberger2016-01-071-4/+3
* dm: eth: Stick to 'ethact' when 'ethrotate' is 'no' in eth_init()Bin Meng2016-01-071-4/+20
* dm: eth: Test 'ethrotate' before changing current ethernet deviceBin Meng2016-01-071-0/+11
* dm: net: Fix DM for targets which use MANUAL_RELOCMichal Simek2015-12-181-0/+28
* Move console definitions into a new console.h fileSimon Glass2015-11-191-0/+1
* net: eth: Check return value in various placesBin Meng2015-10-291-18/+25
* net: eth: Clear MAC address in eth_pre_remove()Bin Meng2015-10-291-0/+5
* net: Increase the size of the net_boot_file_name bufferJacob Stiffler2015-10-291-1/+1
* net: parse DHCP options from overloaded file/sname fieldsStefan Brüns2015-10-291-10/+32
* net: Do not overwrite options found in overloaded 'file' fieldStefan Brüns2015-10-291-26/+18
* net: change the env name to use constJosh Wu2015-10-281-2/+2
* net/eth: fix a bug in on_ethaddr()Gong Qianyu2015-10-281-0/+1
* net: cancel timeout handler after DHCPACKStefan Brüns2015-10-281-0/+1
* net/arp: account for ARP delay, avoid duplicate packets on timeoutStefan Brüns2015-10-283-4/+7
* net/arp: Do not run net_start_again() on timeoutStefan Brüns2015-10-281-1/+1
* net: Fix parsing of Bootp/DHCP option 0 (Pad)Stefan Brüns2015-10-281-1/+10
* net: send RFC1542 compliant value for bootp requestsStefan Brüns2015-10-281-2/+6
* net: reject Bootp/DHCP packets with bad OP valueStefan Brüns2015-10-281-8/+5
* net: protect status led access in bootpThomas Chou2015-10-281-1/+1
* net: bootp fix vci string on SPL-BootHannes Petermaier2015-10-281-1/+3
* net: TFTP: variables cleanup and additionAlbert ARIBAUD \(3ADEV\)2015-10-282-2/+25
* net: support NETCONSOLE option via KconfigBernhard Nortmann2015-09-291-0/+6
* net: expose eth_is_active() function to test network device stateBernhard Nortmann2015-09-291-1/+17
* dm: eth: Correctly detect alias in eth_get_dev_by_name()Bin Meng2015-09-091-2/+3
* dm: eth: Do not print misleading "Net Initialization Skipped"Bin Meng2015-09-091-0/+2
* net: Revert "tftp: adjust settings to be suitable for 100Mbit ethernet"Bin Meng2015-09-091-5/+5
* net: tftp: Move tftp.h file from ./net to ./include/netLukasz Majewski2015-09-075-34/+4
* net: Return -EINTR when ctrl+c is pressedMichal Simek2015-08-211-0/+1
* tftp: adjust settings to be suitable for 100Mbit ethernetPavel Machek2015-08-211-5/+5
* tftp.c: fix CONFIG_TFTP_TSIZE for small filesMax Krummenacher2015-08-121-0/+2
* net: Allow drivers to return -ENOSYS with the write_hwaddr() methodSimon Glass2015-07-211-0/+6
* dm: eth: Avoid blocking on packet receptionSimon Glass2015-07-211-1/+4
* Allow CONFIG_REGEX to be disabled when CONFIG_NETJoe Hershberger2015-07-081-1/+0
* net: Fix NET_RANDOM_ETHADDR dependenciesMichal Simek2015-06-011-0/+1
* net: Handle ethaddr changes as an env callbackJoe Hershberger2015-05-212-43/+61
* net: Remove duplicate bootfile syncing functionalityJoe Hershberger2015-05-211-12/+0
* net: Use env callbacks for net variablesJoe Hershberger2015-05-211-16/+89
* net: Implement random ethaddr fallback in eth.cJoe Hershberger2015-05-192-0/+20
OpenPOWER on IntegriCloud