summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * | platform: drop redundant hook implementations from NMPObject classesThomas Haller2022-11-082-66/+64
| * | platform: fix nmp_object_copy(id_only) for object that don't implement cmd_pl...Thomas Haller2022-11-081-4/+3
|/ /
* | supplicant: add NMSetting8021xAuthFlags for TLS v1.3 / enable a versionYufan You2022-11-084-8/+55
* | docs: fix typo in docs for upstream mailing listThomas Haller2022-11-073-3/+3
|/
* client: add_and_activate*() allow NULL deviceLubomir Rintel2022-11-071-2/+2
* build: merge branch 'th/build-cleanup-compiler-warnings'Thomas Haller2022-11-072-7/+14
|\
| * build: enable warnings "-Wint-conversion" and "-Wold-style-definition"Thomas Haller2022-11-072-0/+6
| * build/autotools: add compiler warnings that we have in mesonThomas Haller2022-11-071-0/+5
| * build/meson: sort compiler flags in "meson.build"Thomas Haller2022-11-071-7/+3
|/
* nm-setting: fix static assertions for NM_SETTING_PARAM_* flags and numeric va...Thomas Haller2022-11-072-16/+17
* nm-setting: mangle public constant to make g-ir-scanner happyLubomir Rintel2022-11-072-3/+16
* std-aux: add code comment to NM_BOOLEAN_EXPR()Thomas Haller2022-11-041-0/+9
* std-aux: fix NM_LIKELY()/NM_UNLIKELY() macrosBeniamino Galvani2022-11-041-4/+4