summaryrefslogtreecommitdiffstats
path: root/include/net.h
Commit message (Expand)AuthorAgeFilesLines
* net: add linux.bootarg parameter from ifup callEnrico Jorns2016-09-221-0/+1
* convert users to %pI4Sascha Hauer2016-09-221-6/+0
* net: eth: add name to struct eth_deviceSascha Hauer2016-07-141-0/+6
* net: introduce for_each_netdev iteratorSascha Hauer2016-07-141-0/+4
* net: resolv: Make argument constSascha Hauer2015-12-141-2/+2
* net: eth: Remove ethaddr_paramJan Remmet2015-11-201-1/+0
* net_udp_bind(): use uint16_t type for source portAntony Pavlov2015-07-201-1/+1
* net: eth: Do not rely on CONFIG_PARAMETER to be enabledSascha Hauer2015-06-261-0/+2
* net: Make set_ethaddr argument constSascha Hauer2015-06-261-1/+1
* net.h: add ETH_ALEN constant; fix whitespacesAntony Pavlov2014-07-021-3/+5
* net: Allow to use multiple network interfaces at onceSascha Hauer2014-05-151-1/+2
* net: Pass eth_device to net_receiveSascha Hauer2014-05-151-1/+1
* 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