summaryrefslogtreecommitdiff
path: root/src/core/devices
Commit message (Expand)AuthorAgeFilesLines
* team: don't try to connect to teamd in update_connection()bg/team-avoid-dbus-errorBeniamino Galvani2023-05-161-16/+2
* device: add functions to get and set sys-iface-state before sleepBeniamino Galvani2023-05-152-1/+27
* device: don't reset "net.ipv6.conf.$IFACE.forwarding"Thomas Haller2023-05-091-3/+12
* bonding: add support to prio property in bond portsff/bond_port_optionsFernando Fernandez Mancera2023-05-031-8/+54
* platform: add netlink support for bond port optionsFernando Fernandez Mancera2023-05-032-31/+16
* core: simplify tracking of delete_on_deactivate idle actionThomas Haller2023-04-271-36/+15
* core: rework tracking of auto-activating devices in NMPolicyThomas Haller2023-04-272-0/+6
* core: rename nm_device_emit_recheck_auto_activate() to nm_device_recheck_auto...Thomas Haller2023-04-276-17/+17
* core: drop NM_DEVICE_RECHECK_AUTO_ACTIVATE signal and call policy directlyThomas Haller2023-04-272-13/+1
* 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
* device: emit dhcp-change dispatcher event also after a lease renewalbg/dispatcher-dhcp-changeBeniamino Galvani2023-04-181-6/+6
* device: stop activation when queueing the unmanaged statebg/unmanage-raceBeniamino Galvani2023-04-111-1/+3
* 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
* ovs: implement asynchronous detach_port()bg/rh2054933Beniamino Galvani2023-04-041-25/+24
* device: wait port detach before leaving the DEACTIVATING stateBeniamino Galvani2023-04-041-3/+28
* device: make detach_port() method asynchronousBeniamino Galvani2023-04-048-19/+76
* device: fix assertion condition in _dev_ipdhcpx_start()Thomas Haller2023-04-041-1/+1
* dhcp: support prefix delegation hintBeniamino Galvani2023-04-031-0/+16
* wwan/ofono: account for port in the Proxy propertyRatchanan Srirattanamet2023-03-301-2/+11
* wwan/ofono: correct MMS proxy property lookupRatchanan Srirattanamet2023-03-301-3/+3
* doc: use "Returns:" annotation instead of deprecated aliasesThomas Haller2023-03-291-1/+1
* all: various fixes to gtk-doc annotationsThomas Haller2023-03-291-2/+2
* wifi: skip no-ir channels when determining AP channelBeniamino Galvani2023-03-281-1/+2
* doc: replace all (allow-none) annotations by (optional) and/or (nullable)Corentin Noël2023-03-271-1/+1
* device: also configure MTU while assuming devicesThomas Haller2023-03-271-4/+2
* device: schedule an idle commit when setting device's sys-iface-stateThomas Haller2023-03-271-0/+1
* wifi: fix aggressively roaming (background Wi-Fi scanning) based on seen-bssidsThomas Haller2023-03-221-6/+14
* platform: rework handling of failed routes during nm_platform_ip_route_sync()Thomas Haller2023-03-211-16/+2
* platform,l3cfg: remove force-commit flag for addresses/routesThomas Haller2023-03-211-19/+6
* device: honor the @check_properties flagBeniamino Galvani2023-03-167-7/+7
* device: add @check_properties argument to check_connection_compatible()Beniamino Galvani2023-03-1622-48/+124
* devices: drop wrong assertion on parent when ifindex is not presentff/fix_networking_offFernando Fernandez Mancera2023-03-082-6/+22
* device: always queue recheck_assume before making device managedFernando Fernandez Mancera2023-03-081-13/+9
* device: do cleanup type removed if sys-iface-state is REMOVEDFernando Fernandez Mancera2023-03-081-1/+4
* bonding: add support to ns_ip6_target optionff/new_bond_optionsFernando Fernandez Mancera2023-03-061-3/+33
* bonding: add support to lacp_active optionFernando Fernandez Mancera2023-03-061-2/+7
* bonding: add support to arp_missed_max optionFernando Fernandez Mancera2023-03-061-2/+4
* device: manually update link properties for ovs interfacesbg/link-settingBeniamino Galvani2023-03-023-4/+10
* device: set link propertiesBeniamino Galvani2023-03-021-2/+159
* device: reconfigure ethtool and tc also for assumed devicesBeniamino Galvani2023-03-021-2/+2
* bridge: set vlan_filtering and vlan_default_pvid via netlinkVladislav Tsisyk2023-03-011-16/+28