summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* settings: shortcut nm_settings_get_connection_by_uuid() if @uuid is invaliddcbw/devices-for-all-1Thomas Haller2015-05-071-0/+3
* fixup! core: allow multiple devices with the same interface nameDan Williams2015-05-071-3/+3
* core: allow multiple devices with the same interface nameDan Williams2015-05-076-131/+190
* fixup! core: ensure platform links are compatible with the NMDeviceDan Williams2015-05-073-2/+4
* core: ensure platform links are compatible with the NMDeviceDan Williams2015-05-0718-26/+121
* fixup! libnm/libnm-glib: add NMClient.get_all_devices() method and "all-devic...Dan Williams2015-05-075-6/+125
* fixup! libnm/libnm-glib: add NMClient.get_all_devices() method and "all-devic...Dan Williams2015-05-071-0/+8
* libnm/libnm-glib: add NMClient.get_all_devices() method and "all-devices" pro...Dan Williams2015-05-078-32/+167
* fixup! api/manager: add GetAllDevices() method and AllDevices propertyDan Williams2015-05-073-14/+42
* api/manager: add GetAllDevices() method and AllDevices propertyDan Williams2015-05-073-3/+67
* fixup! core: create devices first and realize them laterDan Williams2015-05-071-3/+0
* fixup! core: create devices first and realize them laterDan Williams2015-05-071-2/+2
* fixup! core: create devices first and realize them laterDan Williams2015-05-071-2/+3
* fixup! core: create devices first and realize them laterDan Williams2015-05-071-18/+1
* fixup! core: create devices first and realize them laterDan Williams2015-05-071-0/+6
* fixup! core: create devices first and realize them laterDan Williams2015-05-071-1/+1
* fixup! core: rearrange some VLAN code and clean up dispose()Dan Williams2015-05-071-54/+17
* fixup! core: create devices first and realize them laterDan Williams2015-05-071-8/+13
* core: create devices first and realize them laterDan Williams2015-05-0711-205/+268
* core: rearrange some VLAN code and clean up dispose()Dan Williams2015-05-071-15/+38
* platform: move InfiniBand property reading into the platformDan Williams2015-05-075-16/+167
* fixup! core: earlier software capability detectionDan Williams2015-05-071-2/+5
* core: earlier software capability detectionDan Williams2015-05-076-21/+53
* fixup! core: add class function for device unrealizationDan Williams2015-05-071-0/+5
* fixup! core: add class function for device unrealizationDan Williams2015-05-071-1/+4
* fixup! core: add class function for device unrealizationDan Williams2015-05-074-19/+25
* fixup! core: add class function for device unrealizationDan Williams2015-05-071-12/+28
* core: add class function for device unrealizationDan Williams2015-05-074-14/+120
* fixup! libnm-glib/libnm: add support for Realized device propertyDan Williams2015-05-076-63/+64
* libnm-glib/libnm: add support for Realized device propertyDan Williams2015-05-076-0/+81
* fixup! core: add "real" NMDevice propertyDan Williams2015-05-074-25/+24
* core: add "realized" NMDevice propertyDan Williams2015-05-074-6/+67
* fixup! core: check duplicate devices by interface name not UDIDan Williams2015-05-071-0/+4
* core: check duplicate devices by interface name not UDIDan Williams2015-05-071-15/+13
* fixup! core: split device creation and device setupDan Williams2015-05-071-5/+0
* fixup! core: split device creation and device setupDan Williams2015-05-071-2/+2
* fixup! core: split device creation and device setupDan Williams2015-05-078-70/+69
* core: split device creation and device setupDan Williams2015-05-0729-764/+818
* merge: device factory cleanups and first parts of devices-for-all (bgo #747429)Dan Williams2015-05-0637-1209/+1772
|\
| * core: let plugins indicate links which should be ignoreddcbw/dfa-earlyDan Williams2015-05-0617-27/+50
| * core: move permanent and initial MAC address reading to NMDevice and NMPlatformDan Williams2015-05-069-254/+210
| * platform: move driver & firmware version reading into the platformDan Williams2015-05-065-58/+114
| * platform: add nm_platform_link_get_by_address()Dan Williams2015-05-064-0/+79
| * platform: ensure created interface matches requested typeDan Williams2015-05-061-2/+13
| * platform: return link objects from add functionsDan Williams2015-05-0615-69/+148
| * core: move virtual interface name handling into device pluginsDan Williams2015-05-065-199/+282
| * trivial: move codeDan Williams2015-05-062-94/+94
| * core: let device plugins advertise supported link and setting typesDan Williams2015-05-0619-494/+652
| * vlan: don't fail if parent isn't found at construct time for existing devicesDan Williams2015-05-066-33/+131
| * trivial: move codeDan Williams2015-05-061-44/+39