summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cli/trivial: align property definitions with spaces and not with tabsth/nmcli-align-with-spacesThomas Haller2019-08-011-2182/+2182
* manager: don't treat the initramfs-configured DHCP connections as generatedLubomir Rintel2019-07-311-6/+40
* introspection/doc: better document flags argument of Update2() D-Bus commandThomas Haller2019-07-311-1/+8
* wireguard: merge branch 'th/wireguard-fixes'Thomas Haller2019-07-313-164/+91
|\
| * example: print WireGuard parameters in nm-wg-set example scriptth/wireguard-fixesThomas Haller2019-07-311-0/+12
| * wireguard: use fixed fwmark/rule-priority for auto-default-routeThomas Haller2019-07-311-139/+32
| * wireguard: clear cached auto-default-route setting in act_stage1_prepare()Thomas Haller2019-07-311-0/+12
| * wireguard: fix crash in _auto_default_route_init()Thomas Haller2019-07-311-26/+33
| * shared: add NM_HASH_SEED_16() macroThomas Haller2019-07-311-0/+3
|/
* cli: abort on extra argumentsLubomir Rintel2019-07-304-40/+28
* cli: drop NMC_RETURNLubomir Rintel2019-07-302-26/+21
* contrib/rpm: fix libnm License tagLubomir Rintel2019-07-301-1/+3
* libnm/doc: fix gtk-doc annotations for documenting enum values in "nm-dbus-in...Thomas Haller2019-07-301-4/+4
* contrib/rpm: use --with-runstatedir=%{_rundir} instead of hard-coding /runThomas Haller2019-07-291-1/+1
* contrib/rpm: fix parsing of %real_version_major for ".0" versionsThomas Haller2019-07-291-1/+1
* release: bump version to 1.21.0 (development)1.21.0-devThomas Haller2019-07-294-3/+18
* release: bump version to 1.19.90 (1.20-rc1)1.20-rc1Thomas Haller2019-07-292-2/+2
* wireguard: merge branch 'th/wireguard-routing'Thomas Haller2019-07-2913-124/+670
|\
| * NEWS: updateThomas Haller2019-07-291-0/+7
| * wireguard: support configuring policy routing to avoid routing loopsThomas Haller2019-07-298-7/+559
| * 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
| * libnm: add internal _nm_connection_get_setting() accessorThomas Haller2019-07-291-0/+7
| * libnm/docs: fix section description for WireGuard settingsThomas Haller2019-07-291-1/+1
|/
* ovs: don't release slaves on quitBeniamino Galvani2019-07-291-7/+12
* man: setting-wireless: add "mesh" to the available modesFrancesco Giudici2019-07-292-2/+2
* merge: branch 'lr/wifi-mesh'Lubomir Rintel2019-07-2924-666/+1220
|\
| * clients: Wi-Fi Mesh supportlr/wifi-meshLubomir Rintel2019-07-295-626/+826
| * wifi: auto connect mesh networksAndy Kling2019-07-291-7/+16
| * wifi/utils: complete band and channel for meshAndy Kling2019-07-294-0/+57
| * libnm-core: add nm_utils_wifi_freq_to_bandAndy Kling2019-07-292-0/+21
| * libnm-core: 802-11-wireless.mode mesh requires band and channelAndy Kling2019-07-291-0/+10
| * wifi/ap: detect mesh modeAndy Kling2019-07-291-1/+7
| * wireless-security: ensure Mesh networks can't use anything but SAELubomir Rintel2019-07-291-8/+26
| * devices/wifi: support Mesh modeLubomir Rintel2019-07-293-13/+37
| * setting-wireless: allow Mesh modeLubomir Rintel2019-07-294-6/+27
| * supplicant-config: add support for joining a MeshLubomir Rintel2019-07-292-5/+16
| * supplicant-interface: detect mesh supportLubomir Rintel2019-07-293-0/+48
| * dbus-interface: add Mesh supportLubomir Rintel2019-07-291-0/+4
| * 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-2658-197/+491
|\