index
:
delta/systemd.git
assert-cleanups-and-constification
baserock/adamcoldrick/yaml-morphology
baserock/jjardon/fix_parallel_build
baserock/jjardon/intltool
baserock/morph
baserock/paulsherwood/sd-update
baserock/pedroalvarez/v217
baserock/pedroalvarez/v218
baserock/ps/update-linux-v3.12-systemd-v208
baserock/radiofree/enable_xz
baserock/richardmaw/nspawn-path-escapes
baserock/richardmaw/wip-upgrade-root
baserock/v218-with-canonical-hostname-fix
baserock/v219-314-gd736e4f-network_fixes
baserock/v219-729-g163ab29-jetson_btrfs_fixes
cap-bpf-compat
chase-symlinks-rework
coverity
coverity-now-for-real
coverity-python
default_memory
dependabot/github_actions/actions/checkout-2.4.0
dependabot/github_actions/actions/upload-artifact-2.3.1
dependabot/github_actions/github/codeql-action-1.0.23
dependabot/github_actions/github/codeql-action-1.0.24
dependabot/github_actions/github/codeql-action-1.0.27
dependabot/github_actions/github/super-linter-4.8.2
dependabot/github_actions/github/super-linter-4.8.3
dependabot/github_actions/github/super-linter-4.8.4
dependabot/github_actions/systemd/mkosi-11
dependabot/pip/dot-github/workflows/meson-0.60.3
dev-no-noexec
enabled-optimization
gc-cleanup
gcc-hypothesis
hidden-units-are-good-units
hwdb
keszybz-patch-1
main
master
meson-allows-fuzzer-building
msekletar-security-list-process
oomd-and-user-slices
proot
readme-double-header
revert-10744-logind-lock-down
revert-11715-revert-11534-coverity2
revert-12181-install-etc-systemd-generator-dirs
revert-12463-issue-12452-netlink
revert-13201-networkctl-merge-table_add_cell
revert-13843-watchdog
revert-14900-fix-privatedevices-dev-mac-label
revert-15648-journalctl-cat-beefup
revert-16058-fix-memory-protection-default
revert-16460-turn-off-ubuntu-ppa
revert-1740-master
revert-18355-resolved-discover
revert-18515-temporarily-pin-arch-repos
revert-18807-noexec
revert-19146-fix-JOURNAL-doc
revert-20598-order_noauto
revert-20998-dev/hv-detect
revert-2818-master
revert-2843-clock_boottime
revert-2859-ldconfig-after-localfs
revert-3283-master
revert-3528-upstream-add-networkd-dbus
revert-5012-master
revert-5298-relocatable-tests
revert-6508-audit-socket
setup-semaphore
stat2
systemctl-list-dependencies
systemd-paypal-funding
tasks-max-dynamic
v216-stable
what-s-up-with-coverity
wip/hadess/add-move-udev-action
wip/hadess/chassis-override
wip/hadess/hp-accel-quirk
wip/hadess/lis3lv02d-rule-hp
wip/hadess/logitech-hidraw
wip/hadess/logitech-ultrathin-touch-mouse
wip/hadess/memory-id
wip/hadess/minipro-uaccess
wip/hadess/rfkill-uaccess
wip/hadess/unsupported-dmi
wip/hadess/usb-analysers-uaccess
wip/hadess/webcams
github.com: systemd/systemd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: make local_gateways() support RT_VIA and RT_MULTIPATH
Yu Watanabe
2020-10-08
1
-29
/
+86
*
network: manage multipath routes separately
Yu Watanabe
2020-10-08
2
-102
/
+205
*
sd-netlink: introduce sd_netlink_message_read_data()
Yu Watanabe
2020-10-08
2
-0
/
+25
*
sd-netlink: introduce rtattr_read_nexthop()
Yu Watanabe
2020-10-08
3
-12
/
+92
*
network: free Route object when route_remove() fails
Yu Watanabe
2020-10-08
1
-2
/
+2
*
network: constify arguments
Yu Watanabe
2020-10-08
2
-28
/
+31
*
test-network: add a test case for IPv4 route with IPv6 gateway
Yu Watanabe
2020-10-08
3
-1
/
+50
*
network: support IPv4 route with IPv6 gateway
Yu Watanabe
2020-10-08
4
-29
/
+83
*
sd-netlink: fix type of RTA_VIA
Yu Watanabe
2020-10-07
1
-1
/
+1
*
network: also manage routes without RTA_OIF attribute
Yu Watanabe
2020-10-07
7
-71
/
+116
*
network: ignore Scope= for IPv6 routes as it will not be used
Yu Watanabe
2020-10-07
1
-0
/
+5
*
test-network: drop meaningless Scope= settings in the config
Yu Watanabe
2020-10-07
1
-2
/
+0
*
network: set default priority for IPv6 routes
Yu Watanabe
2020-10-07
1
-0
/
+4
*
basic: import linux/ipv6_route.h
Yu Watanabe
2020-10-07
2
-0
/
+65
*
meson: add missing files
Yu Watanabe
2020-10-07
1
-0
/
+2
*
systemctl: drop unsused variable original_stdout_is_tty
Lennart Poettering
2020-10-07
1
-7
/
+0
*
update TODO
Lennart Poettering
2020-10-07
1
-0
/
+7
*
Merge pull request #17231 from poettering/event-source-exit-on-failure
Lennart Poettering
2020-10-07
17
-56
/
+291
|
\
|
*
udev: make use of NULL callback in IO handlers
Lennart Poettering
2020-10-07
1
-5
/
+1
|
*
sd-event: support callback=NULL in IO/child/inotify/defer event sources, too
Lennart Poettering
2020-10-07
8
-29
/
+106
|
*
udev-util: make use of sd-event's NULL callback support
Lennart Poettering
2020-10-07
1
-5
/
+1
|
*
test: add test that validates that PTR_TO_INT(INT_TO_PTR()) covers whole int ...
Lennart Poettering
2020-10-07
1
-0
/
+14
|
*
socket-proxy: port to new sd_event_source_set_exit_on_failure() API
Lennart Poettering
2020-10-07
1
-7
/
+7
|
*
socket-proxy: close correct fd, log at right log level
Lennart Poettering
2020-10-07
1
-2
/
+2
|
*
man: add docs for sd_event_source_set_exit_on_failure()
Lennart Poettering
2020-10-07
2
-0
/
+112
|
*
sd-event: optionally, if an event source fails, exit the event loop
Lennart Poettering
2020-10-07
4
-8
/
+48
*
|
Document some reasonable DNS servers in the example config file
Zbigniew Jędrzejewski-Szmek
2020-10-07
1
-0
/
+4
*
|
Merge pull request #17238 from keszybz/man-tmp-noexec
Lennart Poettering
2020-10-07
57
-281
/
+289
|
\
\
|
|
/
|
/
|
|
*
man: add note that %T/%V don't have the trailing slash
Zbigniew Jędrzejewski-Szmek
2020-10-05
4
-30
/
+16
|
*
man: use trailing slash on directories in more places
Zbigniew Jędrzejewski-Szmek
2020-10-05
53
-225
/
+229
|
*
man: add a note about flags on /tmp and /var/tmp
Zbigniew Jędrzejewski-Szmek
2020-10-05
1
-0
/
+13
|
*
man: use paragraphs in descriptions of /tmp and /var/tmp
Zbigniew Jędrzejewski-Szmek
2020-10-05
2
-26
/
+31
*
|
Merge pull request #17240 from yuwata/network-cleanup
Yu Watanabe
2020-10-07
66
-4967
/
+4736
|
\
\
|
*
|
test-network: also remove IPv6 rules
Yu Watanabe
2020-10-07
1
-0
/
+3
|
*
|
test-network: add a missing netdev in the list
Yu Watanabe
2020-10-07
1
-0
/
+1
|
*
|
test-network: disable RA in test_sriov
Yu Watanabe
2020-10-07
1
-0
/
+1
|
*
|
test-network: add missing file in the list
Yu Watanabe
2020-10-07
1
-0
/
+1
|
*
|
test-network: drop duplicated address
Yu Watanabe
2020-10-07
1
-1
/
+0
|
*
|
network: rename network_verify_xxx() -> network_drop_invalid_xxx()
Yu Watanabe
2020-10-07
23
-36
/
+36
|
*
|
network: fix masquerade setting logic
Yu Watanabe
2020-10-07
1
-49
/
+36
|
*
|
network: always use RT_SCOPE_HOST for IPv4 loopback addresses
Yu Watanabe
2020-10-07
1
-1
/
+12
|
*
|
network: update MAC address in IPv4 ACD clients
Yu Watanabe
2020-10-07
3
-0
/
+50
|
*
|
network: configure IPv4 DAD per link address
Yu Watanabe
2020-10-07
3
-55
/
+32
|
*
|
network: constify one argument
Yu Watanabe
2020-10-07
1
-1
/
+1
|
*
|
network: introduce address_copy()
Yu Watanabe
2020-10-07
1
-11
/
+26
|
*
|
network: do not update Address::flags in address_configure()
Yu Watanabe
2020-10-07
4
-43
/
+19
|
*
|
network: fix indentation
Yu Watanabe
2020-10-07
1
-31
/
+39
|
*
|
network: use sd_event stored in Manager
Yu Watanabe
2020-10-07
6
-6
/
+7
|
*
|
network: check feature is enabled in xxx_configure()
Yu Watanabe
2020-10-07
9
-81
/
+74
|
*
|
network: move link_enumerate_ipv6_tentative_addresses()
Yu Watanabe
2020-10-07
2
-50
/
+50
[next]