summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release: bump version to 1.32.81.32.8Thomas Haller2021-08-102-2/+2
* glib-aux: fix thread-safe initialization in _nm_g_source_sentinel_get_init()Thomas Haller2021-08-101-2/+2
* NEWS: updateThomas Haller2021-08-101-0/+9
* aliyun: reuse ipv4 gateway address returned by metadata serverWen Liang2021-08-094-9/+53
* .gitignore: include files used by eclipse-cdt IDEAna Cabral2021-08-061-0/+3
* device: store the original MTU before force-setting itBeniamino Galvani2021-08-061-15/+21
* firewalld: fix build error due to nm_utils_strdup_reset()Thomas Haller2021-08-061-1/+1
* firewalld: merge branch 'th/firewalld-reloaded'Thomas Haller2021-08-063-21/+74
|\
| * firewalld: listen to Reloaded signal and reconfigure firewall zonesThomas Haller2021-08-063-12/+55
| * firewalld: fix initialized_now argument for NMFirewalldManager's "state-chang...Thomas Haller2021-08-061-1/+9
| * firewalld: make D-Bus calls against unique name for firewalld serviceThomas Haller2021-08-061-1/+1
| * firewalld: track current name_owner in NMFirewalldManagerThomas Haller2021-08-061-10/+12
| * firewalld: prefix firewalld logging messages with "firewalld"Thomas Haller2021-08-061-1/+1
|/
* man: update URL for networkmanager.dev home pageThomas Haller2021-08-032-2/+2
* release: bump version to 1.32.7 (development)1.32.7-devThomas Haller2021-07-282-2/+2
* release: bump version to 1.32.61.32.6Thomas Haller2021-07-282-2/+2
* initrd: fix handling "ip=single-dhcp:..." in reader_parse_ip()Thomas Haller2021-07-281-0/+1
* NEWS: updateThomas Haller2021-07-281-0/+16
* merge: branch 'bg/rh1934122'Beniamino Galvani2021-07-2714-43/+398
|\
| * core: introduce device 'allowed-connections' propertyBeniamino Galvani2021-07-278-12/+127
| * core: add nm_utils_connection_match_spec_list()Beniamino Galvani2021-07-273-0/+159
| * initrd: add a 'origin' user tag to connectionsBeniamino Galvani2021-07-272-0/+13
| * core: add 'keep-configuration' device configuration optionBeniamino Galvani2021-07-274-21/+74
| * manager: exit early in get_existing_connection()Beniamino Galvani2021-07-273-1/+8
| * core: add comments about assuming connectionsBeniamino Galvani2021-07-272-19/+27
|/
* merge: branch 'bg/dhcp-filename-rh1979387'Beniamino Galvani2021-07-279-19/+109
|\
| * core: persist the bootfile from DHCPBeniamino Galvani2021-07-273-11/+28
| * dhcp: nettools: parse the filename and the bootfile-name optionBeniamino Galvani2021-07-271-0/+25
| * n-dhcp4: add an accessor for the file name in the leaseBeniamino Galvani2021-07-273-0/+38
| * n-dhcp4: fix n_dhcp4_client_lease_get_server_identifier()Beniamino Galvani2021-07-272-4/+6
| * dhcp: add internal option for the boot file nameBeniamino Galvani2021-07-272-2/+4
| * dhcp: escape control characters in DHCP optionsBeniamino Galvani2021-07-272-2/+8
|/
* initrd: support infiniband pkeysBeniamino Galvani2021-07-273-0/+98
* initrd: honor "ip=single-dhcp" option as alias for "dhcp"Thomas Haller2021-07-231-1/+1
* core: merge branch 'th/external-routes-no-sync'Thomas Haller2021-07-216-62/+121
|\
| * platform: don't add routes that are tracked as external routesThomas Haller2021-07-211-10/+34
| * platform: mark routes in NMPlatform cache as "external"Thomas Haller2021-07-213-48/+60
| * core: preserve "is_external" route flag during _nm_ip_config_add_obj()Thomas Haller2021-07-211-0/+5
| * platform: add is-external flag to NMPlatformIPRouteThomas Haller2021-07-212-4/+22
|/
* release: bump version to 1.32.5 (development)1.32.5-devThomas Haller2021-07-202-2/+2
* release: bump version to 1.32.41.32.4Thomas Haller2021-07-202-2/+2
* cloud-setup: add nmcs_utils_uri_complete_interned() for constructing URI for ...Thomas Haller2021-07-203-16/+17
* cloud-setup: fix constructing URL from NM_CLOUD_SETUP_EC2_HOST in _ec2_base()Thomas Haller2021-07-201-3/+4
* cloud-setup: drop unnecessary check in_detect_get_meta_data_done_cb()Thomas Haller2021-07-201-9/+1
* NEWS: updateThomas Haller2021-07-201-0/+14
* libnm: mark symbols in libnm_1_32_4 linker symbol version as globalThomas Haller2021-07-201-0/+1
* cloud-setup: configure secondary ip in Aliyun cloudWen Liang2021-07-197-0/+565
* all: merge branch 'th/ascii-control-chars'Thomas Haller2021-07-198-53/+153
|\
| * libnm: use nm_ascii_is_regular() in _keyfile_key_encode()Thomas Haller2021-07-191-2/+2
| * libnm: use nm_ascii_is_ctrl_or_del() in nm_utils_fixup_product_string() to pr...Thomas Haller2021-07-191-1/+1