summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* network: l2tp: make Local= optionally take interface nameYu Watanabe2022-02-273-46/+198
* network: introduce {manager,link}_address_is_reachable()Yu Watanabe2022-02-272-0/+152
* network: merge gateway_is_ready() and link_address_is_reachable()Yu Watanabe2022-02-271-21/+12
* network: address: introduce manager_get_address()Yu Watanabe2022-02-272-7/+24
* Merge pull request #22626 from yuwata/network-assorted-cleanupsYu Watanabe2022-02-269-10/+11
|\
| * network: adjust assertionsYu Watanabe2022-02-262-2/+2
| * network: netdev: drop NETDEV_CREATE_MASTERYu Watanabe2022-02-265-5/+4
| * network: netdev: use netdev_is_stacked() at one more placeYu Watanabe2022-02-261-2/+1
| * network: netdev: make link_get_local_address() refuse non-ready links and add...Yu Watanabe2022-02-261-1/+4
* | network: traffic control: drop detailed log messagesYu Watanabe2022-02-262-14/+14
* | network: traffic control: drop meta from QDisc and TClassYu Watanabe2022-02-2614-363/+212
|/
* network: drop unused flag and counterYu Watanabe2022-02-263-24/+2
* network: split netdev_create() into twoYu Watanabe2022-02-262-63/+67
* network: assign corresponding NetDev object to LinkYu Watanabe2022-02-264-16/+17
* network/netdev: drop unused argumentYu Watanabe2022-02-266-6/+6
* network/netdev: do not assign value on failureYu Watanabe2022-02-261-3/+1
* network: dhcp-server: add two more log messagesYu Watanabe2022-02-251-6/+18
* network: bridge mdb: add missing assertionYu Watanabe2022-02-251-0/+2
* network: move more functionsYu Watanabe2022-02-252-83/+83
* network: move functionsYu Watanabe2022-02-2510-393/+393
* network: address: drop unnecessary call of address_get()Yu Watanabe2022-02-251-12/+6
* network: drop detailed log messagesYu Watanabe2022-02-2510-191/+224
* network: make link_down() independent of link_up_or_down()Yu Watanabe2022-02-252-18/+58
* Merge pull request #22611 from yuwata/network-activation-policy-stacked-netdevsLuca Boccassi2022-02-241-0/+5
|\
| * network: create stacked netdevs after the underlying link is activatedYu Watanabe2022-02-241-0/+5
* | network: add NextServer= and Filename= setting to [DHCPServer] sectionYu Watanabe2022-02-254-0/+13
* | sd-dhcp-server: add support to send next server and filename option for PXE b...Yu Watanabe2022-02-254-0/+47
* | network: also hash address label and broadcast addressYu Watanabe2022-02-241-20/+50
* | network: use address_set_broadcast() at one more placeYu Watanabe2022-02-241-2/+1
* | network: set broadcast address on requestYu Watanabe2022-02-244-32/+36
* | network: compare addresses more strictlyYu Watanabe2022-02-245-62/+91
|/
* systemctl: Show how long a service ran for after it exited in status outputDaan De Meyer2022-02-231-0/+12
* Merge pull request #22605 from yuwata/test-journal-send-fd-leaksZbigniew Jędrzejewski-Szmek2022-02-234-2/+40
|\
| * journal-send: close fd on exit when running with valgrindYu Watanabe2022-02-234-2/+36
| * test-journal-send: close fd opend by syslog()Yu Watanabe2022-02-231-0/+4
* | Merge pull request #22414 from yuwata/resolve-synthesize-empty-domain-follow-upZbigniew Jędrzejewski-Szmek2022-02-233-32/+39
|\ \
| * | resolve: synthesize empty domain only when A and/or AAAA key is requestedYu Watanabe2022-02-231-4/+16
| * | resolve: make dns_scope_good_domain() take DnsQuery*Yu Watanabe2022-02-233-18/+21
| * | resolve: drop never matched conditionYu Watanabe2022-02-231-10/+2
* | | udev-builtin-input_id: don't label absolute mice as pointing sticksPeter Hutterer2022-02-231-3/+4
* | | Merge pull request #22600 from poettering/timestamp_is_set-moreZbigniew Jędrzejewski-Szmek2022-02-2311-21/+21
|\ \ \
| * | | tree-wide: use timestamp_is_set() moreLennart Poettering2022-02-2211-21/+21
* | | | Merge pull request #22582 from medhefgo/boot-inputLuca Boccassi2022-02-224-26/+52
|\ \ \ \
| * | | | boot: Handle shift and logo keys tooJan Janssen2022-02-223-15/+22
| * | | | boot: Properly check status code of console_key_readJan Janssen2022-02-221-11/+30
* | | | | Merge pull request #19970 from curtistklein/watchdog-pretimeout-mergeLuca Boccassi2022-02-228-10/+402
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | watchdog: add setting to configure pretimeout governorLuca Boccassi2022-02-228-0/+159
| * | | | watchdog: check pretimeout governorCurtis Klein2022-02-221-2/+66
| * | | | watchdog: Add watchdog pretimeout supportCurtis Klein2022-02-228-10/+179
* | | | | Merge pull request #22596 from yuwata/test-fix-fd-leaksYu Watanabe2022-02-239-59/+33
|\ \ \ \ \ | |_|_|/ / |/| | | |