summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* client: support 6lowpan settinglr/6lowpan-wipLubomir Rintel2018-06-105-0/+38
* libnm: add support form 6LoWPAN devicesLubomir Rintel2018-06-109-0/+254
* devices: add NMDevice6LowpanLubomir Rintel2018-06-109-0/+420
* introspection: add o.fd.NM.Device.Lowpan interfaceLubomir Rintel2018-06-104-0/+22
* core: add NMSetting6LowpanLubomir Rintel2018-06-1012-2/+317
* platform/linux: add support for 6LoWPAN linksLubomir Rintel2018-06-101-0/+38
* platform: add support for 6LoWPAN linksLubomir Rintel2018-06-102-0/+78
* device: generate pseudo 48-bit address from the WPAN short oneLubomir Rintel2018-06-101-3/+33
* core-utils: use 64-bit hardware address for an IIDLubomir Rintel2018-06-101-1/+6
* client: support wpan settingLubomir Rintel2018-06-106-3/+87
* clients/meta: allow formatting 16-bit values formatted as 0x%04xLubomir Rintel2018-06-101-4/+25
* keyfile: call 802-14-5-wpan setting "wpan"Lubomir Rintel2018-06-101-0/+1
* libnm: add support for WPAN devicesLubomir Rintel2018-06-108-0/+160
* devices: add NMDeviceWpanLubomir Rintel2018-06-109-0/+298
* introspection: add o.fd.NM.Device.Wpan interfaceLubomir Rintel2018-06-104-0/+17
* core: add NMSettingWpanLubomir Rintel2018-06-1013-2/+350
* connection: pick relevant L3 settings more flexiblyLubomir Rintel2018-06-101-42/+107
* platform/linux: add support for WPAN linksLubomir Rintel2018-06-103-26/+82
* platform/wpan: add WPAN utilsLubomir Rintel2018-06-104-0/+336
* platform: add support for WPAN linksLubomir Rintel2018-06-102-0/+50
* platform/linux: recognize 6LoWPAN linksLubomir Rintel2018-06-102-0/+11
* platform/linux: recognize WPAN linksLubomir Rintel2018-06-102-0/+4
* platform: import nl82154.hLubomir Rintel2018-06-101-0/+452
* netlink: add signed 8-bit and 32-bit accessorsLubomir Rintel2018-06-101-0/+18
* paltform: add type argument to nm_platform_link_get_by_address()Lubomir Rintel2018-06-102-2/+3
* platform: move the management of the genl socket to linux-platformLubomir Rintel2018-06-105-16/+39
* platform: attach WifiData to NMPObjectLubomir Rintel2018-06-104-31/+47
* platform: don't initialize pllink when not neededLubomir Rintel2018-06-101-1/+1
* platform/wifi: turn NMWifiUtils into a GObjectLubomir Rintel2018-06-108-103/+178
* platform/wifi: rename wifi-utils to nm-wifi-utilsLubomir Rintel2018-06-0910-185/+185
* platform/wifi: drop wifi_utils_get_ifindex()Lubomir Rintel2018-06-092-10/+0
* device: don't bother passing no_firmware uselesslyLubomir Rintel2018-06-093-12/+11
* setting-serial: drop verify()Lubomir Rintel2018-06-091-7/+0
* man: improve explaining settings plugins in manual NetworkManager.confThomas Haller2018-06-071-11/+18
* clients/tests: merge branch 'th/clients-tests'Thomas Haller2018-06-06179-361/+1966
|\
| * clients/tests: test creating and activating VPN connectionThomas Haller2018-06-0628-16/+1286
| * clients/tests: add Util.debug_dbus_interface() helper functionThomas Haller2018-06-06152-151/+156
| * clients/tests: test adding IPv4/IPv6 addresses and routesThomas Haller2018-06-055-0/+203
| * clients/tests: test `nmcli con mod` command with different localeThomas Haller2018-06-053-5/+5
| * clients/tests: verify connections in test-networkmanager-service.py using libnmThomas Haller2018-06-054-58/+191
| * tests: nest custom exceptions in common namespaceThomas Haller2018-06-051-55/+57
| * tests: reorder definitions in test-networkmanager-service.pyThomas Haller2018-06-051-77/+67
| * tests: use libnm defines for NM test stubThomas Haller2018-06-051-26/+31
| * tests: rename local variables in NM test stub (2)Thomas Haller2018-06-051-29/+26
| * tests: rename local variables in NM test stub (1)Thomas Haller2018-06-051-47/+47
|/
* dns: change main.rc-manager=file behavior to always follow symlinkThomas Haller2018-06-053-7/+20
* cli: fix array out-of-bounds access on command timeoutBeniamino Galvani2018-06-051-1/+1
* manager: fix failed assertion on user activationsBeniamino Galvani2018-06-041-1/+5
* settings: let connections keep NMSettings aliveBeniamino Galvani2018-06-031-0/+7
* dhcp: fix handling of failure eventsBeniamino Galvani2018-06-021-7/+8