summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* platform/test: unshare the netns namespace so that root tests don't mess with...th/platform-tests-unshareThomas Haller2015-04-221-0/+8
* 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
* nm-ip[64]-config: set ifindex when replacing a duplicate routeLubomir Rintel2015-04-222-0/+2
* cli: fix allowed slave-typesJiří Klimeš2015-04-221-1/+1
* platform/test: refactor detection of root-testThomas Haller2015-04-213-6/+13
* platform: pass @platform instance to build_rtnl_addr()Thomas Haller2015-04-211-7/+8
* platform: add self argument to platform functionsThomas Haller2015-04-2146-1017/+1206
* trivial: fix spelling in commentsThomas Haller2015-04-202-5/+5
* merge: add new nm-plugin-missing property for devices (bgo #747851)Jiří Klimeš2015-04-208-45/+153
|\
| * cli: add NM-PLUGIN-MISSING to devicesJiří Klimeš2015-04-201-10/+12
| * core: set nm-plugin-missing device propertyJiří Klimeš2015-04-201-0/+4
| * libnm: add nm-plugin-missing property indicating NM device plugin not availableJiří Klimeš2015-04-203-0/+43
| * device: add nm-plugin-missing property indicating NM device plugin not availableJiří Klimeš2015-04-203-0/+45
| * cli: better indicate when a Wi-Fi plugin might not be available (rh #1168573)Jiří Klimeš2015-04-201-44/+58
|/
* core: (trivial) fix spelling in commentsJiří Klimeš2015-04-203-9/+9
* core: merge branch 'th/reduce-info-logging-rh1212196'Thomas Haller2015-04-1817-73/+68
|\
| * device/logging: downgrade log level of "Activation: Stage x of 5" messagesThomas Haller2015-04-181-39/+27
| * core/logging: reduce info logging messages for devicesThomas Haller2015-04-182-6/+10
| * device/logging: log connection UUID when activating connectionThomas Haller2015-04-181-2/+3
| * core/logging: adjust log line about loading setting pluginsThomas Haller2015-04-181-1/+1
| * core/logging: downgrade some <info> loggings to <debug>Thomas Haller2015-04-182-2/+2
| * device: expose nm_device_has_capability() functionThomas Haller2015-04-182-9/+11
| * device: use NMDeviceCapabilities enum for device capabilitiesThomas Haller2015-04-1813-14/+14
|/
* libnm-core: trivial error message fixesDan Winship2015-04-172-3/+3
* wimax: drop WiMAX support (bgo #747846)Dan Winship2015-04-1737-4303/+171
* systemd: make NetworkManager reloadable via SIGHUPThomas Haller2015-04-171-0/+1
* core: optimize nm_match_spec_s390_subchannels() to return earlyThomas Haller2015-04-171-0/+3
* config: fix filename order for config-descriptionThomas Haller2015-04-171-9/+16
* nm-remote-connection: take a reference to self while calling get_settingsLubomir Rintel2015-04-171-1/+4
* valgrind: fix suppressions for glib for Fedora 21Thomas Haller2015-04-171-0/+11
* valgrind: add comment to suppressions fileThomas Haller2015-04-171-0/+6
* contrib/rpm: add comment to NetworkManager.conf fileThomas Haller2015-04-161-0/+13
* platform/trivial: move ethtool codeThomas Haller2015-04-141-79/+81
* platform/trivial: move udev_detect_link_type_from_device()Thomas Haller2015-04-141-36/+35