summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! ifcfg-rh: add support for Wake-on-LAN ethtool optionsbg/wol-rh1141417Beniamino Galvani2015-06-202-0/+145
* core: configure Wake-on-LAN parameters for Ethernet devicesBeniamino Galvani2015-06-203-0/+50
* cli: add support for Wake-on-LAN settingsBeniamino Galvani2015-06-201-1/+61
* ifcfg-rh: add support for Wake-on-LAN ethtool optionsBeniamino Galvani2015-06-202-0/+108
* libnm-core: add Wake-on-LAN properties to NMSettingWiredBeniamino Galvani2015-06-204-0/+148
* build: add template files for glib-mkenumsBeniamino Galvani2015-06-203-8/+186
* platform: fix ip4_check_reinstall_device_route() implementationThomas Haller2015-06-191-11/+46
* platform/trivial: rename ObjectType to NMPObjectTypeThomas Haller2015-06-194-138/+138
* platform: add nm_platform_process_events() functionThomas Haller2015-06-193-0/+28
* trivial: move some code around in nm-device.cDan Williams2015-06-191-23/+23
* all: fix additional compiler warningis about function declarationsJiří Klimeš2015-06-194-4/+4
* merge: activate slaves when master is activated (bgo #735052) (rh #1158529)Jiří Klimeš2015-06-199-7/+287
|\
| * man: mention that connection.autoconnect-slaves property supports default valueJiří Klimeš2015-06-191-0/+4
| * core: activate slaves when master is activated (bgo #735052) (rh #1158529)Jiří Klimeš2015-06-191-0/+124
| * cli: add support for connection.autoconnect-slaves propertyJiří Klimeš2015-06-191-6/+58
| * ifcfg-rh: read/write autoconnect-slaves property as AUTOCONNECT_SLAVESJiří Klimeš2015-06-193-2/+18
| * libnm: add autoconnect-slaves property to NMSettingConnectionJiří Klimeš2015-06-194-0/+84
|/
* vxlan: o.fd.NM.Device.Proxy is a booleanLubomir Rintel2015-06-181-1/+1
* manager: use proper reason when stealing a connectionLubomir Rintel2015-06-181-1/+1
* default-route-manager: fix syncing routes to consider non-synced routesThomas Haller2015-06-181-0/+24
* platform: fix lookup addresses and routes for any ifindex and refactor NMPCac...Thomas Haller2015-06-184-172/+148
* device: delay handling of link-changed platform eventThomas Haller2015-06-181-31/+67
* default-route-manager: disambiguate logging statementsThomas Haller2015-06-171-8/+9
* settings: print filename of loaded setting pluginsThomas Haller2015-06-171-2/+10
* macros: add NM_PRINT_FMT_QUOTED() macroThomas Haller2015-06-171-0/+5
* settings: close module if loading of plugins failsThomas Haller2015-06-171-0/+2
* platform: add g_return_val_if_fail() check to nm_platform_sysctl_set_ip6_hop_...Thomas Haller2015-06-171-0/+2
* utils: _get_ip_config_method(): don't assert a connection has IP configLubomir Rintel2015-06-171-2/+4
* platform: merge branch 'th/platform_refact_caching-bgo747981'Thomas Haller2015-06-1740-2434/+6804
|\
| * platform: drop nm_platform_get_error()Thomas Haller2015-06-179-312/+38
| * device: drop logging platform error on failure to set permanent MAC addressThomas Haller2015-06-171-2/+1
| * platform: signal missing firmware in nm_platform_set_up()Thomas Haller2015-06-1714-42/+56
| * device: don't check for NM_PLATFORM_ERROR_NOT_FOUND in set_nm_ipv6ll()Thomas Haller2015-06-171-2/+1
| * platform: return NMPlatformError from link-add functionsThomas Haller2015-06-1713-108/+146
| * platform: rework NMPlatformError codesThomas Haller2015-06-173-27/+53
| * platform: expose GUdevDevice instance for platform linksThomas Haller2015-06-174-14/+38
| * platform: invoke platform signals with clone of objectThomas Haller2015-06-171-2/+9
| * Revert "core: add NMRefString"Thomas Haller2015-06-173-182/+0
| * platform: no longer expose udi field in NMPlatformLinkThomas Haller2015-06-178-33/+52
| * glib-compat: add g_ptr_array_insert()Thomas Haller2015-06-172-0/+61
| * platform: stringify nlmsg-event-type in loggingThomas Haller2015-06-171-1/+24
| * platform/trivial: rename functions (NMIPConfigSource conversion)Thomas Haller2015-06-171-5/+5
| * platform/trivial: move code (NMIPConfigSource conversion)Thomas Haller2015-06-171-116/+122
| * platform/trivial: rename functions (nm_rtnl_link_parse_info_data)Thomas Haller2015-06-171-15/+15
| * platform/trivial: move code (nm_rtnl_link_parse_info_data)Thomas Haller2015-06-171-82/+84
| * platform/trivial: rename by using _nl_*() prefix for libnl related functionsThomas Haller2015-06-171-29/+28
| * platform: remove redundant NMPlatformLink fields "arp" and "up"Thomas Haller2015-06-176-31/+23
| * platform: fetch objects via the event socketThomas Haller2015-06-175-508/+754
| * libnm: add _nm_utils_ptrarray_find_first() utility functionThomas Haller2015-06-172-0/+28
| * utils: add nm_utils_is_power_of_two() macroThomas Haller2015-06-172-0/+115