aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-03-27bootp: Prevent u-boot from using others responses.Anton Persson1-0/+2
2016-02-26net: bootp: Add environment variable for timeout periodAlexandre Messier1-1/+10
2016-02-06microblaze: Correct build error in eth-uclass.cSimon Glass1-0/+2
2016-01-28net: Add bootfile in DHCP RequestAlexandre Messier1-0/+1
2016-01-28net: Rename eth.c to eth_lecacy.cSimon Glass2-1/+1
2016-01-28net: Move driver-model code into its own fileSimon Glass3-543/+553
2016-01-28net: Move remaining common functions to eth_common.cSimon Glass3-104/+113
2016-01-28net: Move environment functions to the common fileSimon Glass3-43/+59
2016-01-28net: Move common init into a new eth_common.c fileSimon Glass4-28/+53
2016-01-28net: Don't call board/cpu_eth_init() with driver modelSimon Glass1-2/+2
2016-01-28net: bootp: Ignore packets whose yiaddr is 0Peng Fan1-0/+3
2016-01-08net: remove scary warning about EEPROM provided MAC addressAndre Przywara1-2/+0
2016-01-07net: Fix delay in net_retry testJoe Hershberger1-4/+3
2016-01-07dm: eth: Stick to 'ethact' when 'ethrotate' is 'no' in eth_init()Bin Meng1-4/+20
2016-01-07dm: eth: Test 'ethrotate' before changing current ethernet deviceBin Meng1-0/+11
2015-12-18dm: net: Fix DM for targets which use MANUAL_RELOCMichal Simek1-0/+28
2015-11-19Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-10-29net: eth: Check return value in various placesBin Meng1-18/+25
2015-10-29net: eth: Clear MAC address in eth_pre_remove()Bin Meng1-0/+5
2015-10-29net: Increase the size of the net_boot_file_name bufferJacob Stiffler1-1/+1
2015-10-29net: parse DHCP options from overloaded file/sname fieldsStefan Brüns1-10/+32
2015-10-29net: Do not overwrite options found in overloaded 'file' fieldStefan Brüns1-26/+18
2015-10-28net: change the env name to use constJosh Wu1-2/+2
2015-10-28net/eth: fix a bug in on_ethaddr()Gong Qianyu1-0/+1
2015-10-28net: cancel timeout handler after DHCPACKStefan Brüns1-0/+1
2015-10-28net/arp: account for ARP delay, avoid duplicate packets on timeoutStefan Brüns3-4/+7
2015-10-28net/arp: Do not run net_start_again() on timeoutStefan Brüns1-1/+1
2015-10-28net: Fix parsing of Bootp/DHCP option 0 (Pad)Stefan Brüns1-1/+10
2015-10-28net: send RFC1542 compliant value for bootp requestsStefan Brüns1-2/+6
2015-10-28net: reject Bootp/DHCP packets with bad OP valueStefan Brüns1-8/+5
2015-10-28net: protect status led access in bootpThomas Chou1-1/+1
2015-10-28net: bootp fix vci string on SPL-BootHannes Petermaier1-1/+3
2015-10-28net: TFTP: variables cleanup and additionAlbert ARIBAUD \(3ADEV\)2-2/+25
2015-09-29net: support NETCONSOLE option via KconfigBernhard Nortmann1-0/+6
2015-09-29net: expose eth_is_active() function to test network device stateBernhard Nortmann1-1/+17
2015-09-09dm: eth: Correctly detect alias in eth_get_dev_by_name()Bin Meng1-2/+3
2015-09-09dm: eth: Do not print misleading "Net Initialization Skipped"Bin Meng1-0/+2
2015-09-09net: Revert "tftp: adjust settings to be suitable for 100Mbit ethernet"Bin Meng1-5/+5
2015-09-07net: tftp: Move tftp.h file from ./net to ./include/netLukasz Majewski5-34/+4
2015-08-21net: Return -EINTR when ctrl+c is pressedMichal Simek1-0/+1
2015-08-21tftp: adjust settings to be suitable for 100Mbit ethernetPavel Machek1-5/+5
2015-08-12tftp.c: fix CONFIG_TFTP_TSIZE for small filesMax Krummenacher1-0/+2
2015-07-21net: Allow drivers to return -ENOSYS with the write_hwaddr() methodSimon Glass1-0/+6
2015-07-21dm: eth: Avoid blocking on packet receptionSimon Glass1-1/+4
2015-07-08Allow CONFIG_REGEX to be disabled when CONFIG_NETJoe Hershberger1-1/+0
2015-06-01net: Fix NET_RANDOM_ETHADDR dependenciesMichal Simek1-0/+1
2015-05-21net: Handle ethaddr changes as an env callbackJoe Hershberger2-43/+61
2015-05-21net: Remove duplicate bootfile syncing functionalityJoe Hershberger1-12/+0
2015-05-21net: Use env callbacks for net variablesJoe Hershberger1-16/+89
2015-05-19net: Implement random ethaddr fallback in eth.cJoe Hershberger2-0/+20