summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* platform: add network namespace support to platformth/platform-netnsThomas Haller2016-02-2012-67/+745
* platform: call ethtool functions via platformThomas Haller2016-02-193-2/+24
* macros: split macro NM_GOBJECT_PROPERTIES_DEFINE() in twoThomas Haller2016-02-191-2/+5
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-19437-1000/+801
* device: don't allways set assumed reason when platform init is doneLubomir Rintel2016-02-191-1/+18
* shared: fix nm_sprintf_buf() macro to allow plain stringThomas Haller2016-02-191-2/+2
* device: expose NMIP4Config:addresses in stable/defined sort orderThomas Haller2016-02-183-0/+71
* platform: expose nmp_utils_ip4_address_is_link_local() functionThomas Haller2016-02-184-12/+18
* Revert "build: fix detection of NSS library on Debian"Thomas Haller2016-02-181-5/+1
* device: fix assertion on unmanaged_mask for slave devicesBeniamino Galvani2016-02-181-2/+0
* build: fix detection of NSS library on DebianThomas Haller2016-02-181-1/+5
* ifcfg-rh/tests: pass arguments to tests via nmtst_add_test_func()Thomas Haller2016-02-181-144/+115
* ifcfg-rh: more testcase cleanupsDan Williams2016-02-171-924/+349
* cli: disable colors on dumb terminalsLubomir Rintel2016-02-171-2/+7
* manager: don't proceed with activation when there's no master deviceLubomir Rintel2016-02-171-15/+0
* merge: branch 'th/lr/conn-device-ifname'Lubomir Rintel2016-02-1713-149/+104
|\
| * device: optimize nm_manager_get_connection_iface()th/lr/conn-device-ifnameThomas Haller2016-02-171-0/+14
| * device: don't overwrite get_connection_iface() by defaultThomas Haller2016-02-171-20/+7
| * manager: reused the factory looked up in nm_manager_get_connection_iface()Thomas Haller2016-02-171-7/+10
| * device: remove interface name checks from all classesLubomir Rintel2016-02-176-44/+3
| * device: move the interface name check from managerLubomir Rintel2016-02-172-12/+13
| * manager: export nm_manager_get_connection_iface()Lubomir Rintel2016-02-172-12/+18
| * device-factory: always use the factory to determine the connection's interfac...Lubomir Rintel2016-02-172-22/+7
| * device-factory/trivial: rename get_virtual_iface_name() to get_connection_ifa...Lubomir Rintel2016-02-178-42/+42
|/
* utils: fix NM_UTILS_ENUM2STR_DEFINE() which always returned the last elementThomas Haller2016-02-171-1/+1
* platform: add IN6_ADDR_GEN_MODE_RANDOM to nm_platform_link_inet6_addrgenmode2...Thomas Haller2016-02-172-0/+2
* platform: use nm_platform_link_inet6_addrgenmode2str() in link-to-stringThomas Haller2016-02-171-17/+3
* platform: stack-allocate temporary string in nm_platform_link_tun_get_propert...Thomas Haller2016-02-171-8/+5
* contrib/rpm: add README, improve usage output and rename --no-build option to...Thomas Haller2016-02-172-6/+32
* shared: move definition of "bool" to nm-macros-internal.hThomas Haller2016-02-162-47/+47
* manager: fix typo in error messageBeniamino Galvani2016-02-161-1/+1
* platform: merge branch 'th/platform-recvmsgs-fixes-bgo761959'Thomas Haller2016-02-163-28/+24
|\
| * platform: during @abort_parsing goto stop in event_handler_recvmsgs()Thomas Haller2016-02-161-5/+2
| * platform: don't set @err during stop: in event_handler_recvmsgs()Thomas Haller2016-02-161-1/+1
| * platform: continue reading in event_handler_recvmsgs() when not handling eventsThomas Haller2016-02-161-1/+4
| * platform: fix error handling in event_handler_recvmsgs()Thomas Haller2016-02-161-2/+3
| * platform: downgrade logging message to TRACE level in event_handler_recvmsgs()Thomas Haller2016-02-161-2/+2
| * platform: don't return number of messages from event_handler_recvmsgs()Thomas Haller2016-02-161-6/+1
| * platform: simplify event_handler_recvmsgs() by using cleanup attributeThomas Haller2016-02-161-15/+5
| * macros: add nm_auto_free macroThomas Haller2016-02-162-1/+11
|/
* travis: update .travis.yml not to run tests when build failsThomas Haller2016-02-161-4/+4
* platform/tests: workaround test failure for kernel bugThomas Haller2016-02-161-3/+11
* merge: branch 'bg/dhcp-timeout-property-bgo761464'Beniamino Galvani2016-02-1610-55/+55
|\
| * libnm-core: fix ifcfg-rh documentation for dhcp-timeout propertyBeniamino Galvani2016-02-161-2/+2
| * libnm-core: make ipvx.dhcp-timeout signedBeniamino Galvani2016-02-163-9/+9
| * libnm,core,cli: move dhcp-timeout property to generic NMSettingIPConfigBeniamino Galvani2016-02-1610-52/+52
|/
* device: merge branch 'th/device-applied-connection-bgo760884'Thomas Haller2016-02-1611-28/+475
|\
| * introspection: document the meaning of active connectionsThomas Haller2016-02-161-0/+9
| * device: fix signature for @flags argument of impl_device_reapply()Thomas Haller2016-02-163-6/+6
| * libnm: add nm_device_get_applied_connection() functionThomas Haller2016-02-163-0/+194