summaryrefslogtreecommitdiff
path: root/src/libnm-platform/nm-platform.h
Commit message (Expand)AuthorAgeFilesLines
* platform: add support to prio property in bond portsFernando Fernandez Mancera2023-05-031-3/+7
* platform: add netlink support for bond port optionsFernando Fernandez Mancera2023-05-031-4/+24
* wifi: skip no-ir channels when determining AP channelBeniamino Galvani2023-03-281-2/+6
* platform: rework handling of failed routes during nm_platform_ip_route_sync()Thomas Haller2023-03-211-1/+1
* platform: move NMPlatformSignalChangeType to "nmp-base.h" headerThomas Haller2023-03-211-7/+0
* platform: add nm_platform_ip_route_get_pref_src() helperThomas Haller2023-03-211-0/+13
* bonding: add support to ns_ip6_target optionff/new_bond_optionsFernando Fernandez Mancera2023-03-061-37/+39
* bonding: add support to lacp_active optionFernando Fernandez Mancera2023-03-061-0/+2
* bonding: add support to arp_missed_max optionFernando Fernandez Mancera2023-03-061-0/+1
* platform: support changing link propertiesBeniamino Galvani2023-03-021-0/+26
* platform: rename link_change() to link_change_extra()Beniamino Galvani2023-03-021-7/+10
* bridge: set vlan_filtering and vlan_default_pvid via netlinkVladislav Tsisyk2023-03-011-0/+13
* platform: return extack message from add address/route operationsThomas Haller2023-02-281-6/+17
* platform,core: better handle onlink flag for ECMP routesThomas Haller2023-02-071-0/+5
* platform: allow setting multi_idx instance for NMPlatformThomas Haller2023-01-191-2/+3
* libnm,platform: fix range for "weight" property of next hops for routesThomas Haller2023-01-171-18/+23
* platform: support VTI6 tunnelsBeniamino Galvani2022-12-211-0/+23
* platform: support VTI tunnelsBeniamino Galvani2022-12-211-0/+24
* platform: fix "-Wcast-align" warning for NMPlatformQdisc castThomas Haller2022-12-161-3/+3
* all: use _NM_G_TYPE_CHECK_INSTANCE_CAST() for internal usesThomas Haller2022-12-161-1/+1
* macsec: fix tracking of parent ifindexBeniamino Galvani2022-12-151-1/+0
* platform: support VLAN protocolBeniamino Galvani2022-12-141-22/+7
* platform: ensure all NMPlatform* structs have same alignmentThomas Haller2022-12-091-19/+19
* platform: move "struct _NMPlatformObject" to "nmp-plobj.h"Thomas Haller2022-12-091-6/+0
* support loopback interfaceWen Liang2022-11-231-0/+25
* platform: drop inline cmp() wrappers around "full" versionsff/platform_ecmpThomas Haller2022-11-211-21/+2
* platform: add NM_PLATFORM_IP_ROUTE_CMP_TYPE_ECMP_ID for comparing ECMP base r...Thomas Haller2022-11-211-0/+5
* platform: add nm_platform_ip4_route_hash() helperThomas Haller2022-11-211-0/+11
* platform: pass extra_hops to ip_route_add functionFernando Fernandez Mancera2022-11-211-5/+5
* platform: manage ECMP routesFernando Fernandez Mancera2022-11-211-2/+77
* platform: add mechanism to report removed IPv6 addresses that failed DADBeniamino Galvani2022-10-261-0/+6
* bond: fix arp_all_target option when arp_interval is disabledFernando Fernandez Mancera2022-09-271-1/+0
* platform: move NMPlatformIP[46]Address to "nmp-plobj.c"Thomas Haller2022-09-231-290/+6
* platform,glib-aux: move and rename nm_platform_ip4_broadcast_address_create()Thomas Haller2022-09-231-7/+1
* platform: use signed int for NMPlatformLnkBond.primaryThomas Haller2022-09-131-1/+1
* platform: add NMPIPAddressSyncFlags parameter to nm_platform_ip_address_sync()Wen Liang2022-09-081-5/+11
* Revert "platform: add the `a_no_auto_noprefixroute` flag"Wen Liang2022-09-071-6/+0
* glib-aux: rename IP address related helpers from "nm-inet-utils.h"Thomas Haller2022-08-251-5/+5
* platform: add dump/update function for MPTCP addressesThomas Haller2022-08-091-0/+9
* platform: add hash functions for NMPlatformMptcpAddr instancesThomas Haller2022-08-091-0/+3
* platform: drop unnecessary NMPlatformMptcpAddr.in_kernel flagThomas Haller2022-08-091-10/+0
* glib-aux,platform: add comments to nm_platform_ip_address_get_scope()/nm_util...Thomas Haller2022-08-091-0/+12
* platform: add netlink support for bond linkFernando Fernandez Mancera2022-08-041-2/+58
* platform: add nm_platform_ip{4,6,}_address_get_scope() helperThomas Haller2022-07-261-0/+31
* platform: add the `a_no_auto_noprefixroute` flagWen Liang2022-07-211-0/+6
* platform: add NMPlatformMptcpAddr objectThomas Haller2022-07-201-2/+34
* platform: add genl socket support for events and genl familyThomas Haller2022-07-191-0/+7
* platform: add NMPGenlFamilyType enum for generic netlink typesThomas Haller2022-07-191-0/+19
* platform: add support for {rto_min,quickack,lock-advmss} route attributesBeniamino Galvani2022-06-271-0/+7
* platform: avoid struct alignment issue for NMPlatformIP4AddressThomas Haller2022-05-191-9/+5