summaryrefslogtreecommitdiff
path: root/src/network/networkd-neighbor.c
Commit message (Expand)AuthorAgeFilesLines
...
* network: include NLMSGERR_ATTR_MSG attribute in error messageYu Watanabe2019-11-301-2/+2
* networkd: make neighbor_hash_func() handle the same data as neighbor_compare_...Zbigniew Jędrzejewski-Szmek2019-09-171-1/+3
* networkd: Keep track of static neighborsWilliam A. Kennington III2019-08-121-5/+220
* network: Added neighbor lladdr support for IPv618482019-07-191-13/+12
* network: make link enter failed state when a configuration failsYu Watanabe2019-07-151-1/+2
* network: drop invalid [Neighbor] section earlierYu Watanabe2019-07-111-5/+19
* network: rename Neighbor.MACAddress= to Neighbor.LinkLayerAddress=Yu Watanabe2019-07-111-26/+75
* network: NDA_LLADDR attribute can also take struct in_addrYu Watanabe2019-07-111-1/+1
* network: drop sections contain invalid settings in network_verify()Yu Watanabe2019-03-131-2/+2
* network: use netlink_message_append_{in_addr,sockaddr}_union()Yu Watanabe2019-02-111-14/+3
* networkd: Static neighbor supportWilliam A. Kennington III2018-12-091-0/+237