index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
network
/
networkd-neighbor.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
network: set 'removing' flag to remembered object
Yu Watanabe
2024-02-07
1
-0
/
+3
*
network/neighbor: drop Neighbor object even if we fail to remove the neighbor
Yu Watanabe
2024-01-12
1
-11
/
+25
*
Merge pull request #30717 from yuwata/network-ref-unref
Luca Boccassi
2024-01-10
1
-51
/
+97
|
\
|
*
network/neighbor: introduce ref/unref function for Neighbor object
Yu Watanabe
2024-01-03
1
-51
/
+97
*
|
network/neighbor: also remove neighbor on cancelling request
Yu Watanabe
2024-01-05
1
-14
/
+7
|
/
*
siphash24: introduce siphash24_compress_typesafe() macro
Yu Watanabe
2023-12-25
1
-2
/
+2
*
network/neighbor: fix log message and comment
Yu Watanabe
2023-12-20
1
-2
/
+2
*
network: adjust log message
Yu Watanabe
2023-12-11
1
-1
/
+1
*
network/neighbor: add missing OOM check
Yu Watanabe
2023-12-11
1
-0
/
+2
*
network/neighbor: suppress noisy debugging logs
Yu Watanabe
2023-11-12
1
-7
/
+7
*
network: fix typo
Yu Watanabe
2023-07-30
1
-1
/
+1
*
network/neighbor: do not add Neighbor object to Link on requesting
Yu Watanabe
2023-07-30
1
-50
/
+87
*
network/neighbor: follow the way how kernel distinguish neighbor settings
Yu Watanabe
2023-07-30
1
-28
/
+61
*
network/neighbor: skip to request neighbors with unmatching link layer addres...
Yu Watanabe
2023-07-30
1
-0
/
+10
*
Merge pull request #28571 from yuwata/network-address-next-part1
Luca Boccassi
2023-07-30
1
-1
/
+1
|
\
|
*
network: drop unnecessary conditions
Yu Watanabe
2023-07-29
1
-1
/
+1
*
|
network/neighbor: drop IPv6 settings when the kernel does not support IPv6
Yu Watanabe
2023-07-30
1
-0
/
+7
*
|
network: rename sd_netlink_message* req -> m
Yu Watanabe
2023-07-30
1
-23
/
+13
|
/
*
network: use RET_GATHER
Zbigniew Jędrzejewski-Szmek
2023-07-13
1
-8
/
+4
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-4
/
+2
*
basic/in-addr-util: add IN_ADDR_TO_STRING
Zbigniew Jędrzejewski-Szmek
2022-06-06
1
-3
/
+3
*
network: re-design request queue
Yu Watanabe
2022-03-11
1
-7
/
+11
*
network: introduce request_call_netlink_async()
Yu Watanabe
2022-03-11
1
-25
/
+7
*
network: make request_process_address() and friends take Link and correspondi...
Yu Watanabe
2022-03-11
1
-7
/
+3
*
network: make address_configure() and friends take Request object
Yu Watanabe
2022-03-11
1
-8
/
+4
*
network: move functions
Yu Watanabe
2022-02-25
1
-22
/
+22
*
network: drop detailed log messages
Yu Watanabe
2022-02-25
1
-14
/
+17
*
network: remove only managed configs on reconfigure or carrier lost
Yu Watanabe
2022-02-01
1
-1
/
+5
*
network: rename NetworkConfigSection -> ConfigSection
Yu Watanabe
2022-01-19
1
-5
/
+5
*
network: split out neighbor_configure_message(), simplify logging
Zbigniew Jędrzejewski-Szmek
2022-01-05
1
-12
/
+22
*
network: neighbor: accept an empty string assignment
Yu Watanabe
2021-11-11
1
-5
/
+17
*
network: neighbor: use "struct hw_addr_data" to store link layer address
Yu Watanabe
2021-11-11
1
-74
/
+11
*
ether-addr-util: replace ether_addr_from_string() with parse_ether_addr()
Yu Watanabe
2021-11-09
1
-2
/
+2
*
network: delay dropping addresses or so on reloading .network files
Yu Watanabe
2021-10-26
1
-0
/
+9
*
network: neighbor: fix log message
Yu Watanabe
2021-10-19
1
-1
/
+1
*
network: use NetworkConfigSource/State to manage neighbors
Yu Watanabe
2021-09-15
1
-141
/
+126
*
network: drop unused "after_configure" feature for nexthops, neighbors, and r...
Yu Watanabe
2021-09-10
1
-9
/
+0
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-1
/
+1
*
network: rename Manager::links -> Manager::links_by_index
Yu Watanabe
2021-06-30
1
-1
/
+1
*
network: expose hash and compare functions
Yu Watanabe
2021-06-07
1
-2
/
+2
*
network: make nexthop_add(), nexthop_configure() and friends return 0 on success
Yu Watanabe
2021-05-21
1
-3
/
+1
*
network: fix possible message counter double decrement
Yu Watanabe
2021-05-18
1
-0
/
+3
*
network: use request queue to configure neighbors
Yu Watanabe
2021-05-12
1
-24
/
+70
*
network: make neighbor_configure() take callback
Yu Watanabe
2021-05-12
1
-30
/
+35
*
network: neighbor: use sd_netlink_message_read_data() at one more place
Yu Watanabe
2021-04-29
1
-30
/
+7
*
network: introduce log_neighbor_debug()
Yu Watanabe
2021-04-29
1
-34
/
+35
*
network: neighbor: downgrade log level
Yu Watanabe
2021-04-28
1
-4
/
+3
*
network: neighbor: Always add neighbors with replace
William A. Kennington III
2021-04-27
1
-4
/
+0
*
network: make address_configure() or friends return 1 when the address is new
Yu Watanabe
2021-02-12
1
-2
/
+5
*
network: neighbor - use hashmap_ensure_put
Susant Sahani
2021-01-15
1
-5
/
+1
[next]