aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-19net: Update hardware MAC address if it changes in envJoe Hershberger1-28/+48
2015-05-05dm: net: rtc: Support using driver model for rtc in sntpSimon Glass1-0/+12
2015-05-05dm: 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
2015-04-18net: cosmetic: Clean up NFS variables and functionsJoe Hershberger3-100/+79
2015-04-18net: cosmetic: Clean up DHCP variables and functionsJoe Hershberger3-72/+69
2015-04-18net: cosmetic: Clean up ARP variables and functionsJoe Hershberger4-55/+54
2015-04-18net: cosmetic: Clean up TFTP variables and functionsJoe Hershberger3-246/+251
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger1-11/+0
2015-04-18net: cosmetic: Cleanup internal packet buffer namesJoe Hershberger10-64/+65
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger12-64/+63
2015-04-18net: cosmetic: Fixup var names for DHCP stringsJoe Hershberger2-30/+27
2015-04-18net: cosmetic: Fixup var names related to boot fileJoe Hershberger6-51/+54
2015-04-18net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger13-239/+259
2015-04-18dm: eth: Provide a way for drivers to manage packet buffersJoe Hershberger1-1/+3
2015-04-18net: Improve error handlingJoe Hershberger2-16/+66
2015-04-18dm: eth: Add support for ethprime env varJoe Hershberger1-1/+28
2015-04-18dm: eth: Add support for aliasesJoe Hershberger1-9/+41
2015-04-18dm: eth: Pass the packet pointer as a parameter to recvJoe Hershberger1-1/+14
2015-04-18net: Clean up network stack names used in DM driversJoe Hershberger1-11/+19
2015-04-18dm: eth: Add basic driver model support to Ethernet stackJoe Hershberger1-6/+340
2015-04-18net: Access mapped physmem in net functionsJoe Hershberger2-2/+10