summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-bridge.c
Commit message (Expand)AuthorAgeFilesLines
* build: move "libnm-core/" to "src/" and split itThomas Haller2021-02-181-2292/+0
* all: add "libnm-core/nm-default-libnm-core.h" as replacement for "nm-default.h"Thomas Haller2021-02-091-1/+1
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+1
* all: explicit include <linux/if_{ether,infiniband,vlan}.h> as neededThomas Haller2020-12-221-0/+1
* all: drop unnecessary cast for return value of g_object_new()Thomas Haller2020-11-121-1/+1
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-291-1/+1
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-281-390/+390
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-1069/+1109
* all: avoid wrong compiler warning about uninitalized variables with LTOThomas Haller2020-08-171-0/+7
* libnm/doc: clarify values for "bridge.multicast-router"Thomas Haller2020-06-301-2/+3
* libnm: use NMStrBuf in "nm-setting-bridge.c"Thomas Haller2020-06-261-25/+10
* libnm: don't require birdge multicast_snooping with multicast_router auto,ena...Thomas Haller2020-06-111-27/+13
* libnm: adjust bridge defines NM_BRIDGE_VLAN_DEFAULT_PVID_DEFThomas Haller2020-05-081-2/+2
* libnm: adjust bridge defines NM_BRIDGE_VLAN_STATS_ENABLED_DEFThomas Haller2020-05-081-2/+2
* libnm: adjust bridge defines NM_BRIDGE_MULTICAST_STARTUP_QUERY_INTERVAL_*Thomas Haller2020-05-081-2/+2
* libnm: adjust bridge defines NM_BRIDGE_MULTICAST_STARTUP_QUERY_COUNT_*Thomas Haller2020-05-081-2/+2
* libnm: adjust bridge defines NM_BRIDGE_MULTICAST_SNOOPING_DEFThomas Haller2020-05-081-2/+2
* libnm: adjust bridge defines NM_BRIDGE_MULTICAST_QUERY_USE_IFADDR_DEFThomas Haller2020-05-081-3/+3
* libnm: adjust bridge defines NM_BRIDGE_MULTICAST_QUERY_RESPONSE_INTERVAL_*Thomas Haller2020-05-081-2/+2
* libnm: adjust bridge defines NM_BRIDGE_MULTICAST_QUERY_INTERVAL_*Thomas Haller2020-05-081-2/+2
* libnm: adjust bridge defines NM_BRIDGE_MULTICAST_QUERIER_DEFThomas Haller2020-05-081-2/+3
* libnm: adjust bridge defines NM_BRIDGE_MULTICAST_QUERIER_INTERVAL_*Thomas Haller2020-05-081-2/+2
* libnm: adjust bridge defines NM_BRIDGE_MULTICAST_MEMBERSHIP_INTERVAL_*Thomas Haller2020-05-081-2/+2
* libnm: adjust bridge defines NM_BRIDGE_MULTICAST_LAST_MEMBER_INTERVAL_*Thomas Haller2020-05-081-2/+2
* libnm: adjust bridge defines NM_BRIDGE_MULTICAST_LAST_MEMBER_COUNT_*Thomas Haller2020-05-081-2/+2
* libnm: adjust bridge defines NM_BRIDGE_PRIORITY_*Thomas Haller2020-05-081-2/+2
* libnm: adjust bridge defines NM_BRIDGE_MAX_AGE_*Thomas Haller2020-05-081-4/+4
* libnm: adjust bridge defines NM_BRIDGE_HELLO_TIME_*Thomas Haller2020-05-081-4/+4
* libnm: adjust bridge defines NM_BRIDGE_STP_DEFThomas Haller2020-05-081-2/+2
* libnm: adjust bridge defines NM_BRIDGE_FORWARD_DELAY_*Thomas Haller2020-05-081-4/+4
* libnm: adjust bridge defines NM_BRIDGE_AGEING_TIME_*Thomas Haller2020-05-081-4/+4
* libnm: adjust bridge defines NM_BRIDGE_MULTICAST_HASH_MAX_*Thomas Haller2020-05-081-2/+2
* libnm: move defines for bridge defaults to "nm-core-internal.h" headerThomas Haller2020-05-081-21/+0
* nm-setting-bridge: add 'multicast-startup-query-interval' bridge optionAntonio Cardace2020-05-041-0/+48
* nm-setting-bridge: add 'multicast-startup-query-count' bridge optionAntonio Cardace2020-05-041-0/+47
* nm-setting-bridge: add 'multicast-query-response-interval' bridge optionAntonio Cardace2020-05-041-17/+65
* nm-setting-bridge: add 'multicast-query-interval' bridge optionAntonio Cardace2020-05-041-0/+48
* nm-setting-bridge: add 'multicast-querier-interval' bridge optionAntonio Cardace2020-05-041-0/+48
* nm-setting-bridge: add 'multicast-membership-interval' bridge optionAntonio Cardace2020-05-041-0/+49
* nm-setting-bridge: add 'multicast-last-member-interval' bridge optionAntonio Cardace2020-05-041-13/+61
* nm-setting-bridge: add 'multicast-last-member-count' bridge optionAntonio Cardace2020-05-041-24/+73
* nm-setting-bridge: add 'multicast-hash-max' bridge optionAntonio Cardace2020-05-041-0/+57
* nm-setting-bridge: add missing 'Since: X.Y' comments to optionsAntonio Cardace2020-05-041-0/+10
* nm-setting-bridge: add 'multicast-querier' bridge optionac/bridge_optionsAntonio Cardace2020-04-061-0/+47
* nm-setting-bridge: add 'multicast-query-use-ifaddr' bridge optionAntonio Cardace2020-04-061-18/+65
* nm-setting-bridge: add 'multicast-router' bridge optionAntonio Cardace2020-04-061-0/+76
* nm-setting-bridge: add 'vlan-stats-enabled' bridge optionAntonio Cardace2020-04-061-0/+45
* nm-setting-bridge: add 'vlan-protocol' bridge optionAntonio Cardace2020-04-061-0/+62
* nm-setting-bridge: add 'group-address' bridge optionAntonio Cardace2020-04-061-0/+63
* nm-setting-bridge: hide GObject structs from public API and embed private dataAntonio Cardace2020-04-061-3/+15