summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: Use new checksum functionsSimon Glass2015-02-122-29/+6
* net: Add a separate file for IP checksummingSimon Glass2015-01-232-0/+61
* net: bootp: as CONFIG_BOOTP_SERVERIP is defined, keep bootfile not changedWu, Josh2014-12-081-2/+2
* eth: make eth_address_set staticJeroen Hofstee2014-10-251-1/+1
* net: Display the size when tftpboot finishesSimon Glass2014-10-221-0/+2
* SPDX License cleanup for LiMon imported filesWolfgang Denk2014-10-107-0/+7
* kconfig: add blank Kconfig filesMasahiro Yamada2014-09-241-0/+10
* net: dns: fix for DNS queries sent to the wrong MAC addressGerhard Sittig2014-09-161-0/+3
* net: More BOOTP retry timeout improvementsThierry Reding2014-08-211-8/+40
* net: BOOTP retry timeout improvementsStephen Warren2014-08-093-11/+34
* Ethernet: let user know if there is no valid ethernet addressPavel Machek2014-07-221-8/+21
* bootp can use mdelayPavel Machek2014-07-221-3/+2
* fix: CONFIG_NETCONSOLE start/handle this stuff only outside SPLHannes Petermaier2014-06-191-2/+2
* net: rename and refactor eth_rand_ethaddr() functionMasahiro Yamada2014-05-121-22/+0
* lib: uuid: code refactor for proper maintain between uuid bin and stringPrzemyslaw Marczak2014-04-021-1/+1
* kbuild: use Linux Kernel build scriptsMasahiro Yamada2014-02-191-1/+1
* net: execute "miiphy_init" if CONFIG_PHYLIB definedAlexey Brodkin2014-02-071-1/+1
* net: tftpsrv: Get correct client MAC addressAndrew Ruder2013-11-221-0/+3
* net: tftp: Make sure timeout will not effect wrap offsetrockly2013-11-221-1/+1
* net: convert a makefile to Kbuild styleMasahiro Yamada2013-10-311-34/+12
* NET: Add net_busy_flag if CONFIG_USB_KEYBOARD is definedJim Lin2013-08-261-0/+11
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-247-80/+7
* net: Correct check for link-local target IP conflictJoe Hershberger2013-06-241-4/+13
* net/tftp: sparse fixesKim Phillips2013-06-241-6/+6
* net: nfs: add dynamic wait periodMatthias Brugger2013-06-241-21/+53
* NET: Fix system hanging if NET device is not installedJim Lin2013-06-191-1/+2
* net: Use new numeric setenv functionsSimon Glass2013-02-281-6/+2
* net: Fix endianness bug in link-localJoe Hershberger2012-12-151-1/+1
* net: Add tftp speed indicationSimon Glass2012-12-151-0/+8
* env: Add a bootfile env handlerJoe Hershberger2012-12-131-0/+17
* env: Use getenv_yesno() more generallyJoe Hershberger2012-12-131-17/+15
* net/: sparse fixesKim Phillips2012-11-045-10/+10
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2012-10-041-6/+21
|\
| * OMAP: networking support for SPLIlya Yanok2012-10-011-1/+6
| * net/bootp: add VCI support for BOOTP alsoIlya Yanok2012-10-011-6/+16
* | net: fix netconsole filteringJoe Hershberger2012-10-031-1/+1
|/
* net: Quietly ignore DHCP Option 28 (Broadcast Address)Brian Rzycki2012-09-271-0/+2
* net: eth_write_hwaddr: Return error for invalid MACsBenoît Thébaudeau2012-09-271-2/+5
* net: Filter incoming netconsole packets by IPJoe Hershberger2012-09-241-0/+1
* net: Improve the speed of netconsoleJoe Hershberger2012-09-242-12/+22
* net: bugfix: NetSetTimeout assumes CONFIG_SYS_HZ=1000Tetsuyuki Kobayashi2012-09-241-1/+1
* api: net: fix length check in eth_receive()Michael Walle2012-09-241-4/+1
* Merge branch 'next' of git://git.denx.de/u-bootWolfgang Denk2012-07-303-2/+20
|\
| * net: nfs: make NFS_TIMEOUT configurableTetsuyuki Kobayashi2012-07-121-1/+5
| * Merge branch 'next' of git://git.denx.de/u-boot-net into nextWolfgang Denk2012-07-122-1/+15
| |\
| | * net: Inline the new eth_setenv_enetaddr_by_index functionJoe Hershberger2012-07-111-1/+1
| | * net: allow setting env enetaddr from net device settingRob Herring2012-07-111-0/+14
| | * net: tftp: fix type of block arg to store_blockJayachandran Chandrasekharan Nair2012-07-111-1/+1
* | | net: Make sure the ethaddr is updated in net_init()Joe Hershberger2012-07-241-2/+1
* | | net: link_local: fix buildbenoit.thebaudeau@advans2012-07-191-3/+3
OpenPOWER on IntegriCloud