summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm-core: make compiler happyfg/tmpFrancesco Giudici2019-03-291-1/+1
* libnm-core: drop unused variableFrancesco Giudici2019-03-281-1/+0
* ovs: don't traverse interface through disconnected when the ovsdb entry is re...Lubomir Rintel2019-03-281-8/+1
* ovs-interface: dissociate the link on disconnectionLubomir Rintel2019-03-281-0/+11
* settings: keep the added connection alive for a bit longerLubomir Rintel2019-03-281-1/+7
* libnm,core: merge branch 'th/routing-rule-pt2'Thomas Haller2019-03-2730-813/+4996
|\
| * core: add handling of IP routing rules to NMDeviceThomas Haller2019-03-276-7/+152
| * cli: add support for routing rules to nmcliThomas Haller2019-03-273-632/+997
| * ifcfg-rh: add support for routing rules as "ROUTING_RULE_#" keysThomas Haller2019-03-277-11/+345
| * libnm: add API to NMSettingIPConfig for routing rulesThomas Haller2019-03-276-3/+578
| * libnm: add NMIPRoutingRule APIThomas Haller2019-03-276-1/+2556
| * cli: support escaping for splitting for objlist propertiesThomas Haller2019-03-272-6/+39
| * libnm/keyfile: add parser_full() hook for reading non GObject based propertiesThomas Haller2019-03-271-21/+38
| * libnm/keyfile: add writer_full() hook for persisting non GObject based proper...Thomas Haller2019-03-271-27/+41
| * 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