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: reconfigure link after coming back from sleep
Yu Watanabe
2021-08-10
3
-30
/
+73
*
network: use monotonic instead of boot time to handle address creation/update...
Yu Watanabe
2021-08-09
1
-1
/
+3
*
Merge pull request #20375 from yuwata/network-bridge-vlan-issue-20373
Luca Boccassi
2021-08-05
1
-12
/
+28
|
\
|
*
network: ignore errors on unsetting master ifindex
Yu Watanabe
2021-08-04
1
-2
/
+18
|
*
network: ignore errors on setting bridge config
Yu Watanabe
2021-08-04
1
-1
/
+1
|
*
network: add comments
Yu Watanabe
2021-08-04
1
-10
/
+10
*
|
network: introduce UplinkInterface= in [IPv6SendRA]
Yu Watanabe
2021-08-04
6
-67
/
+134
*
|
network: use request queue to configure IPv6 RA engine
Yu Watanabe
2021-08-04
5
-33
/
+98
*
|
network: update comment and man page
Yu Watanabe
2021-08-04
1
-1
/
+1
|
/
*
network: use address_equal()/route_equal() to compare addresses or routes con...
Yu Watanabe
2021-08-04
3
-3
/
+4
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
29
-55
/
+55
*
networkd: Include linux/netdevice.h header
Khem Raj
2021-07-26
1
-0
/
+1
*
Merge pull request #20251 from keszybz/test-format-lifetime
Yu Watanabe
2021-07-19
4
-12
/
+44
|
\
|
*
networkd: fix and simplify format_lifetime()
Zbigniew Jędrzejewski-Szmek
2021-07-19
4
-12
/
+44
*
|
network: configure address with requested lifetime
Yu Watanabe
2021-07-19
1
-5
/
+5
|
/
*
network: slightly simplify log_address_debug()
Yu Watanabe
2021-07-15
1
-5
/
+2
*
network: introduce FORMAT_LIFETIME()
Yu Watanabe
2021-07-15
3
-29
/
+35
*
network: dhcp4: also support semi-static routes with Gateway=_dhcp4 when UseG...
Yu Watanabe
2021-07-14
1
-11
/
+80
*
network: further unification of MUD url parsers
Yu Watanabe
2021-07-14
6
-79
/
+16
*
Merge pull request #20109 from keszybz/timestamp-macros
Yu Watanabe
2021-07-14
7
-48
/
+26
|
\
|
*
networkd: minor refactoring
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-9
/
+6
|
*
networkd: replace one trivial asprintf with xsprintf
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-3
/
+5
|
*
tree-wide: add FORMAT_BYTES_FULL()
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-4
/
+2
|
*
tree-wide: add FORMAT_TIMESPAN()
Zbigniew Jędrzejewski-Szmek
2021-07-09
4
-32
/
+13
*
|
network: update interface name stored in various network engines
Yu Watanabe
2021-07-14
1
-0
/
+49
*
|
network: check the received interface name is actually new
Yu Watanabe
2021-07-13
1
-0
/
+13
*
|
network: also check addresses when determine a gateway address is reachable o...
Yu Watanabe
2021-07-12
1
-0
/
+34
*
|
networkd: add shared parser for mud urls
Zbigniew Jędrzejewski-Szmek
2021-07-09
5
-77
/
+58
*
|
tree-wide: make cunescape*() functions return ssize_t
Zbigniew Jędrzejewski-Szmek
2021-07-09
3
-12
/
+12
|
/
*
wait-online: fix typo
Yu Watanabe
2021-07-07
1
-1
/
+1
*
network: fix overflow issue in address lifetime calculation
Yu Watanabe
2021-07-02
1
-2
/
+4
*
network: drop old dhcp6 addresses or routes after new ones are configured
Yu Watanabe
2021-07-02
1
-2
/
+2
*
network: drop old ndisc configurations after new ones are configured
Yu Watanabe
2021-07-02
1
-3
/
+4
*
network: fix log message
Yu Watanabe
2021-07-02
1
-1
/
+2
*
wait-online: improve timeout log message
Lennart Poettering
2021-07-02
1
-0
/
+2
*
network: fix segfault in link_update_hardware_address()
Yu Watanabe
2021-07-01
1
-9
/
+10
*
network: ipv4acd: update log message
Yu Watanabe
2021-07-01
1
-3
/
+3
*
network: introduce callback fucntions to check the sender MAC address for IPv...
Yu Watanabe
2021-06-30
2
-1
/
+35
*
network: ipv4acd: first probe address and then assign it
Yu Watanabe
2021-06-30
8
-342
/
+326
*
network: make request_drop() accept NULL
Yu Watanabe
2021-06-30
1
-0
/
+3
*
network: acquire address on request configure rather than on configure
Yu Watanabe
2021-06-30
1
-55
/
+73
*
network: rename dhcp_lease_lost() -> dhcp4_lease_lost() and expose it
Yu Watanabe
2021-06-30
2
-6
/
+7
*
network: address: do not send tentative flag
Yu Watanabe
2021-06-30
1
-5
/
+8
*
network: introduce link_request_static_address()
Yu Watanabe
2021-06-30
2
-21
/
+20
*
network: introduce address_dup() and replace address_copy() with it
Yu Watanabe
2021-06-30
2
-23
/
+18
*
network: ipv4ll: reset MAC address without stopping sd-ipv4ll engine
Yu Watanabe
2021-06-30
1
-20
/
+5
*
network: ipv4ll: refuse to configure IPv4LL address on interface where the le...
Yu Watanabe
2021-06-30
1
-0
/
+6
*
network: ipv4ll: make link enter failed state on failure of restarting ipv4ll...
Yu Watanabe
2021-06-30
1
-1
/
+3
*
network: introduce link_get_by_hw_addr()
Yu Watanabe
2021-06-30
4
-7
/
+44
*
network: rename Manager::links -> Manager::links_by_index
Yu Watanabe
2021-06-30
19
-57
/
+57
[next]