summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: Use packed structures for networkingDenis Pynkin2018-02-134-4/+4
* net: Fix incorrect RPC packets on 64-bit systemsRalf Hubert2016-07-061-6/+6
* NFS: Add error message when U-Boot NFS version (V2) is not supported by NFS s...Guillaume GARDET2016-06-211-1/+16
* net: Handle an empty bootp extension sectionAndre Renaud2016-06-121-0/+9
* net: Optionally use pxe client arch from variableAlexander Graf2016-05-271-7/+15
* distro: Add efi pxe boot codeAlexander Graf2016-05-271-2/+11
* net: Move CONFIG_SPL_NET_VCI_STRING into KconfigAlexander Graf2016-05-271-0/+3
* net: Fix client identifiers for ARMAlexander Graf2016-05-271-1/+2
* net: Move the VCI and client arch values to KconfigAlexander Graf2016-05-271-0/+12
* bootp: Move vendor class identifier set to functionAlexander Graf2016-05-271-13/+13
* efi_loader: Add network access supportAlexander Graf2016-05-273-2/+6
* 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
OpenPOWER on IntegriCloud