index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
network
/
networkd-nexthop.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/nexthop: drop dependent routes on removal
Yu Watanabe
2024-01-25
1
-1
/
+6
*
network/route: introduce reverse map for route with nexthop ID
Yu Watanabe
2024-01-25
1
-0
/
+1
*
network/nexthop: drop dependent nexthops on removal
Yu Watanabe
2024-01-16
1
-0
/
+26
*
network/nexthop: introduce a reverse map of nexthop group members
Yu Watanabe
2024-01-16
1
-0
/
+50
*
network/nexthop: read netlink message in nexthop_update_group()
Yu Watanabe
2024-01-16
1
-13
/
+10
*
network/nexthop: drop NextHop object even if we fail to remove the nexthop
Yu Watanabe
2024-01-12
1
-12
/
+22
*
Merge pull request #30717 from yuwata/network-ref-unref
Luca Boccassi
2024-01-10
1
-26
/
+52
|
\
|
*
network/nexthop: introduce ref/unref functions for NextHop object
Yu Watanabe
2024-01-03
1
-26
/
+52
*
|
Merge pull request #30716 from yuwata/network-cancel-request
Luca Boccassi
2024-01-10
1
-9
/
+3
|
\
\
|
*
|
network/nexthop: also remove nexthop on cancelling request
Yu Watanabe
2024-01-05
1
-9
/
+3
|
|
/
*
|
network/nexthop: wait for requests for group members being processed
Yu Watanabe
2024-01-04
1
-7
/
+33
*
|
network/nexthop: refuse id == 0 earlier
Yu Watanabe
2024-01-04
1
-0
/
+3
|
/
*
siphash24: introduce siphash24_compress_typesafe() macro
Yu Watanabe
2023-12-25
1
-1
/
+1
*
network/nexthop: check if nexthop is really configured without ID
Yu Watanabe
2023-12-20
1
-0
/
+10
*
network/nexthop: cache requested nexthop IDs
Yu Watanabe
2023-12-20
1
-18
/
+28
*
network/nexthop: drop conflicting [NextHop] sections
Yu Watanabe
2023-12-20
1
-9
/
+36
*
network/nexthop: check if on-link is not enabled for group or blackhole nexthop
Yu Watanabe
2023-12-20
1
-5
/
+19
*
network/nexthop: fix wrong verification
Yu Watanabe
2023-12-20
1
-1
/
+1
*
network/nexthop: add several assertions related to nexthop ID
Yu Watanabe
2023-12-20
1
-6
/
+12
*
network/nexthop: drop dead code
Yu Watanabe
2023-12-20
1
-11
/
+1
*
network/nexthop: check existing nexthop can be replaced with requested one
Yu Watanabe
2023-12-14
1
-2
/
+33
*
network/nexthop: do not add NextHop object to Link on requesting
Yu Watanabe
2023-12-14
1
-127
/
+185
*
network/nexthop: manage all nexthops by manager
Yu Watanabe
2023-12-14
1
-212
/
+117
*
network/nexthop: rename manager_get_nexthop_by_id() -> nexthop_get_by_id()
Yu Watanabe
2023-12-14
1
-3
/
+3
*
network/nexthop: rename nexthop_owned_by_link() -> nexthop_bound_to_link()
Yu Watanabe
2023-12-14
1
-8
/
+9
*
network/nexthop: NextHop.id is always positive when nexthop_configure() is ca...
Yu Watanabe
2023-12-14
1
-5
/
+4
*
network/nexthop: do not assign invalid ID
Yu Watanabe
2023-12-14
1
-5
/
+5
*
network/nexthop: split-out nexthop_update_group()
Yu Watanabe
2023-12-14
1
-36
/
+52
*
network/nexthop: introduce ManageForeignNextHops= boolean setting
Yu Watanabe
2023-12-12
1
-0
/
+11
*
parse-util: add parse_tristate() and use it everywhere
Lennart Poettering
2023-11-01
1
-9
/
+1
*
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: rename sd_netlink_message* req -> m
Yu Watanabe
2023-07-30
1
-4
/
+4
|
/
*
network: use RET_GATHER
Zbigniew Jędrzejewski-Szmek
2023-07-13
1
-22
/
+8
*
tree-wide: replace __alignof__() with alignof()
Yu Watanabe
2023-04-14
1
-1
/
+1
*
tree-wide: Use correct format specifiers
Jan Janssen
2022-08-30
1
-1
/
+1
*
basic/in-addr-util: add IN_ADDR_TO_STRING
Zbigniew Jędrzejewski-Szmek
2022-06-06
1
-3
/
+4
*
network: re-design request queue
Yu Watanabe
2022-03-11
1
-8
/
+12
*
network: introduce request_call_netlink_async()
Yu Watanabe
2022-03-11
1
-24
/
+8
*
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: adjust assertions
Yu Watanabe
2022-02-26
1
-1
/
+2
*
network: move functions
Yu Watanabe
2022-02-25
1
-66
/
+66
*
network: drop detailed log messages
Yu Watanabe
2022-02-25
1
-26
/
+26
*
network: coding style fixes
Yu Watanabe
2022-02-09
1
-1
/
+1
*
network: remove only managed configs on reconfigure or carrier lost
Yu Watanabe
2022-02-01
1
-6
/
+10
*
network: rename NetworkConfigSection -> ConfigSection
Yu Watanabe
2022-01-19
1
-5
/
+5
*
network: include route or nexthop flags in the debug logs
Yu Watanabe
2021-11-14
1
-3
/
+4
*
network: split networkd-route.[ch]
Yu Watanabe
2021-11-14
1
-1
/
+1
[next]