summaryrefslogtreecommitdiff
path: root/src/initrd/nmi-cmdline-reader.c
Commit message (Expand)AuthorAgeFilesLines
* initrd/cmdline: obey rd.iscsi.ibftlr/a-pair-of-ibft-fixesLubomir Rintel2020-01-111-40/+46
* initrd: generate IPv6 profiles with ipv6.addr-gen-mode=eui64Thomas Haller2019-12-041-0/+1
* dracut/cmdline: don't combine BOOTIF with on with a name or a MAC addressLubomir Rintel2019-11-181-0/+12
* initrd/cmdline: split add_conn() from get_conn()Lubomir Rintel2019-11-181-32/+49
* initrd: don't overwrite just any connection's name with bootdev= argumentLubomir Rintel2019-11-181-0/+7
* initrd: default bridge name to br0 as opposed to bridge0Lubomir Rintel2019-11-181-5/+8
* initrd: handle rd.znet with legacy interface namesDan Horák2019-11-041-2/+17
* initrd: prepare interface in rd.znet only if persistent interface names are e...Dan Horák2019-11-041-14/+26
* initrd: use proper interface when adding s390 specific detailsDan Horák2019-11-041-2/+19
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* initrd: make "argv" argument of nmi_cmdline_reader_parse() a const strvThomas Haller2019-09-271-1/+1
* initrd: avoid modifying the argv argument in nmi_cmdline_reader_parse()Thomas Haller2019-09-271-7/+14
* initrd: avoid assertion inparse_rd_znet() and cleanupThomas Haller2019-09-271-9/+15
* process s390 specific device info from rd.znet parameter in nm-initrd-generatorDan Horák2019-09-271-0/+33
* 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