summaryrefslogtreecommitdiffstats
path: root/net/net.c
Commit message (Expand)AuthorAgeFilesLines
* net: use a random mac address if the current device does not have a valid add...Sascha Hauer2010-06-221-1/+10
* net: remove old network stackSascha Hauer2010-06-171-897/+47
* net: Implement a new network stackSascha Hauer2010-06-171-4/+536
* net: remove need for eth_halt/eth_openSascha Hauer2010-06-171-8/+13
* put only once used function inlineSascha Hauer2010-02-011-13/+6
* replace ET_DEBUG with pr_debugSascha Hauer2010-02-011-45/+24
* remove unused NETCONSOLE stuffSascha Hauer2010-02-011-10/+0
* remove unused variable NetBootFileSizeSascha Hauer2009-10-171-1/+0
* make locally used funtion staticSascha Hauer2009-10-171-1/+1
* remove sntp support. Has been broken for long enoughSascha Hauer2009-10-131-23/+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-131-14/+0
* net: remove dead codeSascha Hauer2009-10-131-9/+0
* net: cleanup header fileSascha Hauer2009-10-131-1/+0
* net: remove switch/case in NetLoop()Sascha Hauer2009-10-131-51/+1
* bootp: remove unnecessary counterSascha Hauer2009-10-131-2/+0
* 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-131-2/+6
* net: remove unused state NETLOOP_RESTARTSascha Hauer2009-10-131-5/+0
* net: remove NetStartAgain()Sascha Hauer2009-10-131-45/+3
* add a device_d to ethernet devicesSascha Hauer2009-07-211-9/+9
* 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
* Fix string_to_ipSascha Hauer2008-08-201-13/+19
* net: Coding style changesSascha Hauer2008-08-201-7/+6
* Add missing call to eth_halt()Sascha Hauer2008-08-141-0/+1
* Merge branch 'master' of git://www.denx.de/git/u-boot-v2Sascha Hauer2008-06-021-65/+1
|\
| * [net] cleanups:Sascha Hauer2008-04-071-416/+1
* | remove cdp support. Probably not working anymore anyway.Sascha Hauer2008-03-311-351/+0
* | fix typo and indentionSascha Hauer2008-03-211-2/+2
|/
* using a consistent ipaddr parameter all over the placeJuergen Beisert2007-11-081-1/+1
* When printing error messages about network parameters printsascha2007-10-181-3/+6
* check if there is an ethernet device set in NetLoopsascha2007-10-181-0/+5
* rename mac parameter to ethaddrsascha2007-10-181-1/+1
* change functions containing 'mac' or 'enet' in its name to 'ethaddr'.sascha2007-10-181-3/+3
* Use safe_strncpy() instead of copy_filename(). The shell has already removedSascha Hauer2007-09-281-13/+0
* - putc is now putchar for better standard conformitySascha Hauer2007-09-211-1/+1
* Use unsigned char * for mac address. Otherwise (s)printf interpetsSascha Hauer2007-09-111-1/+1
* svn_rev_580Sascha Hauer2007-07-051-1/+1
* svn_rev_502Sascha Hauer2007-07-051-1/+1
* svn_rev_481Sascha Hauer2007-07-051-2/+2
* svn_rev_469Sascha Hauer2007-07-051-4/+5
* svn_rev_405Sascha Hauer2007-07-051-6/+4
* svn_rev_314Sascha Hauer2007-07-051-15/+17
* svn_rev_279Sascha Hauer2007-07-051-0/+1
* svn_rev_265Sascha Hauer2007-07-051-1/+1
* svn_rev_229Sascha Hauer2007-07-051-1/+1