summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wireguard: implement direct "peer-routes" for WireGuard allowed-ips rangesth/wireguard-routesThomas Haller2019-03-042-1/+137
* wireguard: add "peer-routes" setting for WireGuard profilesThomas Haller2019-03-045-0/+54
* wireguard: add "mtu" setting for WireGuard profilesThomas Haller2019-03-048-21/+120
* device: expose nm_device_ip_config_new() as internal APIThomas Haller2019-03-042-19/+25
* device: merge stage3 and stage4 ip-config function for IPv4 and IPv6Thomas Haller2019-03-0413-517/+378
* device/trivial: rename wwan_ip_config to dev2_ip_configThomas Haller2019-03-043-26/+27
* device: merge IPv4 and IPv6 variant of nm_device_set_wwan_ip_config()Thomas Haller2019-03-043-19/+23
* device: avoid setting an empty dev_ip_config_4 for activate_schedule_ip_confi...Thomas Haller2019-03-041-10/+5
* device/trivial: rename dev_ip4_config fieldThomas Haller2019-03-041-13/+14
* device: unify IPv4 and IPv6 handling of IP state of deviceThomas Haller2019-03-042-78/+80
* device/trivial: rename ip-state fields in NMDevicePrivateThomas Haller2019-03-041-61/+61
* device/trivial: rename IpState to NMDeviceIPStateThomas Haller2019-03-041-103/+103
* device: unify IPv4 and IPv6 device methods for IP configsThomas Haller2019-03-047-106/+101
* core: use nm_connection_get_setting_ip_config() helperThomas Haller2019-03-043-37/+10
* libnm-core: add nm_connection_get_setting_ip_config() helperThomas Haller2019-03-042-0/+17
* core: accept %NULL as source argument for nm_utils_ipx_address_clear_host_add...Thomas Haller2019-03-042-5/+9
* ifcfg-rh: avoid duplicate cache lookup in is_wifi_device()Thomas Haller2019-03-041-6/+4
* po: update Esperanto (eo) translationKristjan SCHMIDT2019-02-261-1837/+2034
* wifi: merge branch 'bg/pmf-fix-issue129'Beniamino Galvani2019-02-261-17/+20
|\
| * supplicant: fix setting pmf when the supplicant doesn't advertise supportBeniamino Galvani2019-02-261-15/+16
| * supplicant: clarify ready_count usageBeniamino Galvani2019-02-261-13/+15
|/
* examples: fix handling secrets in nm-wg-setThomas Haller2019-02-261-2/+17
* examples: improve hints about existing WireGuard profiles in nm-wg-setThomas Haller2019-02-261-6/+21
* libnm,core: fix device TYPE for Wi-Fi P2P devicesThomas Haller2019-02-263-17/+34
* cli/tests: fix cli tests after changing Polish translationsThomas Haller2019-02-252-117/+117
* po: update Polish (pl) translationPiotr Drąg2019-02-251-4242/+1855
* Mark broken strings in translations as fuzzyPiotr Drąg2019-02-256-16/+16
* release: update NEWSThomas Haller2019-02-231-3/+10
* release: bump version to 1.17.0 (development)1.17.0-devThomas Haller2019-02-234-3/+18
* release: bump version to 1.15.90 (1.16-rc1)1.16-rc1Thomas Haller2019-02-232-2/+2
* release: update NEWSThomas Haller2019-02-231-0/+20
* release: update NEWS with entires from 1.14.6Thomas Haller2019-02-231-5/+40
* Revert "build/meson: name platform tests like autotools"Thomas Haller2019-02-231-2/+2
* build/meson: name platform tests like autotoolsThomas Haller2019-02-231-2/+2
* build/meson: increase timeouts for some testsThomas Haller2019-02-2311-10/+21
* license: re-license initrd-generator and ibft reader as LGPLThomas Haller2019-02-223-30/+33
* all/trivial: fix whitespace/indentationThomas Haller2019-02-222-5/+5
* device: fix suppressing warning log about unsupported IPv6LL handlingThomas Haller2019-02-221-1/+1
* device: do ARP announcements only after masters have a slaveBeniamino Galvani2019-02-221-3/+35
* cli: merge branch 'th/nmcli-wifi-p2p-wfd-ies'Thomas Haller2019-02-229-238/+256
|\
| * cli: support NM_SETTING_WIFI_P2P_WFD_IES propertyThomas Haller2019-02-221-0/+3
| * cli: rework NM_SETTING_802_1X_PASSWORD_RAW property functions to operate on g...Thomas Haller2019-02-222-17/+32
| * cli: use nm_utils_bin2hexstr_full() in nmcli to convert bytes to stringThomas Haller2019-02-221-8/+6
| * shared: support empty blobs in nm_utils_bin2hexstr_full()Thomas Haller2019-02-221-15/+17
| * all: move nm_utils_hexstr2bin*() to sharedThomas Haller2019-02-227-197/+197
| * cli: use correct define for NM_SETTING_WIFI_P2P_WPS_METHOD nameThomas Haller2019-02-221-1/+1
|/
* wireguard: merge branch 'th/wireguard-pt3'Thomas Haller2019-02-2230-31/+5274
|\
| * release: update NEWSth/wireguard-pt3Thomas Haller2019-02-221-0/+3
| * core/wireguard: add support for WireGuard peersThomas Haller2019-02-221-41/+1016
| * core/wireguard: add basic support for creating wireguard devicesThomas Haller2019-02-222-21/+327