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