summaryrefslogtreecommitdiffstats
path: root/lib/route/link/bridge.c
Commit message (Expand)AuthorAgeFilesLines
* lib/route: add support for bridge mstiRonan Dalton2024-10-101-27/+494
* lib/route: extend bridge flagsRonan Dalton2024-09-121-22/+120
* tests: add test for bridge vlan attributes.Cordell O'Leary2024-02-291-4/+4
* route: add support for vlan filtering on bridge ports.Cordell O'Leary2024-02-291-8/+323
* include: use <linux/$file> instead of <linux-private/linux/$file>Thomas Haller2023-08-081-1/+1
* include: include private linux headers with explicit pathThomas Haller2023-08-031-1/+1
* include: drop "netlink-private/netlink.h" and move declarationsThomas Haller2023-08-021-2/+0
* all: cleanup includes and use "nm-default.h"Thomas Haller2023-08-021-2/+6
* include: split and drop "netlink-private/types.h"Thomas Haller2023-08-021-0/+2
* include: move "include/netlink-private/route/link/api.h" to lib/routeThomas Haller2023-07-311-1/+2
* lib: use _nl_{init,exit} instead of __{init,exit}Thomas Haller2023-07-281-2/+2
* all: rework ATTR_DIFF() macros to not generate attribute namesThomas Haller2023-07-281-12/+14
* bridge: fix bridge info parsingStanislav Zaikin2023-07-241-0/+1
* all: avoid coverity warnings about assigning variable but not using itThomas Haller2022-04-221-2/+1
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-161-7/+1
* Change rtnl_link_af_ops.ao_override_rtm behaviorJef Oliver2017-11-291-1/+15
* bridge: change return values for rtnl_link_bridge_get_hwmode()Thomas Haller2016-09-241-8/+9
* trivial: whitespaceThomas Haller2016-09-241-14/+14
* lib/route: Support IFLA_BRIDGE_MODEJef Oliver2016-09-241-1/+142
* lib/route: Extend Bridge FlagsJef Oliver2016-09-241-0/+26
* lib/route: Add port state translation functionsJef Oliver2016-09-241-0/+25
* lib/route: Fix appending IFLA_BRPORT_FASTLEAVEJef Oliver2016-09-241-1/+1
* lib/route: modify link/bridge to set attributesJef Oliver2016-08-291-0/+42
* link: allow overwriting IFLA_EXT_MASK flag in ao_get_af() functionThomas Haller2016-06-241-4/+3
* route/link: handle RTEXT_FILTER_BRVLAN_COMPRESSEDTobias Jungel2015-12-071-9/+28
* bridge: add support for VLANsDavid Ahern2015-12-071-0/+199
* style: require comma after __ADD() macroThomas Haller2014-07-271-4/+4
* doc: fix wrong name in documentation for rtnl_link_bridge_alloc()Thomas Haller2014-05-011-1/+1
* bridge: add rtnl_link_add_bridge() functionHongweiBi2014-01-141-0/+28
* python: add bridge flags APINicolas PLANEL2013-10-221-0/+24
* bridge: Provide rtnl_link_bridge_alloc()Thomas Graf2013-02-141-0/+21
* bridge: Support the new bridging attributesThomas Graf2013-02-071-12/+362
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-2/+2
* Add ao_compare support to bridge family af_dataroopa2013-01-121-1/+21
* link/api: Improve API documentation.Thomas Graf2010-11-111-10/+0
* link: Support for AF_BRIDGE address familyThomas Graf2010-11-111-0/+93