summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cli: don't look up a device for activation request unless we have tolr/conn-reactivation-bgo730492Lubomir Rintel2015-04-031-2/+3
* manager: remove a connection from device if we're activating it on another de...Lubomir Rintel2015-04-033-30/+48
* manager: pick an available device if none was specified upon connection activ...Lubomir Rintel2015-04-031-1/+24
* manager: reuse a device connection is active on if none was given upon activa...Lubomir Rintel2015-04-031-1/+15
* bridge/bond/team: device availability shouldn't depend on IFF_UP (bgo #746918)Dan Williams2015-04-023-9/+3
* team: respawn teamd instead of exiting (rh #1145988) (bgo #745903)Dan Williams2015-04-021-118/+176
|\
| * team: ratelimit teamd spawningDan Williams2015-04-021-57/+79
| * team: respawn teamd when it exits instead of failing activation (rh #1145988)Dan Williams2015-04-021-79/+115
|/
* wifi: clear WPAS_REMOVED_TAG when scanning Wi-Fi APBernd Edlinger2015-04-021-3/+18
* device: use UNMANAGED reason instead of REMOVED when unmanaging devices upon ...Lubomir Rintel2015-04-021-2/+2
* build: fix compile warnings in DNS managerBeniamino Galvani2015-04-011-2/+5
* build: fix compile error in DNS managerBeniamino Galvani2015-04-011-5/+3
* dbus-manager: disconnect thre private server before destroying itLubomir Rintel2015-04-011-0/+1
* device: progress the device activation if it has a valid assumed connectionLubomir Rintel2015-04-011-0/+2
* crypto: only use gnutls crypto API, remove libgcrypt dependency (bgo #730294)Jiří Klimeš2015-04-015-162/+112
* core: add "fatal-warnings" option to NM_DEBUGThomas Haller2015-04-012-9/+24
* platform: load libnl-3.so.200, not libnl-3.so (rh #1205195)Jiří Klimeš2015-03-301-1/+1
* libnl/trivial: add code comment to NM_UTILS_UUID_NSThomas Haller2015-03-301-0/+1
* po: update German (de) translation (bgo #746855)Christian Kirbach2015-03-301-2185/+3654
* contrib/fedora: update REQUIRED_PACKAGES file with perl-YAML packageThomas Haller2015-03-291-0/+1
* merge: respawn DNS plugin children if they quit unexpectedly (bgo #728342)Dan Williams2015-03-275-93/+131
|\
| * dns: refresh DNS if plugin child quits unexpectedly (bgo #728342)Dan Williams2015-03-271-1/+22
| * dns: ensure that update_dns() always returns a GError on failureDan Williams2015-03-274-63/+63
| * dns: refactor building IP config lists for plugins (bgo #728342)Dan Williams2015-03-271-27/+43
| * dns: kill plugin child synchronously to avoid restart race (rh #1161232) (bgo...Dan Williams2015-03-271-2/+3
|/
* merge: use dev_id when constructing interface identifiers (rh #1101809)Dan Williams2015-03-277-6/+85
|\
| * core: use dev_id when calculating the interface IPv6 IID (rh #1101809)Dan Williams2015-03-273-4/+18
| * platform: add nm_platform_link_get_dev_id()Dan Williams2015-03-274-1/+60
| * platform: update code documentation for nm_platform_link_get_physical_port_id()Dan Williams2015-03-271-1/+7
|/
* platform: prevent warning when udev is clueless about a deviceDan Williams2015-03-271-1/+1
* man: add an example to nmcli manual pageJiří Klimeš2015-03-261-0/+4
* libnm-util: allow 0.0.0.0/1 route in verify() (rh #1203904)Jiří Klimeš2015-03-242-10/+44
* dhcp: merge branch 'systemd-dhcp' into masterth/dhcpThomas Haller2015-03-2311-91/+176
|\
| * dhcp: update systemd DHCP codeThomas Haller2015-03-2311-89/+175
* | platform: merge branch 'lr/udev-unmanaged-fd731014'Lubomir Rintel2015-03-2317-61/+169
|\ \
| * | Revert "core: make veth devices default-unmanaged for now"lr/udev-unmanaged-fd731014Lubomir Rintel2015-03-231-1/+0
| * | data: move OLPC MESH udev rules away from calloutsLubomir Rintel2015-03-233-7/+4
| * | data: add udev rules to make emulated ethernet devices default unmanagedLubomir Rintel2015-03-232-0/+40
| * | platform: give the platform an opportunity to override default-unmanagedLubomir Rintel2015-03-236-1/+75
| * | platform: don't wait for udev device initializaton if there's no udevLubomir Rintel2015-03-237-53/+45
| * | contrib: ensure udev rules from RPM package are appliedLubomir Rintel2015-03-201-0/+6
|/ /
* | trivial: remove semicolon after macro definitionThomas Haller2015-03-201-1/+1
* | libnm/keyfile: sort keyfile entries and nm_connection_for_each_setting_value()Thomas Haller2015-03-204-71/+221
|\ \
| * | libnm: sort properties for nm_setting_enumerate_values()Thomas Haller2015-03-201-0/+35
| * | libnm: sort settings for nm_connection_for_each_setting_value()Thomas Haller2015-03-201-3/+41
| * | keyfile/test: refactor and cleanup _keyfile_convert()Thomas Haller2015-03-201-58/+113
| * | test: print connections as keyfile on failure of nmtst_assert_connection_equa...Thomas Haller2015-03-201-0/+18
| * | test: fix printing error in nmtst_assert_connection_equals()Thomas Haller2015-03-201-7/+10
| * | test: fix __NMTST_LOG() macro to allow format-string-only argumentThomas Haller2015-03-201-3/+4
|/ /
* | libnm: merge branch 'th/wep-key-bgo745890'Thomas Haller2015-03-2011-167/+30
|\ \