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/nexthop: fix copy-and-paste error
Yu Watanabe
2024-11-15
1
-1
/
+1
*
network/nexthop: preparation for dynamically configuring nexthops
Yu Watanabe
2024-11-14
1
-17
/
+63
*
network/nexthop: also forget IPv4 nexthops when an interface went down
Yu Watanabe
2024-11-11
1
-0
/
+55
*
network/nexthop: forget dependent routes without trying to remove
Yu Watanabe
2024-11-11
1
-11
/
+13
*
network/nexthop: do not remove depending nexthops when a nexthop is removed
Yu Watanabe
2024-11-11
1
-13
/
+3
*
network: merge link_foreignize_config() and link_drop_foreign_config()
Yu Watanabe
2024-11-05
1
-32
/
+15
*
network/nexthop: introduce generic conf parser for [NextHop] section
Yu Watanabe
2024-09-19
1
-205
/
+52
*
network/nexthop: make conf parsers for Family= and Gateway= independent of ea...
Yu Watanabe
2024-09-19
1
-56
/
+25
*
network/nexthop: use log_section_warning() and friend
Yu Watanabe
2024-09-19
1
-32
/
+19
*
tree-wide: make sure net/if.h is included before any linux/ header
Frantisek Sumsal
2024-04-09
1
-0
/
+1
*
network: rename link_drop_managed_xyz() -> link_drop_static_xyz()
Yu Watanabe
2024-02-14
1
-1
/
+1
*
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
[next]