summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-31ovsdb: unrealize removed ovs-interfaces on UNAVAILABLE stateff/ovs_interface_rebootFernando Fernandez Mancera1-2/+3
2022-01-29device/wwan: add compat define for MM_MODEM_CAPABILITY_5GNRThomas Haller1-0/+4
2022-01-29wwan: merge branch 'th/wwan-5gnr-capability'Thomas Haller4-32/+30
2022-01-29device/wwan: drop deprecated MM_MODEM_CAPABILITY_LTE_ADVANCEDThomas Haller1-16/+4
2022-01-29device/wwan: use cleanup macro in get_capabilities()Thomas Haller1-8/+5
2022-01-29device/wwan: static assert that ModemManager and NM capabilities correspondThomas Haller2-0/+9
2022-01-29device/wwan: ensure capabilities are suitable 32 bit flagsThomas Haller1-2/+2
2022-01-29libnm: use MODEM_CAPS_3GPP()/MODEM_CAPS_3GPP2() macros in get_setting_type()Thomas Haller1-4/+2
2022-01-29libnm,core: use NM_FLAGS_ANY() for MODEM_CAPS_3GPP()/MODEM_CAPS_3GPP2()Thomas Haller2-6/+6
2022-01-29libnm: add "Since" gtkdoc comment to @NM_DEVICE_MODEM_CAPABILITY_5GNRThomas Haller1-1/+1
2022-01-29libnm,core: add 5GNR device modem capabilityDaniele Palmas3-4/+10
2022-01-28release: bump version to 1.35.7 (development)1.35.7-devThomas Haller2-2/+2
2022-01-28libnm: merge branch 'th/libnm-dangling-property-2'Thomas Haller2-2/+16
2022-01-28libnm: add code comments to NMClientThomas Haller1-0/+13
2022-01-28libnm/tests: enable check for dangling pointer in test_activate_virtual()Thomas Haller1-2/+2
2022-01-28libnm: fix dangling pointer in "o" properties when unregistering NMObjectThomas Haller1-0/+1
2022-01-27dhcp: fix crash accepting leases without addressesBeniamino Galvani2-17/+28
2022-01-27supplicant: use nm_ref_string_reset_str() in _properties_changed_main()Thomas Haller1-4/+1
2022-01-27glib-aux/tests: add tests for nm_ref_string_equal_str()Thomas Haller1-0/+8
2022-01-27glib-aux/trival: add code comment to nm_ref_string_equal_str()Thomas Haller1-0/+3
2022-01-27glib-aux: fix nm_ref_string_equal_str()Beniamino Galvani1-1/+1
2022-01-26man: mention "rd.znet_ifnames" option in `man nm-initrd-generator`Thomas Haller1-0/+1
2022-01-26dhcp: for systemd DHCPv6 client always explicitly set prefix-delegationThomas Haller1-7/+11
2022-01-26release: bump version to 1.35.6 (development)1.35.6-devThomas Haller2-2/+2
2022-01-26merge: branch 'bg/500vlans'Beniamino Galvani7-157/+408
2022-01-26dns: better track l3cd changesBeniamino Galvani1-6/+19
2022-01-26core: update hostname once at startupBeniamino Galvani1-0/+1
2022-01-26core: support compare flags in nm_l3_config_data_cmp_full()Beniamino Galvani2-80/+217
2022-01-26core: defer DNS updates until the device enters the SECONDARIES stateBeniamino Galvani1-1/+21
2022-01-26core: commit l3cd asynchronously on DHCP bound eventBeniamino Galvani3-70/+150
2022-01-25Revert "libnm: fix dangling pointer in public API while destructing NMClient"Thomas Haller2-3/+2
2022-01-25Merge branch 'ac/gsm' into 'main'Ana Cabral2-2/+9
2022-01-25core/wwan: ensure correct conditions before signal emissionAna Cabral2-1/+8
2022-01-25core/wwan: fix log domainAna Cabral1-1/+1
2022-01-25contrib/rpm: fix spec file for CentOS7/RHEL7 for "Suggests:"Thomas Haller1-1/+1
2022-01-25initrd: add support for rd.znet_ifnamesLubomir Rintel2-3/+106
2022-01-24contrib/rpm: split ifup/ifdown compat scripts to new package NetworkManager-i...Thomas Haller1-9/+37
2022-01-21libnm/tests: fix race in test test_activate_virtual()Thomas Haller1-1/+2
2022-01-21libnm: merge branch 'th/libnm-dangling-property'Thomas Haller5-0/+103
2022-01-21libnm: fix dangling pointer in public API while destructing NMClientThomas Haller2-2/+3
2022-01-21libnm/tests: add unit test for checking dangling pointer in libnmThomas Haller1-0/+80
2022-01-21tools/tests: set available-connections for vlan device in NM test stubThomas Haller1-0/+6
2022-01-21glib-aux/tests: add nmtst_test_skip_slow() helperThomas Haller1-0/+11
2022-01-21tools: support --no-make-first option in "run-nm-test.sh"Thomas Haller1-0/+5
2022-01-21glib-aux: workaround maybe-uninitialized warning with LTO in nm_uuid_generate...Thomas Haller1-2/+8
2022-01-21device: initialize nm_auto variable in _ethtool_features_reset()Thomas Haller1-1/+1
2022-01-21wifi/iwd: merge branch 'balrog-kun:iwd-p2p'Thomas Haller12-33/+1894
2022-01-21iwd: Ensure WFD IE is present during activationAndrew Zaborowski4-14/+24
2022-01-21iwd: Basic WFD support for NMDeviceIwdP2PAndrew Zaborowski3-1/+224
2022-01-21iwd: Add basic P2P device class for IWDAndrew Zaborowski7-15/+1356