summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
9 daysman: fix missing deprecation messagenm-1-46Íñigo Huguet3-4/+4
2024-04-05libnm-lldp: use ETH_P_ALL instead of NM_ETHERTYPE_LLDP for the socketFernando Fernandez Mancera1-1/+1
2024-03-29device: ignore error setting mac if it's a global special valueBeniamino Galvani1-11/+42
2024-03-26manager: fix race condition while enumerating devices at startupBeniamino Galvani1-1/+16
2024-03-26nm-dispatcher: fix crash when parsing output dictionaryBeniamino Galvani1-0/+3
2024-03-20ovs: Do not allow OVS bridge and port to be parentGris Ge3-5/+21
2024-03-20checkpoint: Allow rollback on internal global DNSGris Ge6-2/+96
2024-03-14l3cfg: fix handling of ipv6 hop limitBeniamino Galvani1-1/+1
2024-03-06config/tests: fix test failure in "/config/set-values"Thomas Haller1-1/+1
2024-03-06core: ignore unused result warning of audit_log_user_message()Thomas Haller1-7/+10
2024-02-26build: workaround -Wno-calloc-transposed-args warning in systemd codeThomas Haller2-0/+2
2024-02-26build: use "-Wno-nonnull-compare" for building systemdThomas Haller4-1/+15
2024-02-22release: bump version to 1.46.1 (development)1.46.1-devStanislas FAYE2-2/+2
2024-02-22release: bump version to 1.46.01.46.0Stanislas FAYE2-3/+3
2024-02-22test: disable vlan_xgress unit testStanislas FAYE1-7/+5
2024-02-21NEWS: update changes in 1.46Stanislas FAYE1-2/+8
2024-02-21merge: branch 'bg/create-generic-devices'Beniamino Galvani31-474/+1814
2024-02-21manager: make generic devices compatible with all link typesBeniamino Galvani1-1/+4
2024-02-21core: persist state of software generic devices across restartsBeniamino Galvani5-11/+54
2024-02-21device: support creating generic devices via device-handlerBeniamino Galvani8-16/+351
2024-02-21examples: add example device handler dispatcher for geneveBeniamino Galvani1-0/+116
2024-02-21dispatcher: read device-handler's stdout into a dictionaryBeniamino Galvani4-42/+253
2024-02-21dispatcher: support device-handler actionsBeniamino Galvani4-77/+263
2024-02-21core/dispatcher: prefer the Action2() method and fall back to Action()Beniamino Galvani1-87/+213
2024-02-21dispatcher: add Action2() D-Bus methodBeniamino Galvani1-43/+126
2024-02-21dispatcher: refactor building the resultBeniamino Galvani1-37/+40
2024-02-21core/dispatcher: refactor nm_dispatcher_need_device()Beniamino Galvani1-17/+16
2024-02-21core/dispatcher: factorize codeBeniamino Galvani1-46/+42
2024-02-21libnm: add generic.device-handler propertyBeniamino Galvani10-15/+190
2024-02-21dispatcher: pass user setting properties in the environmentBeniamino Galvani2-0/+57
2024-02-21core: move functions for env variable name encoding to libnm-glib-auxBeniamino Galvani5-111/+118
2024-02-21dispatcher: remove trailing dot from error messagesBeniamino Galvani1-5/+5
2024-02-21merge: branch 'bg/macsec-offload'Beniamino Galvani12-13/+139
2024-02-21macsec: support the offload propertyBeniamino Galvani5-7/+51
2024-02-21libnm,nmcli: add macsec.offload propertyBeniamino Galvani7-6/+88
2024-02-21nmtui: Add bond for creating bridge port interfaceJavier Sánchez Parra1-1/+1
2024-02-21nmcli: fix crash in nmc_connection_check_deprecated()Beniamino Galvani1-2/+1
2024-02-21ndisc: fix IPv6 address lifetimes computationSergey Koshelenko1-6/+4
2024-02-21libnmc: allow user input in ECHO mode for 2FA challengesÍñigo Huguet5-15/+38
2024-02-21libnmc: fix secrets request on 2nd stage of 2FA authenticationÍñigo Huguet2-6/+32
2024-02-21sriov: allow reading empty eswitch paramaters via DevlinkÍñigo Huguet3-6/+16
2024-02-21sriov: don't fail if sriov_totalvfs sysfs file is missingÍñigo Huguet1-2/+3
2024-02-21sriov: set the devlink's eswitch inline-mode and encap-modeÍñigo Huguet5-80/+125
2024-02-21devlink: get and set eswitch inline-mode and encap-modeÍñigo Huguet4-38/+91
2024-02-21sriov: add eswitch-inline-mode and eswitch-encap-mode propertiesÍñigo Huguet7-5/+157
2024-02-21platform: destroy VFs before changing the eswitch modeÍñigo Huguet1-108/+305
2024-02-21sriov: set the devlink's eswitch modeÍñigo Huguet5-4/+55
2024-02-21sriov: add eswitch-mode propertyÍñigo Huguet7-1/+77
2024-02-21platform: netlink: add devlink supportÍñigo Huguet6-0/+370
2024-02-21nm-setting: implement direct_enum as GObject property of type intÍñigo Huguet12-115/+301