summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-02-26net: bootp: Add environment variable for timeout periodAlexandre Messier
2016-02-06microblaze: Correct build error in eth-uclass.cSimon Glass
2016-01-28net: Add bootfile in DHCP RequestAlexandre Messier
2016-01-28net: Rename eth.c to eth_lecacy.cSimon Glass
2016-01-28net: Move driver-model code into its own fileSimon Glass
2016-01-28net: Move remaining common functions to eth_common.cSimon Glass
2016-01-28net: Move environment functions to the common fileSimon Glass
2016-01-28net: Move common init into a new eth_common.c fileSimon Glass
2016-01-28net: Don't call board/cpu_eth_init() with driver modelSimon Glass
2016-01-28net: bootp: Ignore packets whose yiaddr is 0Peng Fan
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