summaryrefslogtreecommitdiffstats
path: root/network (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-09cocci: merge mfree.cocci and mfree_return.cocci (#30838)AtariDreams2-9/+29
2024-01-09simplify bitwise checking (#30722)AtariDreams2-4/+3
2024-01-09socket-util: modernize socknameinfo_pretty() a bitLennart Poettering3-15/+20
2024-01-09discover-image: don't accidentally set /run/systemd/nspawn/ access mode too s...Lennart Poettering1-3/+7
2024-01-08sd-bus: also intrepret $SYSTEMD_SSH env varLennart Poettering2-4/+11
2024-01-08varlink: add "ssh:" transportLennart Poettering5-17/+136
2024-01-08varlink: turn off O_NONBLOCK in exec: transportLennart Poettering1-0/+4
2024-01-08process-util: turn off O_NONBLOCK on stdio fds when rearranging fdsLennart Poettering3-0/+18
2024-01-08env-util: add new setenvf() helperLennart Poettering4-15/+36
2024-01-08hexdecoct: make unbase64mem and unhexmem always use SIZE_MAXMike Yuan39-84/+86
2024-01-08tmpfiles: fix memory leak in arg_exclude_prefixesAntonio Alvarez Feijoo1-4/+4
2024-01-08bus-polkit: fix memory leakLennart Poettering1-4/+8
2024-01-08timesync: IPTOS_LOWDELAY --> IPTOS_DSCP_EFCristian Rodríguez1-2/+1
2024-01-08virt: fix detection of avx2 and friendsYu Watanabe1-1/+1
2024-01-08network-generator: pick up .netdev/.link/.network configuration via credentialsLennart Poettering5-2/+167
2024-01-08hostnamed: expose local AF_VSOCK CID among other host infoLennart Poettering4-10/+58
2024-01-08socket-util: add helper for querying the local AF_VSOCK CIDLennart Poettering2-0/+17
2024-01-07test: check how systemd-resolved deals with zone transfersFrantisek Sumsal2-1/+19
2024-01-07test: merge config sectionsFrantisek Sumsal1-10/+6
2024-01-07test: zone-check with --force to fail on warningsFrantisek Sumsal1-4/+1
2024-01-07resolve: NSCOUNT of DNS query may not be zeroYu Watanabe1-2/+19
2024-01-06logind: don't use assertion for deserialized_pidMike Yuan1-5/+12
2024-01-06test: sync the "foobaz" namespace as wellFrantisek Sumsal1-0/+4
2024-01-06TEST-24-CRYPTSETUP: depend on OpenSSL for testing PKCS#11 tokensVladimir Stoiakin1-0/+4
2024-01-06repart: don't crash when looping over dropped partitionsFrantisek Sumsal2-13/+47
2024-01-06network/link: always join to the main interface when we receive IFLA_MASTER a...Yu Watanabe1-13/+11
2024-01-06test: reinitialize arg_transport before parsing argumentsFrantisek Sumsal1-0/+4
2024-01-06TODO: drop some implemented entriesMike Yuan1-6/+0
2024-01-06network/route-metric: unify error messagesYu Watanabe1-21/+11
2024-01-06network/route-metric: pass attribute type to conf parsersYu Watanabe3-26/+26
2024-01-06network/route: move several conf parsers to networkd-route-metric.c and netwo...Yu Watanabe8-533/+608
2024-01-06network/route: rename n -> route in conf parsersYu Watanabe1-130/+130
2024-01-06network/route: do not invalidate [Route] section when an empty string is assi...Yu Watanabe1-0/+1
2024-01-06test-network: do not call networkctl if networkd is in failed stateYu Watanabe1-6/+16
2024-01-06test-network: introduce networkctl() and friendsYu Watanabe1-123/+117
2024-01-06test-network: use read_networkd_log() at one more placeYu Watanabe1-2/+1
2024-01-06test-network: sync journal before readYu Watanabe1-0/+1
2024-01-06nspawn: lock down access to notify socket a bitLennart Poettering1-3/+5
2024-01-06core: escape spaces in paths during serializationFrantisek Sumsal2-21/+32
2024-01-06udevadm: allow to override the default log level by environment variableYu Watanabe2-0/+2
2024-01-06dev-setup: rework make_inaccessible_nodes() around openat() and friendsLennart Poettering2-21/+38
2024-01-06parse-helpers: allow port 0 for socket bind itemsnetworkException6-8/+15
2024-01-05nspawn: add new common make_run_host() helperLennart Poettering3-6/+19
2024-01-05socket-util: add more careful parsers for AF_VSOCK cid/portLennart Poettering2-3/+50
2024-01-05missing: add a bunch of vsock related definesLennart Poettering1-1/+20
2024-01-05shell-completion: provide completion for journalctl --namespace=Frantisek Sumsal2-1/+13
2024-01-05shell-completion: fix mixed indentFrantisek Sumsal1-1/+1
2024-01-05journalctl: implement --list-namespacesFrantisek Sumsal4-1/+80
2024-01-05nspawn: set read-only access mode on two /run/host/ filesLennart Poettering1-2/+2
2024-01-05fileio: add new flag WRITE_STRING_FILE_MODE_0444Lennart Poettering2-3/+17