summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | core: return whether anything changed from nm_manager_devcon_autoconnect_retr...Thomas Haller2023-05-042-12/+18
* | core: use switch statement in device_state_changed()Thomas Haller2023-05-041-3/+7
* | core: avoid creating devcon data that we don't needThomas Haller2023-05-042-6/+15
* | core: improve handling for blocking autoconnectThomas Haller2023-05-043-62/+110
* | core: assert for valid blocked reasons in autoconnect codeThomas Haller2023-05-043-15/+18
* | bonding: add support to prio property in bond portsff/bond_port_optionsFernando Fernandez Mancera2023-05-0314-16/+145
* | platform: add support to prio property in bond portsFernando Fernandez Mancera2023-05-035-10/+78
* | platform: add netlink support for bond port optionsFernando Fernandez Mancera2023-05-038-46/+233
* | libnm: fix ifcfg variable documentation at queue-id propertyFernando Fernandez Mancera2023-05-031-1/+1
* | firewall: create "dynamic" sets for nft rules for slb-bondingThomas Haller2023-05-031-2/+2
* | dns: refactor domain_is_valid() to combine #if blocksThomas Haller2023-05-021-30/+32
* | dns/trivial: rename check_public_suffix parameter of domain_is_valid()Thomas Haller2023-05-021-3/+5
* | dns: use NM_STR_HAS_SUFFIX() instead of g_str_has_suffix()Thomas Haller2023-05-021-1/+2
* | dns: fix logging for resetting the host-domainThomas Haller2023-05-021-3/+3
* | dns: generate correct search domain for hostnames on non-public TLDTom Sobczynski2023-05-021-8/+43
* | all: fix various wrong "return FALSE" for returning pointersThomas Haller2023-05-022-9/+9
* | systemd: define ENABLE_GSHADOW to zeroThomas Haller2023-05-021-1/+1
* | man: rewrite ipv4.method and ipv6.method man page descriptionsMarc Muehlfeld2023-04-274-4/+73
* | core: simplify tracking of delete_on_deactivate idle actionThomas Haller2023-04-271-36/+15
* | core: assert that devices are not registered when disposing NMPolicyThomas Haller2023-04-271-13/+3
* | core: don't take reference on NMDevice to track auto-activateThomas Haller2023-04-271-2/+8
* | core: rework tracking of auto-activating devices in NMPolicyThomas Haller2023-04-273-56/+44
* | core: add nm_manager_get_policy() accessorThomas Haller2023-04-272-0/+10
* | core: call nm_manager_device_recheck_auto_activate_schedule() from "nm-manage...Thomas Haller2023-04-271-1/+1
* | core: rename nm_device_emit_recheck_auto_activate() to nm_device_recheck_auto...Thomas Haller2023-04-277-18/+18
* | core: drop NM_DEVICE_RECHECK_AUTO_ACTIVATE signal and call policy directlyThomas Haller2023-04-275-26/+13
* | core: use GSource for tracking reset_connections_retries idle actionThomas Haller2023-04-271-13/+14
* | core: use GSource for tracking _device_recheck_auto_activate_all_cb idle actionThomas Haller2023-04-271-8/+9
* | core: rename internal function nm_policy_device_recheck_auto_activate_all_sch...Thomas Haller2023-04-271-11/+14
* | core: expose and rename nm_policy_device_recheck_auto_activate_schedule()Thomas Haller2023-04-272-10/+17
* | core: don't trigger recheck to auto activate for deleted devicesThomas Haller2023-04-271-1/+5
* | device: trigger a recheck to autoconnect when unrealizing ovs-interfaceThomas Haller2023-04-261-0/+4
* | device: block autoconnect of profile when deleting deviceThomas Haller2023-04-261-1/+15
* | device: minor cleanup of code path in delete_cb()Thomas Haller2023-04-261-3/+6
* | core: use NMStrBuf in nm_utils_stable_id_parse()Thomas Haller2023-04-211-27/+24
* | libnm,core: make "default${CONNECTION}" the built-in stable IDThomas Haller2023-04-215-16/+25
* | device: emit dhcp-change dispatcher event also after a lease renewalbg/dispatcher-dhcp-changeBeniamino Galvani2023-04-181-6/+6
* | ppp: move ppp code to "nm-pppd-compat.c"Thomas Haller2023-04-177-245/+455
* | ppp, adding support for compiling against pppd-2.5.0Eivind Næss2023-04-162-23/+144
* | libnm: fix annotation for out_is_valid of nm_wireguard_peer_get_allowed_ip()Thomas Haller2023-04-161-1/+1
* | device: stop activation when queueing the unmanaged statebg/unmanage-raceBeniamino Galvani2023-04-111-1/+3
* | platform/tests: fix unit test creating ip6gre tunnel with old iproute2Thomas Haller2023-04-072-3/+16
* | dhcp: reset IPv6 DAD flag on lease updatebg/dhcp6-dad-assertionBeniamino Galvani2023-04-061-0/+1
* | ovsdb: debug log all messages of socket bufferThomas Haller2023-04-041-2/+11
* | ovsdb: downgrade error logging to warningsThomas Haller2023-04-041-2/+2
* | ovsdb: limit maxiumum data size for receive buffer from ovsdbThomas Haller2023-04-041-0/+6
* | ovsdb: add watchdog for unparsable JSON data in socketThomas Haller2023-04-041-1/+30
* | ovsdb: use the FD directly instead of GSocketConnection/GOutputStreamThomas Haller2023-04-041-114/+110
* | ovsdb: use nm_auto_free cleanup attribute in "nm-ovsdb.c"Thomas Haller2023-04-041-6/+4
* | ovsdb: don't track buffer offset in NMOvsdb data and refactor parsing JSON me...Thomas Haller2023-04-041-25/+46