summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* eth: fix 'warning: No MAC address set' when using EEPROM MACBaruch Siach2010-12-161-1/+3
* doc: unify documentation for 'tftp'Robert Schwebel2010-11-011-28/+21
* net: make locally used functions staticSascha Hauer2010-10-211-2/+2
* ping: make locally used functions staticSascha Hauer2010-10-211-2/+2
* netconsole: remove non-needed setbaudrateJean-Christophe PLAGNIOL-VILLARD2010-09-241-6/+0
* net: rework the mii supportJean-Christophe PLAGNIOL-VILLARD2010-08-271-1/+1
* tftp: update doxygen informationSascha Hauer2010-06-281-8/+13
* nfs: resend requests after timeoutSascha Hauer2010-06-281-5/+7
* nfs: Use generic progression barSascha Hauer2010-06-281-7/+7
* tftp: Add push supportSascha Hauer2010-06-282-37/+155
* tftp: use generic progression barSascha Hauer2010-06-281-21/+13
* tftp: remove unused variablesSascha Hauer2010-06-281-8/+1
* net: use a random mac address if the current device does not have a valid add...Sascha Hauer2010-06-221-1/+10
* ping: resolv hostnamesSascha Hauer2010-06-171-1/+7
* net: add dns supportSascha Hauer2010-06-173-0/+269
* add netconsole supportSascha Hauer2010-06-173-0/+236
* rework device parametersSascha Hauer2010-06-171-34/+14
* net: remove old network stackSascha Hauer2010-06-171-897/+47
* net: consider rarp support as outdated. Remove itSascha Hauer2010-06-173-106/+0
* implement nfs using new network stackSascha Hauer2010-06-171-370/+346
* implement ping using new network stackSascha Hauer2010-06-171-73/+74
* implement tftp using new network stackSascha Hauer2010-06-171-145/+126
* implement dhcp using new network stackSascha Hauer2010-06-171-311/+180
* remove unused sntp.hSascha Hauer2010-06-171-61/+0
* net: Implement a new network stackSascha Hauer2010-06-171-4/+536
* net: remove need for eth_halt/eth_openSascha Hauer2010-06-173-29/+49
* tftp return valueJan Weitzel2010-04-141-2/+1
* put only once used function inlineSascha Hauer2010-02-011-13/+6
* replace ET_DEBUG with pr_debugSascha Hauer2010-02-013-50/+25
* remove typedef cmd_tbl_t and replace it with struct commandSascha Hauer2010-02-014-4/+4
* Move tftp/nfs specific code to net/*Sascha Hauer2010-02-012-2/+126
* remove unused NETCONSOLE stuffSascha Hauer2010-02-011-10/+0
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-153-6/+6
* commands: remove maxargsSascha Hauer2009-10-192-2/+0
* commands: return COMMAND_ERROR_USAGESascha Hauer2009-10-191-4/+2
* remove global variable BootFileSascha Hauer2009-10-191-2/+2
* nfs: allow only serveripSascha Hauer2009-10-191-9/+1
* pass filename to nfs and tftp start functionsSascha Hauer2009-10-192-4/+2
* nfs: no default filename, we always have a filenameSascha Hauer2009-10-191-21/+8
* ping: shorten usage infoSascha Hauer2009-10-191-1/+1
* ping: do not return -1 in commandSascha Hauer2009-10-191-5/+2
* tftp: use debug macroSascha Hauer2009-10-191-6/+2
* tftp: coding styleSascha Hauer2009-10-191-47/+32
* tftp: reorder to get rid of static function declarationsSascha Hauer2009-10-191-15/+7
* tftp: remove never reached state STATE_BAD_MAGICSascha Hauer2009-10-171-13/+1
* tftp: remove never reached state STATE_TOO_LARGESascha Hauer2009-10-171-14/+2
* tftp: remove volatile from variablesSascha Hauer2009-10-171-4/+4
* remove unused codeSascha Hauer2009-10-171-11/+0
* tftp: consolidate different puts to printfSascha Hauer2009-10-171-7/+6
* tftp: remove unnecessary gateway informationSascha Hauer2009-10-171-11/+0