summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release: bump version to 1.26.3 (development)1.26.3-devThomas Haller2020-08-192-2/+2
* release: bump version to 1.26.21.26.2Thomas Haller2020-08-192-2/+2
* NEWS: updateThomas Haller2020-08-191-0/+13
* gitlab-ci: enable fedora:33 build and generate pages on F32Thomas Haller2020-08-181-3/+9
* tools: minor cleanup to ensure "from_meson" variable is yet set from externThomas Haller2020-08-181-0/+1
* contrib/rpm: enable LTO by default on RHEL-9 and newerThomas Haller2020-08-181-1/+1
* ndisc/tests: relax assertion in "test-ndisc-fake.c"Thomas Haller2020-08-171-1/+1
* contrib/rpm: prefer keyfile settings plugin from Fedora 33 and newerThomas Haller2020-08-171-0/+4
* scripts: use "/bin/cat" in NM-logThomas Haller2020-08-171-2/+2
* build: merge branch 'th/fix-lto'Thomas Haller2020-08-1720-42/+120
|\
| * contrib/rpm: enable LTO by default on Fedora 33Thomas Haller2020-08-171-0/+9
| * build: disable "-Wstringop-overflow" warning with LTO enabledThomas Haller2020-08-171-0/+9
| * clients/tests: ensure that we run nmcli before client tests for LTOThomas Haller2020-08-171-0/+1
| * build: fix generating "NetworkManager.ver" with LTOThomas Haller2020-08-174-9/+25
| * build: prefer python3 over python2 in autotools's configure scriptThomas Haller2020-08-171-1/+4
| * core: avoid deprecated matchfilecon SELinux API instead of selabelThomas Haller2020-08-171-15/+32
| * all: avoid wrong compiler warning about uninitalized variables with LTOThomas Haller2020-08-1711-13/+36
| * tests: fix handling of $NMTST_LIBTOOL in "tools/run-nm-test.sh" scriptThomas Haller2020-08-171-4/+4
|/
* n-dhcp4: merge branch 'th/fix-lto-compiler-warnings'Thomas Haller2020-08-172-24/+11
|\
| * n-dhcp4/connection: avoid compiler warning in n_dhcp4_c_connection_connect() ...Thomas Haller2020-08-171-14/+9
| * n-dhcp4/packet: avoid compiler warning in n_dhcp4_c_socket_packet_recv()Thomas Haller2020-08-171-10/+2
|/
* core: fix selecting of best-default-route to consider only unicast routesThomas Haller2020-08-141-1/+2
* core: only expose "type unicast" routes on D-BusThomas Haller2020-08-142-0/+6
* settings: suppress wrong warning about wait-device-timeout for devices that a...Thomas Haller2020-08-131-4/+6
* initrd: always set "connection.wait-device-timeout" even if profile has no in...Thomas Haller2020-08-121-4/+1
* initrd: merge branch 'bg/initrd-wait-rh1853348'Beniamino Galvani2020-08-123-6/+114
|\
| * initrd: wait for bootdev or all devices if rd.neednet=1Beniamino Galvani2020-08-123-3/+104
| * initrd: disable STP on bridgesBeniamino Galvani2020-08-122-3/+10
|/
* core: merge branch 'th/settings-wait-device-timeout'Thomas Haller2020-08-125-191/+254
|\
| * settings: rework wait-device-timeout handling and consider device compatibilityThomas Haller2020-08-125-187/+209
| * settings: let NMSettings reference NMManagerThomas Haller2020-08-123-4/+45
|/
* bond: merge branch 'ac/bond_reapply'Antonio Cardace2020-08-062-64/+116
|\
| * bond: let 'reapply()' reapply all supported optionsAntonio Cardace2020-08-061-40/+101
| * bond: fix can_reapply_change() false positivesAntonio Cardace2020-08-061-24/+7
| * shared: extend NM_IN_STRSET and NM_IN_SET to support up to 20 argsAntonio Cardace2020-08-061-0/+8
|/
* dhcp: merge branch 'bg/dhcpv6-hostname-rh1858344'Beniamino Galvani2020-08-0610-44/+143
|\
| * policy: get the DHCPv6 hostname from the FQDN optionBeniamino Galvani2020-08-061-1/+1
| * dhcp: export the DHCPv6 FQDN optionBeniamino Galvani2020-08-063-0/+11
| * systemd: dhcp6: parse the FQDN optionBeniamino Galvani2020-08-066-43/+129
| * systemd: dhcp6: remove assertions in dhcp6_option_parse_domainname()Beniamino Galvani2020-08-061-2/+4
|/
* platform: add the NM_SETTING_WIRELESS_WAKE_ON_WLAN_IGNORE status checkLi-Hao Liao (Leon Liao)2020-08-061-1/+4
* wifi: avoid crash due to incomplete Wi-Fi API infoThomas Haller2020-08-041-0/+7
* cloud-setup: fix allocating buffer for GetConfigMetadataMac in _get_config_me...Thomas Haller2020-08-041-1/+1
* n-dhcp4: fix BPF filter endianness issueBeniamino Galvani2020-08-041-2/+2
* gitlab-ci: check "examples/python/gi/nm-wg-set" with blackThomas Haller2020-08-041-1/+1
* examples: run python black on "examples/python/gi/nm-wg-set"Thomas Haller2020-08-041-94/+185
* dhcp6: don't require a hardware addressBeniamino Galvani2020-07-294-49/+24
* device: downgrade warning about IPv6 MTU if IPv6 is disabledBeniamino Galvani2020-07-241-6/+17
* libnm-core: support 'clsact' qdiscBeniamino Galvani2020-07-232-2/+10
* libnm: use nm_streq() in "libnm-core/nm-utils.c"Thomas Haller2020-07-231-33/+29