summaryrefslogtreecommitdiff
path: root/src/initrd/nmi-cmdline-reader.c
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+1
* initrd: add devicetree supportLubomir Rintel2019-09-101-1/+9
* initrd: avoid coverity warning in parse_ip() about "Dereference before null c...Thomas Haller2019-08-021-1/+1
* initrd: skip ethernet hwtype in BOOTIFLubomir Rintel2019-07-031-0/+10
* initrd: don't create a default connection if there's already oneLubomir Rintel2019-07-021-2/+26
* initrd: allow specifying the net mask in form of a prefixLubomir Rintel2019-07-021-3/+5
* initrd: remove an accidental backspaceLubomir Rintel2019-07-021-1/+1
* initrd: fix error reporting on bad netmaskLubomir Rintel2019-07-021-1/+1
* ipv6: add 'disabled' methodBeniamino Galvani2019-06-111-2/+2
* initrd/cmdline: add support for rd.neednet optionLubomir Rintel2019-05-281-0/+7
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-3/+1
* shared: avoid "-Wmissing-braces" warning initalizing NMIPAddrThomas Haller2019-02-081-2/+2
* initrd/trivial: fix whitespaceThomas Haller2019-01-211-1/+1
* initrd: make the default connection activatable on multiple devicesLubomir Rintel2019-01-211-1/+12
* initrd: cmdline-reader: fix setting uint propertiesBeniamino Galvani2018-10-231-3/+11
* all: remove \n endings from log callsLubomir Rintel2018-10-121-22/+22
* initrd/cmdline-reader: fix whitespace errorsLubomir Rintel2018-09-241-36/+36
* initrd: adjust to the newer nm_utils_parse_inaddr_*bin() APILubomir Rintel2018-09-181-6/+5
* initrd: add command line parserLubomir Rintel2018-09-181-0/+714