summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * nm-setting-bond: if unset consider bond options with default values for valid...Antonio Cardace2020-03-062-20/+30
|/
* ifcfg-rh: use binary search for converting string to ethtool IDThomas Haller2020-03-061-31/+87
* ifcfg-rh/tests: add test for consistency of ethtool ifcfg namesThomas Haller2020-03-061-0/+57
* shared: expose size of nm_ethtool_data array in headerThomas Haller2020-03-061-1/+1
* man: show example for `nmcli --ask device wifi connect` in nmcli-example manualThomas Haller2020-03-061-1/+2
* man: show example for `nmcli device wifi connect` in nmcli-example manualAuke Kok2020-03-061-0/+4
* core: merge branch 'th/prune-device-state-files'Thomas Haller2020-03-044-33/+70
|\
| * core: periodically cleanup unused device state files from /runThomas Haller2020-03-041-1/+19
| * core: return ifindex from nm_manager_write_device_state()Thomas Haller2020-03-042-14/+22
| * core/trivial: rename nm_config_device_state_prune_unseen() to nm_config_devic...Thomas Haller2020-03-043-5/+5
| * core: cleanup nm_config_device_state_prune_unseen() and accept NMPlatform for...Thomas Haller2020-03-043-18/+29
|/
* dns: cleanup update_dns() for returning errorThomas Haller2020-03-041-18/+33
* dns: use gs_free_error for clearing error from update_dns()Thomas Haller2020-03-041-22/+20
* dns: ensure to log a warning when writing /etc/resolv.conf failsThomas Haller2020-03-041-4/+6
* dhcp: clean source on dispatch failure (fix leak)Thomas Haller2020-03-031-1/+1
* dhcp: clean source on dispatch failureBeniamino Galvani2020-03-031-0/+1
* Revert "dispatcher/systemd: order NetworkManager-dispatcher.service Before=Ne...Beniamino Galvani2020-03-021-6/+0
* shared: move assertion in _NM_UTILS_STRING_TABLE_LOOKUP_DEFINE()Thomas Haller2020-03-021-2/+2
* shared: fix handling %NULL argument in nm_ref_string_equals_str()Thomas Haller2020-03-021-1/+1
* license: add Tambet to RELICENSE.mdThomas Haller2020-03-021-0/+1
* nm-setting-bond: fix '[up|down]delay', 'miimon' validationAntonio Cardace2020-02-282-5/+29
* license: add Pavel to RELICENSE.mdThomas Haller2020-02-281-0/+1
* device/trivial: move code aroundThomas Haller2020-02-261-288/+292
* device: merge branch 'th/device-cleanup-properties'Thomas Haller2020-02-261-39/+27
|\
| * device/trivial: rename property enums for statistics properties of NMDeviceThomas Haller2020-02-261-13/+13
| * device/trivial: add comment about NMDevice properties writable from D-BusThomas Haller2020-02-261-3/+6
| * device: don't make NM_DEVICE_(IP|DHCP)(4|6)_CONFIG properties writableThomas Haller2020-02-261-4/+4
| * device: don't make NM_DEVICE_DRIVER_VERSION property writableThomas Haller2020-02-261-5/+1
| * device: don't make NM_DEVICE_FIRMWARE_VERSION property writableThomas Haller2020-02-261-5/+1
| * device: don't make NM_DEVICE_FIRMWARE_MISSING property writableThomas Haller2020-02-261-5/+1
| * device: don't make NM_DEVICE_IP4_ADDRESS property writableThomas Haller2020-02-261-4/+1
|/
* libnm,all: merge branch 'th/libnm-interface-name-cleanup'Thomas Haller2020-02-2611-200/+184
|\
| * libnm: validate "connection.interface-name" at one place onlyThomas Haller2020-02-262-46/+48
| * shared: add NMU_IFACE_OVS_OR_KERNEL for nm_utils_ifname_valid()Thomas Haller2020-02-262-0/+4
| * shared: add NMU_IFACE_ANY for nm_utils_ifname_valid()Thomas Haller2020-02-262-1/+13
| * libnm: always return normalized-type from _nm_setting_ovs_interface_verify_in...Thomas Haller2020-02-262-10/+11
| * libnm: allow _nm_setting_ovs_interface_verify_interface_type() without NMSett...Thomas Haller2020-02-263-5/+8
| * ifcfg-rh: use nm_utils_ifname_valid() for validating interface-name in readerThomas Haller2020-02-261-1/+3
| * libnm: remove redundant check from "nm-setting-bond.c"'s validate_ifname()Thomas Haller2020-02-261-3/+0
| * settings: simplify property setter from GVariant to NMSettingConnection:inter...Thomas Haller2020-02-262-30/+4
| * clients: use nm_utils_ifname_valid() to validate interface name in nm_vpn_wir...Thomas Haller2020-02-261-2/+2
| * libnm: don't validate "connection.interface-name" from "nm-setting-infiniband...Thomas Haller2020-02-261-32/+16
| * libnm: in find_virtual_interface_name() ensure return value stays aliveThomas Haller2020-02-261-4/+10
| * libnm: validate settings in _nm_connection_verify() in defined orderThomas Haller2020-02-261-29/+10
| * libnm: use nm_utils_hash_values_to_array() to implement nm_connection_get_set...Thomas Haller2020-02-261-38/+17
| * shared: reject reserved names from "connection.interface-name"Thomas Haller2020-02-261-0/+13
| * shared: reject '%' from nm_utils_ifname_valid() for kernel namesThomas Haller2020-02-261-2/+28
|/
* supplicant: allocate blobs hash table lazily for supplicant configThomas Haller2020-02-262-21/+25
* license: add Sigfox to RELICENSE.mdThomas Haller2020-02-241-0/+4
* ovs: merge branch 'bg/ovs-no-bridge-rh1797696'Beniamino Galvani2020-02-241-2/+11
|\