summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* wifi: clear scan_request_ssids_hash if not neededThomas Haller2020-04-301-17/+30
* wifi: don't unnecessarily trim tracked ssid listThomas Haller2020-04-301-7/+5
* wifi: pass now_msec to _scan_request_ssids_fetch()Thomas Haller2020-04-301-4/+5
* wifi: fix trimming list of tracked ssids to scanThomas Haller2020-04-301-1/+1
* wifi: really fix crash during dispose of NMDeviceWifiThomas Haller2020-04-301-1/+6
* wifi: fix crash during dispose of NMDeviceWifiThomas Haller2020-04-291-1/+1
* wifi: reduce scan rate limiting while not being activatedThomas Haller2020-04-291-20/+32
* wifi: don't limit active scans for SSIDs to 5Thomas Haller2020-04-292-27/+55
* wifi: rework scanning of Wi-Fi deviceThomas Haller2020-04-291-322/+542
* wifi: express SCAN_RAND_MAC_ADDRESS_EXPIRE time in secondsThomas Haller2020-04-291-2/+2
* supplicant: log changes to max-scan-ssids of NMSupplicantInterfaceThomas Haller2020-04-291-3/+8
* device: implement "auth-request" as async operation nm_manager_device_auth_re...Thomas Haller2020-04-298-105/+183
* auth: track NMAuthChain data in array instead of CListThomas Haller2020-04-291-45/+43
* auth: natively support GCancellable in NMAuthChainThomas Haller2020-04-292-28/+138
* device: add nm_device_get_manager()Thomas Haller2020-04-292-1/+11
* iwd: use ConnectHiddenNetwork to provision hidden networkAndreas Henriksson2020-04-291-1/+24
* iwd: support connecting to hidden networksAndreas Henriksson2020-04-291-15/+19
* device: flush IP configuration of slaves during activationBeniamino Galvani2020-04-281-12/+31
* vpn: cleanup loop in nm_vpn_connection_ip6_config_get()Thomas Haller2020-04-281-14/+24
* vpn: clear host part of IPv6 routes received from VPN pluginThomas Haller2020-04-281-0/+2
* wifi: add callback to nm_supplicant_interface_request_scan()Thomas Haller2020-04-243-17/+90
* wifi: add more trace logging to supplicant interfaceThomas Haller2020-04-241-4/+13
* shared: add nm_utils_invoke_on_timeout()Thomas Haller2020-04-247-16/+16
* wireguard: don't let explicit gateway override WireGuard's peer routeThomas Haller2020-04-225-5/+17
* wireguard: suppress automatic "wireguard.peer-routes" for default routes if "...Thomas Haller2020-04-221-0/+8
* core: add NMIPConfigFlags for NMIPConfig flagsThomas Haller2020-04-224-0/+70
* platform: avoid undefined behavior comparing unrelated pointers in nmp_object...Thomas Haller2020-04-221-4/+4
* bluetooth: disconnect signal on disposeBeniamino Galvani2020-04-221-0/+1
* supplicant: set error when interface creation fails and was cancelledBeniamino Galvani2020-04-211-0/+3
* dns: fix handling of trust-ad optionBeniamino Galvani2020-04-211-1/+1
* dhcp-helper: retry in case of failure connecting to D-Bus unix socketBeniamino Galvani2020-04-211-9/+36
* Revert "IPv6 SLAAC: Clamp received PIO and RIO Lifetime Values"Thomas Haller2020-04-211-22/+5
* Revert "IPv6 SLAAC: Honor small PIO Valid Lifetimes"Thomas Haller2020-04-212-18/+26
* wifi: change return type of p2p-connect D-Bus method callBeniamino Galvani2020-04-201-1/+1
* dns: add trust-ad DNS option only if all contributing settings agreeThomas Haller2020-04-201-8/+33
* ifcfg-rh: add PKEY_ID to well-known keysBeniamino Galvani2020-04-172-1/+2
* bond: small cleanupsac/bond_mode_fixAntonio Cardace2020-04-101-2/+6
* ovsdb: retry calls in case of communication error with serverBeniamino Galvani2020-04-091-26/+55
* device: fix assertion failure configuring bridge portsBeniamino Galvani2020-04-091-1/+4
* device/bridge: code cleanup in commit_option()Thomas Haller2020-04-091-41/+40
* device/bridge: fix uninitialized variable in commit_option()Thomas Haller2020-04-091-0/+1
* dns: fix crash in rebuild_domain_lists()Thomas Haller2020-04-081-2/+2
* dns: add FIXME comment about adding default "~" routing search domainThomas Haller2020-04-081-0/+5
* dns: cleanup rebuild_domain_lists() constructing domains listThomas Haller2020-04-081-29/+49
* systemd: merge branch systemd into masterThomas Haller2020-04-088-4/+155
|\
| * systemd: update code from upstream (2020-04-08)Thomas Haller2020-04-088-4/+155
* | nm-setting-bridge: add 'multicast-querier' bridge optionac/bridge_optionsAntonio Cardace2020-04-063-0/+12
* | nm-setting-bridge: add 'multicast-query-use-ifaddr' bridge optionAntonio Cardace2020-04-063-64/+76
* | nm-setting-bridge: add 'multicast-router' bridge optionAntonio Cardace2020-04-063-0/+44
* | nm-setting-bridge: add 'vlan-stats-enabled' bridge optionAntonio Cardace2020-04-063-0/+12