summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-09device: don't reset "net.ipv6.conf.$IFACE.forwarding"Thomas Haller1-3/+12
2023-05-09gitlab-ci: remove container cleanup stagesThomas Haller2-362/+11
2023-05-09n-dhcp4: re-import git-subtree for 'src/n-dhcp4'Thomas Haller3-2/+2
2023-05-09Squashed 'src/n-dhcp4/' changes from f8fc48dc014d..b2a382ac4500Thomas Haller3-2/+2
2023-05-09glib-aux: merge branch 'th/no-inet-aton'Thomas Haller4-40/+243
2023-05-08glib-aux: avoid using inet_aton()Thomas Haller4-40/+127
2023-05-08glib-aux/tests: add unit test for nm_inet_parse_bin_full()Thomas Haller1-0/+116
2023-05-08triage: only make stale issues/merge-requests with a label instead of autoclo...Thomas Haller1-41/+11
2023-05-08man: qualify properties in `man nm-settings-nmcli` with setting nameThomas Haller1-2/+2
2023-05-05libnm: merge branch 'th/connection-get-setting-cleanup'Thomas Haller5-85/+113
2023-05-04core: add nm_settings_connection_get_setting() helperThomas Haller2-0/+18
2023-05-04libnm: expose _nm_connection_get_setting_by_metatype() in internal headerThomas Haller2-2/+19
2023-05-04libnm: cleanup redundant nm_connection_get_setting functionsThomas Haller2-43/+37
2023-05-04libnm/trivial: rename internal connection-get-setting methodsThomas Haller1-41/+40
2023-05-04core: merge branch 'th/autoconnect-cleanups'Thomas Haller4-94/+163
2023-05-04core: only trigger recheck when something changes in activate_slave_connectio...Thomas Haller1-3/+2
2023-05-04core: return whether anything changed from nm_manager_devcon_autoconnect_retr...Thomas Haller2-12/+18
2023-05-04core: use switch statement in device_state_changed()Thomas Haller1-3/+7
2023-05-04core: avoid creating devcon data that we don't needThomas Haller2-6/+15
2023-05-04core: improve handling for blocking autoconnectThomas Haller3-62/+110
2023-05-04core: assert for valid blocked reasons in autoconnect codeThomas Haller3-15/+18
2023-05-03release: bump version to 1.43.7 (development)1.43.7-devThomas Haller2-2/+2
2023-05-03merge: branch 'ff/bond_port_options'Fernando Fernandez Mancera21-56/+440
2023-05-03bonding: add support to prio property in bond portsff/bond_port_optionsFernando Fernandez Mancera14-16/+145
2023-05-03platform: add support to prio property in bond portsFernando Fernandez Mancera5-10/+78
2023-05-03platform: add netlink support for bond port optionsFernando Fernandez Mancera8-46/+233
2023-05-03libnm: fix ifcfg variable documentation at queue-id propertyFernando Fernandez Mancera1-1/+1
2023-05-03firewall: create "dynamic" sets for nft rules for slb-bondingThomas Haller1-2/+2
2023-05-02dns: merge branch 'ts/1281-resolv-conf-non-public-tld'Thomas Haller2-11/+53
2023-05-02NEWS: updateThomas Haller1-0/+2
2023-05-02dns: refactor domain_is_valid() to combine #if blocksThomas Haller1-30/+32
2023-05-02dns/trivial: rename check_public_suffix parameter of domain_is_valid()Thomas Haller1-3/+5
2023-05-02dns: use NM_STR_HAS_SUFFIX() instead of g_str_has_suffix()Thomas Haller1-1/+2
2023-05-02dns: fix logging for resetting the host-domainThomas Haller1-3/+3
2023-05-02dns: generate correct search domain for hostnames on non-public TLDTom Sobczynski1-8/+43
2023-05-02all: fix various wrong "return FALSE" for returning pointersThomas Haller2-9/+9
2023-05-02systemd: define ENABLE_GSHADOW to zeroThomas Haller1-1/+1
2023-04-28service: increase start timeout of NetworkManager.serviceThomas Haller1-0/+3
2023-04-27man: rewrite ipv4.method and ipv6.method man page descriptionsMarc Muehlfeld4-4/+73
2023-04-27core: merge branch 'th/auto-activate-rework'Thomas Haller10-183/+159
2023-04-27core: simplify tracking of delete_on_deactivate idle actionThomas Haller1-36/+15
2023-04-27core: assert that devices are not registered when disposing NMPolicyThomas Haller1-13/+3
2023-04-27core: don't take reference on NMDevice to track auto-activateThomas Haller1-2/+8
2023-04-27core: rework tracking of auto-activating devices in NMPolicyThomas Haller3-56/+44
2023-04-27core: add nm_manager_get_policy() accessorThomas Haller2-0/+10
2023-04-27core: call nm_manager_device_recheck_auto_activate_schedule() from "nm-manage...Thomas Haller1-1/+1
2023-04-27core: rename nm_device_emit_recheck_auto_activate() to nm_device_recheck_auto...Thomas Haller7-18/+18
2023-04-27core: drop NM_DEVICE_RECHECK_AUTO_ACTIVATE signal and call policy directlyThomas Haller5-26/+13
2023-04-27core: use GSource for tracking reset_connections_retries idle actionThomas Haller1-13/+14
2023-04-27core: use GSource for tracking _device_recheck_auto_activate_all_cb idle actionThomas Haller1-8/+9