summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-27ovs-interface: dissociate the link on disconnectionlr/ovs-interface-plinkLubomir Rintel1-0/+11
2019-03-26device: fix the slave state change reason on master connection removalLubomir Rintel1-0/+5
2019-03-25nmcli: merge branch 'th/nmcli-list-options'Thomas Haller28-2685/+2248
2019-03-25cli/trivial: add comment about partially modifying settings when failing set_...Thomas Haller1-0/+11
2019-03-25cli: freeze/thaw property changed signals in nmc_setting_set_property()Thomas Haller1-7/+11
2019-03-25cli/trivial: add FIXME comment about how wrong editor_init_existing_connectio...Thomas Haller2-0/+23
2019-03-25cli: workaround libnm issue for setting team.runner-tx-hashThomas Haller1-2/+82
2019-03-25nmcli: add clear_all_fcn() hook for mutllist property typesThomas Haller2-4/+14
2019-03-25cli: consistently validate multilist options for add and removeThomas Haller2-31/+14
2019-03-25cli: distinguish between resetting GObject property to default and NULLThomas Haller1-5/+14
2019-03-25cli: accept ',' as delimiter for match.interface-namesThomas Haller1-3/+11
2019-03-25cli: don't support removing sriov vfs by indexThomas Haller2-4/+1
2019-03-25shared: add _nm_utils_escape_plain() APIThomas Haller2-12/+40
2019-03-25all: consider all ASCII spaces for _nm_utils_escape_spaces() and unescapeThomas Haller1-9/+5
2019-03-25shared: add NM_ASCII_SPACES macroThomas Haller2-0/+27
2019-03-25cli: support list of indexes for removing objlist propertyThomas Haller1-14/+116
2019-03-25cli: cleanup parsing of VLAN ingress/egress priority mapThomas Haller1-43/+20
2019-03-25cli: refactor splitting the string when parsing the property valuesThomas Haller1-41/+84
2019-03-25cli: merge remove-by-value and add functions of objlist property typesThomas Haller2-181/+70
2019-03-25cli: merge set_fcn() and remove_fcn()Thomas Haller3-244/+218
2019-03-25cli: allow resetting all values via set_fcn() property handlerThomas Haller3-147/+155
2019-03-25cli: implement remove-fcn for objlist typesThomas Haller2-139/+96
2019-03-25cli: implement add-fcn for objlist typesThomas Haller2-132/+105
2019-03-25cli: add clear-all-fcn for objlist propertiesThomas Haller2-1/+17
2019-03-25cli: add objlist property type and implement get_fcn() for all typesThomas Haller2-218/+211
2019-03-25cli: implement team:runner-tx-hash as multilist propertyThomas Haller3-98/+39
2019-03-25cli: implement match:interface-names as multilist propertyThomas Haller2-31/+32
2019-03-25shared: add "strip" argument to _nm_utils_unescape_spaces()Thomas Haller5-21/+86
2019-03-25cli: implement connection:permissions as multilist propertyThomas Haller3-71/+47
2019-03-25cli: minor cleanup of _get_fcn_connection_permissions()Thomas Haller1-11/+13
2019-03-25cli: implement connection:secondaries as multilist propertyThomas Haller1-39/+20
2019-03-25cli: implement mac-address-blacklist properties as mulitlist typesThomas Haller1-79/+27
2019-03-25cli: first validate all values in _set_fcn_multilist() before modifying the s...Thomas Haller1-2/+8
2019-03-25cli: implement DNS property as multilist typeThomas Haller2-54/+36
2019-03-25cli: support validating multilist entries for remove-by-valueThomas Haller2-19/+44
2019-03-25cli: implement DNS option property as multilist typeThomas Haller1-28/+20
2019-03-25cli: make get_with_default property-type-data generally availableThomas Haller2-52/+38
2019-03-25cli: implement DNS search property as multilist typeThomas Haller2-58/+60
2019-03-25cli: add property type for 802-1x certificate properties (pt5)Thomas Haller1-66/+3
2019-03-25cli: add property type for 802-1x certificate properties (pt4)Thomas Haller1-33/+4
2019-03-25cli: add property type for 802-1x certificate properties (pt3)Thomas Haller1-10/+34
2019-03-25cli: add property type for 802-1x certificate properties (pt2)Thomas Haller1-125/+15
2019-03-25cli: add property type for 802-1x certificate properties (pt1)Thomas Haller2-10/+45
2019-03-25shared: add set function to nm_setting_8021x_scheme_vtableThomas Haller2-0/+20
2019-03-25cli: merge mac_address_blacklist settersThomas Haller1-34/+35
2019-03-25cli: implement NM_SETTING_WIRED_S390_OPTIONS with the optionlist setterThomas Haller1-67/+15
2019-03-25libnm: don't assert for valid string length in nm_setting_wired_add_s390_opti...Thomas Haller1-6/+1
2019-03-25cli: implement NM_SETTING_VPN_SECRETS with the optionlist setterThomas Haller1-20/+5
2019-03-25cli: implement NM_SETTING_VPN_DATA with the optionlist setterThomas Haller2-14/+38
2019-03-25cli: add optionlist setter for bond optionsThomas Haller2-25/+87