summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-address-label.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-15travis: clean up bash variables a bitEvgeny Vereshchagin1-6/+8
2019-06-15travis: use UBSan checks from OSS-FuzzEvgeny Vereshchagin1-2/+9
2019-06-15travis: turn on UBSan on FuzzitEvgeny Vereshchagin1-1/+1
2019-06-14travis: add 5 more fuzz targetsEvgeny Vereshchagin1-2/+10
2019-06-14travis: always run the "Build & test" stage firstEvgeny Vereshchagin1-0/+3
2019-06-14travis: skip the Fuzzit-Sanity stage when it's run by cronEvgeny Vereshchagin1-0/+3
2019-06-14travis: run Coverity after Fuzzit-FuzzingEvgeny Vereshchagin1-3/+3
2019-06-14Continuous Fuzzing Integration with FuzzitJeka Pats4-2/+86
2019-06-14NEWS: add more hint about MACAddressPolicy= changeYu Watanabe1-0/+12
2019-06-14test-network: drop redundant operstate checkingYu Watanabe1-9/+0
2019-06-14test-network: replace check_link_exists() with wait_online()Yu Watanabe2-42/+28
2019-06-14test-network: explicitly set sleep timeYu Watanabe1-3/+2
2019-06-14test-network: suppress error message in cleanup processYu Watanabe1-3/+3
2019-06-13test-network: add test for ConfigureWithoutCarrier=Yu Watanabe2-2/+10
2019-06-13network: skip to check dynamic addresses when ConfigureWithoutCarrier=yesYu Watanabe1-14/+17
2019-06-13Document that gpt-auto-generator supports decrypting rootfsArian van Putten1-0/+6
2019-06-13networkctl: fix use of uninitialized valueYu Watanabe1-1/+1
2019-06-12journal: also disable memory tricks when hashing under msanZbigniew Jędrzejewski-Szmek1-3/+3
2019-06-12test-bus-marshall: add a hopefully helpful commentZbigniew Jędrzejewski-Szmek1-0/+1
2019-06-12zsh: add completion for systemctl preset-allZbigniew Jędrzejewski-Szmek1-0/+1
2019-06-12system-update-generator: do not emit bogus warning if no /system-update symlinkZbigniew Jędrzejewski-Szmek1-1/+2
2019-06-12libudev: hide definition of struct udev_deviceYu Watanabe3-32/+41
2019-06-12libudev: rescan devices when filter is updatedYu Watanabe1-9/+73
2019-06-12libudev: re-implement libudev-list with LIST and hashmapYu Watanabe1-193/+105
2019-06-12libudev: hide definition of struct udev_list from other libudev componentsYu Watanabe7-70/+116
2019-06-12service: Fix typo in warning messagePhilip Withnall1-1/+1
2019-06-12pam_systemd: Fix some option names in error messagesPhilip Withnall1-2/+2
2019-06-12man: Add missing <literal> tags in various man pagesPhilip Withnall9-23/+23
2019-06-12man: Fix typo in sd_notify man pagePhilip Withnall1-1/+1
2019-06-12libudev: drop unused variableYu Watanabe1-1/+0
2019-06-12resolved: Fix incorrect use of OpenSSL BUF_MEMTomas Mraz1-1/+4
2019-06-12test-network: add more test cases when ipv6 is disabledYu Watanabe2-2/+25
2019-06-12network: ignore requested ipv6 fdb entry when ipv6 is disabled by sysctlYu Watanabe1-1/+6
2019-06-12network: ignore requested ipv6 routing policy rule when ipv6 is disabled by s...Yu Watanabe2-3/+8
2019-06-12network: ignore requested ipv6 route when ipv6 is disabled by sysctlYu Watanabe3-9/+14
2019-06-12network: ignore requested ipv6 addresses when ipv6 is disabled by sysctlYu Watanabe3-5/+10
2019-06-11man: fix reference to sd_bus_add_fallback_vtablePeter A. Bigot1-1/+1
2019-06-11systemd-mount: don't check for non-normalized WHAT for network FSKarel Zak1-1/+2
2019-06-09man/systemd-veritysetup-generator: Fix grammarTheo Ouzhinski1-5/+5
2019-06-07network: assign new DHCP address before removing old lease addressYu Watanabe3-24/+126
2019-06-07network: ignore callback calls when link is in failed stateYu Watanabe1-2/+11
2019-06-07network: drop unnecessary link_enter_failed() callsYu Watanabe1-10/+4
2019-06-07network: check earlier the existence of lifetime in leaseYu Watanabe1-6/+6
2019-06-07network: make all failures in route configuration fatalYu Watanabe1-8/+9
2019-06-07cgroup: Prevent theoretical nullptr deref in unit mask calculationChris Down1-0/+2
2019-06-07systemctl: Prevent state_missing from being used uninitChris Down1-1/+1
2019-06-06test-network: add tests for KeepConfiguration=Yu Watanabe4-9/+101
2019-06-06man: add documentation about KeepConfigurationYu Watanabe1-11/+16
2019-06-06network: make KeepConfiguration=static drop DHCP addresses and routesYu Watanabe1-1/+42
2019-06-06network: add KeepConfiguration=dhcp-on-stopYu Watanabe5-17/+23