summaryrefslogtreecommitdiffstats
path: root/net/net.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work/dns' into nextSascha Hauer2012-04-161-12/+16
|\
| * net: remove unused getenv_ip_dnsSascha Hauer2012-04-151-4/+1
| * net: register a 'net' device to store network specific variablesSascha Hauer2012-04-151-0/+9
| * net: use static string in string_to_ipSascha Hauer2012-04-151-8/+6
* | net: use net_alloc_packet to allocate packetJean-Christophe PLAGNIOL-VILLARD2012-04-151-2/+2
|/
* net: arp_request: do not retry endlesslyWolfram Sang2012-04-051-0/+5
* net: env: getenv_ip use resolvJean-Christophe PLAGNIOL-VILLARD2012-04-031-3/+6
* net: set enetaddr to invalid address when an invalid string is passedSascha Hauer2012-02-141-2/+4
* remove unused watchdog headerSascha Hauer2011-12-151-1/+0
* net: getenv_ip: check return value of string_to_ipWolfram Sang2011-09-261-1/+2
* net: string_to_ip: add sanity check for > 255Wolfram Sang2011-09-261-2/+4
* net: add a context to the packet handlerSascha Hauer2011-04-121-7/+10
* Fix error handling with malloc, memalign etc. Introduce xmemalign().Krzysztof Halasa2011-01-071-2/+2
* LED: Add LED trigger supportSascha Hauer2010-12-201-5/+15
* net: make locally used functions staticSascha Hauer2010-10-211-2/+2
* 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