summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-01-08net: remove scary warning about EEPROM provided MAC addressAndre Przywara
2016-01-07net: Fix delay in net_retry testJoe Hershberger
2016-01-07dm: eth: Stick to 'ethact' when 'ethrotate' is 'no' in eth_init()Bin Meng
2016-01-07dm: eth: Test 'ethrotate' before changing current ethernet deviceBin Meng
2015-12-18dm: net: Fix DM for targets which use MANUAL_RELOCMichal Simek
2015-11-19Move console definitions into a new console.h fileSimon Glass
2015-10-29net: eth: Check return value in various placesBin Meng
2015-10-29net: eth: Clear MAC address in eth_pre_remove()Bin Meng
2015-10-29net: Increase the size of the net_boot_file_name bufferJacob Stiffler
2015-10-29net: parse DHCP options from overloaded file/sname fieldsStefan Brüns
2015-10-29net: Do not overwrite options found in overloaded 'file' fieldStefan Brüns
2015-10-28net: change the env name to use constJosh Wu
2015-10-28net/eth: fix a bug in on_ethaddr()Gong Qianyu
2015-10-28net: cancel timeout handler after DHCPACKStefan Brüns
2015-10-28net/arp: account for ARP delay, avoid duplicate packets on timeoutStefan Brüns
2015-10-28net/arp: Do not run net_start_again() on timeoutStefan Brüns
2015-10-28net: Fix parsing of Bootp/DHCP option 0 (Pad)Stefan Brüns
2015-10-28net: send RFC1542 compliant value for bootp requestsStefan Brüns
2015-10-28net: reject Bootp/DHCP packets with bad OP valueStefan Brüns
2015-10-28net: protect status led access in bootpThomas Chou
2015-10-28net: bootp fix vci string on SPL-BootHannes Petermaier
2015-10-28net: TFTP: variables cleanup and additionAlbert ARIBAUD \(3ADEV\)
2015-09-29net: support NETCONSOLE option via KconfigBernhard Nortmann
2015-09-29net: expose eth_is_active() function to test network device stateBernhard Nortmann
2015-09-09dm: eth: Correctly detect alias in eth_get_dev_by_name()Bin Meng
2015-09-09dm: eth: Do not print misleading "Net Initialization Skipped"Bin Meng
2015-09-09net: Revert "tftp: adjust settings to be suitable for 100Mbit ethernet"Bin Meng
2015-09-07net: tftp: Move tftp.h file from ./net to ./include/netLukasz Majewski
2015-08-21net: Return -EINTR when ctrl+c is pressedMichal Simek
2015-08-21tftp: adjust settings to be suitable for 100Mbit ethernetPavel Machek
2015-08-12tftp.c: fix CONFIG_TFTP_TSIZE for small filesMax Krummenacher
2015-07-21net: Allow drivers to return -ENOSYS with the write_hwaddr() methodSimon Glass
2015-07-21dm: eth: Avoid blocking on packet receptionSimon Glass
2015-07-08Allow CONFIG_REGEX to be disabled when CONFIG_NETJoe Hershberger
2015-06-01net: Fix NET_RANDOM_ETHADDR dependenciesMichal Simek
2015-05-21net: Handle ethaddr changes as an env callbackJoe Hershberger
2015-05-21net: Remove duplicate bootfile syncing functionalityJoe Hershberger
2015-05-21net: Use env callbacks for net variablesJoe Hershberger
2015-05-19net: Implement random ethaddr fallback in eth.cJoe Hershberger
2015-05-19net: Update hardware MAC address if it changes in envJoe Hershberger
2015-05-05dm: net: rtc: Support using driver model for rtc in sntpSimon Glass
2015-05-05dm: rtc: Rename to_tm() to rtc_to_tm() and add error codeSimon Glass
2015-04-18dm: net: Use existing Ethernet init for driver modelSimon Glass
2015-04-18net: Fix compile errors when SNTP enabled and not DATEJoe Hershberger
2015-04-18net: Convert protocol structures to use explicit sizesSergey Temerkhanov
2015-04-18net: Fix incorrect DHCP/BOOTP packets on 64-bit systemsSergey Temerkhanov
2015-04-18net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger
2015-04-18net: cosmetic: Fix checkpatch.pl failures in eth.cJoe Hershberger
2015-04-18net: cosmetic: Fix checkpatch.pl failures in linklocalJoe Hershberger
2015-04-18net: cosmetic: Clean up cmd_net variables and functionsJoe Hershberger