summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: move permanent and initial MAC address reading to NMDevice and NMPlatformth/dcbw/dfa-earlyDan Williams2015-04-299-254/+204
* fixup! platform: move driver & firmware version reading into the platformDan Williams2015-04-295-49/+55
* platform: move driver & firmware version reading into the platformDan Williams2015-04-295-45/+81
* fixup! platform: add nm_platform_link_get_by_address()Dan Williams2015-04-292-3/+2
* platform: add nm_platform_link_get_by_address()Dan Williams2015-04-294-0/+82
* fixup! platform: ensure created interface matches requested typeDan Williams2015-04-291-17/+16
* platform: ensure created interface matches requested typeDan Williams2015-04-291-5/+17
* platform: return link objects from add functionsDan Williams2015-04-2915-69/+149
* fixup! core: move virtual interface name handling into device pluginsDan Williams2015-04-292-5/+5
* core: move virtual interface name handling into device pluginsDan Williams2015-04-295-199/+282
* trivial: move codeDan Williams2015-04-292-94/+94
* fixup! core: let device plugins advertise supported link and setting typesThomas Haller2015-04-292-5/+16
* fixup! core: let device plugins advertise supported link and setting typesDan Williams2015-04-291-1/+7
* fixup! core: let device plugins advertise supported link and setting typesDan Williams2015-04-293-12/+20
* fixup! core: let device plugins advertise supported link and setting typesDan Williams2015-04-2916-106/+95
* fixup! core: let device plugins advertise supported link and setting typesDan Williams2015-04-298-69/+78
* fixup! core: let device plugins advertise supported link and setting typesDan Williams2015-04-296-9/+9
* core: let device plugins advertise supported link and setting typesDan Williams2015-04-2918-336/+463
* vlan: don't fail if parent isn't found at construct timeDan Williams2015-04-296-32/+133
* trivial: move codeDan Williams2015-04-291-44/+39
* settings: ignore incompatible connections when looking for existing onesDan Williams2015-04-271-0/+3
* fixup! core: don't activate failed queued activation requestsDan Williams2015-04-271-1/+2
* core: don't activate failed queued activation requestsDan Williams2015-04-271-7/+19
* core: replace open-coded find_device_by_ip_iface() call in IPv4LL codeDan Williams2015-04-271-14/+5
* logging: define _LOGT() macro to check valid argumentsThomas Haller2015-04-242-3/+3
* dbus-manager: harden registering/unregistering objectDan Williams2015-04-231-4/+8
* ifcfg-rh: don't try to read DEVTIMEOUT from file for in-memory connectionsLubomir Rintel2015-04-231-1/+5
* core: refactor nm_ethernet_address_is_valid() and reject invalid addressesThomas Haller2015-04-232-25/+28
* core/test: add test for nm_ethernet_address_is_valid()Thomas Haller2015-04-231-0/+25
* wifi: avoid assertion in request_wireless_scan() passing NULL to nm_utils_ssi...Thomas Haller2015-04-231-1/+3
* platform: remove wrong assertionThomas Haller2015-04-231-1/+0
* cli: stop waiting for deactivation if device reaches unmanaged stateLubomir Rintel2015-04-231-3/+3
* build/trivial: reorder and break lines in Makefile.amThomas Haller2015-04-221-2/+9
* platform: merge branch 'th/platform-div-bgo748131'Thomas Haller2015-04-225-108/+140
|\
| * platform: add NM_PLATFORM_SIGNAL_NONE enum valueThomas Haller2015-04-221-0/+1
| * platform: refactor detection of support_user_ipv6llThomas Haller2015-04-221-44/+57
| * platform: don't assert against success of nl_msg_parse()Thomas Haller2015-04-221-1/+2
| * platform: use new _LOG() logging macros in nm-linux-platform.cThomas Haller2015-04-221-3/+3
| * platform: add _LOG() logging macros to linux platformThomas Haller2015-04-221-0/+42
| * platform: add nm_platform_try_get() functionThomas Haller2015-04-222-0/+7
| * platform: drop nm_platform_free() and register weak-refThomas Haller2015-04-223-19/+8
| * platform: drop virtual setup() initalization functionThomas Haller2015-04-223-25/+8
| * platform: pass singleton instance to nm_platform_setup()Thomas Haller2015-04-224-12/+8
| * platform: initialize NMLinuxPlatform in constructed() methodThomas Haller2015-04-222-9/+9
|/
* logging: use _nm_log() to avoid duplicate check of whether logging is enabledThomas Haller2015-04-223-9/+9
* logging: add logging macro _nm_log() that logs unconditionallyThomas Haller2015-04-221-1/+9
* logging/trivial: rename _nm_log() to _nm_log_impl()Thomas Haller2015-04-223-18/+18
* logging: ensure that the first argument of the logging statement is a C stringThomas Haller2015-04-221-1/+1
* logging: always pass a static format string to logging functionsThomas Haller2015-04-221-2/+2
* ibft/logging: don't localize logging stagementsThomas Haller2015-04-221-3/+3