summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release: bump version to 1.11.1-dev after 1.10.0 release1.11.1-devth/masterThomas Haller2017-11-13137-137067/+117573
|\
| * po: update Ukrainian (uk) translation (bgo#790215)Yuri Chornoivan2017-11-131-1834/+2436
| * all: merge branch 'th/platform-routes-onlink-rh1428334'Thomas Haller2017-11-1322-298/+572
| |\
| | * platform/tests: add test for onlink route attributeThomas Haller2017-11-131-60/+142
| | * all: support route-attribute "onlink" for IPv4Thomas Haller2017-11-139-49/+141
| | * platform: consider RTNH_F_ONLINK onlink flag for IPv4 routesThomas Haller2017-11-133-5/+11
| | * platform: track all rtm_flags for routesThomas Haller2017-11-135-31/+70
| | * core: merge IPv4 and IPv6 version of _nm_ip_config_merge_route_attributes()Thomas Haller2017-11-133-92/+79
| | * shared: add nm_ip_addr_set() helperThomas Haller2017-11-131-0/+13
| | * shared/trivial: move codeThomas Haller2017-11-131-17/+17
| | * platform: add generic NM_PLATFORM_IP_ROUTE_CAST() macroThomas Haller2017-11-131-16/+4
| | * core: use NM_CONSTCAST() for NM_IP_CONFIG_CAST()Thomas Haller2017-11-132-27/+45
| | * build: detect compiler features _Generic() and __auto_type in configure scriptThomas Haller2017-11-132-1/+24
| | * shared: propagate constness in _NM_GET_PRIVATE_PTR()Thomas Haller2017-11-133-5/+31
| | * shared: fix detection of _Generic() supportThomas Haller2017-11-131-1/+1
| |/
| * core: fix build without connectivity checkBeniamino Galvani2017-11-122-1/+12
| * device: silent compiler warningBeniamino Galvani2017-11-101-1/+1
| * ofono: merge branch 'th/ofono-ip-config-fix'Beniamino Galvani2017-11-101-110/+79
| |\
| | * ofono: refactor error handling in context_property_changed()Thomas Haller2017-11-101-76/+58
| | * ofono: fix creating IP config with proper ifindex of InterfaceThomas Haller2017-11-101-20/+8
| | * ofono: refactor error handling for missing Interface in context_property_chan...Thomas Haller2017-11-101-12/+12
| | * ofono: fix leaks in context_property_changed()Thomas Haller2017-11-101-3/+2
| |/
| * libnm-core: fix "Since" notation in team and team-port settings.Francesco Giudici2017-11-102-22/+22
| * device: add a new state-reason for DAD failuresBeniamino Galvani2017-11-093-3/+8
| * device: don't necessarily fail the connection when ipv4 DAD failsBeniamino Galvani2017-11-091-4/+4
| * merge: branch 'fg/team_abstraction_rh1398925'Francesco Giudici2017-11-0911-3/+1832
| |\
| | * libnm-core: enforce team and team-port defaultsfg/team_abstraction_rh1398925Francesco Giudici2017-11-096-50/+81
| | * cli: add team-port propertiesFrancesco Giudici2017-11-091-0/+47
| | * libnm-core: enforce team-port config and properties alignmentFrancesco Giudici2017-11-091-0/+50
| | * libnm-core: add explicit team properties to NMSettingTeamPortFrancesco Giudici2017-11-094-0/+223
| | * cli: add team propertiesFrancesco Giudici2017-11-091-0/+179
| | * libnm-core: enforce team config and properties alignmentFrancesco Giudici2017-11-092-2/+169
| | * libnm-core: add explicit team properties to NMSettingTeamFrancesco Giudici2017-11-094-2/+745
| | * libnm-core: add inline functions to update team json configFrancesco Giudici2017-11-091-0/+81
| | * libnm-core: add functions to align team json config to exposed propertiesFrancesco Giudici2017-11-092-1/+304
| | * shared: add json_boolean_value support in jansson.hFrancesco Giudici2017-11-091-0/+5
| |/
| * all: merge branch 'th/jansson'Thomas Haller2017-11-096-37/+80
| |\
| | * all: update compatiblity for older libjansson versionsth/janssonThomas Haller2017-11-093-7/+20
| | * all: use nm-jansson.hThomas Haller2017-11-093-37/+4
| | * shared: add jansson.h compatibility and utils headerThomas Haller2017-11-092-0/+63
| |/
| * shared: trivial: add space before comment closeFrancesco Giudici2017-11-091-1/+1
| * shared: make NM_CONSTCAST() macro variadicThomas Haller2017-11-094-57/+86
| * shared: rework _NM_GET_PRIVATE() to use _Generic()Thomas Haller2017-11-093-47/+57
| * checkpoint: add libnm supportBeniamino Galvani2017-11-0917-59/+1270
| |\
| | * examples: add checkpoint example using python gobject-introspectionBeniamino Galvani2017-11-091-0/+130
| | * libnm: add checkpoint supportBeniamino Galvani2017-11-0910-0/+1008
| | * core: export checkpoint list over D-BusBeniamino Galvani2017-11-095-4/+68
| | * checkpoint: track checkpoints in a listBeniamino Galvani2017-11-091-27/+41
| | * checkpoint: don't include unrealized devicesBeniamino Galvani2017-11-093-24/+17
| | * checkpoint: specify path of already existing checkpoint on errorBeniamino Galvani2017-11-091-3/+5