index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
network
/
networkd-speed-meter.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-02-09
network: do not bring down a bonding port interface when it is already joined
Yu Watanabe
1
-9
/
+9
2024-02-09
network: fix typo
Yu Watanabe
1
-2
/
+2
2024-02-09
detect-virt: fix Google Compute Engine support
mille-feuille
1
-2
/
+3
2024-02-08
preset: enable homed sidecar services
Zbigniew Jędrzejewski-Szmek
1
-0
/
+2
2024-02-08
portable: add --copy=mixed to copy images and link profiles
Luca Boccassi
7
-50
/
+104
2024-02-08
man: mention that preset-all is performed during early boot
Zbigniew Jędrzejewski-Szmek
3
-10
/
+31
2024-02-08
creds: fix typo
Antonio Alvarez Feijoo
1
-1
/
+1
2024-02-08
nspawn: add missing OOM check on gethostname_malloc()
Sam Leonard
1
-2
/
+4
2024-02-08
vmspawn: remove extraneous log_info
Sam Leonard
1
-1
/
+0
2024-02-08
vmspawn: fix incorrect handling of -M in getopt_long
Sam Leonard
1
-1
/
+1
2024-02-08
vmspawn: fix incorrect mention of container
Sam Leonard
2
-7
/
+8
2024-02-08
copy: do not ignore chattr_flags and friends passed to copy_file_atomic_full()
Yu Watanabe
1
-1
/
+1
2024-02-08
wait-online: split out get_state_range()
Yu Watanabe
1
-9
/
+23
2024-02-08
hwdb: add resolution setting for GAOMON S620
Sludge
1
-0
/
+9
2024-02-08
dissect-image: fix typo
Yu Watanabe
1
-1
/
+1
2024-02-08
nspawn: fix typo
Yu Watanabe
1
-1
/
+1
2024-02-08
test: fix typo
Yu Watanabe
1
-4
/
+4
2024-02-08
network/ndisc: drop onlink prefix route when on-link flag is zero
Yu Watanabe
1
-4
/
+68
2024-02-08
network/ndisc: fix use-of-uninitialized-value on failure path
Yu Watanabe
1
-1
/
+1
2024-02-08
network/dhcp4: disable IPv6OnlyMode= by default
Yu Watanabe
3
-3
/
+7
2024-02-07
test: add test case for invalid DNSSL option
Yu Watanabe
1
-0
/
+79
2024-02-07
network/ndisc: sd_ndisc_router_get_{icmp6_ratelimit,retransmission_time}() sh...
Yu Watanabe
1
-8
/
+4
2024-02-07
network/ndisc: slightly adjust log messages
Yu Watanabe
1
-4
/
+4
2024-02-07
test: add short comment for RA message
Yu Watanabe
1
-0
/
+5
2024-02-07
sd-ndisc: make sd_ndisc_router_dnssl_get_domains() return -EBADMSG when recei...
Yu Watanabe
1
-4
/
+13
2024-02-07
sd-dhcp6-client: allow setting send-release when client is running
Fernando Fernandez Mancera
1
-1
/
+0
2024-02-07
60-evdev.hwdb: Add support for Huion Inspiroy 2 L (#31241)
Keian
1
-1
/
+2
2024-02-07
network: set 'removing' flag to remembered object
Yu Watanabe
4
-0
/
+13
2024-02-07
network/address: do not configure with IFA_F_TENTATIVE
Yu Watanabe
1
-3
/
+0
2024-02-07
test: systemd-update-utmp is optional
Franck Bui
1
-7
/
+9
2024-02-06
preset: enable confext and sysext by default (#31211)
Maanya Goenka
1
-0
/
+2
2024-02-06
NEWS: announce plan to drop support for nscd
Zbigniew Jędrzejewski-Szmek
1
-0
/
+3
2024-02-06
core: reuse credential dir across start and start-post if populated,
Mike Yuan
4
-89
/
+121
2024-02-06
core: introduce exec_params_need_credentials
Mike Yuan
5
-15
/
+19
2024-02-06
TEST-54-CREDS: add test for ExecStartPost= (#31194)
Mike Yuan
1
-1
/
+8
2024-02-06
core/exec-credential: use FOREACH_ARRAY at one more place
Mike Yuan
1
-21
/
+19
2024-02-06
core/exec-credential: add missing assertions
Mike Yuan
1
-4
/
+23
2024-02-06
wait-online: by default not all interface need to be online
Yu Watanabe
1
-1
/
+3
2024-02-06
cryptenroll: Fix reading keyfile from socket
Felix Riemann
1
-1
/
+1
2024-02-06
units: drop userdbd from homed's Also=
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2024-02-06
process-util: minor follow-up for pidfd_spawn
Mike Yuan
3
-15
/
+27
2024-02-06
nspawn: and also add comment, making clear chdir() should come late
Lennart Poettering
1
-0
/
+3
2024-02-06
nspawn: also refuse paths below API VFS in nspawn's --chdir= field
Lennart Poettering
1
-3
/
+13
2024-02-06
load-fragment: set PATH_CHECK_NON_API_VFS flag at various other places
Lennart Poettering
1
-5
/
+5
2024-02-06
parse-helpers: adjust log level when we say we ignore to LOG_WARNING
Lennart Poettering
1
-5
/
+6
2024-02-06
dbus: make dbus property parsing of WorkingDirectory= equally strict as loadi...
Lennart Poettering
1
-14
/
+25
2024-02-06
exec-invoke: extend comment on placement of apply_working_directory() call
Lennart Poettering
1
-2
/
+4
2024-02-06
parse-helpers: add new PATH_CHECK_NON_API_VFS flag
Lennart Poettering
4
-14
/
+59
2024-02-06
mountpoint-util: add small helper that checks if a path is below the API VFS ...
Lennart Poettering
3
-1
/
+10
2024-02-06
exec-invoke: rework apply_working_directory() around chase()
Lennart Poettering
1
-8
/
+16
[next]