summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nmcli: show sriov capability in "nmcli" outputlr/nmcli-sriovLubomir Rintel2022-10-141-1/+5
* man/nmcli: document variables affecting fancy outputLubomir Rintel2022-10-111-1/+40
* 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
* release: bump version to 1.41.3 (development)1.41.3-devBeniamino Galvani2022-10-112-2/+2
* gitlab-ci: update ci-templates versionThomas Haller2022-10-112-7/+7
* gitlab-ci: enable F38 container and regenerate containersThomas Haller2022-10-112-6/+38
* cli: fix translation string for error message in set_property()Thomas Haller2022-10-111-2/+3
* glib-aux: merge branch 'th/uuid-generate-strv-null'Thomas Haller2022-10-117-57/+139
|\
| * 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
|/
* glib-aux,libnmc: merge branch 'th/setting-info-binsearch'Thomas Haller2022-10-115-83/+265
|\
| * 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
|/
* tools: avoid Python 3 f-string in "generate-docs-nm-property-infos.py"Thomas Haller2022-10-071-1/+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: merge branch 'th/connection-path-as-ref-str'Thomas Haller2022-10-067-13/+83
|\
| * 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
|/
* docs: merge branch 'th/generate-docs'Thomas Haller2022-10-065-123/+418
|\
| * tools: sort the settings in "generate-docs-nm-property-infos.py" by nameThomas Haller2022-10-061-11/+44
| * tools: don't set empty attributes in "generate-docs-nm-property-infos.py"Thomas Haller2022-10-061-6/+1
| * tools: don't write empty XML nodes in "generate-docs-nm-property-infos.py"Thomas Haller2022-10-061-2/+0
| * tools: preserve newlines and indentation in "generate-docs-nm-property-infos.py"Thomas Haller2022-10-063-4/+4
| * tools: rework generating documentation from libnm meta dataThomas Haller2022-10-061-113/+382
| * 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
* | po: update Ukrainian (uk) translationYuri Chornoivan2022-10-051-593/+571
* | 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-042-4/+1
* | | bond: merge branch 'th/mlag-bonding-slb'Thomas Haller2022-10-0410-6/+1418
|\ \ \
| * | | libnm,core: support "bond.balance-slb" optionThomas Haller2022-10-044-6/+162
| * | | core: add NMBondManager to handle NTF rules for balance-slb (MLAG)Thomas Haller2022-10-044-0/+1002
| * | | firewall: add mlag firewall utils for multi chassis link aggregation (MLAG) f...Thomas Haller2022-10-042-0/+254
|/ / /