summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-fdb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* network: use typesafe netlink_call_async() macro where applicableYu Watanabe2018-12-021-4/+3
* network: allocate hashmap objects when they are requiredYu Watanabe2018-11-121-0/+4
* network: use NetworkConfigSection in fdb entriesYu Watanabe2018-11-121-20/+28
* network: invert the order in comparisonYu Watanabe2018-11-031-1/+1
* sd-netlink: make sd_netlink_slot take its descriptionYu Watanabe2018-10-161-1/+1
* sd-netlink: introduce sd_netlink_slotYu Watanabe2018-10-151-2/+2
* network: add destroy callbacks for asynchronous netlink callsYu Watanabe2018-10-101-1/+4
* sd-netlink: add destroy_callback argument to sd_netlink_call_async()Yu Watanabe2018-10-101-1/+1
* tree-wide: use proper unicode © instead of (C) where we canLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-251-3/+3
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-4/+2
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* networkd: clean up main header file a bitTom Gundersen2016-11-141-1/+2
* networkd: use BridgeFDB as well on bridge ports (#4253)Tobias Jungel2016-10-051-2/+10
* networkd: more vlan cleanup (#3506)Tobias Jungel2016-06-121-3/+4
* networkd: drop weird "const" usage in function parametersLennart Poettering2016-06-031-2/+2
* networkd: enforce a limit on the number of statically assigned addresses/rout...Lennart Poettering2016-06-031-8/+17
* tree-wide: minor formatting inconsistency cleanupsVito Caputo2016-02-231-3/+3
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-1/+1
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-3/+3
* tree-wide: clean up log_syntax() usageLennart Poettering2015-09-301-1/+1
* networkd: split up networkd.h into per-object header filesLennart Poettering2015-08-271-2/+4
* sd-netlink: rename from sd-rtnlTom Gundersen2015-06-131-7/+7
* networkd-fdb: indentation/whitespace fixesLennart Poettering2015-04-211-26/+29
* networkd: improve how networkd logs thingsLennart Poettering2015-04-211-16/+8
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-5/+0
* networkd: fdb - fix const warningTom Gundersen2015-02-111-2/+1
* networkd: fdb - refactor a bitTom Gundersen2015-02-101-12/+14
* networkd: add FDB supportAlin Rauta2014-12-181-0/+252