summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* xxxth/bridge-multicast-routerThomas Haller2020-06-153-25/+28
* release: bump version to 1.27.0 (development)1.27.0-devThomas Haller2020-06-152-3/+3
* release: bump version to 1.25.90 (1.26-rc1)1.26-rc1Thomas Haller2020-06-152-2/+2
* firewalld: allow access to SSH in "nm-shared" firewalld zoneThomas Haller2020-06-151-0/+1
* all: reformat python files with python blackSayed Shah2020-06-1544-2014/+3232
* NEWS: updateBeniamino Galvani2020-06-151-1/+2
* glib: always re-implement g_steal_pointer()Thomas Haller2020-06-151-3/+9
* build: ensure man directory exists for "man/nm-settings-docs-*.xml"Thomas Haller2020-06-151-2/+2
* lldp: merge branch 'th/lldp-mud-url'Thomas Haller2020-06-153-11/+103
|\
| * lldp: omit empty "object-id" for LLDP management addressThomas Haller2020-06-152-3/+4
| * lldp: expose "mud-url" LLDP attribute for the MUD usage descriptionThomas Haller2020-06-153-4/+54
| * lldp: cleanup converting binary LLDP fields to stringThomas Haller2020-06-151-5/+46
|/
* Revert "manager: change autoconnect-slaves logic for already active slaves"Beniamino Galvani2020-06-151-32/+3
* NEWS: updateThomas Haller2020-06-151-0/+8
* ndisc: merge branch 'th/revert-ipv6-slaac-lifetimes' for nm-1-26Thomas Haller2020-06-154-44/+31
|\
| * NEWS: updateThomas Haller2020-06-151-4/+0
| * Revert "IPv6 SLAAC: Clamp received PIO and RIO Lifetime Values"Thomas Haller2020-06-151-22/+5
| * Revert "IPv6 SLAAC: Honor small PIO Valid Lifetimes"Thomas Haller2020-06-152-18/+26
|/
* systemd: merge branch systemd into masterThomas Haller2020-06-1368-790/+2007
|\
| * systemd: update code from upstream (2020-06-13)Thomas Haller2020-06-1365-785/+1995
* | merge: branch 'bg/match-path-rh1673321'Beniamino Galvani2020-06-1222-942/+1597
|\ \
| * | device: honor the match.path propertyBeniamino Galvani2020-06-121-0/+8
| * | all: add "path" property to the match settingBeniamino Galvani2020-06-129-7/+277
| * | all: add device.path propertyBeniamino Galvani2020-06-1210-880/+1272
| * | platform: add nm_platform_link_get_path()Beniamino Galvani2020-06-122-0/+11
| * | platform: rework nm_platform_link_get_unmanaged()Beniamino Galvani2020-06-121-18/+27
| * | platform: rework nm_platform_link_get_udi()Beniamino Galvani2020-06-124-38/+3
|/ /
* | docs: fix build with mesonBeniamino Galvani2020-06-121-1/+1
* | docs: show aliases for settings in `man nm-settings-nmcli`Thomas Haller2020-06-123-2/+12
* | docs: don't show properties in `man nm-settings-nmcli` as tableThomas Haller2020-06-121-23/+32
* | docs: drop "property aliases" section from `man nmcli`Thomas Haller2020-06-122-414/+24
* | docs: use describe_doc for "generate-docs-nm-settings-nmcli.c"Thomas Haller2020-06-121-0/+3
* | docs: add "Alias" column to `man nm-settings-nmcli`Thomas Haller2020-06-122-1/+4
* | docs: in "generate-docs-nm-settings-docs-merge.py" only take properties from ...Thomas Haller2020-06-123-8/+33
* | po: update Ukrainian (uk) translationYuri Chornoivan2020-06-111-881/+945
* | libnm/tests: assert for valid test input for _test_verify_options_bridge()Thomas Haller2020-06-111-3/+5
* | libnm: don't require birdge multicast_snooping with multicast_router auto,ena...Thomas Haller2020-06-113-30/+16
* | lldp: merge branch 'th/lldp-raw'Thomas Haller2020-06-118-626/+662
|\ \
| * | lldp: accept all chassis-id/port-id types and support network-addressth/lldp-rawThomas Haller2020-06-111-44/+63
| * | lldp: use full chassis-id/port-id as ID for LLDP neighborThomas Haller2020-06-111-78/+115
| * | lldp: parse destination-address on demandThomas Haller2020-06-111-13/+7
| * | lldp: use nm_utils_ether_addr_equal() instead of re-implementationThomas Haller2020-06-111-19/+7
| * | lldp: only have GHashTable instance for LLDP neighbors when runningThomas Haller2020-06-112-13/+14
| * | lldp: delay change notification for LLDP neighbor eventsThomas Haller2020-06-111-14/+22
| * | lldp: change order of dictionary fields for LLDP neighbor variantThomas Haller2020-06-112-6/+6
| * | lldp: use GVariantBuilder instead of GVariantDictThomas Haller2020-06-111-47/+49
| * | lldp: add LLDP attributes to GVariant builder without intermediate parsing (2)Thomas Haller2020-06-111-465/+192
| * | lldp: add LLDP attributes to GVariant builder without intermediate parsing (1)Thomas Haller2020-06-111-26/+13
| * | lldp: use nm_g_variant_builder_add_sv*() helpers in "nm-lldp-listener.c"Thomas Haller2020-06-111-36/+25
| * | lldp: no longer keep parsed attributes in LldpNeighborThomas Haller2020-06-111-7/+10