summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* core/device: demote "strictly unamanged" errorlr/unmanaged-errLubomir Rintel2022-10-142-1/+2
* platform: use NM_STR_HAS_PREFIX() where appropriateThomas Haller2022-10-111-22/+22
* platform: in _linktype_get_type() check for devtype before the interface nameThomas Haller2022-10-111-9/+11
* platform: also recognize rmnet/ccmni with ARPHRD_RAWIP typeRatchanan Srirattanamet2022-10-111-5/+16
* cli: fix translation string for error message in set_property()Thomas Haller2022-10-111-2/+3
* glib-aux: extend nm_uuid_generate_from_strings() to honor NULL valuesThomas Haller2022-10-113-36/+120
* glib-aux: add and use nm_uuid_generate_from_strings_old()Thomas Haller2022-10-116-21/+19
* libnm: use binary search for nm_meta_setting_infos_by_gtype() for libnmcThomas Haller2022-10-112-8/+154
* libnm: cleanup implementations for nm_meta_setting_infos_by_gtype()Thomas Haller2022-10-112-52/+62
* glib-aux: add an inlinable version of nm_array_find_bsearch()Thomas Haller2022-10-112-31/+56
* std-aux: add _nm_always_inline for "__attribute__((__always_inline__))"Thomas Haller2022-10-111-0/+1
* std-aux: workaround unused variable warning with clang 14 and nm_auto cleanup...Thomas Haller2022-10-071-2/+2
* ovs: wait that links disappear during initial cleanupBeniamino Galvani2022-10-071-23/+132
* glib-aux: use nm_assert() in nm_{ptr,}array_find_bsearch()Thomas Haller2022-10-071-10/+19
* policy: track the autoconnect retries in devices for multi-connectFernando Fernandez Mancera2022-10-073-10/+157
* device: fix hanging port devices when controller goes down while port is not ...Thomas Haller2022-10-071-4/+8
* glib-aux/trivial: style fixThomas Haller2022-10-061-0/+1
* core: wait for carrier before resolving hostname via DNSBeniamino Galvani2022-10-062-3/+33
* libnm: embed address family in NMSettingIPConfigClass for NM_SETTING_IP_CONFI...Thomas Haller2022-10-064-18/+36
* libnm: use NMRefString for nm_connection_get_path()Thomas Haller2022-10-066-12/+65
* glib-aux: reorder comparison in nm_ref_string_equal_str()Thomas Haller2022-10-061-1/+1
* glib-aux: add nm_ref_string_reset() helperThomas Haller2022-10-061-0/+17
* tools: preserve newlines and indentation in "generate-docs-nm-property-infos.py"Thomas Haller2022-10-062-2/+2
* libnm/docs: fix alignment in BOOTPROTO descriptionThomas Haller2022-10-062-8/+8
* merge: branch 'lr/master-uuid'Lubomir Rintel2022-10-055-26/+34
|\
| * bond,bridge,team: use uuid for con.master when generating connectionlr/master-uuidLubomir Rintel2022-09-303-12/+15
| * device: assert we're not waiting on a nil masterLubomir Rintel2022-09-301-0/+2
| * device: fix recheck slave logicLubomir Rintel2022-09-301-13/+16
| * checkpoint: move a log message a little lowerLubomir Rintel2022-09-301-1/+1
* | systemd: merge branch systemd into mainThomas Haller2022-10-0544-286/+640
|\ \
| * | systemd: update code from upstream (2022-10-04)Thomas Haller2022-10-0443-285/+637
* | | systemd: drop invalid "user-util.h" compat headerThomas Haller2022-10-041-3/+0
* | | libnm,core: support "bond.balance-slb" optionThomas Haller2022-10-043-6/+158
* | | core: add NMBondManager to handle NTF rules for balance-slb (MLAG)Thomas Haller2022-10-043-0/+1000
* | | firewall: add mlag firewall utils for multi chassis link aggregation (MLAG) f...Thomas Haller2022-10-042-0/+254
* | | nmcli: don't show state-reason for "nmcli device connect" errorsBeniamino Galvani2022-10-041-2/+1
* | | nmcli: fix return code on "nmcli device connect" errorBeniamino Galvani2022-10-041-3/+5
* | | all: drop nm_uuid_generate_from_strings_v3()Thomas Haller2022-10-037-50/+40
* | | libnm-core/tests: drop duplicate tests _check_uuid_v3() (2)Thomas Haller2022-10-031-18/+0
* | | libnm-core/tests: drop duplicate tests _check_uuid_v3()Thomas Haller2022-10-031-36/+3
* | | glib-aux: implement nm_uuid_generate_from_strings_legacy() in terms of nm_uui...Thomas Haller2022-10-032-42/+2
* | | glib-aux: avoid leaking secrets in memory during nm_uuid_generate_from_string...Thomas Haller2022-10-031-1/+1
* | | glib: add nm_uuid_generate_from_strings() helperThomas Haller2022-10-033-0/+260
* | | libnm/tests: drop redundant argument in test codeThomas Haller2022-10-031-16/+19
* | | glib-aux: rename nm_uuid_generate_from_strings() to nm_uuid_generate_from_str...Thomas Haller2022-10-037-35/+35
* | | glib-aux: add code comment to NM_UUID_INIT()Thomas Haller2022-10-031-0/+3
* | | libnm: move optimized NM_IS_{SIMPLE,}CONNECTION() to internal headerThomas Haller2022-10-032-27/+26
* | | libnm: rework lookup of private data for NMConnection of NMSimpleConnectionThomas Haller2022-10-033-20/+32
* | | nmcli: don't print warning in `nmcli connection import` about duplicate param...Thomas Haller2022-10-031-8/+3
| |/ |/|
* | firewall: introduce helper function for add/flush/delete nft table commandThomas Haller2022-09-291-2/+9