summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * platform: drop lazy initialization _rules_init() of NMPRouteManagerThomas Haller2022-02-091-38/+11
| * platform: rename "nmp-route-manager.h" to "nmp-rules-manager.h"Thomas Haller2022-02-098-8/+8
| * platform: rename NMPRulesManager API to NMPRouteManagerThomas Haller2022-02-096-207/+208
| * platform: add support for blackhole,unreachable,prohibit route typeThomas Haller2022-02-093-8/+108
| * platform: add nm_platform_route_type_is_nodev() helperThomas Haller2022-02-092-0/+32
| * platform: don't treat ifindex zero special in nmp_lookup_init_object()Thomas Haller2022-02-093-8/+19
| * platform: don't check for valid ifindex in _vt_cmd_obj_is_alive_ipx_route()Thomas Haller2022-02-091-2/+1
| * platform: don't print NUL gateway in nm_platform_ip[46]_route_to_string()Thomas Haller2022-02-091-32/+52
| * core: use IS_IPv4 variable in nm_utils_ip_route_attribute_to_platform()Thomas Haller2022-02-091-5/+5
| * platform: rename variable "IS_IPv4" in platform codeThomas Haller2022-02-091-39/+44
| * libnm: rework validating route attributes to avoid duplicate checkThomas Haller2022-02-091-53/+81
| * libnm: change NMVariantAttributeSpec.str_type to work for attributes of any typeThomas Haller2022-02-093-81/+91
| * libnm: avoid parsing IP addresses twice in NMIPAddress/NMIPRoute APIThomas Haller2022-02-091-111/+110
| * libnm: reorder fields in NMIPAddress/NMIPRoute structThomas Haller2022-02-091-7/+9
| * tests: let "run-nm-test.sh" fail with exit code 1 on failureThomas Haller2022-02-091-3/+4
|/
* priv-helper: merge branch 'th/nm_priv_helper_dbus_name'Thomas Haller2022-02-099-24/+21
|\
| * priv-helper: remove D-Bus Alias for "nm-priv-helper.service"Thomas Haller2022-02-092-5/+1
| * priv-helper: fix D-Bus patch to not contain forbidden character '-'Thomas Haller2022-02-099-21/+22
|/
* libnm: fix nm_client_add_and_activate_connection2_finish annotationVal Och2022-02-091-1/+1
* core/rfkill: merge branch 'th/rfkill-cleanup'Thomas Haller2022-02-0810-410/+419
|\
| * core/rfkill: cleanup arguments for "rfkill-changed" signalThomas Haller2022-02-082-7/+13
| * core/rfkill: use nm_streq() in "nm-rfkill-manager.c"Thomas Haller2022-02-081-3/+4
| * core/rfkill: use CList to track Rfkill killswitchesThomas Haller2022-02-081-24/+26
| * core/rfkill: cleanup initializing Killswitch structThomas Haller2022-02-081-19/+23
| * core/rfkill: don't assert for valid string in rfkill_type_to_enum()Thomas Haller2022-02-081-9/+7
| * core/rfkill: rename rfkill_state_to_desc() to nm_rfkill_state_to_string()Thomas Haller2022-02-081-6/+8
| * core/rfkill: add nm_rfkill_type_to_string() helperThomas Haller2022-02-083-23/+24
| * core/rfkill: use "nm_auto_close" in _rfkill_update_system() to close FDThomas Haller2022-02-081-4/+1
| * core/rfkill: rename Rfkill related functions in "nm-manager.c"Thomas Haller2022-02-081-177/+188
| * core/rfkill: move immutable type description of Rfkill to global fieldThomas Haller2022-02-081-100/+95
| * core/rfkill: add "nm" prefix to RfKillState and RfKillType enumsThomas Haller2022-02-0810-101/+101
| * core/rfkill: cleanup rfkill handling in NMManagerThomas Haller2022-02-081-37/+40
| * core/rfkill: move rfkill_type property to NMDeviceClassThomas Haller2022-02-087-31/+20
|/
* device: fix required-timeout evaluationBeniamino Galvani2022-02-081-1/+1
* all: merge branch 'th/rfkill-cleanup-1'Thomas Haller2022-02-0825-361/+359
|\
| * libnm: drop unnecessary /*clang-format off*/Thomas Haller2022-02-081-3/+1
| * all: adjust glib-mkenums annotations for automated formattingThomas Haller2022-02-0819-243/+243
| * all: drop /*<skip>*/ annotations for enumsThomas Haller2022-02-086-115/+115
|/
* l3cfg: fix setting default route table during nm_l3_config_data_merge()Thomas Haller2022-02-071-6/+12
* release: bump version to 1.37.0 (development)1.37.0-devLubomir Rintel2022-02-042-3/+3
* release: bump version to 1.35.90 (1.36-rc1)1.36-rc1Lubomir Rintel2022-02-042-2/+2
* NEWS: update for 1.36-rc1Lubomir Rintel2022-02-041-7/+37
* systemd: workaround gcc warning about LOG2ULL() by disabling code (2)Thomas Haller2022-02-042-4/+8
* dhcp-options: change "dhcp6_ntp_server" to plural formLubomir Rintel2022-02-041-1/+1
* contrib/modemu: extend PDP supportLubomir Rintel2022-02-041-4/+28
* contrib/modemu: respond to AT+COPS?Lubomir Rintel2022-02-041-0/+8
* systemd: workaround gcc warning about LOG2ULL() by disabling codeThomas Haller2022-02-042-0/+4
* systemd: merge branch systemd into mainThomas Haller2022-02-0392-1309/+2709
|\
| * systemd: update code from upstream (2022-01-24)Thomas Haller2022-01-2488-1307/+2687
* | device: update metered status when getting DHCP leaseThomas Haller2022-02-031-1/+3