summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-30net: support NETCONSOLE option via KconfigBernhard Nortmann1-0/+6
2015-09-30net: 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-22net: Return -EINTR when ctrl+c is pressedMichal Simek1-0/+1
2015-08-22tftp: 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-22net: Allow drivers to return -ENOSYS with the write_hwaddr() methodSimon Glass1-0/+6
2015-07-22dm: eth: Avoid blocking on packet receptionSimon Glass1-1/+4
2015-07-09Allow 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
2015-05-19net: Update hardware MAC address if it changes in envJoe Hershberger1-28/+48
2015-05-06dm: net: rtc: Support using driver model for rtc in sntpSimon Glass1-0/+12
2015-05-06dm: rtc: Rename to_tm() to rtc_to_tm() and add error codeSimon Glass1-1/+1
2015-04-18dm: net: Use existing Ethernet init for driver modelSimon Glass1-37/+42
2015-04-18net: Fix compile errors when SNTP enabled and not DATEJoe Hershberger1-1/+5
2015-04-18net: Convert protocol structures to use explicit sizesSergey Temerkhanov1-7/+7
2015-04-18net: Fix incorrect DHCP/BOOTP packets on 64-bit systemsSergey Temerkhanov2-19/+18
2015-04-18net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger12-134/+135
2015-04-18net: cosmetic: Fix checkpatch.pl failures in eth.cJoe Hershberger1-10/+16
2015-04-18net: cosmetic: Fix checkpatch.pl failures in linklocalJoe Hershberger1-19/+17
2015-04-18net: cosmetic: Clean up cmd_net variables and functionsJoe Hershberger1-13/+13
2015-04-18net: cosmetic: Clean up netconsole variables and functionsJoe Hershberger1-1/+1
2015-04-18net: cosmetic: Clean up DNS variables and functionsJoe Hershberger3-30/+27
2015-04-18net: cosmetic: Clean up CDP variables and functionsJoe Hershberger3-39/+35
2015-04-18net: cosmetic: Clean up ping variables and functionsJoe Hershberger1-6/+7
2015-04-18net: cosmetic: Clean up SNTP variables and functionsJoe Hershberger3-16/+13
2015-04-18net: cosmetic: Clean up RARP variables and functionsJoe Hershberger3-17/+16