summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2014-08-09net: BOOTP retry timeout improvementsStephen Warren
2014-07-22Ethernet: let user know if there is no valid ethernet addressPavel Machek
2014-07-22bootp can use mdelayPavel Machek
2014-06-19fix: CONFIG_NETCONSOLE start/handle this stuff only outside SPLHannes Petermaier
2014-05-12net: rename and refactor eth_rand_ethaddr() functionMasahiro Yamada
2014-04-02lib: uuid: code refactor for proper maintain between uuid bin and stringPrzemyslaw Marczak
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada
2014-02-07net: execute "miiphy_init" if CONFIG_PHYLIB definedAlexey Brodkin
2013-11-22net: tftpsrv: Get correct client MAC addressAndrew Ruder
2013-11-22net: tftp: Make sure timeout will not effect wrap offsetrockly