summaryrefslogtreecommitdiff
path: root/src/core/devices/nm-device-bond.c
Commit message (Expand)AuthorAgeFilesLines
* 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-031-30/+14
* device: make detach_port() method asynchronousBeniamino Galvani2023-04-041-2/+9
* 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
* all: use _NM_G_TYPE_CHECK_INSTANCE_CAST() for internal usesThomas Haller2022-12-161-1/+1
* device: add nm_device_bring_up_full()Beniamino Galvani2022-11-161-3/+3
* merge: branch 'lr/master-uuid'Lubomir Rintel2022-10-051-4/+5
|\
| * bond,bridge,team: use uuid for con.master when generating connectionlr/master-uuidLubomir Rintel2022-09-301-4/+5
* | libnm,core: support "bond.balance-slb" optionThomas Haller2022-10-041-6/+117
|/
* bond: fix arp_all_target option when arp_interval is disabledFernando Fernandez Mancera2022-09-271-1/+0
* bond: use _nm_setting_bond_opt_value_as_intbool() in _platform_lnk_bond_init_...Thomas Haller2022-09-191-9/+3
* bond: make _platform_lnk_bond_init_from_setting() more readable via a macroThomas Haller2022-09-191-38/+40
* bond: fix primary bond option when the link is not presentFernando Fernandez Mancera2022-09-131-0/+4
* glib-aux: rename IP address related helpers from "nm-inet-utils.h"Thomas Haller2022-08-251-3/+3
* bond: fix missing assignment of lp_interval_hasFernando Fernandez Mancera2022-08-251-1/+1
* bond: fix parsing of arp_ip_target to platformFernando Fernandez Mancera2022-08-111-2/+2
* bond: use netlink to set bond optionsFernando Fernandez Mancera2022-08-041-32/+135
* platform: add netlink support for bond linkFernando Fernandez Mancera2022-08-041-1/+1
* bond: drop _get_option_or_default() and use _get_option_normalized()Fernando Fernandez Mancera2022-05-101-4/+4
* device: make attach_port() asynchronousBeniamino Galvani2022-05-031-2/+8
* device: rename {enslave,release}_slave() to {attach,detach}_port()Beniamino Galvani2022-05-031-14/+14
* core/device: rename nm_device_master_release_one_slave()Thomas Haller2022-03-131-1/+1
* bond: do not reapply when setting fail_over_macFernando Fernandez Mancera2022-03-111-11/+11
* format: reformat source tree with clang-format 13.0Thomas Haller2021-11-291-38/+38
* core: rework IP configuration in NetworkManager using layer 3 configurationThomas Haller2021-11-181-1/+0
* libnm,core: drop internal function _nm_connection_get_setting_bond_port()Thomas Haller2021-08-261-1/+1
* core: rename variable in commit_port_options()Thomas Haller2021-08-261-2/+2
* core: use _nm_connection_ensure_setting() in controller_update_port_connection()Thomas Haller2021-08-261-5/+1
* core: use larger buffer for string in commit_port_options()Thomas Haller2021-08-261-8/+2
* all: prefer g_snprintf() over snprintf()Thomas Haller2021-08-261-5/+5
* bond: add support of queue_id of bond portGris Ge2021-08-261-14/+70
* libnm: Use _nm_connection_ensure_setting()Gris Ge2021-08-201-13/+3
* all: rename nm_utils_strsplit_set*() to nm_strsplit_set*()Thomas Haller2021-08-021-3/+2
* all: unify and rename strv helper APIThomas Haller2021-07-291-2/+2
* all: drop unnecessary casts from nm_utils_strv_find_first()Thomas Haller2021-07-291-1/+1
* bond: support the peer_notif_delay bond optionacabral2021-07-011-2/+2
* core: drop deprecated PropertiesChanged D-Bus signal (API BREAK)Thomas Haller2021-05-141-9/+3
* bond: restore MAC on release only when there is a cloned MAC addressbg/bond-macBeniamino Galvani2021-03-091-6/+14
* platform: move more platform code to src/libnm-platform/Thomas Haller2021-03-051-1/+1
* bond: avoid logging warning to set "ad_actor_system=00:00:00:00:00:00"Thomas Haller2021-02-231-0/+18
* build: move "libnm-core/" to "src/" and split itThomas Haller2021-02-181-1/+1
* all: add "src/core/nm-default-daemon.h" as replacement for "nm-default.h"Thomas Haller2021-02-091-1/+1
* all: move "src/" directory to "src/core/"Thomas Haller2021-02-041-0/+651