summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* platform/wifi: drop *_get_wowlan()Lubomir Rintel2018-06-265-55/+1
* clients: merge branch 'th/clients-tests-colored'Thomas Haller2018-06-26856-9936/+25802
|\
| * clients/tests: add tests for coloringThomas Haller2018-06-26854-9819/+25596
| * cli: rework check-colors to first evaluate enabled/disabledThomas Haller2018-06-261-68/+149
| * cli: only modify color platte when parsing is successful in parse_color_scheme()Thomas Haller2018-06-261-37/+44
| * cli: drop unused color_option argument from check_colors_file()Thomas Haller2018-06-261-13/+11
| * cli: avoid passing NmCli to set_color() functionsThomas Haller2018-06-262-31/+34
|/
* libnm-glib/tests: retry nm-client tests for libnm-glibThomas Haller2018-06-251-5/+14
* tests: add nmtstc_auto_service_cleanup macroThomas Haller2018-06-251-1/+3
* bond: fix setting num_grat_arp optionBeniamino Galvani2018-06-251-2/+10
* clients: fix using hints for 802-1x secret requestThomas Haller2018-06-241-1/+2
* libnm-core: reject tc configurations with duplicate elementsBeniamino Galvani2018-06-232-2/+162
* wifi: merge branch 'balrog-kun:iwd-agent'Thomas Haller2018-06-226-161/+296
|\
| * manager: return NULL for invalid ifindex in nm_manager_get_device_by_ifindex()Thomas Haller2018-06-221-3/+5
| * wifi/iwd: downgrade error levels for agent-request failuresThomas Haller2018-06-221-6/+6
| * wifi/iwd: fix leaking name-owner in agent_dbus_method_cb()Thomas Haller2018-06-221-2/+3
| * wifi/iwd: don't check return value for nm_utils_random_bytes()Thomas Haller2018-06-221-9/+2