summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release: bump version to 1.35.0 (development)1.35.0-devAna Cabral2021-11-182-3/+3
* release: bump version to 1.33.90 (1.34-rc1)1.34-rc1Ana Cabral2021-11-182-2/+2
* NEWS: updateAna Cabral2021-11-181-5/+11
* Merge branch 'ac/rhel7.9test' into 'main'Ana Cabral2021-11-171-0/+2
|\
| * spec: Update for backwards compatibilityAna Cabral2021-11-151-0/+2
|/
* merge: branch 'lr/pc'Lubomir Rintel2021-11-154-15/+2
|\
| * build: remove NetworkManager.pcLubomir Rintel2021-11-033-15/+0
| * libnm.pc: plugindir & configdirLubomir Rintel2021-11-031-0/+2
* | libnm: merge branch 'th/libnm-settings-properties'Thomas Haller2021-11-1259-2451/+1859
|\ \
| * | libnm: refactor some NMSetting to use direct propertiesThomas Haller2021-11-0819-2227/+1100
| * | libnm: always finalize direct properties in NMSetting base classThomas Haller2021-11-0422-121/+11
| * | libnm: add direct property type "bytes"Thomas Haller2021-11-045-6/+150
| * | libnm: add direct property type "enum"Thomas Haller2021-11-046-3/+155
| * | libnm: add direct property type "uint64"Thomas Haller2021-11-043-0/+144
| * | libnm: add direct property type "flags"Thomas Haller2021-11-046-4/+190
| * | checkpatch: suggest to use _nm_setting_property_define_direct_*() for setting...Thomas Haller2021-11-041-0/+1
| * | libnm: change default value for "dcb.app-fcoe-mode" propertyThomas Haller2021-11-046-32/+20
| * | ifcfg: always read/write KEY_DCB_APP_FCOE_MODE keyThomas Haller2021-11-042-16/+13
| * | libnm/tests: always check expected default value for string properties in tes...Thomas Haller2021-11-041-9/+9
| * | glib-aux/trivial: rename GBytes helper APIThomas Haller2021-11-0418-43/+42
| * | glib-aux: add nm_g_bytes_new_from_variant_ay() helperThomas Haller2021-11-042-0/+11
| * | glib-aux: make GBytes parameter const for read-only helper functionsThomas Haller2021-11-042-4/+4
| * | glib-aux: add nm_g_variant_maybe_singleton_i() helperThomas Haller2021-11-042-0/+23
| * | glib-aux: fix assertion in nm_strdup_reset_take()Thomas Haller2021-11-041-1/+1
|/ /
* | trivial: fix code styleThomas Haller2021-11-041-19/+25
* | spec file: Update NetworkManager post scriptletAna Cabral2021-11-021-0/+1
|/
* core: support linking with LLD 13Harald van Dijk2021-11-022-10/+25
* policy: send ip configs to the DNS manager earlierLubomir Rintel2021-11-021-1/+3
* Revert "core: make ActiveConnection emit StateChanged a bit later"Lubomir Rintel2021-11-021-26/+12
* Revert "core: make Device emit StateChanged a bit later"Lubomir Rintel2021-11-021-9/+6
* initrd: handle ip=dhcp,dhcp6 speciallyBeniamino Galvani2021-11-022-4/+21
* ndisc: send router solicitations before expiryJonas Kümmerlin2021-11-021-27/+97
* nmcli: merge branch 'th/nmcli-import-wg-dnssearch'Beniamino Galvani2021-11-021-1/+1
|\
| * nmcli: fix import WireGuard profile with DNS domain and address family disabledThomas Haller2021-11-021-1/+1
|/
* core: better handle sd-resolved errors when resolving hostnamesBeniamino Galvani2021-10-291-1/+12
* core: make ActiveConnection emit StateChanged a bit laterLubomir Rintel2021-10-281-12/+26
* core: make Device emit StateChanged a bit laterLubomir Rintel2021-10-271-6/+9
* release: bump version to 1.33.4 (development)1.33.4-devAna Cabral2021-10-212-2/+2
* NEWS: updateAna Cabral2021-10-201-0/+5
* core: reload config for active devicesFernando Fernandez Mancera2021-10-181-2/+3
* l3cfg: fix "maybe-uninitialized" warning in _l3_commit_ndisc_params()Thomas Haller2021-10-171-3/+3
* l3cfg: set IPv6 sysctls during NML3Cfg commitThomas Haller2021-10-172-7/+219
* l3cfg: add addr_family parameter to nm_l3cfg_check_ready()Thomas Haller2021-10-172-13/+29
* NEWS: updateThomas Haller2021-10-171-0/+1
* dns: merge branch 'Molytho:main'Thomas Haller2021-10-1720-602/+989
|\
| * core: Save whether SetLinkDNSOverTLS is supportedRobin Ebert2021-10-151-9/+31
| * ifcfg-rh: add support for connection.dns-over-tlsRobin Ebert2021-10-155-1/+28
| * cli: add support for connection.dns-over-tlsRobin Ebert2021-10-155-542/+694
| * core: add support for connection.dns-over-tlsRobin Ebert2021-10-156-51/+145
| * libnm-core: Add connection.dns-over-tls propertyRobin Ebert2021-10-155-0/+92
|/