summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wifi: rework scanning-prohibited tracking for Wi-Fi companion and OLPC deviceth/fix-wifi-scan-1Thomas Haller2020-04-023-48/+86
* wifi: add and use nm_device_wifi_get_scanning()Thomas Haller2020-04-023-7/+16
* wifi/iwd: drop unused signal NM_DEVICE_IWD_SCANNING_PROHIBITEDThomas Haller2020-04-022-33/+3
* wifi: rename scan-interval variable to indicate they are in secondsThomas Haller2020-04-021-21/+21
* wifi: parse RequestScan D-Bus arguments before authenticating requestThomas Haller2020-04-021-23/+23
* wifi: drop workaround for bad values in nm_platform_wifi_get_quality()Thomas Haller2020-04-021-6/+2
* wifi: cleanup periodic_update() in "nm-device-wifi.c"Thomas Haller2020-04-022-28/+41
* wifi/trivial: rename function nm_supplicant_interface_state_is_operational() ...Thomas Haller2020-04-025-12/+12
* wifi: fix and improve handling of Wi-Fi scanning stateThomas Haller2020-04-023-81/+72
* wifi: print age of Wi-Fi access point with milliseconds precisionThomas Haller2020-04-024-19/+31
* wifi/trivial: rename field NMDeviceWifiPrivate.last_scan to last_scan_msecThomas Haller2020-04-021-6/+7
* supplicant: cleanup notify signals for combined properties in supplicant (2)Thomas Haller2020-04-021-42/+37
* supplicant: cleanup notify signals for combined properties in supplicantThomas Haller2020-04-021-30/+43
* supplicant: log message whenever we request scanningThomas Haller2020-04-021-4/+6
* cli: fix `nmcli device wifi list --rescan=yes` to waitThomas Haller2020-04-021-2/+1
* shared: cleanup _get_hash_key_init() and better explain the reasoningThomas Haller2020-04-022-44/+49
* shared: add nm_pgbytes_hash()/nm_pgbytes_equal()Thomas Haller2020-04-022-0/+27
* shared: add nm_hash_mem() helperThomas Haller2020-04-021-0/+12
* shared: accept empty buffer for nm_hash_update()Thomas Haller2020-04-021-2/+1
* gitlab-ci: use old meson version on Ubuntu 16.04 to work with ninja-1.5.1Thomas Haller2020-04-021-1/+2
* contrib/rpm: avoid bare words in spec fileThomas Haller2020-04-021-2/+2
* gitlab-ci: set DEBIAN_FRONTEND=noninteractive for `apt-get install`Thomas Haller2020-04-021-2/+2
* all: merge branch 'th/strtoll-workaround'Thomas Haller2020-04-029-35/+186
|\
| * all: use wrappers for g_ascii_strtoll(), g_ascii_strtoull(), g_ascii_strtod()th/strtoll-workaroundThomas Haller2020-04-013-24/+8
| * shared: add nm_g_ascii_strtoull() to workaround bugThomas Haller2020-04-012-0/+53
| * shared: add nm_g_ascii_strtod() to workaround bugThomas Haller2020-04-012-0/+40
| * shared: add nm_g_ascii_strtoll() to workaround bugThomas Haller2020-04-012-0/+70
| * device/bluetooth: avoid g_ascii_strtoull() to parse capabilitiesThomas Haller2020-04-011-1/+1
| * ifupdown: use _nm_utils_ascii_str_to_int64() for converting netmask to stringThomas Haller2020-04-011-7/+4
| * ifcfg-rh/tests: add unit test for reading DEVTIMEOUT (connection.wait-device-...Thomas Haller2020-04-012-0/+5
| * ifcfg: strip whitespaces around "DEVTIMEOUT"Thomas Haller2020-04-011-2/+4
| * initrd: fix setting VLan ID in reader_parse_vlan()Thomas Haller2020-04-011-1/+1
|/
* man: clarify description of keyfiles in `man nm-settings-keyfile`Thomas Haller2020-04-011-3/+5
* ndisc/trivial: stype fixes in receive_ra()Thomas Haller2020-04-011-2/+6
* IPv6 SLAAC: Clamp received PIO and RIO Lifetime ValuesFernando Gont2020-04-011-6/+19
* shared: add assertions to _parse_legacy_addr4() and _nm_utils_ascii_str_to_in...Thomas Haller2020-03-311-2/+23
* libnm: ignore "Peer" property on Device.Veth interfaceThomas Haller2020-03-301-0/+3
* license: add Taegil to RELICENSE.mdThomas Haller2020-03-281-0/+1
* meson: merge branch 'inigomartinez/meson-license'Thomas Haller2020-03-2865-0/+130
|\
| * license: Add license using SPDX identifiers to meson build filesIñigo Martínez2020-02-1765-0/+130
* | core: prevent multiple attempts to create default wired connectionThomas Haller2020-03-281-1/+8
* | initrd: fix build error with assertions disabledBeniamino Galvani2020-03-271-0/+1
* | wwan: merge branch 'a-wai/NetworkManager-fix-sim-unlock'Antonio Cardace2020-03-272-1/+11
|\ \
| * | nm-modem: don't fail if secrets request times outArnaud Ferraris2020-03-271-1/+2
| * | nm-device-modem: deactivate device when modem unlockedArnaud Ferraris2020-03-271-0/+9
|/ /
* | initrd: branch 'bg/initrd-cmdline-fixes'Beniamino Galvani2020-03-263-226/+426
|\ \
| * | initrd: add 'reader_' prefix to functions acting on ReaderBeniamino Galvani2020-03-261-65/+68
| * | initrd: rework command line parsingBeniamino Galvani2020-03-262-163/+309
| * | initrd: sort ibft connectionsBeniamino Galvani2020-03-261-3/+6
| * | initrd: keep connections sortedBeniamino Galvani2020-03-261-76/+122