summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: provide soft descriptions for NM{Simple,Remote}Connectionlr/fixesLubomir Rintel2018-06-283-4/+18
* docs: include missing documentation in libnm and D-Bus docsLubomir Rintel2018-06-286-7/+86
* docs: update copyright yearLubomir Rintel2018-06-284-0/+4
* meson: run the check-export.sh in test phaseLubomir Rintel2018-06-2710-28/+28
* examples/qt/meson: drop dbus-glib dependencyLubomir Rintel2018-06-271-1/+0
* libnm/meson: make generate_setting_docs depend on the typelibLubomir Rintel2018-06-271-2/+2
* meson: generate-setting-docs.py environment correctlyLubomir Rintel2018-06-271-2/+20
* mailmap: add mailmapLubomir Rintel2018-06-271-0/+74
* libnm/trivial: fix indentationThomas Haller2018-06-271-2/+2
* logging: merge branch 'th/logging-rh1593519'Thomas Haller2018-06-277-38/+85
|\
| * logging: warn about invalid logging backends and drop "debug" backendThomas Haller2018-06-276-18/+52
| * logging/trivial: add code comment about logging-backendThomas Haller2018-06-271-0/+6
| * logging: move fetching monotonic timestamp to end of nm_logging_syslog_openlog()Thomas Haller2018-06-271-5/+9
| * main: warn about invalid logging domains configuration using nm-logThomas Haller2018-06-271-11/+10
| * main: accept invalid logging configuration in NetworkManager.conf gracefullyThomas Haller2018-06-271-4/+8
| * main: free error variable in main() at exitThomas Haller2018-06-271-1/+1
|/
* merge: branch 'lr/6lowpan'Lubomir Rintel2018-06-2667-683/+3969
|\
| * NEWS: add an entry for WPAN & 6LowPAN supportlr/6lowpanLubomir Rintel2018-06-261-0/+7
| * client: support 6lowpan settingLubomir Rintel2018-06-265-0/+38
| * libnm: add support form 6LoWPAN devicesLubomir Rintel2018-06-269-0/+254
| * devices: add NMDevice6LowpanLubomir Rintel2018-06-269-0/+424
| * introspection: add o.fd.NM.Device.Lowpan interfaceLubomir Rintel2018-06-264-1/+31
| * core: add NMSetting6LowpanLubomir Rintel2018-06-2612-1/+314
| * platform/linux: add support for 6LoWPAN linksLubomir Rintel2018-06-261-0/+36
| * platform: add support for 6LoWPAN linksLubomir Rintel2018-06-262-0/+77
| * device: generate pseudo 48-bit address from the WPAN short oneLubomir Rintel2018-06-261-3/+33
| * core-utils: use 64-bit WPAN address for a 6LoWPAN IIDLubomir Rintel2018-06-261-1/+6
| * client: support wpan settingLubomir Rintel2018-06-266-5/+88
| * clients/meta: allow formatting 16-bit values formatted as 0x%04xLubomir Rintel2018-06-261-5/+26
| * libnm: add support for WPAN devicesLubomir Rintel2018-06-269-2/+240
| * devices: add NMDeviceWpanLubomir Rintel2018-06-269-3/+301
| * introspection: add o.fd.NM.Device.Wpan interfaceLubomir Rintel2018-06-264-1/+25
| * core: add NMSettingWpanLubomir Rintel2018-06-2614-7/+372
| * connection: pick relevant L3 settings more flexiblyLubomir Rintel2018-06-261-43/+108
| * platform/linux: add support for WPAN linksLubomir Rintel2018-06-263-26/+82
| * platform/wpan: add WPAN utilsLubomir Rintel2018-06-264-0/+336
| * platform: add support for WPAN linksLubomir Rintel2018-06-262-0/+50
| * platform/linux: recognize 6LoWPAN linksLubomir Rintel2018-06-262-0/+11
| * platform/linux: recognize WPAN linksLubomir Rintel2018-06-262-1/+5
| * platform: import nl82154.hLubomir Rintel2018-06-262-0/+455
| * netlink: add signed 8-bit and 32-bit accessorsLubomir Rintel2018-06-261-0/+18
| * paltform: add type argument to nm_platform_link_get_by_address()Lubomir Rintel2018-06-262-4/+5
| * platform: move the management of the genl socket to linux-platformLubomir Rintel2018-06-265-16/+39
| * platform: attach WifiData to NMPObjectLubomir Rintel2018-06-264-34/+50
| * platform: don't initialize pllink when not neededLubomir Rintel2018-06-261-1/+1
| * platform/wifi: turn NMWifiUtils into a GObjectLubomir Rintel2018-06-268-119/+197
| * platform/wifi: rename wifi-utils to nm-wifi-utilsLubomir Rintel2018-06-2610-185/+186
| * platform/wifi: drop wifi_utils_get_ifindex()Lubomir Rintel2018-06-262-12/+2
| * device: don't bother passing no_firmware uselesslyLubomir Rintel2018-06-263-16/+16
| * setting-serial: drop verify()Lubomir Rintel2018-06-261-8/+1