summaryrefslogtreecommitdiff
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* 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-141-11/+8
* network: ipv4acd: update MAC address on change (#26753)Brett Holman2023-03-141-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-01-311-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
* network: introduce QuickAck= for [DHCPv4] and [IPv6AcceptRA]Yu Watanabe2023-01-164-0/+10
* network: Show network and link file dropins in networkctl statusDaan De Meyer2023-01-125-6/+72
* network: fix race between RTM_NEWLINK and NL82011_CMD_NEW_INTERFACEAlvin Šipraga2023-01-124-0/+24
* optionally set socket priority on DHCPv4 raw socketchris2023-01-124-0/+46
* Merge pull request #26014 from yuwata/network-l2tp-fixesLuca Boccassi2023-01-111-5/+5
|\
| * network/l2tp: parse address or address type from correct stringYu Watanabe2023-01-111-3/+3
| * network/l2tp: fix error code in log messageYu Watanabe2023-01-111-2/+2
* | networkd: implement Type=notify-reload protocolLennart Poettering2023-01-104-19/+46
|/
* wait-online: exit with success when all interfaces are ready or unmanagedYu Watanabe2022-12-221-57/+50
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-193-6/+6
* network: wifi: check SSID when AP interfaces go upAlvin Šipraga2022-12-163-1/+45
* network: manage addresses in the way the kernel doesYu Watanabe2022-12-074-34/+73
* Merge pull request #25628 from zhangjian3032/dev/fix-set-bond-mac-failedYu Watanabe2022-12-072-0/+24
|\
| * network: Fix set bond device MAC address failedJian Zhang2022-12-052-0/+24
* | network: drop REMOVING flag when a netlink message is sent to kernelYu Watanabe2022-12-061-1/+2
|/
* network: unset Link.ndisc_configured only when a new address or route is requ...Yu Watanabe2022-12-011-6/+18
* network: address: use ASSERT_PTR()Yu Watanabe2022-11-301-15/+5
* network: address: always update link state when an address is removedYu Watanabe2022-11-301-7/+2
* network: add missing assertionYu Watanabe2022-11-301-0/+1
* network: drop invalid and unused flagYu Watanabe2022-11-291-1/+0
* network: fix indentationYu Watanabe2022-11-291-1/+1
* network: wifi: try to reconfigure when connectedYu Watanabe2022-11-223-1/+14