summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-bridge.c
Commit message (Expand)AuthorAgeFilesLines
* all: drop empty first line from sourcesThomas Haller2019-06-111-1/+0
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* libnm: pass connection to compare_property() functionThomas Haller2019-05-011-7/+11
* all: use escaped_tokens API for bridge vlansBeniamino Galvani2019-04-181-1/+1
* all: support bridge vlan rangesBeniamino Galvani2019-04-181-34/+107
* shared: add flags argument to nm_utils_strsplit_set()Thomas Haller2019-04-101-1/+1
* libnm-core: drop unused variableFrancesco Giudici2019-03-281-1/+0
* ifcfg-rh: add bridge vlans supportBeniamino Galvani2019-03-261-0/+7
* libnm-core: add bridge vlan conversion utilsBeniamino Galvani2019-03-261-0/+118
* libnm-core: add vlans property to bridge settingBeniamino Galvani2019-03-261-2/+284
* libnm-core: add vlans property to bridge-port settingBeniamino Galvani2019-03-261-1/+286
* all: add vlan-filtering and vlan-default-pvid bridge propertiesBeniamino Galvani2019-03-261-0/+95
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* all: don't use "static inline" in source filesThomas Haller2019-02-061-1/+1
* libnm-core: reorder code in settingsThomas Haller2019-01-151-66/+75
* libnm-core: cleanup NMSetting's class initializationThomas Haller2019-01-151-77/+67
* libnm: rework setting metadata for property handlingThomas Haller2018-08-101-10/+17
* libnm: use NMMetaSettingInfo for tracking setting priorityThomas Haller2018-08-101-3/+3
* libnm/trivial: cleanup variable names in settings' class-init functionsThomas Haller2018-08-101-9/+8
* libnm: avoid constructor function for registering NMSetting typesThomas Haller2018-07-011-1/+0
* libnm: move bridge min/max defines to header fileThomas Haller2017-11-231-26/+12
* ifcfg-rh: use distinct variables for bridge and wired mac addressBeniamino Galvani2017-11-231-2/+2
* libnm-core: document bridge.mac-address as deprecatedBeniamino Galvani2017-11-231-0/+2
* docs: fix typo in NMSettingBridge:group-forward-mask docThomas Haller2017-10-301-1/+1
* bridge: introduce a bridge.group-forward-mask connection propertyBeniamino Galvani2017-07-271-1/+55
* device: deprecate "bridge.mac-address" for "ethernet.cloned-mac-address" settingThomas Haller2017-07-251-2/+7
* libnm: use enum for setting prioritiesThomas Haller2017-06-071-1/+1
* man,libnm-core: fix typosBeniamino Galvani2016-03-301-1/+1
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-1/+1
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* libnm-core: add multicast-snooping property to bridge settingJiří Klimeš2015-02-261-0/+51
* bridge: Properly check range of STP properties (rh #1160815)Lubomir Rintel2015-01-091-1/+9
* libnm: Override parts of nm-setting-docs.xmlDan Winship2014-11-191-0/+8
* libnm, libnm-util: move settings doc generation to libnm-coreDan Winship2014-11-191-0/+63
* libnm*: fix library gettext usageDan Winship2014-11-131-1/+1
* all: consistently include config.hDan Winship2014-11-131-0/+2
* libnm-core: make nm_setting_verify() take an NMConnectionDan Winship2014-10-281-3/+3
* libnm-core: canonicalize hardware addresses in settingsDan Winship2014-10-281-1/+2
* libnm-core: merge NMSetting*Error into NMConnectionErrorDan Winship2014-10-221-22/+4
* libnm-core: change connection hash tables to variants in APIDan Winship2014-09-181-3/+3
* libnm-core: drop the ability to verify settings from property overridesDan Winship2014-09-171-1/+1
* libnm-core: change all mac-address properties to G_TYPE_STRINGDan Winship2014-09-041-15/+16
* libnm-core: drop NMParamSpecSpecialized, add nm_property_compare()Dan Winship2014-09-041-6/+5
* libnm-core: drop :interface-name properties on virtual NMSetting typesDan Winship2014-09-041-45/+5
* libnm-core: simplify _nm_register_setting(), register error types tooDan Winship2014-09-041-4/+1
* libnm-core: drop nm_{setting,connection}_get_virtual_iface_name()Dan Winship2014-09-041-9/+0
* libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.hDan Winship2014-08-071-1/+0
* libnm: add NetworkManager.h, disallow including individual headersDan Winship2014-08-011-1/+0
* libnm: remove Since tags and NM_AVAILABLE_IN_* attributesDan Winship2014-08-011-38/+0
* libnm: add libnm/libnm-core (part 1)Dan Winship2014-08-011-0/+576