summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2015-04-18net: cosmetic: Clean up netconsole variables and functionsJoe Hershberger
2015-04-18net: cosmetic: Clean up DNS variables and functionsJoe Hershberger
2015-04-18net: cosmetic: Clean up CDP variables and functionsJoe Hershberger
2015-04-18net: cosmetic: Clean up ping variables and functionsJoe Hershberger
2015-04-18net: cosmetic: Clean up SNTP variables and functionsJoe Hershberger
2015-04-18net: cosmetic: Clean up RARP variables and functionsJoe Hershberger
2015-04-18net: cosmetic: Clean up NFS variables and functionsJoe Hershberger
2015-04-18net: cosmetic: Clean up DHCP variables and functionsJoe Hershberger
2015-04-18net: cosmetic: Clean up ARP variables and functionsJoe Hershberger
2015-04-18net: cosmetic: Clean up TFTP variables and functionsJoe Hershberger
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger
2015-04-18net: cosmetic: Cleanup internal packet buffer namesJoe Hershberger
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger
2015-04-18net: cosmetic: Fixup var names for DHCP stringsJoe Hershberger
2015-04-18net: cosmetic: Fixup var names related to boot fileJoe Hershberger
2015-04-18net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger
2015-04-18dm: eth: Provide a way for drivers to manage packet buffersJoe Hershberger
2015-04-18net: Improve error handlingJoe Hershberger
2015-04-18dm: eth: Add support for ethprime env varJoe Hershberger
2015-04-18dm: eth: Add support for aliasesJoe Hershberger
2015-04-18dm: eth: Pass the packet pointer as a parameter to recvJoe Hershberger
2015-04-18net: Clean up network stack names used in DM driversJoe Hershberger
2015-04-18dm: eth: Add basic driver model support to Ethernet stackJoe Hershberger
2015-04-18net: Access mapped physmem in net functionsJoe Hershberger
2015-04-18net: Make netretry actually do somethingJoe Hershberger
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger
2015-04-18net: Use int instead of u8 for boolean flagJoe Hershberger
2015-04-18net: Change return codes from net/eth.c to use errorno constantsJoe Hershberger
2015-04-18net: Refactor in preparation for driver modelJoe Hershberger
2015-04-18net: Rename helper function to be more clearJoe Hershberger
2015-04-18net: Provide a function to get the current MAC addressJoe Hershberger
2015-02-12net: Use new checksum functionsSimon Glass
2015-01-23net: Add a separate file for IP checksummingSimon Glass