summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2014-12-08net: bootp: as CONFIG_BOOTP_SERVERIP is defined, keep bootfile not changedWu, Josh
2014-10-25eth: make eth_address_set staticJeroen Hofstee
2014-10-22net: Display the size when tftpboot finishesSimon Glass
2014-10-10SPDX License cleanup for LiMon imported filesWolfgang Denk
2014-09-24kconfig: add blank Kconfig filesMasahiro Yamada
2014-09-16net: dns: fix for DNS queries sent to the wrong MAC addressGerhard Sittig
2014-08-21net: More BOOTP retry timeout improvementsThierry Reding