summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13582 from yuwata/udevadm-reloadYu Watanabe2019-09-181-5/+5
|\
| * udevadm: use usec_add()Yu Watanabe2019-09-181-5/+4
| * udevadm: missing initialization of descriptorYu Watanabe2019-09-181-0/+1
* | Merge pull request #13583 from keszybz/networkd-hash-compare-equalityYu Watanabe2019-09-184-57/+60
|\ \
| * | networkd: unbreak routing_policy_rule_compare_func()Zbigniew Jędrzejewski-Szmek2019-09-171-2/+2
| * | networkd: make neighbor_hash_func() handle the same data as neighbor_compare_...Zbigniew Jędrzejewski-Szmek2019-09-171-1/+3
| * | networkd: use same order in _hash_func() and _compare_func()Zbigniew Jędrzejewski-Szmek2019-09-172-27/+37
| * | networkd: split out helper function for address extractionZbigniew Jędrzejewski-Szmek2019-09-171-30/+21
* | | dhcp6: add missing option length checkYu Watanabe2019-09-171-2/+5
* | | Merge pull request #13577 from yuwata/network-fix-ci-failureFrantisek Sumsal2019-09-171-6/+6
|\ \ \
| * | | network: do not enter failed state if device's sysfs entry does not exist yetYu Watanabe2019-09-171-2/+2
| * | | network: add missing link->network checksYu Watanabe2019-09-171-4/+4
| | |/ | |/|
* | | Merge pull request #13508 from yuwata/network-route-fix-13506Zbigniew Jędrzejewski-Szmek2019-09-177-249/+163
|\ \ \ | | |/ | |/|
| * | network: also take Route::initcwnd and ::initrwnd into hash funcYu Watanabe2019-09-172-0/+35
| * | network: take more route information into hash funcYu Watanabe2019-09-173-68/+6
| * | network: make route_get() or friends take Route objectYu Watanabe2019-09-175-181/+120
| * | sd-netlink: fix invalid assertionYu Watanabe2019-09-171-1/+3
| |/
* | core: add ExecXYZEx= bus hook ups to all exec command propertiesAnita Zhang2019-09-174-2/+16
* | Merge pull request #13559 from ssahani/ipv6ra-routeYu Watanabe2019-09-188-11/+365
|\ \
| * | network: Add support to advertie ipv6 routeSusant Sahani2019-09-178-11/+365
* | | core: coldplug possible nop_jobypf7912019-09-171-2/+4
* | | Merge pull request #13567 from keszybz/logind-two-refactoring-patchesYu Watanabe2019-09-172-53/+34
|\ \ \
| * | | logind: shorten code a bitZbigniew Jędrzejewski-Szmek2019-09-161-26/+7
| * | | logind: use newer ret var naming styleZbigniew Jędrzejewski-Szmek2019-09-162-27/+27
* | | | Merge pull request #13573 from fbuihuu/ask-password-small-fixesFrantisek Sumsal2019-09-171-56/+50
|\ \ \ \ | |_|_|/ |/| | |
| * | | tty-ask-pwd-agent: simplify handling of --wall a bitFranck Bui2019-09-171-55/+49
| * | | tty-ask-pwd-agent: fix message forwarded to wall(1)Franck Bui2019-09-161-1/+1
* | | | path: stop watching path specs once we triggered the target unitMichal Sekletar2019-09-171-4/+2
* | | | Merge pull request #13565 from yuwata/network-drop-ipv6ll-addressZbigniew Jędrzejewski-Szmek2019-09-171-2/+2
|\ \ \ \
| * | | | network: drop IPv6LL address when LinkLocalAddressing=no|ipv4Yu Watanabe2019-09-171-2/+2
| | |_|/ | |/| |
* | | | Merge pull request #13494 from yuwata/dhcp6-delayZbigniew Jędrzejewski-Szmek2019-09-173-2/+22
|\ \ \ \
| * | | | ndisc: make first solicit delayed randomlyYu Watanabe2019-09-161-1/+1
| * | | | dhcp6: read OPTION_INFORMATION_REFRESH_TIME optionYu Watanabe2019-09-162-1/+21
* | | | | core: Fix setting StatusUnitFormat from config filesMaciej Stanczew2019-09-173-1/+2
| |/ / / |/| | |
* | | | network DHCP4: Dont mislead the logs.Susant Sahani2019-09-171-1/+1
* | | | core: restore initialization of u->source_mtimeFranck Bui2019-09-161-1/+8
* | | | Merge pull request #13551 from keszybz/ll-no-default-routeZbigniew Jędrzejewski-Szmek2019-09-166-67/+28
|\ \ \ \
| * | | | network: add more debug messagesYu Watanabe2019-09-152-0/+20
| * | | | network: set scope and protocol for default routeYu Watanabe2019-09-151-0/+3
| * | | | network: drop redundant and invalid destination addressYu Watanabe2019-09-151-4/+0
| * | | | network: do not use implicit cast to booleanYu Watanabe2019-09-151-2/+2
| * | | | network: do not create default route for ipv4 link local addressingYu Watanabe2019-09-153-61/+3
* | | | | Merge pull request #13354 from keszybz/two-refactoring-patchesYu Watanabe2019-09-166-100/+54
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | basic/conf-files: make conf_files_list() take just a single directoryZbigniew Jędrzejewski-Szmek2019-09-165-26/+18
| * | | | core/mount-setup: use conf_files_list_strv() for relabel-extra.d/Zbigniew Jędrzejewski-Szmek2019-09-161-42/+15
| * | | | update-utmp: define main() through macroZbigniew Jędrzejewski-Szmek2019-09-161-33/+22
* | | | | mount-setup: relabel items mentioned directly in relabel-extra.dBenjamin Gilbert2019-09-161-0/+1
* | | | | Call getgroups() to know size of supplementary groups array to allocateRenaud Métrich2019-09-161-6/+8
| |/ / / |/| | |
* | | | Merge pull request #13405 from yuwata/network-ipv6-privacy-extensions-cleanupZbigniew Jędrzejewski-Szmek2019-09-132-28/+14
|\ \ \ \
| * | | | network: use DEFINE_STRING_TABLE_LOOKUP_WITH_BOOLEAN() macro at one more placeYu Watanabe2019-08-261-26/+13