summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* REMOVE: add PATCH_LISTth/platform-nm-1-0Thomas Haller2015-06-171-0/+61
* merge: more isolated pieces of dcbw/devices-for-all (bgo #749401)Dan Williams2015-06-1711-95/+256
|\
| * core: rearrange some VLAN code and clean up dispose()Dan Williams2015-06-171-44/+33
| * platform: move InfiniBand property reading into the platform and prefer netlinkDan Williams2015-06-175-16/+168
| * core: earlier software capability detectionDan Williams2015-06-176-21/+39
| * core: check duplicate devices by interface name not UDIDan Williams2015-06-171-15/+17
|/
* platform/test: fix valgrind warning about NULL arguments to mount()Thomas Haller2015-06-171-2/+2
* linux-platforms: don't enumerate devices via udev if udevd is not runningLubomir Rintel2015-06-171-5/+7
* platform/test: unshare the netns namespace so that root tests don't mess with...Lubomir Rintel2015-06-171-0/+38
* platform: fix compiler warning about non-initialized pointerThomas Haller2015-06-171-1/+1
* merge: device factory cleanups and first parts of devices-for-all (bgo #747429)Dan Williams2015-06-1737-1214/+1777
|\
| * core: let plugins indicate links which should be ignoredDan Williams2015-06-1718-28/+51
| * core: move permanent and initial MAC address reading to NMDevice and NMPlatformDan Williams2015-06-179-254/+210
| * platform: move driver & firmware version reading into the platformDan Williams2015-06-175-58/+114
| * platform: add nm_platform_link_get_by_address()Dan Williams2015-06-174-0/+79
| * platform: ensure created interface matches requested typeDan Williams2015-06-171-2/+13
| * platform: return link objects from add functionsDan Williams2015-06-1714-67/+146
| * core: move virtual interface name handling into device pluginsDan Williams2015-06-175-199/+282
| * trivial: move codeDan Williams2015-06-172-94/+94
| * core: let device plugins advertise supported link and setting typesDan Williams2015-06-1720-500/+658
| * vlan: don't fail if parent isn't found at construct time for existing devicesDan Williams2015-06-176-33/+131
| * trivial: move codeDan Williams2015-06-171-44/+39
| * platform: recognize Bluetooth BNEP devices via DEVTYPEDan Williams2015-06-173-3/+12
| * settings: ignore incompatible connections when looking for existing onesDan Williams2015-06-171-0/+3
| * core: don't activate failed queued activation requestsDan Williams2015-06-171-7/+20
|/
* api: add missing device state reason for NewActivationDan Williams2015-06-171-0/+5
* platform: re-enable the platform link testThomas Haller2015-06-171-0/+1
* platform: keep udev-device in udev_device_added() even if there is no netlink...Thomas Haller2015-06-171-4/+4
* test/trivial: use new EXIT_SKIP return value instead of 77Thomas Haller2015-06-171-1/+1
* merge: don't wait for udev before announcing links; other cleanups (bgo #7476...Dan Williams2015-06-1723-412/+458
|\
| * platform: intern driver string for NMPlatformLinkThomas Haller2015-06-173-13/+14
| * platform: refactor extraction of type-name for linkThomas Haller2015-06-176-41/+66
| * platform: expose nm_link_type_to_string() functionThomas Haller2015-06-172-1/+3
| * platform: detect TUN/TAP device in link_extract_type() independently of platf...Thomas Haller2015-06-171-4/+10
| * core: remove G_GNUC_WARN_UNUSED_RESULT from ASSERT_VALID_PATH_COMPONENT()Thomas Haller2015-06-171-1/+1
| * core: change activation failure messages to debug levelDan Williams2015-06-171-3/+3
| * platform: rework link type detection for better fallback (bgo #743209)Dan Williams2015-06-173-80/+59
| * platform: refactor link-type to string conversionDan Williams2015-06-171-36/+72
| * platform: fix root-tests after adding link detection without udevThomas Haller2015-06-175-36/+13
| * platform: don't wait for udev before announcing linksDan Williams2015-06-178-95/+113
| * core: add generic NMDevice function to recheck availabilityDan Williams2015-06-176-90/+91
| * platform: don't use udev for link type determinationDan Williams2015-06-173-46/+47
|/
* logging: define _LOGT() macro to check valid argumentsThomas Haller2015-06-171-1/+1
* build/trivial: reorder and break lines in Makefile.amThomas Haller2015-06-171-2/+9
* platform: merge branch 'th/platform-div-bgo748131'Thomas Haller2015-06-175-108/+140
|\
| * platform: add NM_PLATFORM_SIGNAL_NONE enum valueThomas Haller2015-06-171-0/+1
| * platform: refactor detection of support_user_ipv6llThomas Haller2015-06-171-44/+57
| * platform: don't assert against success of nl_msg_parse()Thomas Haller2015-06-171-1/+2
| * platform: use new _LOG() logging macros in nm-linux-platform.cThomas Haller2015-06-171-3/+3
| * platform: add _LOG() logging macros to linux platformThomas Haller2015-06-171-0/+42