index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
network
/
networkd-address-label.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-06-15
travis: clean up bash variables a bit
Evgeny Vereshchagin
1
-6
/
+8
2019-06-15
travis: use UBSan checks from OSS-Fuzz
Evgeny Vereshchagin
1
-2
/
+9
2019-06-15
travis: turn on UBSan on Fuzzit
Evgeny Vereshchagin
1
-1
/
+1
2019-06-14
travis: add 5 more fuzz targets
Evgeny Vereshchagin
1
-2
/
+10
2019-06-14
travis: always run the "Build & test" stage first
Evgeny Vereshchagin
1
-0
/
+3
2019-06-14
travis: skip the Fuzzit-Sanity stage when it's run by cron
Evgeny Vereshchagin
1
-0
/
+3
2019-06-14
travis: run Coverity after Fuzzit-Fuzzing
Evgeny Vereshchagin
1
-3
/
+3
2019-06-14
Continuous Fuzzing Integration with Fuzzit
Jeka Pats
4
-2
/
+86
2019-06-14
NEWS: add more hint about MACAddressPolicy= change
Yu Watanabe
1
-0
/
+12
2019-06-14
test-network: drop redundant operstate checking
Yu Watanabe
1
-9
/
+0
2019-06-14
test-network: replace check_link_exists() with wait_online()
Yu Watanabe
2
-42
/
+28
2019-06-14
test-network: explicitly set sleep time
Yu Watanabe
1
-3
/
+2
2019-06-14
test-network: suppress error message in cleanup process
Yu Watanabe
1
-3
/
+3
2019-06-13
test-network: add test for ConfigureWithoutCarrier=
Yu Watanabe
2
-2
/
+10
2019-06-13
network: skip to check dynamic addresses when ConfigureWithoutCarrier=yes
Yu Watanabe
1
-14
/
+17
2019-06-13
Document that gpt-auto-generator supports decrypting rootfs
Arian van Putten
1
-0
/
+6
2019-06-13
networkctl: fix use of uninitialized value
Yu Watanabe
1
-1
/
+1
2019-06-12
journal: also disable memory tricks when hashing under msan
Zbigniew Jędrzejewski-Szmek
1
-3
/
+3
2019-06-12
test-bus-marshall: add a hopefully helpful comment
Zbigniew Jędrzejewski-Szmek
1
-0
/
+1
2019-06-12
zsh: add completion for systemctl preset-all
Zbigniew Jędrzejewski-Szmek
1
-0
/
+1
2019-06-12
system-update-generator: do not emit bogus warning if no /system-update symlink
Zbigniew Jędrzejewski-Szmek
1
-1
/
+2
2019-06-12
libudev: hide definition of struct udev_device
Yu Watanabe
3
-32
/
+41
2019-06-12
libudev: rescan devices when filter is updated
Yu Watanabe
1
-9
/
+73
2019-06-12
libudev: re-implement libudev-list with LIST and hashmap
Yu Watanabe
1
-193
/
+105
2019-06-12
libudev: hide definition of struct udev_list from other libudev components
Yu Watanabe
7
-70
/
+116
2019-06-12
service: Fix typo in warning message
Philip Withnall
1
-1
/
+1
2019-06-12
pam_systemd: Fix some option names in error messages
Philip Withnall
1
-2
/
+2
2019-06-12
man: Add missing <literal> tags in various man pages
Philip Withnall
9
-23
/
+23
2019-06-12
man: Fix typo in sd_notify man page
Philip Withnall
1
-1
/
+1
2019-06-12
libudev: drop unused variable
Yu Watanabe
1
-1
/
+0
2019-06-12
resolved: Fix incorrect use of OpenSSL BUF_MEM
Tomas Mraz
1
-1
/
+4
2019-06-12
test-network: add more test cases when ipv6 is disabled
Yu Watanabe
2
-2
/
+25
2019-06-12
network: ignore requested ipv6 fdb entry when ipv6 is disabled by sysctl
Yu Watanabe
1
-1
/
+6
2019-06-12
network: ignore requested ipv6 routing policy rule when ipv6 is disabled by s...
Yu Watanabe
2
-3
/
+8
2019-06-12
network: ignore requested ipv6 route when ipv6 is disabled by sysctl
Yu Watanabe
3
-9
/
+14
2019-06-12
network: ignore requested ipv6 addresses when ipv6 is disabled by sysctl
Yu Watanabe
3
-5
/
+10
2019-06-11
man: fix reference to sd_bus_add_fallback_vtable
Peter A. Bigot
1
-1
/
+1
2019-06-11
systemd-mount: don't check for non-normalized WHAT for network FS
Karel Zak
1
-1
/
+2
2019-06-09
man/systemd-veritysetup-generator: Fix grammar
Theo Ouzhinski
1
-5
/
+5
2019-06-07
network: assign new DHCP address before removing old lease address
Yu Watanabe
3
-24
/
+126
2019-06-07
network: ignore callback calls when link is in failed state
Yu Watanabe
1
-2
/
+11
2019-06-07
network: drop unnecessary link_enter_failed() calls
Yu Watanabe
1
-10
/
+4
2019-06-07
network: check earlier the existence of lifetime in lease
Yu Watanabe
1
-6
/
+6
2019-06-07
network: make all failures in route configuration fatal
Yu Watanabe
1
-8
/
+9
2019-06-07
cgroup: Prevent theoretical nullptr deref in unit mask calculation
Chris Down
1
-0
/
+2
2019-06-07
systemctl: Prevent state_missing from being used uninit
Chris Down
1
-1
/
+1
2019-06-06
test-network: add tests for KeepConfiguration=
Yu Watanabe
4
-9
/
+101
2019-06-06
man: add documentation about KeepConfiguration
Yu Watanabe
1
-11
/
+16
2019-06-06
network: make KeepConfiguration=static drop DHCP addresses and routes
Yu Watanabe
1
-1
/
+42
2019-06-06
network: add KeepConfiguration=dhcp-on-stop
Yu Watanabe
5
-17
/
+23
[next]