summaryrefslogtreecommitdiff
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* 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
| * network: allow to (automatically) reconfigure failed interfaceYu Watanabe2022-10-281-1/+1
| * network: drop redundant conditionYu Watanabe2022-10-281-9/+6
* | network: skip to reassign master ifindex if already setYu Watanabe2022-10-311-0/+8
* | Merge pull request #25142 from yuwata/network-fix-race-in-device-renaming-vs-...Luca Boccassi2022-10-313-0/+20
|\ \
| * | network: attach device to DHCP clientsYu Watanabe2022-10-263-0/+20
* | | Merge pull request #25166 from yuwata/network-router-preferenceLuca Boccassi2022-10-316-17/+103
|\ \ \
| * | | network: adjust route priority based on preferenceYu Watanabe2022-10-286-17/+103
| | |/ | |/|
* | | Merge pull request #25164 from yuwata/network-route-table-0Luca Boccassi2022-10-284-5/+6
|\ \ \
| * | | network: make RouteTable= also accept route table nameYu Watanabe2022-10-281-1/+2
| * | | network: allow 0 for table numberYu Watanabe2022-10-281-2/+2
| * | | network: Table= also accepts table nameYu Watanabe2022-10-282-2/+2
| |/ /
* | | network: drop duplicated period in log messageYu Watanabe2022-10-281-1/+1
|/ /
* | wait-online: ignore -ENODATA from sd_network_link_get_required_for_online()Yu Watanabe2022-10-271-6/+7
|/
* tree-wide: replace "plural(s)" by "plurals"Zbigniew Jędrzejewski-Szmek2022-10-171-2/+2
* Merge pull request #24933 from keszybz/erradicate-strerrorLuca Boccassi2022-10-111-1/+1
|\
| * tree-wide: drop () around the first argument of a ternary opZbigniew Jędrzejewski-Szmek2022-10-111-1/+1
* | network: free timer event source for NDisc when link is freedYu Watanabe2022-10-071-2/+6