summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-20dhcp: remove l3cds when the lease expiresbg/dhcp-expiry-acdBeniamino Galvani2-0/+15
2024-02-20contrib: pass "--noclean" to rpmbuild in "makerepo.sh"Thomas Haller1-1/+1
2024-02-19contrib: add "ulogd" to makerepo.sh scriptThomas Haller1-0/+5
2024-02-19contrib: add "libnetfilter_log" to makerepo.sh scriptThomas Haller1-1/+7
2024-02-19merge: branch 'nmtui-add-bond-to-bridge-ports'Íñigo Huguet1-1/+1
2024-02-19nmtui: Add bond for creating bridge port interfaceJavier Sánchez Parra1-1/+1
2024-02-16merge: branch 'ih/vpn-2fa'Íñigo Huguet5-18/+67
2024-02-15libnmc: allow user input in ECHO mode for 2FA challengesÍñigo Huguet5-15/+38
2024-02-15libnmc: fix secrets request on 2nd stage of 2FA authenticationÍñigo Huguet2-6/+32
2024-02-14version: add version 1.48 macrosFernando Fernandez Mancera2-0/+15
2024-02-09merge: branch 'ih/news-1-46'Íñigo Huguet1-0/+24
2024-02-09NEWS: add missing new features in 1.46Íñigo Huguet1-0/+24
2024-02-09merge: branch 'th/gcc-14-fixes-2'Íñigo Huguet7-10/+30
2024-02-09config/tests: fix test failure in "/config/set-values"th/gcc-14-fixes-2Thomas Haller1-1/+1
2024-02-09core: ignore unused result warning of audit_log_user_message()Thomas Haller1-7/+10
2024-02-09build: workaround -Wno-calloc-transposed-args warning in systemd codeThomas Haller2-0/+2
2024-02-09build: use "-Wno-nonnull-compare" for building systemdThomas Haller4-1/+15
2024-02-09core: workaround "-Wnonnull-compare" warning in nm_lldp_neighbor_tlv_get_oui()Thomas Haller1-1/+2
2024-02-09merge: branch 'reapply_default_pvid'Íñigo Huguet5-30/+72
2024-02-09bridge: skip VLAN filtering resetting in reapply if no vlan change changedGris Ge5-30/+72
2024-02-09merge: branch 'main'Íñigo Huguet1-886/+933
2024-02-08po: update Swedish (sv) translation Luna Jernberg1-886/+933
2024-02-07std-aux: workaround usage of _Pragma() inside nm_assert()Thomas Haller1-2/+10
2024-02-07device: fix _prop_get_ipv4_dhcp_dscp() to return valueThomas Haller1-1/+1
2024-02-07NEWS: update for 1.48Thomas Haller1-0/+10
2024-02-07merge: branch 'th/gcc-14-fixes'Beniamino Galvani6-47/+59
2024-02-07libnm: avoid "-Wnonnull-compare warnings with "static" array declaratorThomas Haller2-4/+4
2024-02-07std-aux: suppress "-Wnonnull-compare" warning in nm_assert()Thomas Haller1-0/+5
2024-02-07std-aux: move NM_PRAGMA_WARNING_DISABLE() macro from libnm-glib-aux to libnm-...Thomas Haller2-42/+42
2024-02-07std-aux: add NM_STRINGIFY() macroThomas Haller1-0/+5
2024-02-07libnm: use flexible array member in NMUtilsStrStrDictKeyThomas Haller1-1/+1
2024-02-07libnm: avoid "-Walloc-size" warning in nm_team_link_watcher_new_ethtool()Thomas Haller1-0/+2
2024-02-06dhcp: merge branch 'bg/dhcp-dscp'Beniamino Galvani33-552/+969
2024-02-06n-dhcp4: change the default DSCP value to 0bg/dhcp-dscpBeniamino Galvani2-2/+2
2024-02-06initrd: add support for rd.net.dhcp.dscp propertyBeniamino Galvani3-1/+53
2024-02-06device: support the DHCP DSCP propertyBeniamino Galvani5-0/+68
2024-02-06libnm,nmcli: add ipvx.dhcp-dscp propertyBeniamino Galvani15-540/+798
2024-02-06n-dhcp4: support setting the DSCP valueBeniamino Galvani10-11/+50
2024-02-05merge: branch 'sf/expose-global-metered-state-in-nmcli'Stanislas Faye3-3/+10
2024-02-05cli: Implement display of global metered state in `nmcli general`Stanislas FAYE3-3/+10
2024-02-02nmtui: fix WireGuard peer editor empty fieldsJavier Sánchez Parra1-7/+8
2024-01-31merge: branch 'ff/conscious_language_autoconnect_slaves'Fernando Fernandez Mancera18-598/+889
2024-01-31all: use the new NMSettingConnection autoconnect-ports propertyff/conscious_language_autoconnect_slavesFernando Fernandez Mancera2-6/+7
2024-01-31connection: deprecate NMSettingConnection autoconnect-slaves propertyFernando Fernandez Mancera14-598/+896
2024-01-31setting: add property_type field to _nm_setting_property_define_direct_enumFernando Fernandez Mancera3-38/+43
2024-01-31internal: add direct_is_aliased_field flag to NMSettInfoPropertyFernando Fernandez Mancera3-4/+14
2024-01-31tests: drop unit tests related to from_dbus/to_dbus functionFernando Fernandez Mancera1-23/+0
2024-01-30glib-aux: fix atomic pattern in nm_ref_string_unref()Thomas Haller1-1/+2
2024-01-30merge: branch 'jv/wireless-use-strv'Jan Vaclav3-103/+115
2024-01-30libnm-core: replace mac_address_blacklist type GArray with NMValueStrvJan Vaclav1-100/+83