summaryrefslogtreecommitdiff
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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