summaryrefslogtreecommitdiff
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* udev: check stats of .link files and their drop-in filesYu Watanabe2022-05-031-22/+0
* network: l2tp: refuse null addressYu Watanabe2022-04-171-12/+36
* network: tunnel: handle null address as "any"Yu Watanabe2022-04-171-20/+39
* networkctl: obey --full with lldp commandSimon Ellmann2022-04-151-44/+5
* Merge pull request #23009 from keszybz/fix-detection-of-libsystemd-shared-wit...Lennart Poettering2022-04-083-2/+3
|\
| * various: add missing "#pragma once"Zbigniew Jędrzejewski-Szmek2022-04-071-0/+1
| * Move path_simplify_and_warn() to new shared/parse-helpers.cZbigniew Jędrzejewski-Szmek2022-04-072-2/+2
* | network: ignore errors when CONFIG_NET_SCHED is disabledYu Watanabe2022-04-081-2/+6
|/
* network: always log error in network_load_one() and netdev_load_one()Yu Watanabe2022-04-052-37/+22
* network: ignore all errors in loading .network filesYu Watanabe2022-04-051-5/+2
* network: dhcp6: request DNS servers or friends only when they will be usedYu Watanabe2022-04-031-0/+23
* Fix "link-local" language inconsistenciesSebastian Pucilowski2022-03-317-7/+7
* network: shorten code a bitYu Watanabe2022-03-311-11/+1
* network: automatically determine timeout of waiting for carrier regainYu Watanabe2022-03-311-3/+27
* time-util: assume CLOCK_BOOTTIME always existsLennart Poettering2022-03-2810-22/+22
* network: rename netdev kind virtual-wlan -> wlanYu Watanabe2022-03-284-6/+6
* Merge pull request #22834 from yuwata/network-sriov-request-queueLuca Boccassi2022-03-265-31/+45
|\
| * network: sriov: use request queue to configure SR-IOV virtual functionsYu Watanabe2022-03-235-31/+45
* | network: do not enable IPv4 ACD for IPv4 link-local address if ACD is disable...Yu Watanabe2022-03-232-8/+21
|/
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-199-14/+1
* list: make LIST_FOREACH() and LIST_FOREACH_BACKWARDS() saferYu Watanabe2022-03-191-1/+1
* list: declare iterator of LIST_FOREACH() in the loopYu Watanabe2022-03-192-14/+12
* sd-radv: voidify sd_radv_remove_prefix()Yu Watanabe2022-03-171-2/+2
* test: Use TEST macros in more placesJan Janssen2022-03-162-29/+10
* Merge pull request #22631 from yuwata/network-redesign-request-queueLuca Boccassi2022-03-1141-1196/+747
|\
| * network: re-design request queueYu Watanabe2022-03-1138-553/+284
| * network: increment reference counters of Link and Request before processing r...Yu Watanabe2022-03-111-2/+10
| * network: merge RequestType and SetLinkOperationYu Watanabe2022-03-114-118/+187
| * network: refuse to configure link properties when in initialized stateYu Watanabe2022-03-111-2/+2
| * network: drop unnecessary link_enter_failed()Yu Watanabe2022-03-111-24/+18
| * network: introduce request_call_netlink_async()Yu Watanabe2022-03-1122-405/+237
| * network: make Request object take Manager*Yu Watanabe2022-03-115-20/+33
| * network: introduce reference counter for Request objectYu Watanabe2022-03-112-6/+14
| * network: make request_process_address() and friends take Link and correspondi...Yu Watanabe2022-03-1137-177/+99
| * network: make address_configure() and friends take Request objectYu Watanabe2022-03-1111-74/+48
| * network: tc: assign netlink handlers into Request objectYu Watanabe2022-03-113-11/+11
* | network: dhcp: rename NextServer= and Filename= settingsYu Watanabe2022-03-114-10/+17
* | dhcp: list all known DHCP optionsYu Watanabe2022-03-101-3/+3
* | conf-parser: introduce config_parse_dns_name() and config_parse_hostname()Yu Watanabe2022-03-102-47/+0
* | network: refuse string which contains non-safe or non-ascii characters for Fi...Yu Watanabe2022-03-101-1/+1
* | conf-parser: merge config_parse_string() and config_parse_safe_string()Yu Watanabe2022-03-102-6/+6
|/
* meson: move files' closing brace to separate lineZbigniew Jędrzejewski-Szmek2022-03-031-3/+6
* meson: do not use split() in file listsZbigniew Jędrzejewski-Szmek2022-03-021-204/+201
* network: netdev: drop unused creation type NETDEV_CREATE_AFTER_CONFIGUREDYu Watanabe2022-02-272-47/+12
* network: l2tp: change create type to independentYu Watanabe2022-02-273-5/+4
* 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
|\