index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
test: add extended test for triggering mount rate limit
Anita Zhang
2021-06-09
4
-0
/
+87
*
man: update docs on systemd-system.conf logging (LogTime=) (#19846)
alexlzhu
2021-06-08
2
-2
/
+2
*
Merge pull request #19639 from yuwata/network-next
Yu Watanabe
2021-06-08
55
-2466
/
+2907
|
\
|
*
network: wait for all set-link requests are processed
Yu Watanabe
2021-06-07
1
-1
/
+7
|
*
network: drop trivial aliases of link_set_state()
Yu Watanabe
2021-06-07
1
-20
/
+4
|
*
network: use link_request_to_set_master() or friends
Yu Watanabe
2021-06-07
12
-765
/
+56
|
*
network: introduce link_request_to_activate()
Yu Watanabe
2021-06-07
8
-128
/
+196
|
*
network: it is not necessary to call RTM_GETLINK when carrier is gained
Yu Watanabe
2021-06-07
1
-3
/
+3
|
*
network: set bridge or bond properties after master ifindex is set
Yu Watanabe
2021-06-07
2
-1
/
+16
|
*
network: sync link information after set-link request is processed
Yu Watanabe
2021-06-07
1
-10
/
+33
|
*
network: use link_call_getlink() where applicable
Yu Watanabe
2021-06-07
1
-63
/
+20
|
*
network: introduce link_call_getlink()
Yu Watanabe
2021-06-07
2
-0
/
+61
|
*
network: split link_update() into small pieces
Yu Watanabe
2021-06-07
1
-239
/
+289
|
*
network: shorten code a bit, and reduce indentation
Yu Watanabe
2021-06-07
1
-79
/
+57
|
*
network: update operational state or friends on reconfigure
Yu Watanabe
2021-06-07
1
-0
/
+1
|
*
network: make link enter failed state when link_initialized() is failed
Yu Watanabe
2021-06-07
1
-4
/
+5
|
*
network: move functions
Yu Watanabe
2021-06-07
1
-427
/
+423
|
*
network: introduce link_get_master() and use it where applicable
Yu Watanabe
2021-06-07
2
-46
/
+30
|
*
network: introduce link_request_to_set_bridge_vlan()
Yu Watanabe
2021-06-07
2
-0
/
+45
|
*
sd-netlink: add IFLA_BRIDGE_FLAGS and IFLA_BRIDGE_VLAN_INFO attributes
Yu Watanabe
2021-06-07
1
-6
/
+19
|
*
network: expose bridge_vlan_append_info()
Yu Watanabe
2021-06-07
2
-2
/
+19
|
*
network: introduce network_adjust_bridge_vlan()
Yu Watanabe
2021-06-07
3
-4
/
+15
|
*
network: rebreak arguments
Yu Watanabe
2021-06-07
1
-16
/
+37
|
*
network: rename networkd-brvlan.[ch] -> networkd-bridge-vlan.[ch]
Yu Watanabe
2021-06-07
4
-4
/
+4
|
*
network: introduce link_request_to_set_bond()
Yu Watanabe
2021-06-07
2
-3
/
+60
|
*
network: introduce link_request_to_set_bridge()
Yu Watanabe
2021-06-07
2
-0
/
+114
|
*
network: introduce link_request_to_create_stacked_netdev()
Yu Watanabe
2021-06-07
6
-0
/
+158
|
*
network: introduce link_request_to_set_master()
Yu Watanabe
2021-06-07
2
-0
/
+72
|
*
network: use request queue to set IPv6LL address generation mode
Yu Watanabe
2021-06-07
3
-93
/
+78
|
*
network: use request queue to set interface group
Yu Watanabe
2021-06-07
3
-48
/
+23
|
*
network: use request queue to set MAC address
Yu Watanabe
2021-06-07
3
-50
/
+23
|
*
network: use request queue to set link flags
Yu Watanabe
2021-06-07
3
-76
/
+53
|
*
network: use request queue to set MTU
Yu Watanabe
2021-06-07
8
-130
/
+305
|
*
network: merge link_configure() and link_configure_continue() again
Yu Watanabe
2021-06-07
4
-103
/
+56
|
*
network: drop meaningless condition about setting MTU
Yu Watanabe
2021-06-07
1
-6
/
+0
|
*
network: introduces link_drop_ipv6ll_addresses()
Yu Watanabe
2021-06-07
2
-16
/
+49
|
*
network: make link enter failed state on failure in link_update() and link_re...
Yu Watanabe
2021-06-07
2
-8
/
+7
|
*
network: rename link_acquire_conf() -> link_acquire_dynamic_conf()
Yu Watanabe
2021-06-07
1
-8
/
+8
|
*
network: request to configure static settings earlier
Yu Watanabe
2021-06-07
1
-13
/
+9
|
*
network: introduce request_hash_ops to dedup requests
Yu Watanabe
2021-06-07
7
-15
/
+127
|
*
network: expose hash and compare functions
Yu Watanabe
2021-06-07
6
-6
/
+15
|
*
network: use request queue to configure IPv6 proxy NDP addresses
Yu Watanabe
2021-06-07
6
-13
/
+69
|
*
network: move logic for setting proxy_ndp sysctl to networkd-sysctl.c
Yu Watanabe
2021-06-07
2
-40
/
+26
|
*
network: introduce network_adjust_ipv6_proxy_ndp()
Yu Watanabe
2021-06-07
3
-0
/
+19
|
*
network: address label: use request queue to configure address labels
Yu Watanabe
2021-06-07
6
-27
/
+69
|
*
network: address label: use struct in6_addr instead
Yu Watanabe
2021-06-07
2
-3
/
+3
|
*
network: address label: refuse IPv4 mapped address with large prefix length
Yu Watanabe
2021-06-07
1
-2
/
+15
|
*
in-addr-util: introduce in6_addr_is_ipv4_mapped_address()
Yu Watanabe
2021-06-07
2
-0
/
+7
|
*
network: use request queue to configure bridge MDB
Yu Watanabe
2021-06-07
5
-71
/
+86
|
*
network: rename MdbEntry -> BridgeMDB
Yu Watanabe
2021-06-07
8
-89
/
+89
[next]