summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * cli,all: merge branch 'th/strsplit-pt4'Thomas Haller2019-04-187-290/+125
| |\
| | * cli: use "escaped-tokens" style for splitting "vlan.xgress-priority-map" listThomas Haller2019-04-181-7/+2
| | * cli: cleanup _get_fcn_vlan_xgress_priority_map()Thomas Haller2019-04-181-23/+21
| | * cli: unify set of characters to tokenize list propertiesThomas Haller2019-04-181-3/+3
| | * shared: remove unused _nm_utils_escape_plain()/_nm_utils_escape_spaces() APIThomas Haller2019-04-183-190/+0
| | * ifcfg-rh: use nm_utils_escaped_tokens* for "MATCH_INTERFACE_NAME"Thomas Haller2019-04-182-7/+8
| | * cli: refactor multilist property handling of "match.interface-names"Thomas Haller2019-04-182-23/+14
| | * cli: return early when splitting with %VALUE_STRSPLIT_MODE_STRIPPEDThomas Haller2019-04-181-1/+2
| | * cli: drop unused strsplit_with_escape mode for objlist propertiesThomas Haller2019-04-182-10/+1
| | * cli: assert for proper escaping when creating objlist stringThomas Haller2019-04-181-16/+36
| | * cli: default splitting list properties with escaped-tokens styleThomas Haller2019-04-182-12/+34
| | * cli: fix splitting of multilist property in setterThomas Haller2019-04-181-2/+2
| | * cli: fix handling empty match.interface-name propertyThomas Haller2019-04-182-4/+10
| |/
| * platform: merge branch 'th/platform-routing-rules-compare'Thomas Haller2019-04-188-241/+273
| |\
| | * platform: compare routing rules according to kernel support for FRA_L3MDEVThomas Haller2019-04-181-9/+14
| | * platform: compare routing rules according to kernel support for FRA_UID_RANGEThomas Haller2019-04-181-7/+16
| | * platform: compare routing rules according to kernel support for FRA_IP_PROTOThomas Haller2019-04-181-9/+16
| | * platform: compare routing rules according to kernel support for FRA_PROTOCOLThomas Haller2019-04-181-3/+12
| | * platform: detect kernel support for FRA_L3MDEVThomas Haller2019-04-183-0/+16
| | * platform: detect kernel support for FRA_UID_RANGEThomas Haller2019-04-183-0/+16
| | * platform: detect kernel support for FRA_IP_PROTO, FRA_SPORT_RANGE, FRA_DPORT_...Thomas Haller2019-04-183-0/+22
| | * platform: detect kernel support for FRA_PROTOCOLThomas Haller2019-04-183-0/+13
| | * platform: refactor detecting kernel featuresThomas Haller2019-04-188-214/+149
| |/
| * libnm-core/tests: fix "-Werror=logical-not-parentheses" warning in _sock_addr...Thomas Haller2019-04-181-1/+1
| * bridge: merge branch 'bg/bridge-vlan-ranges'Beniamino Galvani2019-04-1819-184/+341
| |\
| | * libnm: minor refactoring of _nm_utils_bridge_vlan_verify_list()Thomas Haller2019-04-181-21/+27
| | * all: use escaped_tokens API for bridge vlansBeniamino Galvani2019-04-185-6/+8
| | * device: avoid multiple allocations in setting_vlans_to_platform()Thomas Haller2019-04-181-20/+23
| | * all: support bridge vlan rangesBeniamino Galvani2019-04-1818-164/+310
| | * clients: fix typosBeniamino Galvani2019-04-181-5/+5
| |/
| * ifcfg-rh: fix compiler warning in read_routing_rules_parse()Thomas Haller2019-04-181-2/+2
| * po: update Spanish (es) translationRodrigo Lledó2019-04-171-3022/+3017
| * shared: add nm_utils_escaped_tokens_escape_gstr_assert()Thomas Haller2019-04-171-0/+33
| * all: merge branch 'th/strsplit-pt3'Thomas Haller2019-04-177-121/+334
| |\
| | * shared/tests: add unit tests for new flags of nm_utils_strsplit_set_full()Thomas Haller2019-04-171-4/+60
| | * shared: remove unused nm_utils_str_simpletokens_extract_next()Thomas Haller2019-04-172-55/+0
| | * cli: use nm_utils_escaped_tokens_*() for handling policy routesThomas Haller2019-04-171-3/+3
| | * libnm: use nm_utils_escaped_tokens_*() for parsing NMIPRoutingRuleThomas Haller2019-04-172-30/+14
| | * cli: add new style for tokenizing/concatenating list options in nmcliThomas Haller2019-04-172-7/+23
| | * shared: add nm_utils_escaped_tokens_escape()Thomas Haller2019-04-172-0/+107
| | * shared: add NM_UTILS_STRSPLIT_SET_FLAGS_ESCAPED to nm_utils_strsplit_set_full()Thomas Haller2019-04-172-1/+53
| | * shared: add NM_UTILS_STRSPLIT_SET_FLAGS_STRSTRIP to nm_utils_strsplit_set_full()Thomas Haller2019-04-172-17/+66
| | * cli: avoid duplicate delimiters when printing objlist propertyThomas Haller2019-04-171-4/+8
| |/
| * cli: fix crash in split_required_fields_for_con_show()Thomas Haller2019-04-161-2/+6
| * build: document defaults consistentlyLubomir Rintel2019-04-163-14/+14
| * build: default to internal DHCP clientLubomir Rintel2019-04-162-7/+7
| * build: drop HAVE_SYSTEMD defineLubomir Rintel2019-04-163-7/+0
| * build: drop HAVE_WIFI defineLubomir Rintel2019-04-163-7/+0
| * all: goodbye libnm-glibLubomir Rintel2019-04-16215-74761/+11
| * dcb: fix invalid assertion in dcb's do_helper()Thomas Haller2019-04-161-1/+1