summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* manager: retry virtual connections when a device is added or changesbg/ib_fixBeniamino Galvani2016-01-071-11/+45
* manager: get rid of unused definesBeniamino Galvani2016-01-071-2/+0
* gitignore: ignore "include/" directoryThomas Haller2016-01-071-0/+1
* build: minor change creating symlinks in install-exec-hook for nmtuiThomas Haller2016-01-071-2/+2
* build: use symlinks for nmtuiMichael Biebl2016-01-072-1/+3
* core: merge branch 'bg/device-zero-mac-fix-rh1288110'Beniamino Galvani2016-01-074-47/+77
|\
| * device: wait for valid MAC before making ethernet devices availableBeniamino Galvani2016-01-073-5/+45
| * device/trivial: split out nm_device_update_initial_hw_address()Beniamino Galvani2016-01-071-21/+29
| * core: simplify generation of default connection for new devicesBeniamino Galvani2016-01-072-23/+5
|/
* wifi: merge branch 'th/wifi-device-creation-bgo760154'Thomas Haller2016-01-064-70/+66
|\
| * wifi: refactor creation of NMDeviceWifi/NMDeviceOlpcMesh to initialize in con...Thomas Haller2016-01-062-34/+13
| * wifi: don't fail construction of NMDeviceWifi in constructorThomas Haller2016-01-064-33/+40
| * wifi-olpc: refactor NMDeviceOlpcMesh to hold pointer to NMManagerThomas Haller2016-01-061-5/+15
| * wifi: use "bool" members instead of gboolean in NMDeviceWifiPrivate structThomas Haller2016-01-061-2/+2
|/
* merge: branch 'bg/helper-macros-bgo760149'Beniamino Galvani2016-01-0640-289/+128
|\
| * core: cache pointer to private-data in NMIP{4,6}Config structureBeniamino Galvani2016-01-064-12/+32
| * core: use NM_PLATFORM_GET instead of nm_platform_get() in function callsBeniamino Galvani2016-01-065-10/+10
| * core: use nm_clear_g_signal_handler() where possibleBeniamino Galvani2016-01-065-46/+11
| * core: always use gulong to store signal handler idsBeniamino Galvani2016-01-0615-28/+28
| * core,libnm: use nm_clear_g_source() where possibleBeniamino Galvani2016-01-0622-193/+47
| * core: fix signedness of NMPolicyPrivate.reset_retries_idBeniamino Galvani2016-01-061-1/+1
|/
* ifcfg-rh: fix utils_detect_ifcfg_path() argumentBeniamino Galvani2016-01-061-1/+1
* ifcfg-rh: only accept ifcfg base paths in impl_ifcfgrh_get_ifcfg_details()Thomas Haller2016-01-061-1/+11
* device/infiniband: take interface down to set transport modeBeniamino Galvani2016-01-051-1/+4
* core: merge branch 'bg/ppp-device-fixes-rh1268617'Beniamino Galvani2016-01-052-3/+5
|\
| * device: update @ip_iface only if IP interface existsBeniamino Galvani2016-01-051-3/+4
| * ppp-manager: clear @ppp_watch_id upon pppd terminationBeniamino Galvani2016-01-051-0/+1
|/
* platform: ensure _nl_send_auto_with_seq() returns 0 on successThomas Haller2016-01-041-2/+3
* platform/trivial: remove extra indention in constructed()Thomas Haller2016-01-041-30/+28
* ppp-manager: initialize MTU to zero when not specifiedBeniamino Galvani2016-01-041-4/+5
* systemd: merge branch 'systemd' into masterThomas Haller2016-01-0475-537/+1076
|\
| * systemd: update code from upstreamThomas Haller2016-01-0470-426/+1057
* | platform/tests: avoid test failure in test_ip6_address_general()Thomas Haller2016-01-041-0/+3
* | device: reset the capabilities to class defaults when reseting themLubomir Rintel2016-01-041-0/+2
* | vlan: make connection available if the device is not realLubomir Rintel2016-01-041-0/+13
* | libnm: merge branch 'th/libnm-test-invalid-connection'Thomas Haller2015-12-2669-683/+1459
|\ \
| * | libnm/tests: add tests for libnm handling invalid connectionsThomas Haller2015-12-262-0/+498
| * | libnm-glib: avoid use-after-free when replace_settings() failsThomas Haller2015-12-261-0/+7
| * | libnm/tests: add test code driving python test serviceThomas Haller2015-12-262-0/+179
| * | libnm/tests: extend handling connections in python test serviceThomas Haller2015-12-261-11/+79
| * | libnm/tests: add dbus-glib support to "nm-test-libnm-utils"Thomas Haller2015-12-262-0/+20
| * | libnm/tests: use nmtstc_nm_remote_settings_new()Thomas Haller2015-12-261-2/+1
| * | libnm/tests: add nmtstc_nm_remote_settings_new()Thomas Haller2015-12-262-0/+21
| * | libnm/tests: use nmtstc_nm_client_new()Thomas Haller2015-12-261-34/+6
| * | libnm/tests: add nmtstc_nm_client_new()Thomas Haller2015-12-262-0/+43
| * | libnm/tests: add NMTSTC_SERVICE_INFO_SETUP() macroThomas Haller2015-12-261-0/+17
| * | nmtst: enable connection utility functions for libnm-glib/libnm-utils libraryThomas Haller2015-12-251-2/+21
| * | nmtst: add nmtst_uuid_generate()Thomas Haller2015-12-251-0/+11
| * | nmtst: add nmtst_find_all_indexes()Thomas Haller2015-12-251-0/+43
| * | nmtst: add nmtst_main_loop_run()Thomas Haller2015-12-251-0/+39