summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-07-24eth: autocali tool [1/1]qi duan2-63/+218
2019-06-27ethernet: backup tunning function [1/1]Zhuo Wang4-3/+204
2018-01-10PD#148108: eth: set mac address by chipid.(fix uboot net failed) [1/1]Qi Duan1-3/+3
2018-01-10PD#148108: eth: set mac address by chipid. [1/1]Qi Duan1-4/+11
2017-02-08PD#137972: support dtb in boot.imgYun Cai4-6/+28
2016-11-17PD#119623: eth: use random mac if not burnYizhou Jiang17-22/+117
2016-09-20PD#131379: eth: fix dhcp in uboot for 64-bit CPUYizhou Jiang4-16/+18
2016-04-06This commit will cause gxb_skt_v1 and other 3 uboot configHaixiang Bao12-106/+22
2016-04-05PD#119623: eth: use random mac if not burnPengguang Zhu12-22/+106
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-23net: Display the size when tftpboot finishesSimon Glass1-0/+2
2014-10-10SPDX License cleanup for LiMon imported filesWolfgang Denk8-1/+8
2014-09-24kconfig: add blank Kconfig filesMasahiro Yamada36-1/+98
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 Reding2-8/+58
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 Yamada5-42/+22
2014-04-02lib: uuid: code refactor for proper maintain between uuid bin and stringPrzemyslaw Marczak5-36/+91
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada77-325/+526
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 Denk5761-91729/+5994
2013-06-25net: Correct check for link-local target IP conflictJoe Hershberger1-4/+13
2013-06-25net/tftp: sparse fixesKim Phillips1-6/+6
2013-06-25net: nfs: add dynamic wait periodMatthias Brugger1-21/+53
2013-06-19NET: Fix system hanging if NET device is not installedJim Lin1-1/+2
2013-03-01net: Use new numeric setenv functionsSimon Glass2-9/+3
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 Hershberger3-9/+18
2012-12-13env: Use getenv_yesno() more generallyJoe Hershberger16-79/+56
2012-11-04net/: sparse fixesKim Phillips8-15/+17
2012-10-04Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini150-179/+13849
2012-10-03net: fix netconsole filteringJoe Hershberger1-1/+1
2012-10-01OMAP: networking support for SPLIlya Yanok16-7/+152
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 Hershberger3-3/+9
2012-09-24net: Improve the speed of netconsoleJoe Hershberger5-17/+98
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 Denk101-891/+978
[next]