aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-03-21TFTP: allow for adjustable retransmission timoutWolfgang Denk1-5/+18
2010-01-17Make getenv_IPaddr() globalDirk Behme1-26/+0
2009-12-13Add error codes/handling for TFTP-serverRemy Bohmer1-3/+29
2009-12-13net: pull CONFIG checks out of source and into makefileMike Frysinger7-30/+9
2009-12-07nfs: NfsTimeout() updatesEvan Samanas1-5/+6
2009-12-07fix nfs symlink name corruptionEd Swarthout1-1/+1
2009-11-24Repair the 'netretry=once' option.Remy Bohmer1-8/+24
2009-09-11net/bootp.c: fix compile warningWolfgang Denk1-1/+5
2009-08-25Add Transfer Size Option to tftpRobin Getz1-2/+36
2009-08-25nfs: accept CONFIG_NFS_READ_SIZE from config fileAlessandro Rubini1-2/+8
2009-08-25tftp: get the tftp block size from config file and from the environmentAlessandro Rubini1-2/+11
2009-08-25net: defragment IP packetsAlessandro Rubini1-5/+183
2009-08-10net/tftp.c: fix warning: pointer targets differ in signednessWolfgang Denk1-1/+3
2009-08-07net: sync env ethaddr to device enetaddr in eth_init()Mike Frysinger1-29/+23
2009-08-07minor debug cleanups in ./netRobin Getz8-167/+77
2009-07-23Coding Style cleanup; update CHANGELOG.Wolfgang Denk1-1/+0
2009-07-22Save server's MAC address in environmentRobin Getz1-0/+9
2009-07-22DHCP regression on 2009-06Michael Zaidman1-0/+3
2009-07-22Add warning about upcoming removal of old Ethernet APIBen Warren1-0/+2
2009-07-22Add DNS supportRobin Getz4-3/+283
2009-07-22net: rename NetRxPkt to NetRxPacketMike Frysinger2-5/+5
2009-06-15A VLAN tagged DHCP request/discover is 4 bytes shortNorbert van Bolhuis1-2/+2
2009-06-15Remove support for non-CONFIG_NET_MULTI on PPC4xx EMACBen Warren1-4/+0
2009-06-15Switched davinci_emac Ethernet driver to use newer APIBen Warren1-4/+0
2009-05-15netloop: updates for NetLoopHeiko Schocher2-7/+5
2009-04-28Replace __attribute references with __attribute__Peter Tyser1-2/+2
2009-04-19NetLoop initialization bugMichael Zaidman1-59/+4
2009-03-20net: get mac address from environment and use eth util funcsMike Frysinger2-22/+6
2009-03-20net: new utility functions for working with enetaddr'sMike Frysinger1-31/+38
2009-03-20convert print_IPaddr() to %pI4Mike Frysinger4-37/+14
2009-02-22netloop: speed up NetLoopHeiko Schocher2-61/+84
2009-02-16Add eth_get_dev_by_indexAndy Fleming1-0/+22
2009-02-09net/sntp.c: move ifdef into Makefile COBJS-$(...)Mike Frysinger2-5/+1
2009-01-28Fix IP alignment problemOlav Morken1-1/+1
2008-12-09Merge branch 'master' of git://git.denx.de/u-boot-netWolfgang Denk2-5/+5
2008-12-06Update U-Boot's build timestamp on every compilePeter Tyser1-0/+3
2008-12-04net: Fix TftpStart() ip:filename bugPeter Tyser1-2/+1
2008-12-04net: Add additional IP fragmentation checkPeter Tyser1-1/+2
2008-12-04net: Define IP flag field valuesPeter Tyser1-3/+3
2008-11-09Moved initialization of PPC4xx EMAC to cpu_eth_init()Ben Warren1-4/+0
2008-11-09Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMACBen Warren1-3/+2
2008-11-09Moved initialization of MPC8XX SCC to cpu_eth_init()Ben Warren1-4/+0
2008-11-09Moved initialization of MPC8220 FEC to cpu_eth_init()Ben Warren1-4/+0
2008-11-09Moved initialization of QE Ethernet controller to cpu_eth_init()Ben Warren1-19/+0
2008-11-09Moved initialization of FCC Ethernet controller to cpu_eth_initBen Warren1-5/+0
2008-11-09net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_initShinya Kuribayashi1-4/+0
2008-11-09Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init()Ben Warren1-4/+0
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD4-19/+19
2008-10-18net: Make TFTP server timeout configurableBartlomiej Sieka1-4/+24
2008-10-18net: express the first argument to NetSetTimeout() in millisecondsBartlomiej Sieka7-33/+28