summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm/lldp: cleanup asserting for valid NMLldpNeighbor agumentbg/lldp-enh-rh1652211Thomas Haller2019-03-271-12/+19
* core/lldp: avoid default switch case in lldp_neighbor_to_variant()Thomas Haller2019-03-271-1/+1
* core/lldp: fix checking for NM_MORE_ASSERTSThomas Haller2019-03-271-1/+1
* libnm/lldp: fix leak and bug in nm_lldp_neighbor_dup()Thomas Haller2019-03-271-1/+7
* lldp: support IEEE 802.3 TLVsBeniamino Galvani2019-03-274-14/+124
* lldp: support multiple PPVIDsBeniamino Galvani2019-03-274-15/+54
* lldp: support multiple vlansBeniamino Galvani2019-03-274-29/+53
* lldp: add support for management address TLVBeniamino Galvani2019-03-274-7/+177
* libnm: add nm_lldp_neighbor_get_attr_value()Beniamino Galvani2019-03-273-0/+24
* libnm: make attribute name const in LLDP API functionsBeniamino Galvani2019-03-272-6/+6
* lldp: rename enum valueBeniamino Galvani2019-03-271-7/+7
* cli: add lldp output testsBeniamino Galvani2019-03-273-784/+1759
* lldp: drop _access* macrosBeniamino Galvani2019-03-271-19/+5
* dns: fix memory leak of errorBeniamino Galvani2019-03-261-2/+1
* merge: branch 'bg/bridge-vlan-filtering'Beniamino Galvani2019-03-2626-123/+2210
|\
| * device: support bridge vlansBeniamino Galvani2019-03-261-3/+64
| * platform: add support for bridge vlansBeniamino Galvani2019-03-263-1/+121
| * platform: add @family argument to new-link functionBeniamino Galvani2019-03-261-76/+46
| * nmcli: add bridge vlans supportBeniamino Galvani2019-03-261-0/+78
| * ifcfg-rh: add bridge vlans supportBeniamino Galvani2019-03-266-12/+153
| * keyfile: support bridge vlansBeniamino Galvani2019-03-262-0/+182
| * libnm-core: add bridge vlan conversion utilsBeniamino Galvani2019-03-266-1/+188
| * libnm-core: add vlans property to bridge settingBeniamino Galvani2019-03-266-4/+321
| * libnm-core: add vlans property to bridge-port settingBeniamino Galvani2019-03-2612-3/+825
| * all: add vlan-filtering and vlan-default-pvid bridge propertiesBeniamino Galvani2019-03-2610-16/+227
| * keyfile: fix memory leaksBeniamino Galvani2019-03-261-10/+6
| * libnm-core: fix typos in API documentationBeniamino Galvani2019-03-262-4/+4
| * libnm-core: add missing notify in sriov settingBeniamino Galvani2019-03-261-1/+3
|/
* device: fix the slave state change reason on master connection removalLubomir Rintel2019-03-261-0/+5
* nmcli: merge branch 'th/nmcli-list-options'Thomas Haller2019-03-2528-2685/+2248
|\
| * cli/trivial: add comment about partially modifying settings when failing set_...Thomas Haller2019-03-251-0/+11
| * cli: freeze/thaw property changed signals in nmc_setting_set_property()Thomas Haller2019-03-251-7/+11
| * cli/trivial: add FIXME comment about how wrong editor_init_existing_connectio...Thomas Haller2019-03-252-0/+23
| * cli: workaround libnm issue for setting team.runner-tx-hashThomas Haller2019-03-251-2/+82
| * nmcli: add clear_all_fcn() hook for mutllist property typesThomas Haller2019-03-252-4/+14
| * cli: consistently validate multilist options for add and removeThomas Haller2019-03-252-31/+14
| * cli: distinguish between resetting GObject property to default and NULLThomas Haller2019-03-251-5/+14
| * cli: accept ',' as delimiter for match.interface-namesThomas Haller2019-03-251-3/+11
| * cli: don't support removing sriov vfs by indexThomas Haller2019-03-252-4/+1
| * shared: add _nm_utils_escape_plain() APIThomas Haller2019-03-252-12/+40
| * all: consider all ASCII spaces for _nm_utils_escape_spaces() and unescapeThomas Haller2019-03-251-9/+5
| * shared: add NM_ASCII_SPACES macroThomas Haller2019-03-252-0/+27
| * cli: support list of indexes for removing objlist propertyThomas Haller2019-03-251-14/+116
| * cli: cleanup parsing of VLAN ingress/egress priority mapThomas Haller2019-03-251-43/+20
| * cli: refactor splitting the string when parsing the property valuesThomas Haller2019-03-251-41/+84
| * cli: merge remove-by-value and add functions of objlist property typesThomas Haller2019-03-252-181/+70
| * cli: merge set_fcn() and remove_fcn()Thomas Haller2019-03-253-244/+218
| * cli: allow resetting all values via set_fcn() property handlerThomas Haller2019-03-253-147/+155
| * cli: implement remove-fcn for objlist typesThomas Haller2019-03-252-139/+96
| * cli: implement add-fcn for objlist typesThomas Haller2019-03-252-132/+105