summaryrefslogtreecommitdiff
path: root/src/nm-initrd-generator
Commit message (Expand)AuthorAgeFilesLines
* glib-aux: avoid using inet_aton()Thomas Haller2023-05-081-0/+5
* clang-format: reformat code with clang-format 15.0.4-1.fc37Thomas Haller2022-11-232-10/+10
* tests: add tests for generating stable UUIDs for keyfile/initrdThomas Haller2022-11-031-1/+16
* initrd/tests: add unit test for autoconnect-priority settingThomas Haller2022-11-022-0/+18
* glib-aux: add and use nm_uuid_generate_from_strings_old()Thomas Haller2022-10-111-8/+6
* all: drop nm_uuid_generate_from_strings_v3()Thomas Haller2022-10-031-7/+8
* glib-aux: rename nm_uuid_generate_from_strings() to nm_uuid_generate_from_str...Thomas Haller2022-10-031-7/+7
* initrd: generate initrd generator profiles with autoconnect-priority -100Thomas Haller2022-09-154-0/+13
* all: use nm_g_array_{index,first,last,index_p}() instead of g_array_index()Thomas Haller2022-09-151-2/+2
* initrd: avoid duplicate file check and NULL pointer dereference in nmi_ibft_r...Thomas Haller2022-08-311-7/+9
* glib-aux: rename IP address related helpers from "nm-inet-utils.h"Thomas Haller2022-08-254-18/+18
* initrd: set a default carrier timeout of 10 seconds in initrdbg/initrd-carrier-timeoutBeniamino Galvani2022-07-111-4/+14
* all: reformat with clang-format (clang-tools-extra-14.0.0-1.fc36) and update ...Thomas Haller2022-07-062-46/+46
* all: make "ipv6.addr-gen-mode" configurable by global defaultThomas Haller2022-06-293-3/+3
* all: use internal _nm_utils_ip4_netmask_to_prefix()Thomas Haller2022-06-272-2/+2
* initrd: add comment on top of connections and conf snippetsBeniamino Galvani2022-06-231-1/+18
* initrd: print generated configuration snippetsBeniamino Galvani2022-06-231-22/+41
* all: use nm_hostname_is_valid() instead of systemd codeThomas Haller2022-04-201-2/+1
* initrd: add support for rd.znet_ifnamesLubomir Rintel2022-01-252-3/+106
* initrd: don't add a connection if there's a connection dir with rd.neednetLubomir Rintel2021-12-014-12/+27
* format: reformat source tree with clang-format 13.0Thomas Haller2021-11-298-422/+422
* initrd: handle ip=dhcp,dhcp6 speciallyBeniamino Galvani2021-11-022-4/+21
* initrd: reword warnings when parsing "rd.ethtool=" optionThomas Haller2021-09-212-36/+20
* initrd: only reset autoneg/speed if specifiedThomas Haller2021-09-212-13/+14
* initrd: warn about disabling autoneg without setting speedThomas Haller2021-09-212-0/+23
* initrd: refactor parsing of "rd.ethtool=" to accept zero positional argumentsThomas Haller2021-09-212-12/+3
* initrd: refactor parsing of "rd.ethtool=" to not return after autonegThomas Haller2021-09-212-31/+33
* initrd/tests: add more tests for "rd.ethtool" (test_rd_ethtool())Thomas Haller2021-09-211-0/+31
* initrd/tests: refactor tests for "rd.ethtool" (test_rd_ethtool())Thomas Haller2021-09-211-153/+63
* initrd: fix crash parsing plain '=' without keyThomas Haller2021-08-302-4/+29
* initrd/tests: add _parse_no_con() macroThomas Haller2021-08-301-0/+10
* all: add some README.md files describing the purpose of our sourcesThomas Haller2021-08-191-0/+12
* nm-initrd-generator: remove duplex optionAna Cabral2021-08-172-96/+76
* nm-initrd-generator: add kernel command line options ethtool autoneg, speed a...Ana Cabral2021-08-112-1/+281
* all: rename nm_utils_strdict_*() to nm_strdict_*()Thomas Haller2021-08-021-1/+1
* all: rename nm_utils_strsplit_set*() to nm_strsplit_set*()Thomas Haller2021-08-021-1/+1
* all: rename nm_utils_strdup_reset*() to nm_strdup_reset*()Thomas Haller2021-08-021-1/+1
* all: unify and rename strv helper APIThomas Haller2021-07-291-5/+5
* all: drop unnecessary casts from nm_utils_strv_find_first()Thomas Haller2021-07-291-3/+3
* initrd: rework parsing of ip method from "ip="Thomas Haller2021-07-292-25/+139
* initrd: honor "ip=fw" alias for "ip=ibft" in reader_parse_ip()Thomas Haller2021-07-281-1/+1
* initrd: add a 'origin' user tag to connectionsBeniamino Galvani2021-07-271-0/+8
* initrd: support infiniband pkeysbg/initrd-ib-pkeyBeniamino Galvani2021-07-262-0/+87
* initrd: fix handling "ip=single-dhcp:..." in reader_parse_ip()Thomas Haller2021-07-231-0/+1
* initrd: honor "ip=single-dhcp" option as alias for "dhcp"Thomas Haller2021-07-231-1/+1
* initrd: set required-timeout for default IPv4 configurationbg/rh1961666Beniamino Galvani2021-07-053-14/+63
* initrd: rename NMI_WAIT_DEVICE_TIMEOUT_MS to _MSECBeniamino Galvani2021-07-053-7/+7
* build: fix linking libnm-log-null into different test programsThomas Haller2021-07-051-1/+1
* all: only include "libnm-glib-aux/nm-uuid.h" where neededThomas Haller2021-05-042-0/+2
* glib-aux/trivial: rename NMUuid APIThomas Haller2021-05-041-7/+7