summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Add error codes/handling for TFTP-serverRemy Bohmer2009-12-131-3/+29
* net: pull CONFIG checks out of source and into makefileMike Frysinger2009-12-137-30/+9
* nfs: NfsTimeout() updatesEvan Samanas2009-12-071-5/+6
* fix nfs symlink name corruptionEd Swarthout2009-12-071-1/+1
* Repair the 'netretry=once' option.Remy Bohmer2009-11-241-8/+24
* net/bootp.c: fix compile warningWolfgang Denk2009-09-111-1/+5
* Add Transfer Size Option to tftpRobin Getz2009-08-251-2/+36
* nfs: accept CONFIG_NFS_READ_SIZE from config fileAlessandro Rubini2009-08-251-2/+8
* tftp: get the tftp block size from config file and from the environmentAlessandro Rubini2009-08-251-2/+11
* net: defragment IP packetsAlessandro Rubini2009-08-251-5/+183
* net/tftp.c: fix warning: pointer targets differ in signednessWolfgang Denk2009-08-101-1/+3
* net: sync env ethaddr to device enetaddr in eth_init()Mike Frysinger2009-08-071-29/+23
* minor debug cleanups in ./netRobin Getz2009-08-078-167/+77
* Coding Style cleanup; update CHANGELOG.Wolfgang Denk2009-07-231-1/+0
* Save server's MAC address in environmentRobin Getz2009-07-221-0/+9
* DHCP regression on 2009-06Michael Zaidman2009-07-221-0/+3
* Add warning about upcoming removal of old Ethernet APIBen Warren2009-07-221-0/+2
* Add DNS supportRobin Getz2009-07-224-3/+283
* net: rename NetRxPkt to NetRxPacketMike Frysinger2009-07-222-5/+5
* A VLAN tagged DHCP request/discover is 4 bytes shortNorbert van Bolhuis2009-06-151-2/+2
* Remove support for non-CONFIG_NET_MULTI on PPC4xx EMACBen Warren2009-06-151-4/+0
* Switched davinci_emac Ethernet driver to use newer APIBen Warren2009-06-151-4/+0
* netloop: updates for NetLoopHeiko Schocher2009-05-152-7/+5
* Replace __attribute references with __attribute__Peter Tyser2009-04-281-2/+2
* NetLoop initialization bugMichael Zaidman2009-04-191-59/+4
* net: get mac address from environment and use eth util funcsMike Frysinger2009-03-202-22/+6
* net: new utility functions for working with enetaddr'sMike Frysinger2009-03-201-31/+38
* convert print_IPaddr() to %pI4Mike Frysinger2009-03-204-37/+14
* netloop: speed up NetLoopHeiko Schocher2009-02-222-61/+84
* Add eth_get_dev_by_indexAndy Fleming2009-02-161-0/+22
* net/sntp.c: move ifdef into Makefile COBJS-$(...)Mike Frysinger2009-02-092-5/+1
* Fix IP alignment problemOlav Morken2009-01-281-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-netWolfgang Denk2008-12-092-5/+5
|\
| * net: Fix TftpStart() ip:filename bugPeter Tyser2008-12-041-2/+1
| * net: Add additional IP fragmentation checkPeter Tyser2008-12-041-1/+2
| * net: Define IP flag field valuesPeter Tyser2008-12-041-3/+3
* | Update U-Boot's build timestamp on every compilePeter Tyser2008-12-061-0/+3
|/
* Moved initialization of PPC4xx EMAC to cpu_eth_init()Ben Warren2008-11-091-4/+0
* Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMACBen Warren2008-11-091-3/+2
* Moved initialization of MPC8XX SCC to cpu_eth_init()Ben Warren2008-11-091-4/+0
* Moved initialization of MPC8220 FEC to cpu_eth_init()Ben Warren2008-11-091-4/+0
* Moved initialization of QE Ethernet controller to cpu_eth_init()Ben Warren2008-11-091-19/+0
* Moved initialization of FCC Ethernet controller to cpu_eth_initBen Warren2008-11-091-5/+0
* net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_initShinya Kuribayashi2008-11-091-4/+0
* Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init()Ben Warren2008-11-091-4/+0
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-184-19/+19
* net: Make TFTP server timeout configurableBartlomiej Sieka2008-10-181-4/+24
* net: express the first argument to NetSetTimeout() in millisecondsBartlomiej Sieka2008-10-187-33/+28
* Adds two more ethernet interface to 83xxrichardretanubun2008-10-181-0/+6
* Don't tftp to unknown flashJochen Friedrich2008-09-021-0/+2
OpenPOWER on IntegriCloud