summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-neighbor.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* network: set 'removing' flag to remembered objectYu Watanabe2024-02-071-0/+3
* network/neighbor: drop Neighbor object even if we fail to remove the neighborYu Watanabe2024-01-121-11/+25
* Merge pull request #30717 from yuwata/network-ref-unrefLuca Boccassi2024-01-101-51/+97
|\
| * network/neighbor: introduce ref/unref function for Neighbor objectYu Watanabe2024-01-031-51/+97
* | network/neighbor: also remove neighbor on cancelling requestYu Watanabe2024-01-051-14/+7
|/
* siphash24: introduce siphash24_compress_typesafe() macroYu Watanabe2023-12-251-2/+2
* network/neighbor: fix log message and commentYu Watanabe2023-12-201-2/+2
* network: adjust log messageYu Watanabe2023-12-111-1/+1
* network/neighbor: add missing OOM checkYu Watanabe2023-12-111-0/+2
* network/neighbor: suppress noisy debugging logsYu Watanabe2023-11-121-7/+7
* network: fix typoYu Watanabe2023-07-301-1/+1
* network/neighbor: do not add Neighbor object to Link on requestingYu Watanabe2023-07-301-50/+87
* network/neighbor: follow the way how kernel distinguish neighbor settingsYu Watanabe2023-07-301-28/+61
* network/neighbor: skip to request neighbors with unmatching link layer addres...Yu Watanabe2023-07-301-0/+10
* Merge pull request #28571 from yuwata/network-address-next-part1Luca Boccassi2023-07-301-1/+1
|\
| * network: drop unnecessary conditionsYu Watanabe2023-07-291-1/+1
* | network/neighbor: drop IPv6 settings when the kernel does not support IPv6Yu Watanabe2023-07-301-0/+7
* | network: rename sd_netlink_message* req -> mYu Watanabe2023-07-301-23/+13
|/
* network: use RET_GATHERZbigniew Jędrzejewski-Szmek2023-07-131-8/+4
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-4/+2
* basic/in-addr-util: add IN_ADDR_TO_STRINGZbigniew Jędrzejewski-Szmek2022-06-061-3/+3
* network: re-design request queueYu Watanabe2022-03-111-7/+11
* network: introduce request_call_netlink_async()Yu Watanabe2022-03-111-25/+7
* network: make request_process_address() and friends take Link and correspondi...Yu Watanabe2022-03-111-7/+3
* network: make address_configure() and friends take Request objectYu Watanabe2022-03-111-8/+4
* network: move functionsYu Watanabe2022-02-251-22/+22
* network: drop detailed log messagesYu Watanabe2022-02-251-14/+17
* network: remove only managed configs on reconfigure or carrier lostYu Watanabe2022-02-011-1/+5
* network: rename NetworkConfigSection -> ConfigSectionYu Watanabe2022-01-191-5/+5
* network: split out neighbor_configure_message(), simplify loggingZbigniew Jędrzejewski-Szmek2022-01-051-12/+22
* network: neighbor: accept an empty string assignmentYu Watanabe2021-11-111-5/+17
* network: neighbor: use "struct hw_addr_data" to store link layer addressYu Watanabe2021-11-111-74/+11
* ether-addr-util: replace ether_addr_from_string() with parse_ether_addr()Yu Watanabe2021-11-091-2/+2
* network: delay dropping addresses or so on reloading .network filesYu Watanabe2021-10-261-0/+9
* network: neighbor: fix log messageYu Watanabe2021-10-191-1/+1
* network: use NetworkConfigSource/State to manage neighborsYu Watanabe2021-09-151-141/+126
* network: drop unused "after_configure" feature for nexthops, neighbors, and r...Yu Watanabe2021-09-101-9/+0
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* network: rename Manager::links -> Manager::links_by_indexYu Watanabe2021-06-301-1/+1
* network: expose hash and compare functionsYu Watanabe2021-06-071-2/+2
* network: make nexthop_add(), nexthop_configure() and friends return 0 on successYu Watanabe2021-05-211-3/+1
* network: fix possible message counter double decrementYu Watanabe2021-05-181-0/+3
* network: use request queue to configure neighborsYu Watanabe2021-05-121-24/+70
* network: make neighbor_configure() take callbackYu Watanabe2021-05-121-30/+35
* network: neighbor: use sd_netlink_message_read_data() at one more placeYu Watanabe2021-04-291-30/+7
* network: introduce log_neighbor_debug()Yu Watanabe2021-04-291-34/+35
* network: neighbor: downgrade log levelYu Watanabe2021-04-281-4/+3
* network: neighbor: Always add neighbors with replaceWilliam A. Kennington III2021-04-271-4/+0
* network: make address_configure() or friends return 1 when the address is newYu Watanabe2021-02-121-2/+5
* network: neighbor - use hashmap_ensure_putSusant Sahani2021-01-151-5/+1