summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: use NML3ConfigData (WIP)next2Thomas Haller2021-08-24102-15009/+6221
* platform: rename "user_ipv6ll" API to "inet6_addr_gen_mode"Thomas Haller2021-08-246-61/+73
* device: minor cleanup of dispatching function in nm_device_activate_schedule_...Thomas Haller2021-08-231-3/+5
* device: setup firewall zone inside stage3_ip_config_start()Thomas Haller2021-08-231-48/+51
* device/ppp: rework IP config result handling for NMDevicePppThomas Haller2021-08-231-22/+35
* wwan: don't pass device class to nm_modem_stage3_ip4_config_start()Thomas Haller2021-08-234-26/+29
* all: merge branch 'cathay4t:ensure_setting'Thomas Haller2021-08-2040-298/+144
|\
| * libnm-core: drop unnecessary cast from _nm_connection_ensure_setting()Thomas Haller2021-08-201-1/+1
| * tui: fix order of includesThomas Haller2021-08-2013-18/+25
| * libnm: Use _nm_connection_ensure_setting()Gris Ge2021-08-2038-293/+116
| * libnm-core-aux-intern: Add helper function `_nm_connection_ensure_setting()`Gris Ge2021-08-202-0/+16
|/
* 8021x: request PINs for PKCS#11 certs unless explicitly not-requiredbg/pkcs11-pin-rh1992829Beniamino Galvani2021-08-201-11/+4
* contrib/makerepo: fix detection of centpkg for git+ssh:// remotesThomas Haller2021-08-201-1/+1
* all: add some README.md files describing the purpose of our sourcesThomas Haller2021-08-1930-3/+426
* nmcli/docs: fix address order in ipv46.addresses documentation for `man nm-se...Thomas Haller2021-08-193-3/+3
* platform: fix capturing addresses from platform for assuming after restartThomas Haller2021-08-191-1/+1
* ifcfg: merge branch 'th/ifcfg-ipv6-disabled-fix'Thomas Haller2021-08-1919-69/+138
|\
| * ifcfg: read/write full IPv6 settings also for method ignore/disabledThomas Haller2021-08-1919-27/+108
| * ifcfg: don't let write_ip[46]_setting() failThomas Haller2021-08-191-25/+14
| * ifcfg: don't limit parsing DNS elements to 10 entriesThomas Haller2021-08-191-19/+18
|/
* ifcfg: fix crash due to not setting error on failure to parse DNSThomas Haller2021-08-171-2/+10
* ifcfg/tests: fix evaluating environment variable to regenerate test filesThomas Haller2021-08-171-2/+2
* core: merge branch 'th/fix-addr-order-on-assume'Thomas Haller2021-08-179-33/+76
|\
| * nmcli/docs: better describe ipv[46].addresses in `man nm-settings-nmcli`Thomas Haller2021-08-174-4/+15
| * platform: capture NMIP[46]Config from platform with correct (reversed) order ...Thomas Haller2021-08-172-26/+2
| * platform: add nmp_cache_iter_for_each_reverse() helperThomas Haller2021-08-172-0/+16
| * glib-aux: clear iterator in nm_dedup_multi_iter_{next,prev}() at the endThomas Haller2021-08-171-2/+6
| * glib-aux: add nm_dedup_multi_iter_init_reverse() to iterate in reverse orderThomas Haller2021-08-171-2/+38
|/
* nm-initrd-generator: Merge branch 'al/initrdgenerator-ethtool-docs' Ana Cabral2021-08-173-96/+92
|\
| * nm-initrd-generator: include man entry for rd.ethtool optionsAna Cabral2021-08-171-0/+16
| * nm-initrd-generator: remove duplex optionAna Cabral2021-08-172-96/+76
|/
* tui: add WireGuard support to nmtuiJavier Sánchez Parra2021-08-1715-0/+1250
* platform/netlink: merge branch 'th/netlink-policy-cleanup'Thomas Haller2021-08-173-42/+39
|\
| * platform/netlink: use appropriate integer types in nla_policyThomas Haller2021-08-172-5/+5
| * platform/netlink: rework static check in _nl_static_assert_tb() to use _Gener...Thomas Haller2021-08-171-10/+16
| * platform/netlink: drop unused NLA_NUL_STRING typeThomas Haller2021-08-172-2/+1
| * platform/netlink: use switch for type check in validate_nla()Thomas Haller2021-08-171-3/+6
| * platform/netlink: refactor handling length in validate_nla()Thomas Haller2021-08-171-3/+6
| * platform/netlink: return uint16_t type from nla_len()Thomas Haller2021-08-171-9/+3
| * platform/netlink: cleanup handling of nla_attr_minlenThomas Haller2021-08-171-5/+4
| * platform/netlink: drop unused NLA type enumsThomas Haller2021-08-171-7/+0
|/
* udev: also react to "move" (and "change") udev actions in our rulesThomas Haller2021-08-163-3/+3
* nm-initrd-generator: add kernel command line options ethtool autoneg, speed a...Ana Cabral2021-08-112-1/+281
* core: free config_cli before exit() from mainechengqi2021-08-111-0/+2
* dhcp: merge branch 'th/dhcp-cleanup'Thomas Haller2021-08-1112-257/+218
|\
| * core: rename to_str() methods to to_string()Thomas Haller2021-08-115-55/+57
| * dhcp: ensure NMDhcpClient was stopped in destructorThomas Haller2021-08-111-4/+7
| * dhcp: stop tracking NMDhcpClient instances from NMDhcpManagerThomas Haller2021-08-113-89/+6
| * dhcp: replace NMDhcpClient's signals with "notify" and one notify data argumentThomas Haller2021-08-115-100/+135
| * ndisc: add nm_ndisc_dhcp_level_to_string() helperThomas Haller2021-08-112-16/+13