summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-03wifi: fix and improve handling of Wi-Fi scanning stateThomas Haller3-81/+72
2020-04-03wifi: print age of Wi-Fi access point with milliseconds precisionThomas Haller4-19/+31
2020-04-03wifi/trivial: rename field NMDeviceWifiPrivate.last_scan to last_scan_msecThomas Haller1-6/+7
2020-04-03supplicant: cleanup notify signals for combined properties in supplicant (2)Thomas Haller1-42/+37
2020-04-03supplicant: cleanup notify signals for combined properties in supplicantThomas Haller1-30/+43
2020-04-03supplicant: log message whenever we request scanningThomas Haller1-4/+6
2020-04-03cli: fix `nmcli device wifi list --rescan=yes` to waitThomas Haller1-2/+1
2020-04-03shared: cleanup _get_hash_key_init() and better explain the reasoningThomas Haller2-44/+49
2020-04-03shared: add nm_pgbytes_hash()/nm_pgbytes_equal()Thomas Haller2-0/+27
2020-04-03shared: add nm_hash_mem() helperThomas Haller1-0/+12
2020-04-03shared: accept empty buffer for nm_hash_update()Thomas Haller1-2/+1
2020-04-02IPv6 SLAAC: Honor small PIO Valid LifetimesFernando Gont2-26/+18
2020-04-02gitlab-ci: use old meson version on Ubuntu 16.04 to work with ninja-1.5.1Thomas Haller1-1/+2
2020-04-02contrib/rpm: avoid bare words in spec fileThomas Haller1-2/+2
2020-04-02gitlab-ci: set DEBIAN_FRONTEND=noninteractive for `apt-get install`Thomas Haller1-2/+2
2020-04-02all: merge branch 'th/strtoll-workaround'Thomas Haller9-35/+186
2020-04-01all: use wrappers for g_ascii_strtoll(), g_ascii_strtoull(), g_ascii_strtod()Thomas Haller3-24/+8
2020-04-01shared: add nm_g_ascii_strtoull() to workaround bugThomas Haller2-0/+53
2020-04-01shared: add nm_g_ascii_strtod() to workaround bugThomas Haller2-0/+40
2020-04-01shared: add nm_g_ascii_strtoll() to workaround bugThomas Haller2-0/+70
2020-04-01device/bluetooth: avoid g_ascii_strtoull() to parse capabilitiesThomas Haller1-1/+1
2020-04-01ifupdown: use _nm_utils_ascii_str_to_int64() for converting netmask to stringThomas Haller1-7/+4
2020-04-01ifcfg-rh/tests: add unit test for reading DEVTIMEOUT (connection.wait-device-...Thomas Haller2-0/+5
2020-04-01ifcfg: strip whitespaces around "DEVTIMEOUT"Thomas Haller1-2/+4
2020-04-01initrd: fix setting VLan ID in reader_parse_vlan()Thomas Haller1-1/+1
2020-04-01man: clarify description of keyfiles in `man nm-settings-keyfile`Thomas Haller1-3/+5
2020-04-01ndisc/trivial: stype fixes in receive_ra()Thomas Haller1-2/+6
2020-04-01IPv6 SLAAC: Clamp received PIO and RIO Lifetime ValuesFernando Gont1-6/+19
2020-03-31shared: add assertions to _parse_legacy_addr4() and _nm_utils_ascii_str_to_in...Thomas Haller1-2/+23
2020-03-30libnm: ignore "Peer" property on Device.Veth interfaceThomas Haller1-0/+3
2020-03-28license: add Taegil to RELICENSE.mdThomas Haller1-0/+1
2020-03-28meson: merge branch 'inigomartinez/meson-license'Thomas Haller65-0/+130
2020-03-28core: prevent multiple attempts to create default wired connectionThomas Haller1-1/+8
2020-03-27initrd: fix build error with assertions disabledBeniamino Galvani1-0/+1
2020-03-27wwan: merge branch 'a-wai/NetworkManager-fix-sim-unlock'Antonio Cardace2-1/+11
2020-03-27nm-modem: don't fail if secrets request times outArnaud Ferraris1-1/+2
2020-03-27nm-device-modem: deactivate device when modem unlockedArnaud Ferraris1-0/+9
2020-03-26initrd: branch 'bg/initrd-cmdline-fixes'Beniamino Galvani3-226/+426
2020-03-26initrd: add 'reader_' prefix to functions acting on ReaderBeniamino Galvani1-65/+68
2020-03-26initrd: rework command line parsingBeniamino Galvani2-163/+309
2020-03-26initrd: sort ibft connectionsBeniamino Galvani1-3/+6
2020-03-26initrd: keep connections sortedBeniamino Galvani1-76/+122
2020-03-26initrd: fix indentation in iBFT readerBeniamino Galvani1-2/+2
2020-03-26initrd: generate ipv6.method=ignore connection with ip=dhcpBeniamino Galvani2-3/+3
2020-03-26initrd: don't add empty connection if iBFT parsing failsBeniamino Galvani1-6/+8
2020-03-26ovs: merge branch 'bg/ovs-interface-mtu-rh1808124'Beniamino Galvani5-20/+130
2020-03-26ovs: set the MTU in ovsdb when changing platform MTU of ovs-interfaceBeniamino Galvani3-4/+54
2020-03-26ovs: set MTU from connection when creating an internal interfaceBeniamino Galvani1-0/+12
2020-03-26ovs/ovsdb: support changing the MTU of an ovs interfaceBeniamino Galvani2-16/+64
2020-03-26merge: branch 'bg/ipv6-addresses-order-rh1814557'Beniamino Galvani8-50/+88