summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cli: macsec supportth/bg/macsec-bgo762114Beniamino Galvani2017-01-054-4/+263
* core: support macsec connectionsBeniamino Galvani2017-01-051-2/+645
* supplicant: add an enum to specify the driverBeniamino Galvani2017-01-057-20/+41
* supplicant: add support for macsec optionsBeniamino Galvani2017-01-053-0/+87
* fixup! libnm-core: add NMSettingMacsecThomas Haller2017-01-051-16/+4
* libnm-core: add NMSettingMacsecBeniamino Galvani2017-01-0510-0/+770
* fixup! core,libnm: introduce NMDeviceMacsecThomas Haller2017-01-052-22/+28
* fixup! core,libnm: introduce NMDeviceMacsecThomas Haller2017-01-051-7/+5
* fixup! core,libnm: introduce NMDeviceMacsecThomas Haller2017-01-051-9/+0
* fixup! core,libnm: introduce NMDeviceMacsecThomas Haller2017-01-051-36/+36
* fixup! core,libnm: introduce NMDeviceMacsecThomas Haller2017-01-051-2/+2
* fixup! core,libnm: introduce NMDeviceMacsecThomas Haller2017-01-051-4/+4
* core,libnm: introduce NMDeviceMacsecBeniamino Galvani2017-01-0413-0/+1312
* platform: add support for macsec linksBeniamino Galvani2017-01-046-0/+278
* ethernet: simplify supplicant error pathBeniamino Galvani2017-01-041-23/+5
* shared: add 64bit byte order conversion utilitiesBeniamino Galvani2017-01-041-0/+14
* device: merge branch 'th/device-parent-bgo776719'Thomas Haller2017-01-0421-476/+536
|\
| * device: drop unused hook nm_device_notify_new_device_added()Thomas Haller2017-01-043-31/+0
| * device: move tracking of peer device from NMDeviceVeth to NMDeviceThomas Haller2017-01-041-48/+28
| * device: move tracking of parent device from NMDeviceVxlan to NMDeviceThomas Haller2017-01-042-47/+19
| * device: move tracking of parent device from NMDeviceVlan to NMDeviceThomas Haller2017-01-042-96/+65
| * device: move tracking of parent device from NMDeviceMacvlan to NMDeviceThomas Haller2017-01-043-93/+49
| * device: move tracking of parent device from NMDeviceIPTunnel to NMDeviceThomas Haller2017-01-043-34/+9
| * device: track parent device in NMDeviceThomas Haller2017-01-043-0/+202
| * device: only emit notify::ifindex when the value actually changesThomas Haller2017-01-041-2/+4
| * device: cleanup setting of ip-ifaceThomas Haller2017-01-041-36/+70
| * platform: use wrappers for if_nametoindex() and if_indextoname()Thomas Haller2017-01-042-8/+5
| * platform: add wrappers for if_nametoindex() and if_indextoname()Thomas Haller2017-01-044-0/+44
| * device: mark _nm_device_log_self_to_device() as unusedThomas Haller2017-01-041-1/+1
| * trivial: rename reload_tun_properties() to update_properties()Thomas Haller2017-01-041-2/+2
| * device: have realize_start_notify() call link_changed()Thomas Haller2017-01-048-60/+10
| * device/ethernet: refactor loading s390 subchannels during realizeThomas Haller2017-01-041-14/+12
| * device/vlan: update vlan properties when link changesThomas Haller2017-01-041-2/+11
| * device: do nothing in NMDevice's link_changed() functionThomas Haller2017-01-042-8/+9
| * device: make @pllink argument in link_changed() function constThomas Haller2017-01-047-18/+20
|/
* wifi: merge refactor tracking of APsThomas Haller2017-01-044-78/+110
|\
| * wifi: fix nm_wifi_ap_get_id() to parse the ID as guint64 from the exported pathThomas Haller2017-01-043-6/+16
| * wifi: implement NM_DEVICE_WIFI_ACCESS_POINTS property getter via ap_list_get_...Thomas Haller2017-01-041-11/+8
| * wifi: refactor getting sorted AP listThomas Haller2017-01-041-42/+68
| * dns: fix memleak in _get_config_variant()Thomas Haller2017-01-041-21/+20
|/
* libnm/docs: merge fix for generating API documentation fro enums (bgo#776848)Thomas Haller2017-01-043-186/+189
|\
| * libnm: explicitly set enum values in public nm-dbus-interface.h headersThomas Haller2017-01-042-184/+184
| * docs: fix handling enums without explicit numeric value in "tools/enums-to-do...Thomas Haller2017-01-041-2/+5
|/
* nm-online: obtain NMClient asynchronouslyLubomir Rintel2017-01-041-90/+82
* exported-object: merge extending counter for D-Bus paths to 64bitThomas Haller2017-01-0312-16/+20
|\
| * exported-object: don't use "/0" for D-Bus paths but start with 1Thomas Haller2017-01-031-1/+1
| * exported-object: don't clone class_export_path for counter cacheThomas Haller2017-01-031-1/+1
| * exported-object: make export_path D-Bus counter 64 bitThomas Haller2017-01-032-6/+8
| * exported-object: use NM_EXPORT_PATH_NUMBERED() macroThomas Haller2017-01-0310-10/+10
| * exported-object: add NM_EXPORT_PATH_NUMBERED() macroThomas Haller2017-01-031-0/+2
|/