aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-26NET: Add net_busy_flag if CONFIG_USB_KEYBOARD is definedJim Lin1-0/+11
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk7-80/+7
2013-06-24net: Correct check for link-local target IP conflictJoe Hershberger1-4/+13
2013-06-24net/tftp: sparse fixesKim Phillips1-6/+6
2013-06-24net: nfs: add dynamic wait periodMatthias Brugger1-21/+53
2013-06-19NET: Fix system hanging if NET device is not installedJim Lin1-1/+2
2013-02-28net: Use new numeric setenv functionsSimon Glass1-6/+2
2012-12-15net: Fix endianness bug in link-localJoe Hershberger1-1/+1
2012-12-15net: Add tftp speed indicationSimon Glass1-0/+8
2012-12-13env: Add a bootfile env handlerJoe Hershberger1-0/+17
2012-12-13env: Use getenv_yesno() more generallyJoe Hershberger1-17/+15
2012-11-04net/: sparse fixesKim Phillips5-10/+10
2012-10-04Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-6/+21
2012-10-03net: fix netconsole filteringJoe Hershberger1-1/+1
2012-10-01OMAP: networking support for SPLIlya Yanok1-1/+6
2012-10-01net/bootp: add VCI support for BOOTP alsoIlya Yanok1-6/+16
2012-09-27net: Quietly ignore DHCP Option 28 (Broadcast Address)Brian Rzycki1-0/+2
2012-09-27net: eth_write_hwaddr: Return error for invalid MACsBenoît Thébaudeau1-2/+5
2012-09-24net: Filter incoming netconsole packets by IPJoe Hershberger1-0/+1
2012-09-24net: Improve the speed of netconsoleJoe Hershberger2-12/+22
2012-09-24net: bugfix: NetSetTimeout assumes CONFIG_SYS_HZ=1000Tetsuyuki Kobayashi1-1/+1
2012-09-24api: net: fix length check in eth_receive()Michael Walle1-4/+1
2012-07-30Merge branch 'next' of git://git.denx.de/u-bootWolfgang Denk3-2/+20
2012-07-24net: Make sure the ethaddr is updated in net_init()Joe Hershberger1-2/+1
2012-07-19net: link_local: fix buildbenoit.thebaudeau@advans1-3/+3
2012-07-19net: bootp: fix buildbenoit.thebaudeau@advans1-1/+1
2012-07-12net: nfs: make NFS_TIMEOUT configurableTetsuyuki Kobayashi1-1/+5
2012-07-12Merge branch 'next' of git://git.denx.de/u-boot-net into nextWolfgang Denk2-1/+15
2012-07-11net: Inline the new eth_setenv_enetaddr_by_index functionJoe Hershberger1-1/+1
2012-07-11net: allow setting env enetaddr from net device settingRob Herring1-0/+14