summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeLines
...
* net: cosmetic: Clean up SNTP variables and functionsJoe Hershberger2015-04-18-16/+13
* net: cosmetic: Clean up RARP variables and functionsJoe Hershberger2015-04-18-17/+16
* net: cosmetic: Clean up NFS variables and functionsJoe Hershberger2015-04-18-100/+79
* net: cosmetic: Clean up DHCP variables and functionsJoe Hershberger2015-04-18-72/+69
* net: cosmetic: Clean up ARP variables and functionsJoe Hershberger2015-04-18-55/+54
* net: cosmetic: Clean up TFTP variables and functionsJoe Hershberger2015-04-18-246/+251
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-18-11/+0
* net: cosmetic: Cleanup internal packet buffer namesJoe Hershberger2015-04-18-64/+65
* net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger2015-04-18-64/+63
* net: cosmetic: Fixup var names for DHCP stringsJoe Hershberger2015-04-18-30/+27
* net: cosmetic: Fixup var names related to boot fileJoe Hershberger2015-04-18-51/+54
* net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger2015-04-18-239/+259
* dm: eth: Provide a way for drivers to manage packet buffersJoe Hershberger2015-04-18-1/+3
* net: Improve error handlingJoe Hershberger2015-04-18-16/+66
* dm: eth: Add support for ethprime env varJoe Hershberger2015-04-18-1/+28
* dm: eth: Add support for aliasesJoe Hershberger2015-04-18-9/+41
* dm: eth: Pass the packet pointer as a parameter to recvJoe Hershberger2015-04-18-1/+14
* net: Clean up network stack names used in DM driversJoe Hershberger2015-04-18-11/+19
* dm: eth: Add basic driver model support to Ethernet stackJoe Hershberger2015-04-18-6/+340
* net: Access mapped physmem in net functionsJoe Hershberger2015-04-18-2/+10
* net: Make netretry actually do somethingJoe Hershberger2015-04-18-2/+6
* net: Remove the bd* parameter from net stack functionsJoe Hershberger2015-04-18-9/+10
* net: Use int instead of u8 for boolean flagJoe Hershberger2015-04-18-1/+1
* net: Change return codes from net/eth.c to use errorno constantsJoe Hershberger2015-04-18-6/+6
* net: Refactor in preparation for driver modelJoe Hershberger2015-04-18-36/+43
* net: Rename helper function to be more clearJoe Hershberger2015-04-18-9/+4
* net: Provide a function to get the current MAC addressJoe Hershberger2015-04-18-1/+1
* net: Use new checksum functionsSimon Glass2015-02-12-29/+6
* net: Add a separate file for IP checksummingSimon Glass2015-01-23-0/+61
* net: bootp: as CONFIG_BOOTP_SERVERIP is defined, keep bootfile not changedWu, Josh2014-12-08-2/+2
* eth: make eth_address_set staticJeroen Hofstee2014-10-25-1/+1
* net: Display the size when tftpboot finishesSimon Glass2014-10-22-0/+2
* SPDX License cleanup for LiMon imported filesWolfgang Denk2014-10-10-0/+7
* kconfig: add blank Kconfig filesMasahiro Yamada2014-09-24-0/+10
* net: dns: fix for DNS queries sent to the wrong MAC addressGerhard Sittig2014-09-16-0/+3
* net: More BOOTP retry timeout improvementsThierry Reding2014-08-21-8/+40
* net: BOOTP retry timeout improvementsStephen Warren2014-08-09-11/+34
* Ethernet: let user know if there is no valid ethernet addressPavel Machek2014-07-22-8/+21
* bootp can use mdelayPavel Machek2014-07-22-3/+2
* fix: CONFIG_NETCONSOLE start/handle this stuff only outside SPLHannes Petermaier2014-06-19-2/+2
* net: rename and refactor eth_rand_ethaddr() functionMasahiro Yamada2014-05-12-22/+0
* lib: uuid: code refactor for proper maintain between uuid bin and stringPrzemyslaw Marczak2014-04-02-1/+1
* kbuild: use Linux Kernel build scriptsMasahiro Yamada2014-02-19-1/+1
* net: execute "miiphy_init" if CONFIG_PHYLIB definedAlexey Brodkin2014-02-07-1/+1
* net: tftpsrv: Get correct client MAC addressAndrew Ruder2013-11-22-0/+3
* net: tftp: Make sure timeout will not effect wrap offsetrockly2013-11-22-1/+1
* net: convert a makefile to Kbuild styleMasahiro Yamada2013-10-31-34/+12
* NET: Add net_busy_flag if CONFIG_USB_KEYBOARD is definedJim Lin2013-08-26-0/+11
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-80/+7
* net: Correct check for link-local target IP conflictJoe Hershberger2013-06-24-4/+13