summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: suppress log message in nm_device_update_hw_address() when no MAC add...th/preserve-fake-perm-hwaddr-bgo772880-nm-1-4Thomas Haller2016-11-021-44/+35
* device: don't evaluate IP config changes until device is initializedThomas Haller2016-11-021-6/+38
* device: delay evaluating unmanaged-by-user-settings flags until link initializedThomas Haller2016-11-023-16/+40
* device: delay capturing permanent MAC address until UDEV is settledThomas Haller2016-11-023-38/+69
* device: don't allow mutating the device's hardware address lengthThomas Haller2016-11-021-16/+37
* device: treat fake permanent MAC address mostly like a real oneThomas Haller2016-11-0210-32/+31
* config: allow fallback to fake permanent address for default wired connectionsLubomir Rintel2016-11-022-2/+2
* core: add nm_device_get_permanent_hw_address_full() functionThomas Haller2016-11-022-8/+26
* libnm-core/utils: update hwaddr utilitiesThomas Haller2016-11-024-160/+205
* shared: add nm_assert_se() macroThomas Haller2016-11-021-0/+2
* shared: add nm_clear_g_free()Thomas Haller2016-11-022-1/+22
* tools: fix starting tests with D-Bus session with NMTST_NO_VALGRIND=1Thomas Haller2016-11-021-0/+1
* logging: remove LOGD_HW alias for LOGD_PLATFORMThomas Haller2016-11-0218-80/+79
* libnm-core: fix memleak in nm-setting-vlan.c (priority_strv_to_maplist())Thomas Haller2016-11-021-0/+2
* ppp: add counter to D-Bus object path for PPP manager instancesBeniamino Galvani2016-11-021-1/+1
* core: don't unmanage devices on shutdownThomas Haller2016-10-271-80/+20
* cli: completion: escape shell special characters "()&!"Beniamino Galvani2016-10-261-1/+6
* wwan: fix wrong connection cast on device state changeBeniamino Galvani2016-10-261-2/+2
* libnm: avoid possibly NULL address for NMDeviceVlan calling nm_utils_hwaddr_m...Thomas Haller2016-10-241-2/+5
* libnm: fix memleak in NMDeviceVxlanThomas Haller2016-10-241-0/+2
* shared: make nm_str_not_empty() inline function instead of macroThomas Haller2016-10-241-7/+5
* ifcfg-rh: fix signature of link_changed() callbackThomas Haller2016-10-221-2/+1
* merge: branch 'bg/platform-unaligned-stats64-bgo772605'Beniamino Galvani2016-10-143-6/+143
|\
| * platform: avoid unaligned access to link stats on 64bit architecturesBeniamino Galvani2016-10-141-6/+13
| * shared: add unaligned.hBeniamino Galvani2016-10-142-0/+130
|/
* libnm: disconnect devices' signals when disposing managerBeniamino Galvani2016-10-141-7/+15
* supplicant: fix cancellation of interface associationBeniamino Galvani2016-10-141-7/+4
* libnm: merge branch 'bg/libnm-activation-stuck-rh1367752'Beniamino Galvani2016-10-132-5/+22
|\
| * cli: connections: fail the activation if the ac deactivatesBeniamino Galvani2016-10-131-0/+4
| * libnm: make waiting objects fail when an object initialization failsBeniamino Galvani2016-10-131-5/+18
|/
* session-monitor: fix parsing of ConsoleKit databaseBeniamino Galvani2016-10-131-1/+1
* session-monitor: use logging macrosBeniamino Galvani2016-10-131-7/+21
* wwan/ppp: send explicit port speed to pppd when port speed is zero (rh #1281731)Dan Williams2016-10-075-4/+37
* core: remove unnecessary includes to netlink/route libraryThomas Haller2016-10-075-10/+3
* cli: properly set multiple addresses in questionnaire modeBeniamino Galvani2016-10-041-2/+4
* release: bump version to 1.4.3 (development)1.4.3-devBeniamino Galvani2016-09-301-1/+1
* release: bump version to 1.4.21.4.2Beniamino Galvani2016-09-302-3/+5
* release: update NEWSBeniamino Galvani2016-09-301-2/+11
* libnm-core/tests: disable the JSON validation check without janssonLubomir Rintel2016-09-271-0/+2
* device: consider a device with slaves configuredLubomir Rintel2016-09-261-3/+3
* crypto: don't try to decrypt PKCS#8 key if no password is suppliedBeniamino Galvani2016-09-235-13/+7
* contrib/rpm: require at least the version of glib we built againstLubomir Rintel2016-09-231-2/+2
* libnm: relax comparison of bond-option for INFERRABLE matchThomas Haller2016-09-221-5/+23
* device: fix nm_utils_match_connection() for NMSettingInfiniband:mac-addressThomas Haller2016-09-221-0/+36
* macros: simplify NM_IN_SET() and NM_IN_STRSET() macrosThomas Haller2016-09-222-78/+40
* device: fix NULL pointer dereference in dhcp6_start()Beniamino Galvani2016-09-221-1/+1
* cli: merge branch 'jk/nmcli-complete-regression-rh1375933'Beniamino Galvani2016-09-194-48/+81
|\
| * cli: fix yes/no completion in questionnaire modeJiří Klimeš2016-09-191-2/+2
| * cli: tab-complete "Interface name [*]" in questionnaire modeJiří Klimeš2016-09-191-1/+5
| * cli: enable bash completion for some more properties of add/modifyJiří Klimeš2016-09-191-7/+17