summaryrefslogtreecommitdiffstats
path: root/src/network (follow)
Commit message (Expand)AuthorAgeFilesLines
* Resolve conflicts between #23616 and the recent NFT additionsZbigniew Jędrzejewski-Szmek2022-06-092-30/+16
* Merge pull request #23616 from keszybz/in-addr-to-string-formattingYu Watanabe2022-06-0917-238/+124
|\
| * basic/in-addr-util: add IN_ADDR_PREFIX_TO_STRINGZbigniew Jędrzejewski-Szmek2022-06-0610-139/+72
| * networkctl: assume that we can always print local networking addressesZbigniew Jędrzejewski-Szmek2022-06-061-41/+18
| * basic/in-addr-util: add IN_ADDR_TO_STRINGZbigniew Jędrzejewski-Szmek2022-06-068-58/+34
* | network: firewall integration with NFT setsTopi Miettinen2022-06-085-0/+283
* | networkd: NetLabel integrationTopi Miettinen2022-06-068-0/+262
|/
* network/erspan: support erspan version 0 and 2Yu Watanabe2022-05-313-6/+179
* 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-131-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-101-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-042-37/+22
* network: ignore all errors in loading .network filesYu Watanabe2022-04-041-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