summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: refactor virtual function NMDevice:unrealize_notify() to only clear p...th/device-realizeThomas Haller2016-01-106-24/+23
* device/trivial: rename virtual function NMDevice:unrealize() to unrealize_not...Thomas Haller2016-01-106-18/+18
* device: pass NMPlatformLink instance as const pointerThomas Haller2016-01-1021-22/+22
* device/trivial: rename realize/setup function in NMDeviceThomas Haller2016-01-103-19/+19
* device: remove unused virtual function NMDevice:realize()Thomas Haller2016-01-102-27/+0
* device/vlan: refactor handling platform properties for NMDeviceVlanThomas Haller2016-01-101-75/+69
* device/vlan: remove unreachable code from realize()Thomas Haller2016-01-101-7/+1
* device: remove unneeded implementations of realize()Thomas Haller2016-01-104-35/+0
* device: move implementation of NMDevice:setup_start() to realize_start_setup()Thomas Haller2016-01-1010-44/+61
* device: remove unused virtual function NMDevice:setup_finish()Thomas Haller2016-01-102-22/+13
* device: add realize_start_setup() functionThomas Haller2016-01-101-2/+11
* trivial: fix whitespaceThomas Haller2016-01-082-8/+8
* trivial: fix whitespaceThomas Haller2016-01-081-4/+4
* ca: update Catalan (ca) translation (bgo #760147)Jordi Mas2016-01-081-1760/+3026
* contrib/rpm: install pre-up dispatcher script "10-ifcfg-rh-routes.sh" as no-waitThomas Haller2016-01-082-1/+6
* 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
|\ \