summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove unused variable NetBootFileSizeSascha Hauer2009-10-173-11/+0
* tftp: remove default filename. We always have a filename givenSascha Hauer2009-10-171-15/+1
* make locally used funtion staticSascha Hauer2009-10-171-1/+1
* remove sntp support. Has been broken for long enoughSascha Hauer2009-10-135-170/+1
* do not abuse the received packet to send back another packetSascha Hauer2009-10-131-1/+2
* net: remove unnecessary ifSascha Hauer2009-10-131-17/+11
* only the ping code is interested in the ping ipSascha Hauer2009-10-132-14/+2
* net: remove dead codeSascha Hauer2009-10-131-9/+0
* net: cleanup header fileSascha Hauer2009-10-136-98/+68
* rename bootp.c to dhcp.cSascha Hauer2009-10-132-1/+1
* net: refactor dhcp supportSascha Hauer2009-10-133-311/+23
* ping.c: refactorSascha Hauer2009-10-131-9/+3
* net: remove switch/case in NetLoop()Sascha Hauer2009-10-136-57/+10
* bootp: remove unnecessary counterSascha Hauer2009-10-133-5/+1
* net: check prerequisites in NetLoopIinit()Sascha Hauer2009-10-131-52/+49
* return is not a functionSascha Hauer2009-10-131-11/+11
* net: split NetLoop in NetLoop and NetLoopInitSascha Hauer2009-10-133-2/+12
* net: remove unused state NETLOOP_RESTARTSascha Hauer2009-10-131-5/+0
* net: remove NetStartAgain()Sascha Hauer2009-10-134-60/+7
* tftp: do not call NetStartAgain()Sascha Hauer2009-10-131-13/+5
* add a device_d to ethernet devicesSascha Hauer2009-07-212-12/+17
* net: Get rid of DEVICE_TYPE_ETHER usageSascha Hauer2009-07-211-1/+17
* net: add eth_unregister functionSascha Hauer2009-04-071-0/+17
* eth.c: Fix return valuesSascha Hauer2009-04-061-6/+4
* allow changing of network deviceSascha Hauer2009-04-061-1/+4
* remove unused variablefredo2008-12-181-2/+0
* Ethernet: write MAC address to hardware when it's changedSascha Hauer2008-09-301-7/+5
* nfs: fix calling of string_to_ip()Sascha Hauer2008-09-301-1/+1
* fix 62e2cd0a681c19fdc4180adf89e69709c696133bSascha Hauer2008-08-211-7/+2
* net: remove redundant assignmentSascha Hauer2008-08-201-2/+0
* net: initialize Net* variables unconditionally, not in a big switch/caseSascha Hauer2008-08-201-53/+12
* eth: check for valid parameters for ethaddr, ipaddr, ...Sascha Hauer2008-08-201-0/+32
* Fix string_to_ipSascha Hauer2008-08-202-15/+20