summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: Return -EINTR when ctrl+c is pressedMichal Simek2015-08-211-0/+1
* tftp: adjust settings to be suitable for 100Mbit ethernetPavel Machek2015-08-211-5/+5
* tftp.c: fix CONFIG_TFTP_TSIZE for small filesMax Krummenacher2015-08-121-0/+2
* net: Allow drivers to return -ENOSYS with the write_hwaddr() methodSimon Glass2015-07-211-0/+6
* dm: eth: Avoid blocking on packet receptionSimon Glass2015-07-211-1/+4
* Allow CONFIG_REGEX to be disabled when CONFIG_NETJoe Hershberger2015-07-081-1/+0
* net: Fix NET_RANDOM_ETHADDR dependenciesMichal Simek2015-06-011-0/+1
* net: Handle ethaddr changes as an env callbackJoe Hershberger2015-05-212-43/+61
* net: Remove duplicate bootfile syncing functionalityJoe Hershberger2015-05-211-12/+0
* net: Use env callbacks for net variablesJoe Hershberger2015-05-211-16/+89
* net: Implement random ethaddr fallback in eth.cJoe Hershberger2015-05-192-0/+20
* net: Update hardware MAC address if it changes in envJoe Hershberger2015-05-191-28/+48
* dm: net: rtc: Support using driver model for rtc in sntpSimon Glass2015-05-051-0/+12
* dm: rtc: Rename to_tm() to rtc_to_tm() and add error codeSimon Glass2015-05-051-1/+1
* dm: net: Use existing Ethernet init for driver modelSimon Glass2015-04-181-37/+42
* net: Fix compile errors when SNTP enabled and not DATEJoe Hershberger2015-04-181-1/+5
* net: Convert protocol structures to use explicit sizesSergey Temerkhanov2015-04-181-7/+7
* net: Fix incorrect DHCP/BOOTP packets on 64-bit systemsSergey Temerkhanov2015-04-182-19/+18
* net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger2015-04-1812-134/+135
* net: cosmetic: Fix checkpatch.pl failures in eth.cJoe Hershberger2015-04-181-10/+16
* net: cosmetic: Fix checkpatch.pl failures in linklocalJoe Hershberger2015-04-181-19/+17
* net: cosmetic: Clean up cmd_net variables and functionsJoe Hershberger2015-04-181-13/+13
* net: cosmetic: Clean up netconsole variables and functionsJoe Hershberger2015-04-181-1/+1
* net: cosmetic: Clean up DNS variables and functionsJoe Hershberger2015-04-183-30/+27
* net: cosmetic: Clean up CDP variables and functionsJoe Hershberger2015-04-183-39/+35
* net: cosmetic: Clean up ping variables and functionsJoe Hershberger2015-04-181-6/+7
* net: cosmetic: Clean up SNTP variables and functionsJoe Hershberger2015-04-183-16/+13
OpenPOWER on IntegriCloud