summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-10man/nmcli: document variables affecting fancy outputlr/env-manLubomir Rintel1-1/+40
2022-10-05merge: branch 'lr/master-uuid'Lubomir Rintel5-26/+34
2022-10-05po: update Ukrainian (uk) translationYuri Chornoivan1-593/+571
2022-10-05systemd: merge branch systemd into mainThomas Haller44-286/+640
2022-10-04systemd: drop invalid "user-util.h" compat headerThomas Haller2-4/+1
2022-10-04systemd: update code from upstream (2022-10-04)Thomas Haller43-285/+637
2022-10-04bond: merge branch 'th/mlag-bonding-slb'Thomas Haller10-6/+1418
2022-10-04libnm,core: support "bond.balance-slb" optionThomas Haller4-6/+162
2022-10-04core: add NMBondManager to handle NTF rules for balance-slb (MLAG)Thomas Haller4-0/+1002
2022-10-04firewall: add mlag firewall utils for multi chassis link aggregation (MLAG) f...Thomas Haller2-0/+254
2022-10-04nmcli: merge branch 'bg/nmcli-dev-connect-error'Beniamino Galvani1-3/+4
2022-10-04nmcli: don't show state-reason for "nmcli device connect" errorsBeniamino Galvani1-2/+1
2022-10-04nmcli: fix return code on "nmcli device connect" errorBeniamino Galvani1-3/+5
2022-10-03doc: fix bind-activation description for AddAndActivateConnection2 D-Bus APIThomas Haller1-1/+1
2022-10-03all: merge branch 'th/uuid-generate-from-strings'Thomas Haller7-56/+221
2022-10-03all: drop nm_uuid_generate_from_strings_v3()Thomas Haller7-50/+40
2022-10-03libnm-core/tests: drop duplicate tests _check_uuid_v3() (2)Thomas Haller1-18/+0
2022-10-03libnm-core/tests: drop duplicate tests _check_uuid_v3()Thomas Haller1-36/+3
2022-10-03glib-aux: implement nm_uuid_generate_from_strings_legacy() in terms of nm_uui...Thomas Haller2-42/+2
2022-10-03glib-aux: avoid leaking secrets in memory during nm_uuid_generate_from_string...Thomas Haller1-1/+1
2022-10-03glib: add nm_uuid_generate_from_strings() helperThomas Haller3-0/+260
2022-10-03libnm/tests: drop redundant argument in test codeThomas Haller1-16/+19
2022-10-03glib-aux: rename nm_uuid_generate_from_strings() to nm_uuid_generate_from_str...Thomas Haller7-35/+35
2022-10-03glib-aux: add code comment to NM_UUID_INIT()Thomas Haller1-0/+3
2022-10-03libnm: merge branch 'th/libnm-connection-get-private'Thomas Haller3-47/+58
2022-10-03libnm: move optimized NM_IS_{SIMPLE,}CONNECTION() to internal headerThomas Haller2-27/+26
2022-10-03libnm: rework lookup of private data for NMConnection of NMSimpleConnectionThomas Haller3-20/+32
2022-10-03build: merge branch 'th/build-gettext-update-po'Thomas Haller3-5/+18
2022-10-03build: don't "update-po" during make distThomas Haller3-4/+17
2022-10-03gitlab: fail if "run-test.sh" with dirty working treeThomas Haller1-1/+1
2022-10-03contrib: discourage g_type_class_add_private() via "checkpatch.pl"Thomas Haller1-0/+1
2022-10-03man/NetworkManager-wait-online.service: clean upMarc Muehlfeld1-123/+96
2022-10-03nmcli: don't print warning in `nmcli connection import` about duplicate param...Thomas Haller1-8/+3
2022-10-03po: add missing files to POTFILES.inBeniamino Galvani1-0/+2
2022-09-30bond,bridge,team: use uuid for con.master when generating connectionlr/master-uuidLubomir Rintel3-12/+15
2022-09-30device: assert we're not waiting on a nil masterLubomir Rintel1-0/+2
2022-09-30device: fix recheck slave logicLubomir Rintel1-13/+16
2022-09-30checkpoint: move a log message a little lowerLubomir Rintel1-1/+1
2022-09-29core: merge branch 'th/mlag-bonding-slb' (part 2)Thomas Haller5-12/+57
2022-09-29firewall: introduce helper function for add/flush/delete nft table commandThomas Haller1-2/+9
2022-09-29firewall: fail from nm_firewall_nft_call() on non-zero exit codeThomas Haller1-1/+10
2022-09-29device: allow resetting the devip state via nm_device_devip_set_state()Thomas Haller2-2/+6
2022-09-29glib-aux: add NM_UTILS_ERROR_COMMAND_FAILED error codeThomas Haller1-0/+2
2022-09-29glib-aux: add nm_utils_get_process_exit_status_desc_buf() helperThomas Haller2-7/+30
2022-09-29device: merge branch 'th/mlag-bonding-slb' (part 1)Thomas Haller2-23/+25
2022-09-29core: obfuscate pointer value in logging in "nm-active-connection.c"Thomas Haller1-16/+16
2022-09-29device: downgrade warning level for logging in nm_device_queue_state()Thomas Haller1-1/+1
2022-09-29device: simplify resource management in nm_device_master_release_slave()Thomas Haller1-6/+8
2022-09-29veth: drop iface peer check during create_and_realize()Fernando Fernandez Mancera1-2/+2
2022-09-29glib-aux: fix nm_str_buf_finalize() for cloning bufferThomas Haller2-1/+14