summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* l3cfg: rework merging NML3ConfigData to give more control over how to mergeth/l3cfg-4Thomas Haller2020-08-053-114/+95
* l3cfg: add more API to NML3ConfigDataThomas Haller2020-08-052-21/+213
* l3cfg: forward declare NML3ConfigData in "nm-types.h"Thomas Haller2020-08-052-2/+1
* l3cfg: add nm_l3_config_data_set_source()Thomas Haller2020-08-052-0/+23
* l3cfg: rename NML3ConfigData instances from l3cfg to l3cdThomas Haller2020-08-054-57/+57
* core: add NMIPConfig as base class for NMIP[46]ConfigThomas Haller2020-08-058-24/+213
* core: change NM_IS_IP_CONFIG() to have no additional argumentThomas Haller2020-08-055-9/+11
* core: add nm_dbus_object_unexport_on_idle() helperThomas Haller2020-08-052-0/+30
* core: merge IPv4/IPv6 implementations of nm_utils_ip_{addresses,routes}_to_db...Thomas Haller2020-08-054-258/+165
* core: extract helper functions for creating address/route variant for D-BusThomas Haller2020-08-054-271/+397
* dhcp: cleanup "nm-dhcp-utils.c"Thomas Haller2020-08-051-69/+53
* dhcp/nettools: don't use systemd header "hostname-util.h" in "nm-dhcp-nettool...Thomas Haller2020-08-051-3/+2
* shared,core: extend nm_utils_is_specific_hostname() and move to sharedThomas Haller2020-08-054-14/+116
* shared: add nm_strcmp_ascii_case_with_data() helperThomas Haller2020-08-052-0/+10
* shared: add NM_STR_HAS_SUFFIX_ASCII_CASE() macroThomas Haller2020-08-051-0/+14
* shared: add NM_IN_STRSET_ASCII_CASE() macroThomas Haller2020-08-052-0/+30
* shared: make implementation for NM_IN_STRSET() more reusableThomas Haller2020-08-051-28/+32
* shared: add nm_strv_ptrarray_get_unsafe() helperThomas Haller2020-08-051-0/+17
* shared/tests: add nmtst_assert_ip_address()Thomas Haller2020-08-051-0/+8
* shared/tests: add static assert to ensure proper alignment of NMIPAddr structThomas Haller2020-08-051-0/+5
* contributing: add section about our git-notes refs/notes/bugsThomas Haller2020-08-051-0/+25
* contrib: use new "find-backports" script in "release.sh"Thomas Haller2020-08-051-5/+5
* systemd: merge branch systemd into masterBeniamino Galvani2020-08-0435-159/+555
|\
| * systemd: update code from upstream (2020-08-04)Beniamino Galvani2020-08-0437-164/+560
* | n-dhcp4: fix BPF filter endianness issueBeniamino Galvani2020-08-041-2/+2
* | all: changes from python 2 syntax to python3 and removing dead codeSayed Shah2020-08-0315-120/+70
* | wifi: avoid crash due to incomplete Wi-Fi API infoThomas Haller2020-08-031-0/+7
* | l3cfg: merge branch 'th/l3cfg-3'Thomas Haller2020-07-3120-533/+2617
|\ \
| * | l3cfg: track externally removed addresses/routesThomas Haller2020-07-315-32/+390
| * | l3cfg: add support for tracking routes that are currently unavailableThomas Haller2020-07-312-6/+254
| * | l3cfg: add nm_l3cfg_platform_commit()Thomas Haller2020-07-314-1/+85
| * | l3cfg: track route-table sync mode in NML3ConfigDataThomas Haller2020-07-313-7/+45
| * | l3cfg: add nm_l3_config_data_add_dependent_routes()Thomas Haller2020-07-313-0/+350
| * | l3cfg: support tracking NML3ConfigData in NML3CfgThomas Haller2020-07-314-31/+625
| * | l3cfg: support more properties in NML3ConfigDataThomas Haller2020-07-312-25/+140
| * | l3cfg: add flags for affecting how add-object works for NML3ConfigDataThomas Haller2020-07-312-47/+102
| * | l3cfg: add nm_l3_config_data_cmp()/nm_l3_config_data_equal()Thomas Haller2020-07-312-0/+108
| * | l3cfg: add NM_IS_L3_CONFIG_DATA() for asserting valid NML3ConfigData instancesThomas Haller2020-07-312-25/+38
| * | platform: move full-sync parameter away from nm_platform_ip_address_sync()Thomas Haller2020-07-312-24/+43
| * | platform: allow injecting the list of addresses to pruneThomas Haller2020-07-312-13/+53
| * | platform: minor cleanup in nm_platform_ip_address_sync()Thomas Haller2020-07-311-11/+10
| * | platform: merge nm_platform_ip_address_sync() implementationsThomas Haller2020-07-312-277/+253
| * | platform: add NMP_OBJECT_TYPE_TO_ADDR_FAMILY() helperThomas Haller2020-07-312-10/+10
| * | core: inline _add_local_route_from_addr[46] helper functionThomas Haller2020-07-312-68/+42
| * | device: use nm_utils_ip4_address_is_link_local() in nm_device_handle_ipv4ll_e...Thomas Haller2020-07-311-4/+1
| * | core: use nm_utils_ip4_address_is_zeronet() helperThomas Haller2020-07-311-10/+1
| * | core: add nm_utils_ip4_address_is_zeronet() helperThomas Haller2020-07-311-0/+7
| * | core: add nm_utils_ip_address_same_prefix_cmp() helperThomas Haller2020-07-311-0/+22
| * | platform: add nmp_object_indirect_id_*() helpersThomas Haller2020-07-312-0/+22
| * | platform: add static assertion to check NMPlatformIP{Address,Route} struct la...Thomas Haller2020-07-311-0/+8