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
*
network: do not fail if UseMTU=yes on DHCP lease lost
Yu Watanabe
2020-08-18
1
-6
/
+5
*
network: wait for previous address removal before configuring static addresses
Yu Watanabe
2020-08-08
2
-1
/
+41
*
network: drop unnecessary bracket
Yu Watanabe
2020-08-08
1
-2
/
+1
*
network: only process non-error message
Yu Watanabe
2020-08-08
1
-1
/
+1
*
Merge pull request #16596 from poettering/event-time-rel
Zbigniew Jędrzejewski-Szmek
2020-08-04
1
-5
/
+3
|
\
|
*
tree-wide: make use of new relative time events in sd-event.h
Lennart Poettering
2020-07-28
1
-5
/
+3
*
|
network: fix use of uninitialized value
Yu Watanabe
2020-07-30
1
-1
/
+1
*
|
network: Fix "Unknown section 'DHCPv6PrefixDelegation'." message
Michael Marley
2020-07-30
1
-0
/
+1
*
|
network: rename settings about DHCPv6 Prefix Delegation
Yu Watanabe
2020-07-28
7
-75
/
+81
*
|
network: make RADVPrefixDelegation enum bitfield
Yu Watanabe
2020-07-28
4
-15
/
+7
*
|
network: update address infomation even if link is in failed or linger state
Yu Watanabe
2020-07-28
1
-4
/
+4
*
|
network: do not assume static addresses are configured
Yu Watanabe
2020-07-28
3
-34
/
+97
*
|
network: check at least one dynamic address is assigned when DHCP is enabled
Yu Watanabe
2020-07-28
1
-2
/
+4
*
|
network: dhcp6: drop addresses and delegated prefixes on client stop
Yu Watanabe
2020-07-28
10
-653
/
+1020
*
|
network: rename ipv4ll_address -> ipv4ll_address_configured
Yu Watanabe
2020-07-28
3
-7
/
+7
*
|
network: ndisc: also remove old DNSSL or RDNSS records after an SLAAC address...
Yu Watanabe
2020-07-28
2
-50
/
+76
*
|
network: ndisc: remove old addresses and routes after at least one SLAAC addr...
Yu Watanabe
2020-07-28
5
-44
/
+183
*
|
network: dhcp4: release old lease after the new address become ready
Yu Watanabe
2020-07-28
5
-362
/
+118
*
|
network: make address/route_configure optionally return created Address/Route...
Yu Watanabe
2020-07-28
8
-19
/
+28
*
|
network: set key destructor in several hash_ops
Yu Watanabe
2020-07-28
6
-15
/
+20
*
|
network: make link_check_ready() return earlier if the link is not in 'config...
Yu Watanabe
2020-07-28
1
-4
/
+6
*
|
network: ndisc: do not set configured flags when addresses or routes are not ...
Yu Watanabe
2020-07-28
1
-4
/
+5
*
|
network: make link enter failed state if address_update() failed
Yu Watanabe
2020-07-28
1
-2
/
+4
*
|
network: introduce callback called when an address becomes ready
Yu Watanabe
2020-07-28
2
-8
/
+18
*
|
network: add debug log for configuring address
Yu Watanabe
2020-07-28
1
-0
/
+7
|
/
*
Fix clang-11 issues
Christian Göttsche
2020-07-26
1
-1
/
+1
*
network: compare with peer address if it is specified
Yu Watanabe
2020-07-23
1
-1
/
+7
*
network: ndisc: ignore duplicated IPv6Token=
Yu Watanabe
2020-07-22
3
-16
/
+31
*
network: ndisc: do not store duplicated data in Set
Yu Watanabe
2020-07-22
1
-99
/
+102
*
network: make bus methods sync link state file
Yu Watanabe
2020-07-22
1
-11
/
+51
*
network: introduce link_save_and_clean()
Yu Watanabe
2020-07-22
4
-5
/
+15
*
tree-wide: use siphash24_compress_string() where it is applicable
Yu Watanabe
2020-07-22
3
-8
/
+5
*
Merge pull request #16530 from yuwata/udev-fix-race-in-renaming-network-inter...
Zbigniew Jędrzejewski-Szmek
2020-07-22
1
-1
/
+1
|
\
|
*
network: update one log message
Yu Watanabe
2020-07-21
1
-1
/
+1
*
|
tree-wide: use READ_FULL_FILE_CONNECT_SOCKET at various places
Lennart Poettering
2020-07-21
2
-2
/
+8
*
|
fileio: add explicit flag for generating world executable warning when readin...
Lennart Poettering
2020-07-21
2
-2
/
+2
*
|
Merge pull request #16519 from yuwata/networkctl-altnames
Zbigniew Jędrzejewski-Szmek
2020-07-21
1
-1
/
+2
|
\
\
|
*
|
networkctl: do not ignore -EOPNOTSUPP when reading netlink message
Yu Watanabe
2020-07-20
1
-1
/
+1
|
*
|
networkctl: sort alternative names
Yu Watanabe
2020-07-20
1
-0
/
+1
*
|
|
network, resolve: use bus_message_read_ifindex() or friends
Yu Watanabe
2020-07-20
1
-10
/
+6
*
|
|
util: introduce bus_mesage_read_dns_servers()
Yu Watanabe
2020-07-20
1
-75
/
+4
*
|
|
network: add DBus method to set DNS server with port number and SNI
Yu Watanabe
2020-07-20
3
-5
/
+35
*
|
|
network: save DNS servers specified by DBus interface
Yu Watanabe
2020-07-20
1
-4
/
+10
*
|
|
network: do not save DNS= entries not match link ifindex
Yu Watanabe
2020-07-20
1
-3
/
+6
*
|
|
network: support port number and SNI in [Network] DNS=
Yu Watanabe
2020-07-20
8
-54
/
+83
|
|
/
|
/
|
*
|
network: stop already running engines before updating MAC address
Yu Watanabe
2020-07-20
1
-53
/
+89
|
/
*
Merge pull request #16505 from yuwata/network-manage-foreign-routes-cleanups
Zbigniew Jędrzejewski-Szmek
2020-07-20
5
-34
/
+44
|
\
|
*
network: replace NDISC -> NDisc in log messages
Yu Watanabe
2020-07-17
2
-5
/
+5
|
*
network: introduce address_exists() helper function
Yu Watanabe
2020-07-17
3
-28
/
+34
|
*
network: update debug log when foreign routes are received with ManageForeign...
Yu Watanabe
2020-07-17
1
-1
/
+2
[next]