summaryrefslogtreecommitdiff
path: root/libnm-core
Commit message (Expand)AuthorAgeFilesLines
* libnm: avoid deadlock during g_module_open() in _nm_utils_init()Thomas Haller2018-08-012-7/+15
* nm-setting: add missing initializersLubomir Rintel2018-07-261-4/+4
* core/setting: rework nm_connection_dump()Lubomir Rintel2018-07-262-39/+21
* core: give better error reason why device is incompatible with profileThomas Haller2018-07-242-0/+38
* shared: support zero arguments for NM_NARG() macroThomas Haller2018-07-241-0/+53
* build: create "config-extra.h" header instead of passing directory variables ...Thomas Haller2018-07-172-8/+1
* ifcfg-rh: SR-IOV supportBeniamino Galvani2018-07-111-0/+22
* device: configure SR-IOVBeniamino Galvani2018-07-111-0/+2
* libnm-core: add SR-IOV settingBeniamino Galvani2018-07-1113-1/+2069
* libnm: introduce NMTernary enumBeniamino Galvani2018-07-111-0/+16
* libnm-core: tc: fix indentation and typoBeniamino Galvani2018-07-111-4/+4
* ifcfg-rh: add missing NM-only annotationsBeniamino Galvani2018-07-113-4/+4
* libnm-core: don't emit signal when clearing lists already emptyBeniamino Galvani2018-07-114-16/+34
* nm-utils: add _nm_utils_format_variant_attributes_full()Beniamino Galvani2018-07-112-33/+53
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-1127-130/+130
* setting-connection: fix ovs-port parent setting verificationLubomir Rintel2018-07-101-5/+7
* merge: branch 'wireguard-platform' of https://github.com/jbeta/NetworkManagerLubomir Rintel2018-07-091-0/+25
|\
| * platform: add support for WireGuard linksJavier Arteaga2018-07-011-0/+25
* | ip-tunnel: allow wired setting for some tunnel modesbg/ip-tunnel-gretap-bgo796645Beniamino Galvani2018-07-022-0/+35
* | ip-tunnel: add support for ip6gre and ip6gretap tunnel connectionsBeniamino Galvani2018-07-022-12/+16
* | ip-tunnel: add support for gretap tunnel connectionsBeniamino Galvani2018-07-022-2/+7
* | libnm: add code comment about thread-safty of _nm_utils_init() and use atomicThomas Haller2018-07-011-5/+14
* | libnm: avoid constructor function for registering NMSetting typesThomas Haller2018-07-0143-59/+84
* | libnm: make _nm_register_setting() thread safeThomas Haller2018-07-011-3/+12
* | libnm: avoid constructor function to initialize setting registration for NMSe...Thomas Haller2018-07-011-20/+20
* | libnm-core: add NMSetting{6Lowpan,Wpan}Class to a public headerLubomir Rintel2018-06-294-4/+8
* | docs: provide soft descriptions for NM{Simple,Remote}ConnectionLubomir Rintel2018-06-281-3/+9
* | contrib/rpm: Use Open vSwitch instead of OpenVSwitchTimothy Redaelli2018-06-285-14/+14
|/
* libnm/keyfile: add static assertion for ParseInfoPropertyThomas Haller2018-06-281-1/+2
* libnm/trivial: fix indentationThomas Haller2018-06-271-2/+2
* libnm/trivial: fix indentationThomas Haller2018-06-271-2/+2
* devices: add NMDevice6LowpanLubomir Rintel2018-06-261-0/+2
* introspection: add o.fd.NM.Device.Lowpan interfaceLubomir Rintel2018-06-261-0/+1
* core: add NMSetting6LowpanLubomir Rintel2018-06-267-1/+307
* devices: add NMDeviceWpanLubomir Rintel2018-06-261-0/+2
* introspection: add o.fd.NM.Device.Wpan interfaceLubomir Rintel2018-06-261-1/+2
* core: add NMSettingWpanLubomir Rintel2018-06-269-5/+361
* connection: pick relevant L3 settings more flexiblyLubomir Rintel2018-06-261-43/+108
* setting-serial: drop verify()Lubomir Rintel2018-06-261-8/+1
* libnm-core: reject tc configurations with duplicate elementsBeniamino Galvani2018-06-232-2/+162
* release: bump version to 1.13.0 (development)1.13.0-devth/releaseThomas Haller2018-06-151-0/+14
* libnm: add nm_utils_get_timestamp_msec()Lubomir Rintel2018-06-152-0/+39
* man: add 'random' to the allowed values of team.runnerFrancesco Giudici2018-06-151-1/+1
* libnm-core: allow speed and duplex values when auto-negotiate=yesfg/auto_neg_specmodes-rh1487477Francesco Giudici2018-06-152-37/+40
* wifi: fix check for valid NMSettingWirelessWakeOnWLan flagThomas Haller2018-06-151-1/+1
* libnm-core: add wake-on-wlan configuration itemsSimon Fels2018-06-152-0/+118
* macsec: enable send-sci by default and make the option configurableBeniamino Galvani2018-06-142-1/+42
* libnm: avoid allocating GBytes in _nm_utils_dhcp_duid_valid()Thomas Haller2018-06-121-16/+11
* ifcfg: introduce DHCPV6_DUID to map ipv6.dhcp-duid propertyFrancesco Giudici2018-06-091-0/+10
* libnm-core: add ipv6.dhcp-duid propertyFrancesco Giudici2018-06-085-1/+138