summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: restore IPv6 addresses when the link comes upbg/restore-ipv6-on-up-rh1548237Beniamino Galvani2019-03-091-5/+5
* core: allow ignoring addresses when intersecting ip configsBeniamino Galvani2019-03-095-53/+111
* device: reset the ipv6 DAD counter when the link comes upBeniamino Galvani2019-03-091-0/+2
* device: don't try to add IPv6LL address to a down interfaceBeniamino Galvani2019-03-091-1/+3
* core: fix _nm_ip4_config_intersect_helper()Beniamino Galvani2019-03-091-1/+1
* wwan/ofono: pass the right argument to manager proxy callbackLubomir Rintel2019-03-081-1/+1
* tests: Fix variant_from_dbus() for arrays of UInt32Frédéric Danis2019-03-071-1/+1
* core: assert for valid NM_DEVICE_DEVICE_TYPE settingThomas Haller2019-03-072-0/+3
* libnm,core: merge branch 'benzea/fix-wifi-p2p-device-type'Thomas Haller2019-03-074-3/+9
|\
| * libnm: Fix reporting of unknown device typesBenjamin Berg2019-03-071-2/+2
| * core,wifi-p2p: Fix Wi-Fi P2P device typeBenjamin Berg2019-03-074-1/+7
|/
* wireguard: merge branch 'th/wireguard-import'Thomas Haller2019-03-0729-125/+967
|\
| * wireguard: update TODO list for WireGuard devicesThomas Haller2019-03-071-4/+9
| * clients/tests: add wireguard import testsLubomir Rintel2019-03-076-0/+135
| * cli/wireguard: add import functionality for WireGuardThomas Haller2019-03-076-16/+597
| * libnm: rename and expose nm_utils_base64secret_decode() in libnmThomas Haller2019-03-077-38/+41
| * libnm: fix return value for nm_wireguard_peer_append_allowed_ip()Thomas Haller2019-03-071-1/+3
| * libnm: change nm_wireguard_peer_set_endpoint() API to allow validationThomas Haller2019-03-075-16/+38
| * libnm: change nm_wireguard_peer_set_public_key() API to allow validationThomas Haller2019-03-075-15/+30
| * libnm: change nm_wireguard_peer_set_preshared_key() API to allow validationThomas Haller2019-03-075-19/+37
| * cli: fix completion for `nmcli connection import`Thomas Haller2019-03-071-2/+5
| * cli: add nmc_complete_strv() which takes a string array for completion that m...Thomas Haller2019-03-072-10/+28
| * platform/wireguard: fix WGPEER_A_LAST_HANDSHAKE_TIME to use int64 typed times...Thomas Haller2019-03-072-3/+18
| * core: use nm_utils_memeqzero_secret() for printing WireGuard keyThomas Haller2019-03-071-2/+3
| * shared: add nm_utils_memeqzero_secret()Jason A. Donenfeld2019-03-072-0/+29
| * wireguard: accept all-zero private-key, public-key and preshared-keyThomas Haller2019-03-071-5/+0
|/
* utils: obey modprobe blacklistLubomir Rintel2019-03-071-0/+1
* merge: branch 'lr/rpm-madness'Lubomir Rintel2019-03-071-49/+3
|\
| * contrib/rpm: drop ldconfig scriptlets from Fedora 28+Lubomir Rintel2019-03-071-0/+2
| * Revert "contrib/rpm: use "%ldconfig_scriptlets" for Fedora 30+"Lubomir Rintel2019-03-071-5/+1
| * contrib/rpm: drag in vala tools by the binaryLubomir Rintel2019-03-071-1/+1
| * Revert "contrib/rpm: require "vala" instead of "vala-tools" for Fedora 30+"Lubomir Rintel2019-03-071-4/+0
| * Revert "contrib/rpm: remove Group tag for Fedora 30+"Lubomir Rintel2019-03-071-40/+0
|/
* contrib/checkpatch: check that we refer to commits properlyLubomir Rintel2019-03-071-3/+33
* platform/linux: fix detection of IFA_FLAGS supportLubomir Rintel2019-03-071-1/+1
* nm: Fix syntax on introspection annotationsMarco Trevisan (Treviño)2019-03-0717-24/+24
* contrib/rpm: merge branch 'th/contrib-rpm-f30'Thomas Haller2019-03-071-1/+49
|\
| * contrib/rpm: remove Group tag for Fedora 30+Thomas Haller2019-03-071-0/+40
| * contrib/rpm: use "%ldconfig_scriptlets" for Fedora 30+Thomas Haller2019-03-071-1/+5
| * contrib/rpm: require "vala" instead of "vala-tools" for Fedora 30+Thomas Haller2019-03-071-0/+4
|/
* wifi-p2p: fix failed assertion when releasing supplicant interfaceBeniamino Galvani2019-03-061-15/+19
* build: fix build dependency for generating libnm enum headers before building...Thomas Haller2019-03-051-0/+1
* core,wireguard: merge branch 'th/wireguard-routes'Thomas Haller2019-03-0526-925/+1072
|\
| * wireguard: implement direct "peer-routes" for WireGuard allowed-ips rangesThomas Haller2019-03-052-1/+137
| * wireguard: add "peer-routes" setting for WireGuard profilesThomas Haller2019-03-055-0/+54
| * wireguard: add "mtu" setting for WireGuard profilesThomas Haller2019-03-058-21/+119
| * device: expose nm_device_ip_config_new() as internal APIThomas Haller2019-03-052-19/+25
| * device: merge stage3 and stage4 ip-config function for IPv4 and IPv6Thomas Haller2019-03-0513-517/+378
| * device/trivial: rename wwan_ip_config to dev2_ip_configThomas Haller2019-03-053-26/+27
| * device: merge IPv4 and IPv6 variant of nm_device_set_wwan_ip_config()Thomas Haller2019-03-053-19/+23