summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-speed-meter.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-09network: do not bring down a bonding port interface when it is already joinedYu Watanabe1-9/+9
2024-02-09network: fix typoYu Watanabe1-2/+2
2024-02-09detect-virt: fix Google Compute Engine supportmille-feuille1-2/+3
2024-02-08preset: enable homed sidecar servicesZbigniew Jędrzejewski-Szmek1-0/+2
2024-02-08portable: add --copy=mixed to copy images and link profilesLuca Boccassi7-50/+104
2024-02-08man: mention that preset-all is performed during early bootZbigniew Jędrzejewski-Szmek3-10/+31
2024-02-08creds: fix typoAntonio Alvarez Feijoo1-1/+1
2024-02-08nspawn: add missing OOM check on gethostname_malloc()Sam Leonard1-2/+4
2024-02-08vmspawn: remove extraneous log_infoSam Leonard1-1/+0
2024-02-08vmspawn: fix incorrect handling of -M in getopt_longSam Leonard1-1/+1
2024-02-08vmspawn: fix incorrect mention of containerSam Leonard2-7/+8
2024-02-08copy: do not ignore chattr_flags and friends passed to copy_file_atomic_full()Yu Watanabe1-1/+1
2024-02-08wait-online: split out get_state_range()Yu Watanabe1-9/+23
2024-02-08hwdb: add resolution setting for GAOMON S620Sludge1-0/+9
2024-02-08dissect-image: fix typoYu Watanabe1-1/+1
2024-02-08nspawn: fix typoYu Watanabe1-1/+1
2024-02-08test: fix typoYu Watanabe1-4/+4
2024-02-08network/ndisc: drop onlink prefix route when on-link flag is zeroYu Watanabe1-4/+68
2024-02-08network/ndisc: fix use-of-uninitialized-value on failure pathYu Watanabe1-1/+1
2024-02-08network/dhcp4: disable IPv6OnlyMode= by defaultYu Watanabe3-3/+7
2024-02-07test: add test case for invalid DNSSL optionYu Watanabe1-0/+79
2024-02-07network/ndisc: sd_ndisc_router_get_{icmp6_ratelimit,retransmission_time}() sh...Yu Watanabe1-8/+4
2024-02-07network/ndisc: slightly adjust log messagesYu Watanabe1-4/+4
2024-02-07test: add short comment for RA messageYu Watanabe1-0/+5
2024-02-07sd-ndisc: make sd_ndisc_router_dnssl_get_domains() return -EBADMSG when recei...Yu Watanabe1-4/+13
2024-02-07sd-dhcp6-client: allow setting send-release when client is runningFernando Fernandez Mancera1-1/+0
2024-02-0760-evdev.hwdb: Add support for Huion Inspiroy 2 L (#31241)Keian1-1/+2
2024-02-07network: set 'removing' flag to remembered objectYu Watanabe4-0/+13
2024-02-07network/address: do not configure with IFA_F_TENTATIVEYu Watanabe1-3/+0
2024-02-07test: systemd-update-utmp is optionalFranck Bui1-7/+9
2024-02-06preset: enable confext and sysext by default (#31211)Maanya Goenka1-0/+2
2024-02-06NEWS: announce plan to drop support for nscdZbigniew Jędrzejewski-Szmek1-0/+3
2024-02-06core: reuse credential dir across start and start-post if populated,Mike Yuan4-89/+121
2024-02-06core: introduce exec_params_need_credentialsMike Yuan5-15/+19
2024-02-06TEST-54-CREDS: add test for ExecStartPost= (#31194)Mike Yuan1-1/+8
2024-02-06core/exec-credential: use FOREACH_ARRAY at one more placeMike Yuan1-21/+19
2024-02-06core/exec-credential: add missing assertionsMike Yuan1-4/+23
2024-02-06wait-online: by default not all interface need to be onlineYu Watanabe1-1/+3
2024-02-06cryptenroll: Fix reading keyfile from socketFelix Riemann1-1/+1
2024-02-06units: drop userdbd from homed's Also=Zbigniew Jędrzejewski-Szmek1-1/+1
2024-02-06process-util: minor follow-up for pidfd_spawnMike Yuan3-15/+27
2024-02-06nspawn: and also add comment, making clear chdir() should come lateLennart Poettering1-0/+3
2024-02-06nspawn: also refuse paths below API VFS in nspawn's --chdir= fieldLennart Poettering1-3/+13
2024-02-06load-fragment: set PATH_CHECK_NON_API_VFS flag at various other placesLennart Poettering1-5/+5
2024-02-06parse-helpers: adjust log level when we say we ignore to LOG_WARNINGLennart Poettering1-5/+6
2024-02-06dbus: make dbus property parsing of WorkingDirectory= equally strict as loadi...Lennart Poettering1-14/+25
2024-02-06exec-invoke: extend comment on placement of apply_working_directory() callLennart Poettering1-2/+4
2024-02-06parse-helpers: add new PATH_CHECK_NON_API_VFS flagLennart Poettering4-14/+59
2024-02-06mountpoint-util: add small helper that checks if a path is below the API VFS ...Lennart Poettering3-1/+10
2024-02-06exec-invoke: rework apply_working_directory() around chase()Lennart Poettering1-8/+16