summaryrefslogtreecommitdiffstats
path: root/include/net.h
Commit message (Expand)AuthorAgeFilesLines
* net: Add ifup supportSascha Hauer2014-03-071-0/+5
* net: constify eth_get_byname argumentSascha Hauer2014-03-071-1/+1
* net: new function net_read_uint64Uwe Kleine-König2014-02-101-0/+7
* net: net_read_uint32: assert that only 32 bit are readUwe Kleine-König2014-02-101-4/+4
* net: Set mac-address propertySascha Hauer2013-06-051-0/+1
* Merge branch 'for-next/imx-oftree'Sascha Hauer2013-06-021-0/+5
|\
| * net: Add of_register_ethaddrSascha Hauer2013-05-211-0/+5
* | treewide include/: Add missing includesSascha Hauer2013-05-311-0/+2
|/
* net: store ethernet device parameters in deviceSascha Hauer2013-04-111-1/+6
* net: remove unused prototypes for eth_[open|halt]Sascha Hauer2012-09-271-2/+0
* net: introduce phylibJean-Christophe PLAGNIOL-VILLARD2012-09-251-0/+4
* eth: eth MAC addresses are six bytesJohannes Stezenbach2012-06-301-4/+4
* iim: fix compilation when NET is not selectedEric Bénard2012-05-181-1/+6
* net: remove unused getenv_ip_dnsSascha Hauer2012-04-151-5/+1
* net: use static string in string_to_ipSascha Hauer2012-04-151-1/+1
* net: arp_request: do not retry endlesslyWolfram Sang2012-04-051-0/+2
* net: env: getenv_ip use resolvJean-Christophe PLAGNIOL-VILLARD2012-04-031-1/+5
* net: use container_of instead of dev->type_dataSascha Hauer2012-02-251-0/+2
* net: let net_udp_get_payload return void *Sascha Hauer2012-02-191-1/+1
* net: make the ethernet device a child of the hardware deviceSascha Hauer2011-08-151-0/+1
* net: Add a possibility for boards to give network devices a MAC addressSascha Hauer2011-07-291-0/+6
* net: remove unused fields from struct eth_deviceSascha Hauer2011-07-291-2/+0
* net: add a context to the packet handlerSascha Hauer2011-04-121-3/+5
* Fix error handling with malloc, memalign etc. Introduce xmemalign().Krzysztof Halasa2011-01-071-1/+1
* Remove unused eth_get_name() prototype.Krzysztof Halasa2010-12-211-1/+0
* LED: Add LED trigger supportSascha Hauer2010-12-201-0/+3
* net: implement random_ether_addrSascha Hauer2010-06-221-0/+16
* include support for a simple pseudo number generatorSascha Hauer2010-06-221-0/+1
* net: add dns supportSascha Hauer2010-06-171-0/+11
* rework device parametersSascha Hauer2010-06-171-6/+0
* net: remove old network stackSascha Hauer2010-06-171-357/+2
* net: Implement a new network stackSascha Hauer2010-06-171-3/+338
* net: remove need for eth_halt/eth_openSascha Hauer2010-06-171-0/+1
* remove unused cdp codeSascha Hauer2010-01-251-8/+0
* remove global variable BootFileSascha Hauer2009-10-191-3/+0
* remove unused variable NetBootFileSizeSascha Hauer2009-10-171-1/+0
* remove sntp support. Has been broken for long enoughSascha Hauer2009-10-131-3/+0
* only the ping code is interested in the ping ipSascha Hauer2009-10-131-2/+0
* make netboot_common a global functionSascha Hauer2009-10-131-0/+2
* net: remove switch/case in NetLoop()Sascha Hauer2009-10-131-1/+1
* net: split NetLoop in NetLoop and NetLoopInitSascha Hauer2009-10-131-0/+3
* net: remove unused state NETLOOP_RESTARTSascha Hauer2009-10-131-3/+2
* add a device_d to ethernet devicesSascha Hauer2009-07-211-1/+2
* net: Get rid of DEVICE_TYPE_ETHER usageSascha Hauer2009-07-211-0/+3
* net: add eth_unregister functionSascha Hauer2009-04-071-1/+2
* Fix string_to_ipSascha Hauer2008-08-201-1/+1
* net: remove unused function declarationsSascha Hauer2008-08-201-8/+0
* net.h: no need to put extern declarations in ifdefsSascha Hauer2008-06-031-2/+0
* When printing error messages about network parameters printsascha2007-10-181-2/+0
* change functions containing 'mac' or 'enet' in its name to 'ethaddr'.sascha2007-10-181-6/+6