summaryrefslogtreecommitdiff
path: root/src/network/networkd-fdb.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-30network: cleanup header inclusionYu Watanabe1-2/+2
2019-08-27network: drop all checks of ipv6_disabled sysctlZbigniew Jędrzejewski-Szmek1-5/+0
2019-07-16Merge pull request #13058 from yuwata/network-enter-failedYu Watanabe1-1/+7
2019-07-15tree-wide: drop duplicated blank linesYu Watanabe1-1/+0
2019-07-15network: make link enter failed state when a configuration failsYu Watanabe1-1/+7
2019-07-11network: fdb: use ether_addr_from_string()Yu Watanabe1-11/+3
2019-07-11network: fdb: do not allocate separated memory for lladdrYu Watanabe1-15/+7
2019-07-11network: NDA_LLADDR attribute can also take struct in_addrYu Watanabe1-1/+1
2019-06-15network: read link specific sysctl valueYu Watanabe1-1/+1
2019-06-12network: ignore requested ipv6 fdb entry when ipv6 is disabled by sysctlYu Watanabe1-1/+6
2019-05-14networkd: bridge FDB support more NTF_* flagsSusant Sahani1-14/+56
2019-05-08networkd: bridge fdb add support to configure VXLAN VNISusant Sahani1-2/+60
2019-05-03networkd: Add support to configure destination address for bridge FDBSusant Sahani1-0/+43
2019-04-30netword: fdb fix coding styleSusant Sahani1-1/+1
2019-03-13network: drop sections contain invalid settings in network_verify()Yu Watanabe1-2/+2
2019-03-13network: make all xxx_new_static() staticYu Watanabe1-1/+1
2018-12-02network: use typesafe netlink_call_async() macro where applicableYu Watanabe1-4/+3
2018-11-12network: allocate hashmap objects when they are requiredYu Watanabe1-0/+4
2018-11-12network: use NetworkConfigSection in fdb entriesYu Watanabe1-20/+28
2018-11-04network: invert the order in comparisonYu Watanabe1-1/+1
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-25tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering1-3/+3
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-04-05tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe1-4/+2
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/+2
2016-10-05networkd: use BridgeFDB as well on bridge ports (#4253)Tobias Jungel1-2/+10
2016-06-12networkd: more vlan cleanup (#3506)Tobias Jungel1-3/+4
2016-06-03networkd: drop weird "const" usage in function parametersLennart Poettering1-2/+2
2016-06-03networkd: enforce a limit on the number of statically assigned addresses/rout...Lennart Poettering1-8/+17
2016-02-23tree-wide: minor formatting inconsistency cleanupsVito Caputo1-3/+3
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering1-1/+1
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen1-1/+1
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-3/+3
2015-09-30tree-wide: clean up log_syntax() usageLennart Poettering1-1/+1
2015-08-27networkd: split up networkd.h into per-object header filesLennart Poettering1-2/+4
2015-06-13sd-netlink: rename from sd-rtnlTom Gundersen1-7/+7
2015-04-21networkd-fdb: indentation/whitespace fixesLennart Poettering1-26/+29
2015-04-21networkd: improve how networkd logs thingsLennart Poettering1-16/+8
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-5/+0
2015-02-11networkd: fdb - fix const warningTom Gundersen1-2/+1
2015-02-10networkd: fdb - refactor a bitTom Gundersen1-12/+14
2014-12-18networkd: add FDB supportAlin Rauta1-0/+252