summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* platform: fix root-tests after adding link detection without udevlr/nm-1-0-udev-unmanaged-fd731014Thomas Haller2015-05-285-36/+10
* platform: keep udev-device in udev_device_added() even if there is no netlink...Thomas Haller2015-05-281-4/+4
* platform: intern driver string for NMPlatformLinkThomas Haller2015-05-283-13/+14
* platform: refactor extraction of type-name for linkThomas Haller2015-05-286-39/+66
* platform: expose nm_link_type_to_string() functionThomas Haller2015-05-282-1/+3
* platform: detect TUN/TAP device in link_extract_type() independently of platf...Lubomir Rintel2015-05-281-4/+10
* core: remove G_GNUC_WARN_UNUSED_RESULT from ASSERT_VALID_PATH_COMPONENT()Thomas Haller2015-05-281-1/+1
* core: change activation failure messages to debug levelDan Williams2015-05-281-3/+3
* platform: rework link type detection for better fallback (bgo #743209)Dan Williams2015-05-283-80/+59
* platform: refactor link-type to string conversionDan Williams2015-05-281-36/+72
* platform: don't wait for udev before announcing linksDan Williams2015-05-288-95/+111
* core: add generic NMDevice function to recheck availabilityDan Williams2015-05-286-90/+91
* platform: don't use udev for link type determinationDan Williams2015-05-283-46/+47
* platform/trivial: move ethtool codeThomas Haller2015-05-281-79/+81
* platform/trivial: move udev_detect_link_type_from_device()Thomas Haller2015-05-281-36/+35
* platform: split link_type_from_udev()Thomas Haller2015-05-281-9/+10
* platform/trivial: move udev code closer to beginning of nm-linux-platform.cThomas Haller2015-05-281-42/+46
* platform/trivial: remove unused argument from udev_get_driver()Thomas Haller2015-05-281-2/+2
* platform/trivial: move code around so that libnl related stuff is togetherThomas Haller2015-05-281-90/+91
* device: turn off "unmanaged unless IFF_UP externally" for vethLubomir Rintel2015-05-281-0/+12
* device: move the decision whether to wait for IFF_UP a virtual functionLubomir Rintel2015-05-282-6/+15
* bridge/bond/team: device availability shouldn't depend on IFF_UP (bgo #746918)Dan Williams2015-05-283-9/+3
* platform: prevent warning when udev is clueless about a deviceDan Williams2015-05-281-1/+1
* Revert "core: make veth devices default-unmanaged for now"Lubomir Rintel2015-05-281-1/+0
* data: move OLPC MESH udev rules away from calloutsLubomir Rintel2015-05-283-7/+4
* data: add udev rules to make emulated ethernet devices default unmanagedLubomir Rintel2015-05-282-0/+40
* platform: give the platform an opportunity to override default-unmanagedLubomir Rintel2015-05-286-1/+75
* platform: don't wait for udev device initializaton if there's no udevLubomir Rintel2015-05-286-51/+43
* contrib: ensure udev rules from RPM package are appliedLubomir Rintel2015-05-281-0/+6
* Partially revert "dhcp: gracefully recover from failed DHCP BOUND state trans...Dan Williams2015-05-261-2/+2
* libnm-glib: do not access NULL GError variable (rh #1224819)Jiří Klimeš2015-05-261-4/+6
* vpn: don't fail if no system secrets existDan Williams2015-05-201-1/+1
* systemd: fix build with toolchains not exporting CLOCK_BOOTTIMEDan Williams2015-05-191-0/+9
* connectivity: use default on missing connectivity.interval configThomas Haller2015-05-193-4/+13
* config: return internal field directly in nm_config_data_get_connectivity_int...Thomas Haller2015-05-191-1/+1
* config: minor fix in read_entire_config()Thomas Haller2015-05-191-2/+1
* dns: don't override DHCP-supplied search order with domainBeniamino Galvani2015-05-171-24/+30
* core: merge branch 'th/reduce-info-logging-rh1212196'Thomas Haller2015-05-1317-73/+68
|\
| * device/logging: downgrade log level of "Activation: Stage x of 5" messagesThomas Haller2015-05-131-39/+27
| * core/logging: reduce info logging messages for devicesThomas Haller2015-05-132-6/+10
| * device/logging: log connection UUID when activating connectionThomas Haller2015-05-131-2/+3
| * core/logging: adjust log line about loading setting pluginsThomas Haller2015-05-131-1/+1
| * core/logging: downgrade some <info> loggings to <debug>Thomas Haller2015-05-132-2/+2
| * device: expose nm_device_has_capability() functionThomas Haller2015-05-132-9/+11
| * device: use NMDeviceCapabilities enum for device capabilitiesThomas Haller2015-05-1313-14/+14
|/
* merge branch 'backport' into nm-1-0Thomas Haller2015-05-139-54/+133
|\
| * platform/test: include call location in signal assertionsThomas Haller2015-05-132-21/+29
| * platform/test: make asserting signals more flexibleThomas Haller2015-05-134-29/+37
| * test: fix wrong use of memcmp() in nmtst_platform_ip4_routes_equal()Thomas Haller2015-05-131-6/+0
| * platform: fix nm_platform_link_cmp() to consider ifindexThomas Haller2015-05-131-0/+1