summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
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
2015-04-18net: Make netretry actually do somethingJoe Hershberger1-2/+6
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger2-9/+10
2015-04-18net: Use int instead of u8 for boolean flagJoe Hershberger1-1/+1
2015-04-18net: Change return codes from net/eth.c to use errorno constantsJoe Hershberger1-6/+6
2015-04-18net: Refactor in preparation for driver modelJoe Hershberger1-36/+43
2015-04-18net: Rename helper function to be more clearJoe Hershberger1-9/+4
2015-04-18net: Provide a function to get the current MAC addressJoe Hershberger1-1/+1
2015-02-12net: Use new checksum functionsSimon Glass2-29/+6
2015-01-24net: Add a separate file for IP checksummingSimon Glass2-0/+61
2014-12-08net: bootp: as CONFIG_BOOTP_SERVERIP is defined, keep bootfile not changedWu, Josh1-2/+2