summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-18xpan2Lubomir Rintel3-2/+447
2018-05-18core: wpan devices don't support IP settingLubomir Rintel1-0/+2
2018-05-18cli: print wpan settingLubomir Rintel1-0/+1
2018-05-18client: support wpan settingLubomir Rintel3-0/+58
2018-05-18keyfile: save/restore wpan settingLubomir Rintel1-0/+1
2018-05-18libnm: NMDeviceWpanLubomir Rintel8-0/+197
2018-05-18devicepropsLubomir Rintel1-0/+75
2018-05-18devices: add NMDeviceWpanLubomir Rintel6-0/+235
2018-05-18introspection: add o.fd.NM.Device.Wpan interfaceLubomir Rintel2-0/+15
2018-05-18More setting propertiesLubomir Rintel2-33/+342
2018-05-18core: add NMSettingWpanLubomir Rintel12-2/+359
2018-05-18clients/meta: allow formatting 16-bit values formatted as 0x....Lubomir Rintel1-4/+25
2018-05-18platform/linux: add support for WPAN linksLubomir Rintel3-1/+204
2018-05-18platform/wpan: add wpan utilsLubomir Rintel3-0/+634
2018-05-18platform: add support for WPAN linksLubomir Rintel2-0/+242
2018-05-18platform/linux: recognize Wpan linksLubomir Rintel2-0/+4
2018-05-18platform: import nl82154.hLubomir Rintel1-0/+452
2018-05-18netlink: add signed 8-bit and 32-bit accessorsLubomir Rintel1-0/+18
2018-05-18platform: move the management of the genl socket to linux-platformLubomir Rintel5-14/+39
2018-05-18platform: attach WifiData to NMPObjectLubomir Rintel3-30/+33
2018-05-18wifi-utils: make WifiData refcountedLubomir Rintel3-2/+19
2018-05-18platform: don't initialize pllink when not neededLubomir Rintel1-1/+1
2018-05-18Revert "genl groups"Lubomir Rintel3-57/+12
2018-05-18genl groupsLubomir Rintel3-12/+57
2018-05-18active-connection: fix harmless typoFrancesco Giudici1-1/+1
2018-05-18devices/wwan: Stop PPP manager in deactivate_cleanup()Frederic Danis1-0/+1
2018-05-16dispatcher: fix leak in construct_device_dhcp4_items()Thomas Haller1-10/+10
2018-05-16dispatcher: extra sanitize names of environment variablesThomas Haller1-2/+26
2018-05-16core: minor cleanup using helpers NM_IN_STRSET() and nm_utils_strdict_get_keys()Thomas Haller2-17/+7
2018-05-15tests: fix quitting mainloop in test-networkmanager-service.pyThomas Haller1-4/+3
2018-05-15cli: merge branch 'th/cli-connection-handling' (part 1)Thomas Haller93-1739/+3209
2018-05-15tests: explicitly export/unexport objectsThomas Haller1-22/+30
2018-05-15tests/trivial: move codeThomas Haller1-30/+30
2018-05-15tests: rework handling of D-Bus properties in NetworkManager stub serviceThomas Haller1-365/+320
2018-05-14cli: use macro for list of argument for NmcMetaGenericInfo.get_fcn()Thomas Haller4-55/+20
2018-05-14cli: add helper methods for implementing NmcMetaGenericInfo's get_fcn()Thomas Haller2-0/+41
2018-05-14cli: add and use macro for creating NmcMetaGenericInfo parent groupsThomas Haller2-12/+8
2018-05-14cli/trivial: move codeThomas Haller1-74/+76
2018-05-14cli: rework connection handling for multiple resultsThomas Haller3-212/+330
2018-05-14cli: rework converting enums to strings in "connections.c"Thomas Haller1-44/+26
2018-05-14cli: move find_active_connection() to common.cThomas Haller3-84/+87
2018-05-14cli: cleanup code paths in "connections.c"Thomas Haller3-288/+205
2018-05-14clients/common: add nmc_objects_sort_by_path() helperThomas Haller2-0/+43
2018-05-14shared: add nm_utils_dbus_path_cmp() helperThomas Haller2-0/+91
2018-05-14shared: add nm_utils_dbus_path_get_last_component() helperThomas Haller2-0/+17
2018-05-14shared: add nm_utf8_collate0() helperThomas Haller1-0/+10
2018-05-14shared: add NM_CMP_DIRECT_STRCMP0() macroThomas Haller1-0/+3
2018-05-14clients/tests: add nmcli test for activating connectionThomas Haller18-0/+592
2018-05-14clients/tests: add more checks for output of nmcli by languageThomas Haller64-382/+1086
2018-05-14tests: better implement ActivateConnection in NetworkManager stub serviceThomas Haller1-3/+38