summaryrefslogtreecommitdiff
path: root/src/network/networkd-fdb.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: propagate error code from _from_string() functionsZbigniew Jędrzejewski-Szmek2021-02-101-3/+2
* network: fdb - Use hashmap_ensure_putSusant Sahani2021-01-151-5/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* network: rename network_verify_xxx() -> network_drop_invalid_xxx()Yu Watanabe2020-10-071-1/+1
* network: cleanup networkd-fdb.hYu Watanabe2020-10-071-3/+2
* network: drop unused fdb_ntf_flags_to_string()Yu Watanabe2020-10-071-9/+9
* network: introduce network_verify_fdb_entries()Yu Watanabe2020-10-071-0/+10
* network: move link_set_bridge_fdb()Yu Watanabe2020-10-071-1/+17
* network: drop list of bridge FDB entriesYu Watanabe2020-10-071-32/+20
* network: make fdb_entry_free() return NULLYu Watanabe2020-10-071-18/+20
* network: don't fail on various config parse errorsLennart Poettering2020-09-091-4/+6
* tree-wide: prefer AF_xyz over PF_xyzLennart Poettering2020-09-091-1/+1
* network: downgrade log level in conf parsersYu Watanabe2020-07-171-5/+5
* network: append INTERFACE= attributes for logs corresponds to a netifYu Watanabe2020-01-071-5/+5
* network: include NLMSGERR_ATTR_MSG attribute in error messageYu Watanabe2019-11-301-1/+1
* network: cleanup header inclusionYu Watanabe2019-10-301-2/+2
* network: drop all checks of ipv6_disabled sysctlZbigniew Jędrzejewski-Szmek2019-08-271-5/+0
* Merge pull request #13058 from yuwata/network-enter-failedYu Watanabe2019-07-161-1/+7
|\
| * network: make link enter failed state when a configuration failsYu Watanabe2019-07-151-1/+7
* | tree-wide: drop duplicated blank linesYu Watanabe2019-07-151-1/+0
|/
* network: fdb: use ether_addr_from_string()Yu Watanabe2019-07-111-11/+3
* network: fdb: do not allocate separated memory for lladdrYu Watanabe2019-07-111-15/+7
* network: NDA_LLADDR attribute can also take struct in_addrYu Watanabe2019-07-111-1/+1
* network: read link specific sysctl valueYu Watanabe2019-06-151-1/+1
* network: ignore requested ipv6 fdb entry when ipv6 is disabled by sysctlYu Watanabe2019-06-121-1/+6
* networkd: bridge FDB support more NTF_* flagsSusant Sahani2019-05-141-14/+56
* networkd: bridge fdb add support to configure VXLAN VNISusant Sahani2019-05-081-2/+60
* networkd: Add support to configure destination address for bridge FDBSusant Sahani2019-05-031-0/+43
* netword: fdb fix coding styleSusant Sahani2019-04-301-1/+1
* network: drop sections contain invalid settings in network_verify()Yu Watanabe2019-03-131-2/+2
* network: make all xxx_new_static() staticYu Watanabe2019-03-131-1/+1
* 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-041-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