aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-23net: 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
2014-10-25eth: make eth_address_set staticJeroen Hofstee1-1/+1
2014-10-22net: Display the size when tftpboot finishesSimon Glass1-0/+2
2014-10-10SPDX License cleanup for LiMon imported filesWolfgang Denk7-0/+7
2014-09-24kconfig: add blank Kconfig filesMasahiro Yamada1-0/+10
2014-09-16net: dns: fix for DNS queries sent to the wrong MAC addressGerhard Sittig1-0/+3
2014-08-21net: More BOOTP retry timeout improvementsThierry Reding1-8/+40
2014-08-09net: BOOTP retry timeout improvementsStephen Warren3-11/+34
2014-07-22Ethernet: let user know if there is no valid ethernet addressPavel Machek1-8/+21
2014-07-22bootp can use mdelayPavel Machek1-3/+2
2014-06-19fix: CONFIG_NETCONSOLE start/handle this stuff only outside SPLHannes Petermaier1-2/+2
2014-05-12net: rename and refactor eth_rand_ethaddr() functionMasahiro Yamada1-22/+0
2014-04-02lib: uuid: code refactor for proper maintain between uuid bin and stringPrzemyslaw Marczak1-1/+1
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada1-1/+1
2014-02-07net: execute "miiphy_init" if CONFIG_PHYLIB definedAlexey Brodkin1-1/+1
2013-11-22net: tftpsrv: Get correct client MAC addressAndrew Ruder1-0/+3
2013-11-22net: tftp: Make sure timeout will not effect wrap offsetrockly1-1/+1
2013-10-31net: convert a makefile to Kbuild styleMasahiro Yamada1-34/+12