summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* platform: create wireguard netdev interfaceth/wireguard-pt2Thomas Haller2019-01-085-11/+679
* device: use NM_IN_STRSET() in nm_connection_is_virtual()Thomas Haller2019-01-081-15/+15
* netlink: add nla_put() helpers to set integersThomas Haller2019-01-081-0/+18
* netlink: don't require a callback argument in nl_recvmsgs()Thomas Haller2019-01-081-2/+2
* platform: track wireguard endpoint as sockaddr structThomas Haller2019-01-084-44/+59
* netlink: don't heap allocate struct ucred during nla_recv()Thomas Haller2019-01-083-22/+32
* netlink: track ucred via a boolean field in struct nl_msgThomas Haller2019-01-082-10/+9
* shared/trivial: rename nm_utils_mem_all_zero() to nm_utils_memeqzero()Thomas Haller2019-01-083-5/+5
* shared: refactor nm_utils_mem_all_zero() to use memcmp()Thomas Haller2019-01-082-13/+24
* shared: add nm_utils_getpagesize() and use it in netlink codeThomas Haller2019-01-083-20/+39
* shared: avoid compiler warning in nm_strndup_a()Thomas Haller2019-01-081-4/+10
* platform: fix hash/cmp for NMPObjectLnkWireGuardThomas Haller2019-01-081-2/+2
* dhcp: merge branch 'th/dhcp-client-id-infiniband-rh1658057'Thomas Haller2019-01-088-62/+99
|\
| * contrib/rpm: remove unused 00-server-dhcp-client-id.conf configuration snippetth/dhcp-client-id-infiniband-rh1658057Thomas Haller2019-01-073-13/+0
| * dhcp: default ipv4.dhcp-client-id of internal plugin to "mac"Thomas Haller2019-01-072-3/+2
| * dhcp: move nm_utils_dhcp_client_id_mac() to "nm-core-utils.c"Thomas Haller2019-01-073-53/+86
| * core/trivial: rename nm_utils_detect_arp_type_from_addrlen() to nm_utils_arp_...Thomas Haller2019-01-074-9/+9
| * dhcp/trivial: add comment about requiring DHCP client-id for infinibandThomas Haller2019-01-071-0/+2
| * dhcp: fix generating MAC based client-id for infinibandThomas Haller2019-01-071-3/+19
|/
* libnm: fix introspection for NMSettingWirelessSecurityWpsMethodThomas Haller2019-01-071-1/+4
* libnm: merge branch 'th/keyfile-fixes'Thomas Haller2019-01-0726-553/+1553
|\
| * libnm-core: add _nm_setting_secret_flags_valid() helperThomas Haller2019-01-073-6/+17
| * libnm/keyfile: don't use nm_setting_enumerate_values() in keyfile reader/writerThomas Haller2019-01-071-62/+79
| * libnm: rework nm_setting_duplicate() without nm_setting_enumerate_values()Thomas Haller2019-01-071-11/+40
| * libnm: move sorting of settings out of nm_setting_enumerate_values() and cach...Thomas Haller2019-01-072-56/+115
| * libnm,core: add _nm_connection_aggregate() to replace nm_connection_for_each_...Thomas Haller2019-01-078-80/+274
| * libnm: cleanup secret-flags setter and getterThomas Haller2019-01-076-75/+108
| * libnm: cleanup NMSettingVpn's get_secret_flags()Thomas Haller2019-01-071-18/+31
| * libnm: use property metadata in nm-settings.c instead of GObject property listThomas Haller2019-01-071-43/+56
| * keyfile: rework handling of GObject properties from keyfileThomas Haller2019-01-074-129/+217
| * libnm/tests: add tests for converting profiles to keyfile and backThomas Haller2019-01-071-0/+238
| * keyfile: add _secret_flags_persist_secret() function for skipping secrets bas...Thomas Haller2019-01-071-13/+18
| * keyfile: add nm_keyfile_plugin_kf_get_int64() helperThomas Haller2019-01-073-0/+42
| * libnm: pass serialization flags to settings synth_func()Thomas Haller2019-01-078-55/+88
| * Revert "libnm-core: don't serialize synthetic properties in nm_setting_to_str...Thomas Haller2019-01-074-19/+7
| * shared: add typed nm_g_object_set_property*() helpersThomas Haller2019-01-072-13/+171
| * shared/tests: add nmtst_keyfile_assert_data() test utilThomas Haller2019-01-071-8/+50
| * shared/tests: add nmtst_rand_select() test utilThomas Haller2019-01-071-0/+10
| * shared: add NM_STR_HAS_PREFIX() macroThomas Haller2019-01-071-0/+3
| * shared/glib: add compat implementation for g_value_unset() to allow unintiali...Thomas Haller2019-01-071-0/+24
|/
* systemd: merge branch systemd into masterThomas Haller2019-01-0712-37/+51
|\
| * systemd: update code from upstream (2019-01-06)Thomas Haller2019-01-0712-35/+51
* | systemd: merge branch systemd into masterThomas Haller2019-01-070-0/+0
|\ \ | |/
| * systemd: reorganize source filesThomas Haller2019-01-0772-0/+12
* | merge: reuse connections in nmcli dev wifi conLubomir Rintel2019-01-040-0/+0
|\ \
| * | cli/devices: remove redundant Device/AC state evaluationLubomir Rintel2019-01-041-39/+7
| * | cli: reuse connections in nmcli dev wifi conAndrew Zaborowski2019-01-042-69/+143
| * | cli: match both ssid and bssid when connecting to wifiAndrew Zaborowski2019-01-041-11/+16
* | | merge: branch 'master' of https://github.com/balrog-kun/NetworkManagerLubomir Rintel2019-01-042-109/+156
|\ \ \ | |/ / |/| |
| * | cli/devices: remove redundant Device/AC state evaluationLubomir Rintel2018-12-041-39/+7