summaryrefslogtreecommitdiff
path: root/libnm-core/nm-utils.c
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+1
* wifi: support WPA2 ad-hoc (ibss-rsn)Beniamino Galvani2019-08-261-24/+8
* wifi: drop support for wpa-none key-mgmtBeniamino Galvani2019-08-261-26/+0
* libnm: fix parsing invalid "pvid" attribute in GVariant in _nm_utils_bridge_v...Thomas Haller2019-08-021-2/+4
* libnm-core: add nm_utils_wifi_freq_to_bandAndy Kling2019-07-291-0/+19
* libnm: accept %NULL for @name argument of nm_utils_is_valid_iface_name()Thomas Haller2019-07-251-3/+13
* libnm,core: use nm_utils_clock_gettime_*() instead of clock_gettime()Thomas Haller2019-07-231-9/+9
* libnm: add nm_connection_to_dbus_full() with options argumentThomas Haller2019-06-281-3/+6
* settings,libnm: move is-adhoc-wpa check to libnmThomas Haller2019-06-131-0/+27
* libnm: cleanup GSList/GPtrArray to/from strv conversionThomas Haller2019-06-131-21/+33
* libnm: don't assert against %NULL string in nm_utils_is_uuid()Thomas Haller2019-06-131-2/+6
* all: drop empty first line from sourcesThomas Haller2019-06-111-1/+0
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* libnm: move team link-watchers to/from variant to "nm-team-setting.c"Thomas Haller2019-05-231-204/+0
* libnm: rework team handling of JSON configThomas Haller2019-05-231-750/+2
* libnm: fix parsing "nsna_ping" team link watcher from GVariantThomas Haller2019-05-231-1/+1
* libnm: rename "memory" parameter of fq_codel QDisc to "memory_limit"Thomas Haller2019-05-071-1/+1
* platform: fix handling of default value for TCA_FQ_CODEL_CE_THRESHOLDThomas Haller2019-05-071-0/+3
* platform: fix handling of fq_codel's memory limit default valueThomas Haller2019-05-071-0/+5
* libnm: use macro and designated initializers for NMVariantAttributeSpecThomas Haller2019-05-071-35/+32
* libnm: mark NMVariantAttributeSpec pointers as constThomas Haller2019-05-071-1/+1
* libnm: cleanup _nm_utils_parse_tc_handle()Thomas Haller2019-05-071-11/+32
* libnm: unify property-to-dbus handling of NMSettingThomas Haller2019-05-011-5/+15
* tc/tfilter: add mirred actionLubomir Rintel2019-04-301-0/+11
* tc/qdisc: add support for fq_codel attributesLubomir Rintel2019-04-301-0/+13
* shared,libnm-core: use nm_utils_named_value_list_sort()Thomas Haller2019-04-251-2/+1
* libnm-core: avoid cloning attributes of NMTCQdisc/NMTCAction to convert to st...Thomas Haller2019-04-201-26/+6
* shared: build helper "libnm-libnm-core-{intern|aux}.la" library for libnm-coreThomas Haller2019-04-181-1/+1
* shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller2019-04-181-2/+2
* libnm: minor refactoring of _nm_utils_bridge_vlan_verify_list()Thomas Haller2019-04-181-21/+27
* all: support bridge vlan rangesBeniamino Galvani2019-04-181-31/+50
* core/qdisc: add support for attributesLubomir Rintel2019-04-121-0/+57
* core/qdisc: drop useless codeLubomir Rintel2019-04-121-8/+0
* libnm,shared: bzero secrets on failure in nm_utils_base64secret_decode()Thomas Haller2019-04-121-1/+1
* shared: add flags argument to nm_utils_strsplit_set()Thomas Haller2019-04-101-1/+1
* libnm-core: fix invalid memory accessBeniamino Galvani2019-04-081-1/+3
* libnm-core: make compiler happyfg/tmpFrancesco Giudici2019-03-291-1/+1
* libnm: add nm_utils_is_valid_iface_name_utf8safe() utilThomas Haller2019-03-271-0/+23
* libnm-core: add bridge vlan conversion utilsBeniamino Galvani2019-03-261-1/+0
* libnm-core: add vlans property to bridge-port settingBeniamino Galvani2019-03-261-0/+140
* libnm-core: fix typos in API documentationBeniamino Galvani2019-03-261-3/+3
* cli: don't support removing sriov vfs by indexThomas Haller2019-03-251-2/+1
* libnm/team: preserve unset priv->runner_tx_hash in _align_team_properties()th/libnm-team-fixesThomas Haller2019-03-241-5/+3
* libnm/team: simplify handling in _nm_utils_team_config_set()Thomas Haller2019-03-241-23/+29
* libnm/team: indicate whether there were changes in _nm_utils_team_config_set()Thomas Haller2019-03-241-0/+2
* libnm/team: return early from _nm_utils_team_config_set()Thomas Haller2019-03-241-34/+23
* libnm/team: minor coding style cleanupThomas Haller2019-03-241-3/+3
* shared: add _nm_utils_strv_cmp_n() and _nm_utils_strv_equal()Thomas Haller2019-03-241-24/+0
* libnm: rename and expose nm_utils_base64secret_decode() in libnmThomas Haller2019-03-071-9/+11
* wireguard: accept all-zero private-key, public-key and preshared-keyThomas Haller2019-03-071-5/+0