summaryrefslogtreecommitdiff
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* network: drop support for old kernels which cannot set prefix route with non-...Yu Watanabe2022-05-213-47/+2
* networkctl: show error message provided through dbusYu Watanabe2022-05-211-3/+4
* networkctl: fix units for bond parametersYu Watanabe2022-05-171-3/+3
* networkd: reword debug messagesZbigniew Jędrzejewski-Szmek2022-05-161-3/+3
* network: do not update interface group by defaultYu Watanabe2022-05-151-0/+1
* tree-wide: fix typoYu Watanabe2022-05-141-1/+1
* fuzzers: ignore size limits when compiled standaloneZbigniew Jędrzejewski-Szmek2022-05-122-2/+2
* fuzzers: add input size limits, always configure limits in two waysYu Watanabe2022-05-124-2/+7
* meson: sort filesYu Watanabe2022-05-111-8/+8
* network: set/unset enumerating flag before/after loopYu Watanabe2022-05-091-4/+2
* network: clarify the relationship between RA flags and DHCPv6 modesAlex Henrie2022-05-062-5/+5
* 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