aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2008-07-15Fix DHCP protocol so U-Boot does not respond too earlyRobin Getz1-2/+0
2008-07-14Fix printf() format issues with sizeof_t types by using %zuWolfgang Denk1-1/+1
2008-07-13Fix some more printf() format issues.Wolfgang Denk2-2/+2
2008-07-13Fix some more printf() format issues.Jean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-07-11Fix some more print() format errors.Wolfgang Denk1-1/+2
2008-07-09Fix printf errors.Andrew Klossner1-1/+1
2008-07-06Add mechanisms for CPU and board-specific Ethernet initializationBen Warren1-17/+15
2008-06-08Merge branch 'master' of git://git.denx.de/u-bootBen Warren1-1/+2
2008-06-04Get rid of annoying/superfluous bad-checksum warning messageRemy Bohmer1-0/+4
2008-05-24Merging Stelian Pop AT91 patchesJean-Christophe PLAGNIOL-VILLARD1-1/+2
2008-05-21Big white-space cleanup.Wolfgang Denk1-3/+3
2008-05-10AT91SAM9263EK supportStelian Pop1-1/+2
2008-04-28net: make ARP timeout configurableGuennadi Liakhovetski1-6/+17
2008-04-13Coding Style cleanup; update CHANGELOGWolfgang Denk1-20/+20
2008-04-08Merge branch 'master' of git://www.denx.de/git/u-boot-at91Wolfgang Denk1-3/+3
2008-04-01Add support for AT91SAM9260EKStelian Pop1-1/+1
2008-04-01Move at91cap9 specific files to at91sam9 directoryStelian Pop1-2/+2
2008-03-30SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver.Daniel Hellstrom1-0/+4
2008-03-30DHCP request fix for Windows Server 2003Aras Vaichas1-1/+4
2008-03-05net: Print error message upon net usage when no ethernet-interface is foundStefan Roese1-1/+3
2008-02-15Merge branch '080116_at91cap9' of git://linux-arm.org/u-boot-armdevPeter Pearse1-0/+4
2008-02-14TFTP: fix search of ':' in BootFileJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-02-14AT91CAP9 support : build integrationStelian Pop1-0/+4
2008-02-14NFS Timeout with large files.Hiroshi Ito1-1/+6
2008-02-05TFTP: add host ip addr supportJean-Christophe PLAGNIOL-VILLARD1-10/+30
2008-01-23Merge branch 'master' of git://www.denx.de/git/u-boot-avr32Wolfgang Denk1-0/+4
2008-01-23Merge branch 'master' of git://www.denx.de/git/u-boot-coldfireWolfgang Denk1-0/+4
2008-01-18AVR32: ATNGW100 board supportHaavard Skinnemoen1-0/+4
2008-01-17ColdFire: Add MCF547x_8x FEC driverTsiChungLiew1-0/+4
2008-01-17net: add 'ethrotate' environment variableMatthias Fuchs1-0/+9
2008-01-15QE UEC: Extend number of supported UECs to 4David Saada1-0/+3
2008-01-10Fix Ethernet init() return codesBen Warren1-1/+1
2008-01-08Add support CONFIG_UEC_ETH3 in MPC83xxJoakim Tjernlund1-0/+3
2008-01-03net: Add CONFIG_NET_DO_NOT_TRY_ANOTHER optionMatthias Fuchs1-0/+2
2008-01-03NET: Proper return code handling in eth_init() function in file eth.cUpakul Barkakaty1-4/+4
2008-01-03net/eth.c: Fix env_enetaddr signed overflowShinya Kuribayashi1-1/+2
2008-01-03Introduce new eth_receive routineRafal Jaworowski2-0/+68
2007-11-20Merge branch 'origin' into kconfig-for-1.3.1Grant Likely6-9/+9
2007-11-18Fix warning differ in signedness in net/net.c and net/nfs.cJean-Christophe PLAGNIOL-VILLARD6-9/+9
2007-11-16Merge branch 'origin' into kconfig-for-1.3.1Grant Likely1-0/+4
2007-11-15Build: split COBJS value into multiple linesGrant Likely1-2/+9
2007-11-06Implement general ULi 526x Ethernet driver support in U-bootRoy Zang1-0/+4
2007-11-03Cleanup coding style; update CHANGELOGWolfgang Denk1-3/+2
2007-11-03Fix typo in nfs.cGuennadi Liakhovetski1-1/+0
2007-11-01DHCP Client FixJustin Flammia1-4/+7
2007-09-18Avoid compiler warning.Wolfgang Denk1-1/+1
2007-09-12Fix memory corruption problem on STX GP3 SSA Board.Wolfgang Denk1-2/+2
2007-08-31Fix TFTP OACK code for short packets.Wolfgang Denk1-2/+6
2007-08-30Backout commit 8f1bc284 as it causes TFTP to fail.Wolfgang Denk1-10/+10
2007-08-30tftp: don't implicity trust the format of recevied packetsGrant Likely1-10/+10