summaryrefslogtreecommitdiff
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | network: drop unnecessary call of ndisc_vacuum()Yu Watanabe2022-10-073-25/+0
* | network: ndisc: do not accept too many DNS servers or domainsYu Watanabe2022-10-041-13/+16
* | network: ndisc: drop addresses and friends when RA with zero lifetime is rece...Yu Watanabe2022-10-043-24/+30
* | network: make sec_to_usec() map 0sec -> 0usecYu Watanabe2022-10-041-4/+7
* | network: ndisc: also introduce timer event source to drop outdated settingsYu Watanabe2022-10-044-1/+80
* | network: ndisc: drop outdated settings before processing RA messageYu Watanabe2022-10-041-12/+71
* | network: ndisc: address_get() returns 0 on successYu Watanabe2022-10-041-1/+1
* | network: introduce {address,route}_remove_and_drop()Yu Watanabe2022-10-044-0/+29
* | network: ndisc: ignore prefix option with link-local prefixYu Watanabe2022-10-041-0/+8
* | network: ndisc: read prefix earlierYu Watanabe2022-10-041-4/+6
|/
* network: fix use-after-freeYu Watanabe2022-10-031-0/+2
* network: don't forget old RAs when a new one arrivesThomas Hebb2022-10-039-130/+14
* Merge pull request #24805 from yuwata/sd-networkLennart Poettering2022-09-272-27/+16
|\
| * sd-network: drop fallback valuesYu Watanabe2022-09-271-5/+5