summaryrefslogtreecommitdiff
path: root/libnm-core
Commit message (Expand)AuthorAgeFilesLines
* libnm,cli,ifcfg-rh: add NMSetting8021x:auth-retries propertyThomas Haller2017-10-312-0/+55
* docs: clearify documentation of connection.autoconnect-retriesThomas Haller2017-10-311-1/+3
* ifcfg-rh: add support for 802-1x.password-raw propertyBeniamino Galvani2017-10-311-2/+4
* docs: fix typo in NMSettingBridge:group-forward-mask docThomas Haller2017-10-301-1/+1
* libnm: fix normalizing and verifying OVS connectionsThomas Haller2017-10-307-93/+568
* libnm: add nm_connection_get_settings()Thomas Haller2017-10-302-27/+61
* core/connection: allow address for ovs interfacesLubomir Rintel2017-10-301-36/+49
* all: add OVSDB connection failure device state reasonLubomir Rintel2017-10-301-0/+2
* introspection: add o.fd.NM.Device.OvsBridge interfaceLubomir Rintel2017-10-301-0/+3
* introspection: add o.fd.NM.Device.OvsPort interfaceLubomir Rintel2017-10-301-0/+3
* introspection: add o.fd.NM.Device.OvsInterface interfaceLubomir Rintel2017-10-301-61/+64
* libnm-core: add ovs-bridge settingLubomir Rintel2017-10-309-0/+454
* libnm-core: add ovs-port settingLubomir Rintel2017-10-308-2/+567
* libnm-core: add ovs-interface settingLubomir Rintel2017-10-308-0/+366
* libnm-core: add ovs-patch settingLubomir Rintel2017-10-306-0/+289
* ip-tunnel: fix a typoLubomir Rintel2017-10-301-1/+1
* libnm: avoid unnecessary copies accessing NMIPRoute's attributesThomas Haller2017-10-304-26/+68
* libnm: fix the return value of nm_setting_diff() if a results hash was givenThomas Haller2017-10-262-23/+42
* libnm: fix nm_connection_diff() for settings without propertiesThomas Haller2017-10-261-0/+10
* libnm: add nm_setting_ip_config_get_addr_family() utilThomas Haller2017-10-251-0/+12
* libnm: reject colon in nm_utils_is_valid_iface_name()Thomas Haller2017-10-231-13/+19
* libnm-core: normalize "tx_hash" when comparing team configBeniamino Galvani2017-10-192-0/+27
* all: extend hash functions with an NMHashState argumentThomas Haller2017-10-181-17/+19
* all: add helper functions for nm_hash_update*()Thomas Haller2017-10-182-8/+92
* all: use siphash24 for hashingThomas Haller2017-10-181-35/+9
* all: refactor hashing by introducing NMHashStateThomas Haller2017-10-182-7/+69
* shared: split random and hash utilsThomas Haller2017-10-171-0/+1
* libnm-core: remove duplicate include of "nm-utils-private.h"Francesco Giudici2017-10-131-1/+0
* core: introduce NM_HASH_INIT() to initialize hash seedThomas Haller2017-10-131-1/+1
* libnm-core: specify enum values in NMSettingIP6Config:addr-gen-mode docBeniamino Galvani2017-10-131-6/+7
* core: use ipv4.route-table setting for other IPv4 routesThomas Haller2017-10-091-3/+3
* all: rework configuring route table support by adding "route-table" settingThomas Haller2017-10-096-82/+53
* shared: add nm_strquote() utilThomas Haller2017-10-061-0/+83
* core: add NMActivationStateFlags "master-has-slaves"Thomas Haller2017-10-051-0/+3
* core: add NMActivationStateFlags "layer2-ready", "ip4-ready", and "ip6-ready"Thomas Haller2017-10-051-0/+6
* core: add NMActivationStateFlags "is-master" and "is-slave"Thomas Haller2017-10-051-0/+5
* libnm: add NMActivationStateFlagsThomas Haller2017-10-051-0/+12
* core: cleanup autoconnect retry handlingThomas Haller2017-10-041-1/+1
* keyfile: fix reading/writing route metric zeroThomas Haller2017-10-042-11/+16
* keyfile: cleanup error argument for read_field()Thomas Haller2017-10-041-25/+33
* keyfile: minor cleanup in get_one_int() to use _nm_utils_ascii_str_to_int64()Thomas Haller2017-10-041-6/+5
* libnm: add nm_ip_route_equal_full() functionThomas Haller2017-09-272-9/+28
* libnm: don't skip routes in nm_setting_ip_config_add_route() that only differ...Thomas Haller2017-09-271-4/+12
* libnm: make index variable i unsigned for iterating arrayThomas Haller2017-09-274-39/+39
* libnm,core: add TABLE attribute for routes settingsThomas Haller2017-09-262-0/+2
* libnm,cli: add IP setting "route-table-sync"Thomas Haller2017-09-266-0/+105
* libnm-core: sort attribute names for nm_ip_route_get_attribute_names()Thomas Haller2017-09-261-0/+1
* manager: downgrade error message for missing dependenciesBeniamino Galvani2017-09-201-0/+3
* man: fix docu of AUTOCONNECT_SLAVES variable in nm-settings-ifcfg-rhThomas Haller2017-09-191-1/+1
* ifcfg-rh: refactor parsing of route options to be strictThomas Haller2017-09-182-2/+32