summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* contrib/modemu: respond to AT+COPS?lr/modemu-at-copsLubomir Rintel2022-02-031-0/+8
* merge: branch 'bg/assume-plat-init'Beniamino Galvani2022-02-033-22/+38
|\
| * device: fix assuming connections when platform-init arrives lateBeniamino Galvani2022-02-033-19/+34
| * device: remove unused if branch in device_link_changed()Beniamino Galvani2022-02-031-3/+4
|/
* l3cfg: merge branch 'th/l3cfg-acd-crash'Thomas Haller2022-02-021-74/+76
|\
| * l3cfg: fix handling "instance-reset" ACD eventThomas Haller2022-02-021-49/+38
| * l3cfg: add comment to _acd_data_collect_tracks_data() about linear searchThomas Haller2022-02-021-0/+9
| * l3cfg: add assertion for scheduling timeout in _l3_acd_data_timeout_schedule()Thomas Haller2022-02-021-0/+13
| * l3cfg: use nm_g_timeout_add_source() helpers in "nm-l3cfg.c"Thomas Haller2022-02-021-16/+5
| * l3cfg: only constructing log message when needed in _l3_acd_data_state_set_fu...Thomas Haller2022-02-021-9/+11
|/
* l3cfg: merge branch 'th/device-manual-l3cd-prio'Thomas Haller2022-02-024-10/+41
|\
| * core: increase l3cfg merge priority for VPN configThomas Haller2022-02-013-4/+3
| * device: adjust NM_L3CFG_CONFIG_PRIORITY_IPV6LL and L3_CONFIG_DATA_TYPE_LL_6Thomas Haller2022-02-012-1/+2
| * l3cfg: fix order of NML3ConfigData priorities in NML3CfgThomas Haller2022-02-012-3/+34
| * Revert "nm-device: prefer manually configured addresses to automatic"Thomas Haller2022-02-012-4/+4
|/
* dhcp: include "dhcp6_ntp_server" in Dhcp6ConfigLubomir Rintel2022-02-013-1/+30
* core/trivial: whitespaceThomas Haller2022-02-011-1/+0
* dhcp: improve error message in assertion of NMDhcpOption dataThomas Haller2022-02-011-3/+13
* ovsdb: unrealize removed ovs-interfaces on UNAVAILABLE stateFernando Fernandez Mancera2022-01-311-2/+3
* device/wwan: add compat define for MM_MODEM_CAPABILITY_5GNRThomas Haller2022-01-291-0/+4
* wwan: merge branch 'th/wwan-5gnr-capability'Thomas Haller2022-01-294-32/+30
|\
| * device/wwan: drop deprecated MM_MODEM_CAPABILITY_LTE_ADVANCEDThomas Haller2022-01-291-16/+4
| * device/wwan: use cleanup macro in get_capabilities()Thomas Haller2022-01-291-8/+5
| * device/wwan: static assert that ModemManager and NM capabilities correspondThomas Haller2022-01-292-0/+9
| * device/wwan: ensure capabilities are suitable 32 bit flagsThomas Haller2022-01-291-2/+2
| * libnm: use MODEM_CAPS_3GPP()/MODEM_CAPS_3GPP2() macros in get_setting_type()Thomas Haller2022-01-291-4/+2
| * libnm,core: use NM_FLAGS_ANY() for MODEM_CAPS_3GPP()/MODEM_CAPS_3GPP2()Thomas Haller2022-01-292-6/+6
| * libnm: add "Since" gtkdoc comment to @NM_DEVICE_MODEM_CAPABILITY_5GNRThomas Haller2022-01-291-1/+1
| * libnm,core: add 5GNR device modem capabilityDaniele Palmas2022-01-293-4/+10
|/
* release: bump version to 1.35.7 (development)1.35.7-devThomas Haller2022-01-282-2/+2
* libnm: merge branch 'th/libnm-dangling-property-2'Thomas Haller2022-01-282-2/+16
|\
| * libnm: add code comments to NMClientThomas Haller2022-01-281-0/+13
| * libnm/tests: enable check for dangling pointer in test_activate_virtual()Thomas Haller2022-01-281-2/+2
| * libnm: fix dangling pointer in "o" properties when unregistering NMObjectThomas Haller2022-01-281-0/+1
|/
* dhcp: fix crash accepting leases without addressesBeniamino Galvani2022-01-272-17/+28
* supplicant: use nm_ref_string_reset_str() in _properties_changed_main()Thomas Haller2022-01-271-4/+1
* glib-aux/tests: add tests for nm_ref_string_equal_str()Thomas Haller2022-01-271-0/+8
* glib-aux/trival: add code comment to nm_ref_string_equal_str()Thomas Haller2022-01-271-0/+3
* glib-aux: fix nm_ref_string_equal_str()Beniamino Galvani2022-01-271-1/+1
* man: mention "rd.znet_ifnames" option in `man nm-initrd-generator`Thomas Haller2022-01-261-0/+1
* dhcp: for systemd DHCPv6 client always explicitly set prefix-delegationThomas Haller2022-01-261-7/+11
* release: bump version to 1.35.6 (development)1.35.6-devThomas Haller2022-01-262-2/+2
* merge: branch 'bg/500vlans'Beniamino Galvani2022-01-267-157/+408
|\
| * dns: better track l3cd changesBeniamino Galvani2022-01-261-6/+19
| * core: update hostname once at startupBeniamino Galvani2022-01-261-0/+1
| * core: support compare flags in nm_l3_config_data_cmp_full()Beniamino Galvani2022-01-262-80/+217
| * core: defer DNS updates until the device enters the SECONDARIES stateBeniamino Galvani2022-01-261-1/+21
| * core: commit l3cd asynchronously on DHCP bound eventBeniamino Galvani2022-01-263-70/+150
|/
* Revert "libnm: fix dangling pointer in public API while destructing NMClient"Thomas Haller2022-01-252-3/+2
* Merge branch 'ac/gsm' into 'main'Ana Cabral2022-01-252-2/+9
|\