summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: send ARP announcements when there is carrierbg/rh1956793Beniamino Galvani2021-07-131-30/+11
* acd: log the MAC when announcing an IPBeniamino Galvani2021-07-131-3/+8
* cloud-setup: add nmcs_utils_uri_complete_interned() for constructing URI for ...Thomas Haller2021-07-123-16/+17
* cloud-setup: fix constructing URL from NM_CLOUD_SETUP_EC2_HOST in _ec2_base()Thomas Haller2021-07-121-3/+4
* gitlab-ci: regenerate ci-templates's containersThomas Haller2021-07-122-6/+6
* cloud-setup: drop unnecessary check in_detect_get_meta_data_done_cb()Thomas Haller2021-07-121-9/+1
* libnm: merge branch 'th/setting-direct-properties'Thomas Haller2021-07-1259-1356/+1994
|\
| * libnm: make NMSettInfoSetting.property_infos_len uint16Thomas Haller2021-07-123-50/+52
| * libnm: implement NMSettingPpp with all direct propertiesThomas Haller2021-07-121-176/+56
| * libnm: always initialize default values for "direct" propertiesThomas Haller2021-07-1211-35/+93
| * libnm: add direct_offset for uint32 propertiesThomas Haller2021-07-124-46/+122
| * libnm: add generic cleanup function to finalize NMSettingThomas Haller2021-07-123-57/+104
| * libnm: add generic GObject property getter/setterThomas Haller2021-07-123-37/+119
| * libnm: support lookup of property-info by param-specThomas Haller2021-07-124-4/+146
| * libnm: use _nm_setting_property_define_direct_string()Thomas Haller2021-07-1212-281/+227
| * libnm: add direct_offset for string propertiesThomas Haller2021-07-124-6/+103
| * libnm: use _nm_setting_property_define_direct_boolean()Thomas Haller2021-07-1222-508/+459
| * libnm: let NMSettingIPConfigPrivate be tracked by subclassesThomas Haller2021-07-124-45/+87
| * libnm: add direct_offset for boolean propertiesThomas Haller2021-07-125-14/+137
| * libnm: extend NMSettInfoSetting with an offset to the private dataThomas Haller2021-07-1255-176/+249
| * libnm/tests: add test for setting "6lowpan.parent"Thomas Haller2021-07-121-0/+34
| * glib-aux: add uint32 and uint64 types to NMValueTypeThomas Haller2021-07-122-5/+82
| * glib-aux: add NM_VALUE_TYPE_NONEThomas Haller2021-07-122-0/+8
|/
* libnm: fix documentation for nm_device_wifi_get_last_scan()Thomas Haller2021-07-121-1/+1
* nmcli: include 'searches' field for nmcli device showAna Cabral2021-07-094-1032/+1046
* po: fix translation for nmcli (zh_CN)wangce2021-07-091-1/+1
* cli: merge branch 'vbubela:add-nmcli-connection-synonyms'Thomas Haller2021-07-092-13/+40
|\
| * cli: reorder command list in nmc_command_func_device()Thomas Haller2021-07-091-1/+1
| * cli: sort entries in src/nmcli/devices.c by alphabetical orderVojtech Bubela2021-07-091-7/+7
| * man/cli: mention `nmcli device up|down` instead of `nmcli device connect|disc...Thomas Haller2021-07-091-4/+4
| * man/cli: minor cleanups in "nmcli.xml"Thomas Haller2021-07-091-7/+7
| * cli: fix list of commands in nmc_command_func_device()Thomas Haller2021-07-091-1/+1
| * cli: add alias to nmcli device connect|disconnectVojtech Bubela2021-07-092-2/+29
|/
* libnm: fix NM_SETTING_IP_CONFIG_CLASS() macroThomas Haller2021-07-091-1/+1
* clang-format: use "IndentPPDirectives:None" instead of "BeforeHash"Thomas Haller2021-07-09187-1380/+1371
* mailmap: update to add AnaThomas Haller2021-07-081-0/+1
* all: merge branch 'th/device-connect-dummy'Thomas Haller2021-07-0874-171/+299
|\
| * cli: drop duplicate dot in error messageThomas Haller2021-07-0867-67/+67
| * cli: fail `nmcli connection up $PROFILE ifname $DEVICE` for non-existing virt...Thomas Haller2021-07-081-2/+1
| * cli: improve error message for device not foundThomas Haller2021-07-081-8/+19
| * cli: replace strcmp() uses with nm_streq()/NM_IN_STRSET()Thomas Haller2021-07-081-43/+42
| * device: don't add-and-activate dummy profiles with autoconf enabledThomas Haller2021-07-081-9/+8
| * core: fix `nmcli device connect dummy0` to add-and-activate dummy profileThomas Haller2021-07-081-6/+3
| * core: add parameters options to nm_utils_complete_generic()Thomas Haller2021-07-082-26/+82
| * core: don't override user provided "connection.interface-name" in nm_utils_co...Thomas Haller2021-07-081-1/+3
| * libnm: change behavior for normalizing wireguard/dummy profiles to use ipv6.m...Thomas Haller2021-07-082-4/+4
| * libnm: let nm_connection_normalize() default to ipv{4,6}.method={disabled,ign...Thomas Haller2021-07-081-2/+10
| * libnm: add "ip4-config-method" normalization parameterThomas Haller2021-07-082-6/+27
| * libnm/tests: check IP method in test_roundtrip_conversion()Thomas Haller2021-07-081-0/+6
| * libnm/tests: add test for normalizing "dummy" connectionThomas Haller2021-07-081-0/+30
|/