summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: generate unique default route-metrics per interfaceth/device-route-metric-rh1505893Thomas Haller2017-12-143-2/+255
* core: add read/write support for route-metric to NMConfig's device stateThomas Haller2017-12-143-8/+36
* core: cache device state in NMConfig and load all at onceThomas Haller2017-12-144-71/+156
* core: add nm_config_keyfile_get_int64() utilThomas Haller2017-12-142-0/+34
* device: expose nm_device_get_route_metric_default()Thomas Haller2017-12-142-4/+6
* utils: extend binary-search to return the first/last indexThomas Haller2017-12-143-24/+167
* dhcp: systemd: support the hostname propertyBeniamino Galvani2017-12-131-0/+8
* build: add initial support for meson build systemIñigo Martínez2017-12-1365-0/+5208
* wifi: remove unused variables from iwd deviceThomas Haller2017-12-131-2/+0
* wifi: add initial support for iwd Wi-Fi damonThomas Haller2017-12-1313-133/+2703
|\
| * wifi: downgrade logging level and support reloading "wifi-backend" configurationThomas Haller2017-12-131-2/+2
| * devices/wifi: Register an IWD PSK agent on dbusAndrew Zaborowski2017-12-133-1/+234
| * devices/wifi: Add the wifi-backend config optionAndrew Zaborowski2017-12-132-3/+21
| * devices/wifi: Track IWD devices, match to NMDeviceIwd objectsAndrew Zaborowski2017-12-135-1/+447
| * devices/wifi: Add NMDeviceIwd class to support IWD backendAndrew Zaborowski2017-12-134-0/+1859
| * devices/wifi: Move is_manf_default_ssid to nm-wifi-utils.cAndrew Zaborowski2017-12-133-34/+36
| * devices/wifi: Move AP list utilities to nm-wifi-ap.cAndrew Zaborowski2017-12-133-96/+108
|/
* systemd: merge branch systemd into masterThomas Haller2017-12-13114-232/+837
|\
| * systemd: update code from upstream (2017-12-13)Thomas Haller2017-12-13110-228/+827
* | macros: add _nm_fallthrough macroThomas Haller2017-12-131-0/+6
* | devices/test: give more time to dad checking in test-arpingFrancesco Giudici2017-12-131-1/+1
* | cli: merge branch 'th/cli-strsplit'Thomas Haller2017-12-128-378/+365
|\ \
| * | cli: drop nmc_strsplit_set()Thomas Haller2017-12-127-249/+223
| * | cli: refactor splitting of first command line argumentThomas Haller2017-12-121-64/+90
| * | cli: rework DEFINE_SETTER_PRIV_KEY()Thomas Haller2017-12-121-17/+15
| * | libnm: make nm_setting_802_1x_set_private_key() self-assignment safeThomas Haller2017-12-121-48/+37
|/ /
* | platform: improve ipv6 addresses synchronizationBeniamino Galvani2017-12-121-10/+40
* | merge: bug fixes found via coverityThomas Haller2017-12-126-14/+17
|\ \
| * | core: avoid leaks parsing team link-watcherThomas Haller2017-12-121-4/+7
| * | cli: avoid out-of-bounds-read for show_device_info()Thomas Haller2017-12-121-2/+2
| * | platform: assert() for valid item in nm_platform_link_get_all()Thomas Haller2017-12-121-0/+1
| * | platform: fix crash hashing NMPlatformTfilter and NMPlatformQdiscThomas Haller2017-12-121-4/+4
| * | libnm: fix checking argument in nm_team_link_watcher_new_arp_ping()Thomas Haller2017-12-121-1/+1
| * | core: avoid dereferencing NULL in nm_utils_resolve_conf_parse()Thomas Haller2017-12-121-2/+1
| * | core: fix uninialized boolean variable in reset_autoconnect_all()Thomas Haller2017-12-121-1/+1
|/ /
* | po: translations from the Red Hat translatorsLubomir Rintel2017-12-1210-1992/+1802
* | po: update-po for the translations that are going to be updatedLubomir Rintel2017-12-1210-17955/+24257
* | platform/tests: fix memleaks in testsThomas Haller2017-12-111-4/+4
* | libnm: move symbols that were backported to 1.10.2 before 1.12 to libnm_1_10_2Lubomir Rintel2017-12-111-54/+54
* | device: ensure simple action sdata is a NUL-terminated bytestringLubomir Rintel2017-12-111-3/+8
* | settings: mark the connection as UNSAVED if it was modified in-memoryThomas Haller2017-12-111-1/+5
* | settings: for persist-mode KEEP do not ever save the connection to diskThomas Haller2017-12-111-7/+2
* | settings: fix clearing nm-generated/volatile flags of connectionThomas Haller2017-12-115-8/+18
* | lr/tc: initial support for TC qdiscs and filtersLubomir Rintel2017-12-1151-220/+4579
|\ \
| * | ifcfg-rh: add tc supportlr/tcLubomir Rintel2017-12-115-2/+127
| * | device: set traffic filters when device comes upLubomir Rintel2017-12-111-1/+35
| * | platform: fix TC to-string/hash/cmp functions to include the actionThomas Haller2017-12-113-3/+40
| * | platform: add support for traffic filtersLubomir Rintel2017-12-116-13/+408
| * | clients: add tc tfilter supportLubomir Rintel2017-12-111-0/+83
| * | keyfile/tests: test tc traffic filter reading and writingLubomir Rintel2017-12-112-0/+53