summaryrefslogtreecommitdiff
path: root/src/libnmc-setting/nm-meta-setting-desc.c
Commit message (Expand)AuthorAgeFilesLines
* bonding: add support to ns_ip6_target optionff/new_bond_optionsFernando Fernandez Mancera2023-03-061-2/+5
* all: add "link" settingBeniamino Galvani2023-03-021-0/+57
* libnmc-setting: allow the "match" setting for some port connectionsBeniamino Galvani2023-03-021-0/+4
* libnmc-setting: place replace-local-rule under routing-rulesFernando Fernandez Mancera2023-02-221-6/+6
* all: add new "ipv[46].replace-local-rule" settingff/route_rule_0Fernando Fernandez Mancera2023-02-211-0/+6
* libnm: Add initial EPS parameters to gsm settingsSven Schwermer2023-02-201-0/+6
* all: add support for ovs-dpdk n-rxq-desc and n-txq-descbg/ovs-dpdk-n-queue-descBeniamino Galvani2023-01-171-0/+6
* nmcli: avoid message about guessed wep-key-type when setting WEP passwordThomas Haller2023-01-161-10/+13
* ovs: add support for "other_config" settingsThomas Haller2023-01-111-0/+2
* all: add new "ipv[46].auto-route-ext-gw" settingFrederic Martinsons2023-01-091-0/+6
* libnm: support VTI properties in the ip-tunnel settingBeniamino Galvani2022-12-211-0/+6
* libnm,nmcli: add vlan.protocol propertyBeniamino Galvani2022-12-141-0/+6
* libnm: accept "dot1q-tunnel" as vlan mode for ovs-portsBeniamino Galvani2022-11-251-1/+1
* libnm: add ovs-port.trunks propertyBeniamino Galvani2022-11-251-0/+56
* support loopback interfaceWen Liang2022-11-231-0/+22
* nmcli: drop validation of DNS name in nmcliThomas Haller2022-10-271-19/+0
* all: drop lgtm annotationsThomas Haller2022-10-251-5/+1
* ovs: add ofport_request option to ovs interfaceadd-ovs-optionVojtech Bubela2022-09-021-0/+3
* nmcli: allow setting the "connection.uuid" for new profilesThomas Haller2022-08-311-10/+12
* nmcli: allow changing the UUID of a profile in offline modeThomas Haller2022-08-311-1/+24
* nmcli: support changing the connection type in offline modeThomas Haller2022-08-311-14/+30
* libnmc: avoid "g_set_error(error, 1, 0, ...)" and use nm_utils_error_set()Thomas Haller2022-08-311-145/+161
* glib-aux: rename IP address related helpers from "nm-inet-utils.h"Thomas Haller2022-08-251-4/+4
* all: add NMMptcpFlags and connection.mptcp-flags propertyThomas Haller2022-08-091-0/+15
* nmcli: improve handling nicks for enum valuesThomas Haller2022-08-091-13/+36
* nmcli/connections: use the current value in default in ask_option()Lubomir Rintel2022-06-241-34/+41
* libnmc-setting: fix default suggestions for some optionsLubomir Rintel2022-06-241-2/+2
* libnm: support wait-activation-delay propertyFernando Fernandez Mancera2022-06-161-0/+3
* device: introduce ipv6.mtu propertyAlex Henrie2022-05-271-0/+6
* settings: add ipv4.link-local flagAdrian Freihofer2022-05-271-0/+8
* libnm: allow manually specified IP addresses to have prefix length 0Alex Henrie2022-05-261-3/+3
* openvswitch: Add ovs-dpdk n_rxq propertyAna Cabral2022-01-101-1/+4
* libnm: fix warning when setting wrong ethtool ternary valueBeniamino Galvani2021-12-231-1/+1
* format: reformat source tree with clang-format 13.0Thomas Haller2021-11-291-263/+330
* cli: add support for connection.dns-over-tlsRobin Ebert2021-10-151-0/+8
* bond: add support of queue_id of bond portGris Ge2021-08-261-1/+20
* all: rename nm_utils_strdict_*() to nm_strdict_*()Thomas Haller2021-08-021-1/+1
* all: rename nm_utils_strsplit_set*() to nm_strsplit_set*()Thomas Haller2021-08-021-11/+10
* all: unify and rename strv helper APIThomas Haller2021-07-291-2/+2
* all: drop unnecessary casts from nm_utils_strv_find_first()Thomas Haller2021-07-291-1/+1
* clang-format: use "IndentPPDirectives:None" instead of "BeforeHash"Thomas Haller2021-07-091-1/+1
* all: add a new ipv{4,6}.required-timeout propertyBeniamino Galvani2021-07-051-0/+30
* lgtm: suppress [cpp/alloca-in-loop] warnings for lgtm.comThomas Haller2021-06-011-1/+5
* all/trivial: add code comment about using alloca() inside a loopThomas Haller2021-05-271-0/+1
* cli: use nmc_string_to_ternary() to parse ternary in _set_fcn_ethtool()Thomas Haller2021-05-121-13/+10
* ethtool: Introducing PAUSE supportGris Ge2021-05-121-2/+26
* cli: handle empty/unset values for "gsm.apn" propertyThomas Haller2021-05-031-0/+3
* cli: fix RETURN_STR_EMPTYUNSET() macro for printing handle_emptyunset stringThomas Haller2021-05-031-1/+1
* cli: reset GSM's APN/username/password when setting auto-configThomas Haller2021-05-031-1/+27
* cli: use _pt_gobject_ternary for ternary propertiesThomas Haller2021-05-031-9/+8