summaryrefslogtreecommitdiff
path: root/src/network/networkd-brvlan.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-05network: fix issue found by UBSanYu Watanabe1-2/+2
2019-07-05network: fix the initial value of the counter for brvlanYu Watanabe1-3/+2
2019-07-05network: re-implement parse_vid_range()Yu Watanabe1-63/+5
2019-07-05network: minor coding-style updateYu Watanabe1-8/+9
2019-04-11tree-wide: drop several missing_*.h and import relevant headers from kernel-5.0Yu Watanabe1-1/+0
2019-02-03networkd-brvlan.c: fix build without BRIDGE_VLAN_INFO_RANGE_ENDFabrice Fontaine1-0/+1
2019-01-15Remove 'inline' attributes from static functions in .c files (#11426)Topi Miettinen1-1/+1
2018-12-02network: use typesafe netlink_call_async() macro where applicableYu Watanabe1-4/+3
2018-10-16sd-netlink: make sd_netlink_slot take its descriptionYu Watanabe1-1/+1
2018-10-15sd-netlink: introduce sd_netlink_slotYu Watanabe1-2/+2
2018-10-10network: add destroy callbacks for asynchronous netlink callsYu Watanabe1-1/+4
2018-10-10sd-netlink: add destroy_callback argument to sd_netlink_call_async()Yu Watanabe1-1/+1
2018-06-14tree-wide: use proper unicode © instead of (C) where we canLennart Poettering1-1/+1
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2017-12-01*: fix some inconsistent control statement styleVito Caputo1-1/+1
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2016-11-14networkd: clean up main header file a bitTom Gundersen1-1/+3
2016-08-04networkd: apply bridge vlan configuration correctTobias Jungel1-0/+20
2016-06-21tree-wide: some work-arounds for gcc false positives regarding uninitialized ...Lennart Poettering1-1/+1
2016-06-12networkd: cleanup of bridge vlan code (#3505)Tobias Jungel1-9/+3
2016-06-10networkd: add support to configure VLAN on bridge portsTobias Jungel1-0/+335