summaryrefslogtreecommitdiffstats
path: root/src/network (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #27796 from yuwata/memstream-utilYu Watanabe2023-06-011-60/+13
|\
| * tree-wide: use memstream-utilYu Watanabe2023-05-311-60/+13
* | networkd/dhcpserver: Save and expose the client hostname sent when requesting...Rene Hollander2023-05-311-0/+1
|/
* Merge pull request #27826 from yuwata/network-link-ready-without-ndisc-when-h...Yu Watanabe2023-05-313-39/+90
|\
| * network: do not request dynamic addressing protocols finished when at least o...Yu Watanabe2023-05-301-5/+15
| * network: require DHCP protocol to be finished when an address of delegated pr...Yu Watanabe2023-05-301-0/+19
| * network: rewrite dynamic addressing protocol checkers in link_check_ready()Yu Watanabe2023-05-303-41/+63
* | wait-online: request that at least one managed online interface existsYu Watanabe2023-05-311-7/+15
|/
* Add DHCPServer information to JSON output.Rene Hollander2023-05-271-0/+133
* tree-wide: check memstream buffer after closing the handleFrantisek Sumsal2023-05-241-36/+39
* Merge pull request #27757 from dtardon/bus-locatorYu Watanabe2023-05-241-4/+2
|\
| * tree-wide: convert more login1.Manager calls to BusLocatorDavid Tardon2023-05-241-4/+2
* | network/vlan: paranoia about type safetyYu Watanabe2023-05-241-5/+11
* | network/vlan: drop unnecessary restriction for QoS mappingYu Watanabe2023-05-241-5/+0
|/
* networkctl: fix a potential memory leakFrantisek Sumsal2023-05-231-6/+13
* wait-online: downgrade log level of failure that interface is removed or unma...Yu Watanabe2023-05-221-4/+6
* network/wireguard: make AllowedIPs= cleared by specifying an empty stringYu Watanabe2023-05-221-5/+17
* networkctl: add verb edit and cat to operate on network configsMike Yuan2023-05-211-1/+509
* networkctl: mark some verbs as online onlyMike Yuan2023-05-211-11/+11
* networkctl: fix a typo in log messageMike Yuan2023-05-211-1/+1
* networkctl: add missing assertsMike Yuan2023-05-211-6/+67
* networkctl: check netns only if networkd is runningMike Yuan2023-05-211-6/+6
* conf-parser: Add root argument to config_parse_many()Daan De Meyer2023-05-122-3/+3
* network/tc: rename settings in log messages tooMike Yuan2023-05-101-3/+3
* network-generator: shorten code a bitYu Watanabe2023-04-281-25/+11
* Merge pull request #26944 from aafeijoo-suse/systemd-network-generator-initrd...Zbigniew Jędrzejewski-Szmek2023-04-261-12/+43
|\
| * network-generator: rewrite unit if it already exists and its content changedAntonio Alvarez Feijoo2023-04-101-12/+43
* | tree-wide: replace __alignof__() with alignof()Yu Watanabe2023-04-141-1/+1
* | src: changed usage of basename() to path_extract_filename().OMOJOLA JOSHUA DAMILOLA2023-04-041-3/+6
* | networkctl: use sd_bus_get_propertyMike Yuan2023-04-011-11/+1
* | networkctl: style improvementsMike Yuan2023-04-011-26/+28
* | networkctl: use FOREACH_ARRAY moreMike Yuan2023-04-011-31/+27
* | networkctl: acquire bus only when necessaryMike Yuan2023-04-011-62/+84
|/
* conf: replace config_parse_many_nulstr() with config_parse_config_file()Franck Bui2023-03-131-11/+8
* network: ipv4acd: update MAC address on change (#26753)Brett Holman2023-03-131-1/+1
* meson: Introduce userspace depJan Janssen2023-03-101-0/+1
* network: geneve: add InheritInnerProtocol flagJosef Miegl2023-03-063-0/+9
* Include <threads.h> if possible to get thread_local definitionCristian Rodríguez2023-03-061-0/+1
* networkd: hook up SIGRTMIN+18 and memory pressureLennart Poettering2023-03-011-0/+6
* meson: Use dicts for fuzzer definitionsJan Janssen2023-02-211-13/+14
* meson: Use dicts for test definitionsJan Janssen2023-02-211-32/+35
* tree-wide: fix typo and comment style updateYu Watanabe2023-02-151-2/+2
* network: dhcp-server: do not create DHCPServer object when the DHCP server is...Yu Watanabe2023-02-011-1/+2
* network/dhcp4: accept local subnet routes from DHCPTuetuopay2023-02-011-8/+11
* meson: Do not include headers in source listsJan Janssen2023-01-241-101/+1
* Merge pull request #26105 from yuwata/network-config-parse-address-make-prefi...Luca Boccassi2023-01-192-8/+7
|\
| * network: assume prefix length is full address sizeYu Watanabe2023-01-192-8/+7
* | network: do not enter failed state when received an invalid RAYu Watanabe2023-01-191-10/+11
|/
* send dhcpv6 release when stoppingchris2023-01-174-0/+9
* network: fix memleakYu Watanabe2023-01-162-2/+10