summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lldp: omit empty "object-id" for LLDP management addressth/lldp-mud-urlThomas Haller2020-06-142-3/+4
* lldp: expose "mud-url" LLDP attribute for the MUD usage descriptionThomas Haller2020-06-143-4/+54
* lldp: cleanup converting binary LLDP fields to stringThomas Haller2020-06-141-5/+46
* 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
| * | lldp: split parsing of LLDP attributes from lldp_neighbor_new()Thomas Haller2020-06-111-103/+113
| * | lldp: separate LLDP attribute list from LldpNeighborThomas Haller2020-06-111-67/+89
| * | lldp: expose raw LLDP message on D-BusThomas Haller2020-06-113-50/+70
| * | lldp: track LLDP_ATTR_TYPE_ARRAY_OF_VARIANTS as array instead of CListThomas Haller2020-06-111-35/+67
| * | lldp: rework _lldp_attr_id_to_name() to lookup by IDThomas Haller2020-06-111-40/+58
| * | lldp: rename LLDP_ATTR_TYPE_VARDICT to LLDP_ATTR_TYPE_VARIANTThomas Haller2020-06-111-25/+25
| * | lldp: fix lldp_neighbor_equal() to compare variantsThomas Haller2020-06-111-0/+4
| * | lldp: fix lldp_neighbor_equal() to compare lists of variantsThomas Haller2020-06-111-0/+13
| * | lldp: backslash escape untrusted chassis-id,port-id stringsThomas Haller2020-06-111-2/+4
| * | lldp/tests: assert for expected GVariant when parsing LLDP neighborThomas Haller2020-06-111-2/+11
| * | lldp/tests: add test for parsing LLDP frameThomas Haller2020-06-113-2/+56
| * | lldp/tests: assert for variant lookup in testsThomas Haller2020-06-111-13/+13
| * | shared: add nm_utils_buf_utf8safe_escape_cp() helperThomas Haller2020-06-112-0/+12
| * | shared: add nm_utils_ether_addr_equal(), nm_utils_ether_addr_cmp()Thomas Haller2020-06-112-0/+24
| * | shared: add nm_g_variant_builder_add_sv_*() helpersThomas Haller2020-06-111-0/+24