summaryrefslogtreecommitdiff
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* 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
* network: drop unnecessary prototypeYu Watanabe2022-11-221-1/+0
* network: tc-cake: add support to specify ACK filterYu Watanabe2022-11-193-0/+78
* network: tc-cake: add support to specify RTTYu Watanabe2022-11-173-1/+67
* Merge pull request #25291 from keszybz/util-cleanupYu Watanabe2022-11-0917-10/+11
|\
| * Rename def.h to constants.hZbigniew Jędrzejewski-Szmek2022-11-082-2/+2
| * basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-0812-8/+5
| * basic: move version() to build.h+cZbigniew Jędrzejewski-Szmek2022-11-083-0/+3
| * basic: create new basic/initrd-util.[ch] for initrd-related functionsZbigniew Jędrzejewski-Szmek2022-11-081-0/+1
* | networkd-ipv4acd.c: Use net/if.h for getting IFF_LOOPBACK definitionKhem Raj2022-11-091-1/+2
|/
* Merge pull request #25192 from yuwata/wait-online-altnameLuca Boccassi2022-11-014-19/+114
|\
| * network: update commentYu Watanabe2022-11-011-1/+1
| * wait-online: support alternative namesYu Watanabe2022-11-013-4/+68
| * wait-online: check received interface nameYu Watanabe2022-11-011-0/+13
| * wait-online: split out link_update_name()Yu Watanabe2022-11-011-14/+30
| * wait-online: ignore one more error in callback functionYu Watanabe2022-11-011-3/+5
* | network: forcibly reconfigure all interfaces after sleepYu Watanabe2022-11-012-65/+11
|/
* Merge pull request #25143 from yuwata/network-reconfigure-interface-when-renamedLuca Boccassi2022-10-312-46/+84
|\
| * network: try to reconfigure when some information is updatedYu Watanabe2022-10-311-25/+36
| * network: simplify the logic of reading driver and permanent HW addressYu Watanabe2022-10-312-11/+41