index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libsystemd-network
/
meson.build
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-04-14
dhcp6-network: constify arguments
Yu Watanabe
4
-20
/
+11
2024-04-14
network: add mechanism to configure default UseDomains= setting, update man p...
Henry Li
9
-1
/
+77
2024-04-14
man: remove PrivateMounts= from list of other settings in its own description
Ole Peder Brandtzæg
1
-6
/
+6
2024-04-12
vmspawn: check firmware target architecture
Sam Leonard
1
-28
/
+78
2024-04-12
tree-wide: insert missing space after comma
Yu Watanabe
7
-11
/
+11
2024-04-12
journal: drop thousands separator in comment
Yu Watanabe
1
-1
/
+1
2024-04-12
home: wrap long line
Yu Watanabe
1
-1
/
+9
2024-04-12
homectl: realign table
Yu Watanabe
1
-96
/
+96
2024-04-12
network/ndisc: fix typo
Yu Watanabe
1
-1
/
+1
2024-04-12
core: fix typo
Yu Watanabe
1
-1
/
+1
2024-04-12
fuzz: check that resource records are serialized successfully
Evgeny Vereshchagin
1
-6
/
+4
2024-04-12
sd-dhcp-server: use close_and_replace (avoid fd leak)
Mike Yuan
1
-3
/
+3
2024-04-12
sd-dhcp-server: check dir_fd with assert_return
Mike Yuan
1
-3
/
+1
2024-04-12
shared/killall: minor modernization
Mike Yuan
1
-8
/
+8
2024-04-12
string-util: correct comment in strextendf_with_separator
Mike Yuan
1
-1
/
+1
2024-04-12
vmspawn: add --discard-disk= to control handling of disk discard requests
Sam Leonard
2
-1
/
+21
2024-04-12
test: add instructions on how to run Coverity locally
Frantisek Sumsal
1
-0
/
+45
2024-04-12
vmspawn: update parse_boolean to parse_boolean_argument
Sam Leonard
1
-10
/
+4
2024-04-12
bus-polkit: fix return value for `varlink_allow_interactive_authentication()`
Antonio Alvarez Feijoo
1
-2
/
+4
2024-04-12
meson: do not fail build with newer kernel headers
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2024-04-12
ndisc-option: also ignore Prefix Information option with multicast address
Yu Watanabe
1
-1
/
+3
2024-04-11
network/ndisc: drop onlink prefix when valid lifetime is zero
Yu Watanabe
1
-3
/
+17
2024-04-11
network/ndisc: do nothing for existing routes if on-link flag is zero
Yu Watanabe
1
-55
/
+4
2024-04-11
resolved: use NULL to represent an empty answer
Ronan Pigott
1
-8
/
+2
2024-04-11
vmspawn: enabled free page reporting in qemu by default
Sam Leonard
1
-1
/
+2
2024-04-11
nsresourced: don't redefine of bpf_rdonly_cast
Ludwig Nussel
1
-0
/
+5
2024-04-11
sd-ndisc-redirect: fix verification of target address
Yu Watanabe
1
-4
/
+9
2024-04-11
network/ndisc: fix verification of sender of Redirect message
Yu Watanabe
2
-53
/
+65
2024-04-11
network/ndisc: split out ndisc_redirect_verify_sender()
Yu Watanabe
1
-8
/
+17
2024-04-11
network/ndisc: drop ndisc_request_redirect_route()
Yu Watanabe
1
-28
/
+9
2024-04-11
network/ndisc: redirect routes do not have lifetime
Yu Watanabe
1
-25
/
+1
2024-04-11
network/ndisc: introduce ndisc_request_router_route()
Yu Watanabe
1
-22
/
+30
2024-04-11
network/ndisc: do not set per-route MTU and hop limit
Yu Watanabe
2
-32
/
+10
2024-04-11
journal-remote: fix two minor memory leaks
Antonio Alvarez Feijoo
2
-0
/
+3
2024-04-11
test: make sd-journal-gatewayd tests even more debug-able
Frantisek Sumsal
1
-45
/
+90
2024-04-11
creds: allow null when decrypting
Ludwig Nussel
2
-1
/
+17
2024-04-11
README.md: link bug bounty program
Luca Boccassi
1
-0
/
+2
2024-04-11
build(deps): bump pkg/fedora from `2822a03` to `3f8c38e`
dependabot[bot]
1
-0
/
+0
2024-04-11
test: make the output of TEST-69 less painful to read
Frantisek Sumsal
3
-4
/
+2
2024-04-11
journal-remote: Use "event" instead of "events"
Daan De Meyer
6
-22
/
+22
2024-04-11
journal-remote: Use sd_event_set_signal_exit()
Daan De Meyer
5
-60
/
+5
2024-04-11
test: PROJECT_FILE macro cannot be used in generated code
Yu Watanabe
1
-0
/
+7
2024-04-11
network/ndisc: fix updating valid lifetime of configured address
Yu Watanabe
1
-21
/
+72
2024-04-11
network/ndisc: set provider address in caller
Yu Watanabe
1
-11
/
+10
2024-04-10
libsystemd-network: do not trigger assertion by sd_*_is_running() with NULL
Yu Watanabe
4
-4
/
+8
2024-04-10
core/dbus-execute: fix potential memory leak
Mike Yuan
1
-12
/
+11
2024-04-10
core/execute: introduce exec_command_free
Mike Yuan
2
-4
/
+13
2024-04-10
core/dbus-execute: modernize a bit
Mike Yuan
1
-7
/
+13
2024-04-10
core/load-fragment: modernize config_parse_exec
Mike Yuan
1
-73
/
+51
2024-04-10
docs: Add Tests section to coding style doc
Daan De Meyer
1
-0
/
+10
[next]