summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | libnm/keyfile: return setting-info from _parse_info_find()Thomas Haller2019-03-271-35/+41
| * | libnm/keyfile: make parsing route/address keys reusableThomas Haller2019-03-271-71/+110
| * | libnm: add nm_utils_is_valid_iface_name_utf8safe() utilThomas Haller2019-03-272-0/+25
| * | shared: add nm_utils_str_simpletokens_extract_next()Thomas Haller2019-03-272-0/+55
| * | shared: add nm_ip_addr_is_null() helperThomas Haller2019-03-271-0/+10
| * | platform: set fib_rule_hdr.table to RT_TABLE_UNSPEC for tables larger 255Thomas Haller2019-03-271-1/+1
| * | platform: fix default routing rules added by kernel in NMPRulesManagerThomas Haller2019-03-271-0/+5
| * | cli: fix accepting %NULL value for '+' modifierThomas Haller2019-03-271-1/+6
|/ /
* | lldp: merge branch 'bg/lldp-enh-rh1652211'Beniamino Galvani2019-03-279-886/+2227
|\ \
| * | 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