summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* wireguard: support configuring policy routing to avoid routing loopsThomas Haller2019-07-292-5/+447
* wireguard: refactor cleanup of NMDeviceWireGuard on disconnect/disposeThomas Haller2019-07-291-10/+11
* device: allow device classes to overwrite the route-tableThomas Haller2019-07-292-8/+27
* device: allow NMDevice implementations to inject policy routing rulesThomas Haller2019-07-292-5/+34
* device: fix reapply for policy routing rulesThomas Haller2019-07-291-0/+2
* platform: add NMP_OBJECT_CAST_LNK_WIREGUARD() macroThomas Haller2019-07-291-0/+1
* platform: cleanup NMPObject cast macrosThomas Haller2019-07-291-90/+15
* platform: make plobj argument of nmp_object_new() void pointerThomas Haller2019-07-292-2/+2
* platform: allow AF_UNSPEC for nmp_lookup_init_object_by_addr_family()Thomas Haller2019-07-291-1/+4
* ovs: don't release slaves on quitBeniamino Galvani2019-07-291-7/+12
* wifi: auto connect mesh networksAndy Kling2019-07-291-7/+16
* wifi/utils: complete band and channel for meshAndy Kling2019-07-294-0/+57
* wifi/ap: detect mesh modeAndy Kling2019-07-291-1/+7
* devices/wifi: support Mesh modeLubomir Rintel2019-07-292-13/+36
* setting-wireless: allow Mesh modeLubomir Rintel2019-07-292-5/+13
* supplicant-config: add support for joining a MeshLubomir Rintel2019-07-292-5/+16
* supplicant-interface: detect mesh supportLubomir Rintel2019-07-293-0/+48
* wifi: use deactivate_async to diconnect interfaceAndy Kling2019-07-291-0/+55
* supplicant-interface: add async disconnectAndy Kling2019-07-292-0/+70
* platform: add nm_platform_lookup_object_by_addr_family() utilThomas Haller2019-07-271-0/+11
* device/wireguard: fix separating lines by semicolon in link_config()Thomas Haller2019-07-271-2/+2
* systemd: merge branch systemd into masterThomas Haller2019-07-2623-33/+37
|\
| * systemd: update code from upstream (2019-07-26)Thomas Haller2019-07-2614-1514/+23
* | settings: fix priority for settings-storages for tombstonesth/settings-shadowed-storageThomas Haller2019-07-251-13/+72
* | settings: no longer honor read-only flag to prevent modifying connection prof...Thomas Haller2019-07-252-42/+0
* | iwd: don't mark generated profiles as read-onlyThomas Haller2019-07-251-1/+0
* | settings: track profiles on disk that are shadowed by in-memory connectionsThomas Haller2019-07-254-183/+445
* | settings: avoid adding a profile that would be hidden by an existing profileThomas Haller2019-07-251-2/+102
* | settings: log information about shadowed-storage for change eventsThomas Haller2019-07-251-13/+14
* | settings: refactor call to nm_settings_plugin_update_connection() in "nm-sett...Thomas Haller2019-07-251-36/+61
* | settings: minor refactoring handling NMSettingsUpdate2Flags in "nm-settings-c...Thomas Haller2019-07-251-9/+13
* | settings: support storing "shadowed-storage" to .nmmeta filesThomas Haller2019-07-258-37/+137
* | settings: support storing "shadowed-storage" to [.nmmeta] section for keyfile...Thomas Haller2019-07-2510-12/+191
* | settings: refactor handling of storages with meta-data/tombstonesThomas Haller2019-07-254-120/+195
* | settings/trivial: rename NMS_KEYFILE_FILETYPE_NMLOADED to NMS_KEYFILE_FILETYP...Thomas Haller2019-07-252-4/+4
* | settings/trivial: rename NM_SETTINGS_CONNECTION_PERSIST_MODE_DISK to NM_SETTI...Thomas Haller2019-07-255-12/+12
* | core,libnm: add AddConnection2() D-Bus API to block autoconnect from the startThomas Haller2019-07-258-22/+149
* | settings: add NM_SETTINGS_UPDATE2_FLAG_NO_REAPPLY to prevent runtime changes ...Thomas Haller2019-07-252-5/+11
* | ovs/ovsdb: add support for setting the bridge data path typeLubomir Rintel2019-07-251-0/+4
* | supplicant: allow fast transition for WPA-PSK and WPA-EAPlr/wpa-ftLubomir Rintel2019-07-257-10/+33
* | supplicant: reorganize the routine that sets key_mgmt a bitLubomir Rintel2019-07-251-12/+13
* | supplicant: detect SHA384 supportLubomir Rintel2019-07-253-5/+54
* | supplicant: detect 802.11r fast BSS transition (FT)Lubomir Rintel2019-07-253-6/+55
* | wifi/ap: recognize FT variants of wpa-psk and wpa-eapLubomir Rintel2019-07-251-1/+3
* | dhcp: nettools: check if addr is in the lease when boundfg/nettools_dhcp_optionsFrancesco Giudici2019-07-251-0/+6
* | dhcp: nettools: use shared dhcp option resourcesFrancesco Giudici2019-07-251-175/+67
* | dhcp: add "fqdn" and "client id" to the shared dhcp optionsFrancesco Giudici2019-07-252-0/+4
* | dhcp/trivial: fix commentFrancesco Giudici2019-07-251-2/+2
* | config: simplify no-auto-default list handling and sort entriesThomas Haller2019-07-252-68/+52
* | device,config: for virtual devices store the interface name to "no-auto-defau...Thomas Haller2019-07-252-17/+43