summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release: bump version to 1.32.13 (development)1.32.13-devBeniamino Galvani2021-09-222-2/+2
* release: bump version to 1.32.121.32.12Beniamino Galvani2021-09-222-2/+2
* NEWS: updateBeniamino Galvani2021-09-221-0/+14
* platform: preserve IPv6 multicast route added by kernelBeniamino Galvani2021-09-201-0/+39
* cloud-setup: merge branch 'th/cloud-setup-fix-containers'Thomas Haller2021-09-168-200/+347
|\
| * cloud-setup: use suppress_prefixlength rule to honor non-default-routes in th...Thomas Haller2021-09-162-40/+62
| * cloud-setup: cleanup configuring addresses/routes/rules in _nmc_mangle_connec...Thomas Haller2021-09-161-29/+23
| * cloud-setup: limit number of supported interfaces to avoid overlapping table ...Thomas Haller2021-09-161-0/+8
| * cloud-setup: process iface-datas in sorted orderThomas Haller2021-09-161-15/+13
| * cloud-setup: track sorted list of NMCSProviderGetConfigIfaceDataThomas Haller2021-09-162-1/+56
| * cloud-setup: add "hwaddr" to NMCSProviderGetConfigIfaceData structThomas Haller2021-09-166-66/+68
| * cloud-setup: skip configuring policy routing if there is only one interface/a...Thomas Haller2021-09-161-8/+33
| * cloud-setup: count numbers of valid IPv4 addresses in get-config resultThomas Haller2021-09-162-1/+8
| * cloud-setup: cache number of valid interfaces in get-config resultThomas Haller2021-09-163-23/+17
| * cloud-setup: return structure for get_config() result instead of generic hash...Thomas Haller2021-09-163-30/+72
|/
* nm-active-connection: Emit device-metered-changed if device changesPhilip Withnall2021-09-151-0/+7
* libnm: fix leak and return "failures" from nm_client_load_connections()gaoxingwang2021-09-151-1/+1
* style: fix indentationThomas Haller2021-09-081-1/+1
* std-aux: add "libnm-std-aux/nm-linux-compat.h" header to avoid build errorsThomas Haller2021-09-084-4/+29
* platform: fix build using our copy of header "linux-headers/ethtool.h"Thomas Haller2021-09-081-1/+4
* ethtool: merge branch 'th/ethtool-autoneg-fixes'Thomas Haller2021-09-078-318/+2537
|\
| * core: always reset ethtool autoneg/speed to fix reactivationThomas Haller2021-09-071-6/+0
| * platform: also set advertised modes when disabling ethernet autonegThomas Haller2021-09-071-29/+44
| * core: during reset of ethtool autoneg enable all modesThomas Haller2021-09-071-3/+14
| * core: cleanup logging of set-link for speed/autonegThomas Haller2021-09-071-6/+3
| * platform: add debug logging for setting link autoneg/speedThomas Haller2021-09-071-0/+7
| * platform: clear all BASE types when setting advertised modes for ethernet aut...Thomas Haller2021-09-073-12/+144
| * platform: don't set lp_advertising in set_link_settings_new()Thomas Haller2021-09-071-3/+1
| * platform: simplify accessing ethtool_link_settings.link_mode_masks in set_lin...Thomas Haller2021-09-071-10/+9
| * platform/build: fix linking "test-nm-platform" testThomas Haller2021-09-071-0/+2
| * linux-headers: update nl802154.h kernel headerThomas Haller2021-09-071-255/+257
| * linux-headers: add ethtool.h kernel headerThomas Haller2021-09-072-0/+2063
| * code-format: exclude "src/linux-headers" from "nm-code-format.sh" scriptThomas Haller2021-09-071-3/+2
|/
* initrd: fix crash parsing plain '=' without keyThomas Haller2021-08-302-4/+29
* initrd/tests: add _parse_no_con() macroThomas Haller2021-08-301-0/+10
* core: fix crash for duplicate seen-bssidThomas Haller2021-08-301-1/+1
* 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
* release: bump version to 1.32.11 (development)1.32.11-devBeniamino Galvani2021-08-182-2/+2
* release: bump version to 1.32.101.32.10Beniamino Galvani2021-08-182-2/+2
* NEWS: updateBeniamino Galvani2021-08-181-0/+13
* ifcfg/tests: fix evaluating environment variable to regenerate test filesThomas Haller2021-08-171-2/+2
* ifcfg: fix crash due to not setting error on failure to parse DNSThomas Haller2021-08-171-2/+10
* 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
|/
* 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