summaryrefslogtreecommitdiffstats
path: root/include/net.h
Commit message (Expand)AuthorAgeFilesLines
* net: Add a slice to struct eth_deviceSascha Hauer2020-08-191-0/+10
* net: Add ifdown support and commandSascha Hauer2020-03-311-0/+4
* net: Open ethernet devices explicitlySascha Hauer2020-03-311-1/+2
* net: dns: return error codesSascha Hauer2018-11-291-5/+3
* net: Add linuxdevname propertySascha Hauer2017-12-151-0/+1
* net: Provide new way to configure network devicesSascha Hauer2017-12-141-0/+7
* net: remove "current" network deviceSascha Hauer2017-12-141-2/+0
* net: Pick network device based on IP settingsSascha Hauer2017-12-141-0/+1
* net: dhcp: Allow to specify network deviceSascha Hauer2017-12-141-3/+3
* net: allow udp connections on specified network deviceSascha Hauer2017-12-011-0/+4
* net: Use a single gatewaySascha Hauer2017-12-011-1/+1
* net: dhcp: Do not overwrite serverip if it is validSascha Hauer2017-12-011-0/+1
* net: introduce global.net.serverSascha Hauer2017-12-011-1/+0
* net: Add functions to get/set nameserver and domainnameSascha Hauer2017-12-011-0/+4
* net: Add and use IP_BROADCASTSascha Hauer2017-12-011-0/+2
* 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