summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ISTHISILLEGALlr/object-removal-nonsenseLubomir Rintel2022-11-111-12/+23
* MONSTROSITYLubomir Rintel2022-11-112-23/+104
* libnm/client: don't reset properties when interface goes awayLubomir Rintel2022-11-112-5/+11
* tests/client: test nmcli monitorLubomir Rintel2022-11-111-1/+37
* nmcli/monitor: always print running status on monitor startupLubomir Rintel2022-11-111-10/+2
* merge: branch 'lr/unbreak-gir'Lubomir Rintel2022-11-1180-201/+460
|\
| * libnm: test that Gir data matches actual exportslr/unbreak-girLubomir Rintel2022-11-084-2/+175
| * Makefile.am: tidy up the introspection conditional partLubomir Rintel2022-11-081-18/+18
| * docs/api: fix ugly things in MakefileLubomir Rintel2022-11-081-14/+2
| * libnm: actually export a lot of routines that were supposed to be publicLubomir Rintel2022-11-0832-49/+76
| * libnm: export nm_utils_ip_{address,rout}es_{from,to}_variantLubomir Rintel2022-11-083-2/+18
| * libnm/connection: fix a handful of versioning tagsLubomir Rintel2022-11-082-10/+11
| * libnm: fix a large amount of Since tagsLubomir Rintel2022-11-0848-35/+149
| * libnm: drop nm_vpn_plugin_old_set_{,ip6_}config()Lubomir Rintel2022-11-082-22/+6
| * libnm: remove nm_device_wpan_get_hw_address()Lubomir Rintel2022-11-082-23/+0
| * libnm: remove nm_device_6lowpan_get_hw_address()Lubomir Rintel2022-11-082-25/+0
| * libnm: move nm_setting_ip_config_get_dhcp_iaid() to @libnm_1_40_4 version nodeLubomir Rintel2022-11-081-1/+5
* | libnm/trivial: fix styleThomas Haller2022-11-101-42/+41
* | ifcfg-rh: merge branch 'th/ethtool-ifcfg-fixes'Thomas Haller2022-11-108-1/+236
|\ \
| * | core: filter out invalid Wake-On-Lan flagsThomas Haller2022-11-101-0/+10
| * | ifcfg-rh: fix persisting all-default NMSettingEthtool with autoneg/wol flagsThomas Haller2022-11-103-9/+7
| * | ifcfg-rh: fix persisting ethtool optionsThomas Haller2022-11-103-4/+4
| * | ifcfg-rh/tests: add test checking persisting ethtool settings to ifcfg-rhThomas Haller2022-11-106-0/+227
|/ /
* | libnm: merge branch 'th/libnm-metadata-xml-ethtool'Thomas Haller2022-11-105-262/+431
|\ \
| * | libnm: show ethtool options in "gen-metadata-nm-settings-libnm-core.xml"Thomas Haller2022-11-102-39/+413
| * | libnm: skip "name" property for "gen-metadata-nm-settings-libnm-core.xml"Thomas Haller2022-11-102-208/+3
| * | ethtool: add and use nm_ethtool_id_get_variant_type() helperThomas Haller2022-11-103-16/+16
|/ /
* | wwan/ofono: merge branch 'peat-psuwit:for-upstream/mr773-plus'Thomas Haller2022-11-103-145/+594
|\ \
| * | wwan/ofono: cleanup comments and warnings in existing codeRatchanan Srirattanamet2022-11-101-5/+0
| * | wwan/ofono: fix memory leak in handle_settings()Ratchanan Srirattanamet2022-11-101-5/+6
| * | wwan/device-modem: re-check device availability after enableRatchanan Srirattanamet2022-11-101-0/+5
| * | wwan/modem: return early if set_mm_enable is not implementedRatchanan Srirattanamet2022-11-101-3/+7
| * | wwan/device-modem: disabled but not enable-able modem is unavailableRatchanan Srirattanamet2022-11-101-0/+19
| * | wwan/ofono: avoid bogus IP failure when not connectingRatchanan Srirattanamet2022-11-101-0/+8
| * | wwan/ofono: clear current_octx on disconnectRatchanan Srirattanamet2022-11-101-0/+2
| * | wwan/ofono: also recognize connman's "Powered" propertyRatchanan Srirattanamet2022-11-101-1/+18
| * | wwan/ofono: when connect while searching, wait a bitRatchanan Srirattanamet2022-11-101-1/+47
| * | wwan/ofono: create connections based on available contextsBhushan Shah2022-11-101-131/+483
|/ /
* | libnm: merge branch 'th/more-libnm-metadata-xml'Thomas Haller2022-11-095-574/+1827
|\ \
| * | libnm: add nm_utils_ensure_gtypes() helper to APIThomas Haller2022-11-083-0/+25
| * | libnm: show NMSetting gtype in "gen-metadata-nm-settings-libnm-core.xml"Thomas Haller2022-11-082-55/+170
| * | libnm: show gprop-data,is-secret,is-secret-flags in "gen-metadata-nm-settings...Thomas Haller2022-11-082-504/+1555
| * | libnm: add code comment in "gen-metadata-nm-settings-libnm-core.xml"Thomas Haller2022-11-082-0/+61
| * | libnm: use NMStrBuf in "gen-metadata-nm-settings-libnm-core.c"Thomas Haller2022-11-081-17/+18
|/ /
* | platform: merge branch 'th/nmp-cleanup'Thomas Haller2022-11-083-191/+282
|\ \
| * | platform: only initialize actual data for stackinit NMPObjectThomas Haller2022-11-081-2/+1
| * | platform: add internal helper function to get full NMPObject sizeThomas Haller2022-11-081-7/+13
| * | platform: extend cmd_obj_{hash_update,cmp}() hooks to check for identityThomas Haller2022-11-083-51/+81
| * | platform: unify full/id hash/cmp implementations for NMPObjectThomas Haller2022-11-083-79/+97
| * | platform/tests: add unit test checking consistency of NMPClassThomas Haller2022-11-081-8/+49