summaryrefslogtreecommitdiffstats
path: root/net/ifup.c
Commit message (Expand)AuthorAgeFilesLines
* net: on ifup -a only detect devices when necessarySascha Hauer2018-04-091-1/+20
* net: Add linuxdevname propertySascha Hauer2017-12-151-3/+11
* net: Provide new way to configure network devicesSascha Hauer2017-12-141-88/+168
* ifup: Use dhcp C API rather than running commandSascha Hauer2017-12-141-4/+2
* net: ifup: Factor out a eth_discover functionSascha Hauer2017-12-141-12/+26
* net: remove "current" network deviceSascha Hauer2017-12-141-2/+0
* net: dhcp: Allow to specify network deviceSascha Hauer2017-12-141-1/+4
* net: Use a single gatewaySascha Hauer2017-12-011-1/+3
* net: dhcp: Do not overwrite serverip if it is validSascha Hauer2017-12-011-3/+6
* net: introduce global.net.serverSascha Hauer2017-12-011-1/+6
* net: add linux.bootarg parameter from ifup callEnrico Jorns2016-09-221-0/+9
* ifup: fix handling when ip env is not givenAlexander Aring2016-06-151-0/+3
* string: Fix (v)asprintf prototypesSascha Hauer2016-04-151-2/+2
* ifup: Add comment why xxx-discover files have to be skippedSascha Hauer2014-06-231-0/+5
* net: ifup: skip *-discover files for ifup -aSascha Hauer2014-06-231-0/+2
* Merge branch 'for-next/net'Sascha Hauer2014-06-041-0/+2
|\
| * net: ifup: Set current ethernet device when doing ifupSascha Hauer2014-05-151-0/+2
* | commands: harmonize in-barebox documentationHolger Schurig2014-05-141-4/+10
* | commands: group 'help' outputHolger Schurig2014-05-141-0/+1
|/
* net/ifup.c: avoid setting the MAC twiceJuergen Borleis2014-04-241-1/+0
* net/ifup.c: don't fail silentlyJuergen Borleis2014-04-241-2/+6
* ifup: set serverip to provided value when doing dhcpSascha Hauer2014-03-141-0/+3
* net: Add ifup supportSascha Hauer2014-03-071-0/+179