index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
network
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
9
-14
/
+1
*
list: make LIST_FOREACH() and LIST_FOREACH_BACKWARDS() safer
Yu Watanabe
2022-03-19
1
-1
/
+1
*
list: declare iterator of LIST_FOREACH() in the loop
Yu Watanabe
2022-03-19
2
-14
/
+12
*
sd-radv: voidify sd_radv_remove_prefix()
Yu Watanabe
2022-03-17
1
-2
/
+2
*
test: Use TEST macros in more places
Jan Janssen
2022-03-16
2
-29
/
+10
*
Merge pull request #22631 from yuwata/network-redesign-request-queue
Luca Boccassi
2022-03-11
41
-1196
/
+747
|
\
|
*
network: re-design request queue
Yu Watanabe
2022-03-11
38
-553
/
+284
|
*
network: increment reference counters of Link and Request before processing r...
Yu Watanabe
2022-03-11
1
-2
/
+10
|
*
network: merge RequestType and SetLinkOperation
Yu Watanabe
2022-03-11
4
-118
/
+187
|
*
network: refuse to configure link properties when in initialized state
Yu Watanabe
2022-03-11
1
-2
/
+2
|
*
network: drop unnecessary link_enter_failed()
Yu Watanabe
2022-03-11
1
-24
/
+18
|
*
network: introduce request_call_netlink_async()
Yu Watanabe
2022-03-11
22
-405
/
+237
|
*
network: make Request object take Manager*
Yu Watanabe
2022-03-11
5
-20
/
+33
|
*
network: introduce reference counter for Request object
Yu Watanabe
2022-03-11
2
-6
/
+14
|
*
network: make request_process_address() and friends take Link and correspondi...
Yu Watanabe
2022-03-11
37
-177
/
+99
|
*
network: make address_configure() and friends take Request object
Yu Watanabe
2022-03-11
11
-74
/
+48
|
*
network: tc: assign netlink handlers into Request object
Yu Watanabe
2022-03-11
3
-11
/
+11
*
|
network: dhcp: rename NextServer= and Filename= settings
Yu Watanabe
2022-03-11
4
-10
/
+17
*
|
dhcp: list all known DHCP options
Yu Watanabe
2022-03-10
1
-3
/
+3
*
|
conf-parser: introduce config_parse_dns_name() and config_parse_hostname()
Yu Watanabe
2022-03-10
2
-47
/
+0
*
|
network: refuse string which contains non-safe or non-ascii characters for Fi...
Yu Watanabe
2022-03-10
1
-1
/
+1
*
|
conf-parser: merge config_parse_string() and config_parse_safe_string()
Yu Watanabe
2022-03-10
2
-6
/
+6
|
/
*
meson: move files' closing brace to separate line
Zbigniew Jędrzejewski-Szmek
2022-03-03
1
-3
/
+6
*
meson: do not use split() in file lists
Zbigniew Jędrzejewski-Szmek
2022-03-02
1
-204
/
+201
*
network: netdev: drop unused creation type NETDEV_CREATE_AFTER_CONFIGURED
Yu Watanabe
2022-02-27
2
-47
/
+12
*
network: l2tp: change create type to independent
Yu Watanabe
2022-02-27
3
-5
/
+4
*
network: l2tp: make Local= optionally take interface name
Yu Watanabe
2022-02-27
3
-46
/
+198
*
network: introduce {manager,link}_address_is_reachable()
Yu Watanabe
2022-02-27
2
-0
/
+152
*
network: merge gateway_is_ready() and link_address_is_reachable()
Yu Watanabe
2022-02-27
1
-21
/
+12
*
network: address: introduce manager_get_address()
Yu Watanabe
2022-02-27
2
-7
/
+24
*
Merge pull request #22626 from yuwata/network-assorted-cleanups
Yu Watanabe
2022-02-26
9
-10
/
+11
|
\
|
*
network: adjust assertions
Yu Watanabe
2022-02-26
2
-2
/
+2
|
*
network: netdev: drop NETDEV_CREATE_MASTER
Yu Watanabe
2022-02-26
5
-5
/
+4
|
*
network: netdev: use netdev_is_stacked() at one more place
Yu Watanabe
2022-02-26
1
-2
/
+1
|
*
network: netdev: make link_get_local_address() refuse non-ready links and add...
Yu Watanabe
2022-02-26
1
-1
/
+4
*
|
network: traffic control: drop detailed log messages
Yu Watanabe
2022-02-26
2
-14
/
+14
*
|
network: traffic control: drop meta from QDisc and TClass
Yu Watanabe
2022-02-26
14
-363
/
+212
|
/
*
network: drop unused flag and counter
Yu Watanabe
2022-02-25
3
-24
/
+2
*
network: split netdev_create() into two
Yu Watanabe
2022-02-25
2
-63
/
+67
*
network: assign corresponding NetDev object to Link
Yu Watanabe
2022-02-25
4
-16
/
+17
*
network/netdev: drop unused argument
Yu Watanabe
2022-02-25
6
-6
/
+6
*
network/netdev: do not assign value on failure
Yu Watanabe
2022-02-25
1
-3
/
+1
*
network: dhcp-server: add two more log messages
Yu Watanabe
2022-02-25
1
-6
/
+18
*
network: bridge mdb: add missing assertion
Yu Watanabe
2022-02-25
1
-0
/
+2
*
network: move more functions
Yu Watanabe
2022-02-25
2
-83
/
+83
*
network: move functions
Yu Watanabe
2022-02-25
10
-393
/
+393
*
network: address: drop unnecessary call of address_get()
Yu Watanabe
2022-02-25
1
-12
/
+6
*
network: drop detailed log messages
Yu Watanabe
2022-02-25
10
-191
/
+224
*
network: make link_down() independent of link_up_or_down()
Yu Watanabe
2022-02-25
2
-18
/
+58
*
Merge pull request #22611 from yuwata/network-activation-policy-stacked-netdevs
Luca Boccassi
2022-02-24
1
-0
/
+5
|
\
[next]