summaryrefslogtreecommitdiffstats
path: root/net/ifup.c
Commit message (Expand)AuthorAgeFilesLines
* net: ifup: don't redo ifup -a1 if we have a gatewayAhmad Fatoum2023-07-261-7/+7
* net: ifup: check for ctrl+c during ifupAhmad Fatoum2023-07-261-8/+16
* net: ifup: pass hostname and linuxdevname to linux with DHCPMichael Olbrich2023-05-021-2/+6
* net: ifup: have ifup -a1 stop at first DHCP-set global.net.serverAhmad Fatoum2023-02-031-3/+24
* net: ifup: have ifup -a poll for link up in parallelAhmad Fatoum2023-02-031-21/+82
* treewide: Remove duplicate incudesAlexander Shiyan2022-06-101-1/+0
* fs: introduce unsetenv() to prepare for changing setenv(var, "") behaviorAhmad Fatoum2020-11-231-1/+1
* net: Replace license and copyright boilerplate by SPDX identfiersUwe Kleine-König2020-11-021-15/+5
* magicvar: Replace BAREBOX_MAGICVAR_NAMED with BAREBOX_MAGICVARSascha Hauer2020-10-021-3/+2
* treewide: remove references to CREDITSUwe Kleine-König2020-04-271-3/+0
* net: Add ifdown support and commandSascha Hauer2020-03-311-0/+69
* net: ifup command: add ethernet device completionSascha Hauer2020-03-311-0/+2
* net: Open ethernet devices explicitlySascha Hauer2020-03-311-0/+4
* 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