summaryrefslogtreecommitdiff
path: root/src/libsystemd-network
Commit message (Expand)AuthorAgeFilesLines
* libsystemd-network: ignore -ENETDOWN or friends in recv()Yu Watanabe2021-12-097-49/+70
* test-dhcp-option: inline iterator variable declarationsZbigniew Jędrzejewski-Szmek2021-12-081-12/+8
* test-dhcp-option: rename variable to avoid global/local name conflictZbigniew Jędrzejewski-Szmek2021-12-081-11/+11
* dhcp: fix assertion failureYu Watanabe2021-12-081-1/+1
* sd-dhcp-client: support 6rd optionYu Watanabe2021-12-072-0/+95
* dhcp6: drop unnecessary spaceYu Watanabe2021-12-061-1/+1
* tree-wide: use ERRNO_IS_TRANSIENT()Yu Watanabe2021-11-305-11/+13
* sd-dhcp6-client: fix error handlingYu Watanabe2021-11-301-2/+2
* Merge pull request #21532 from yuwata/network-json-moreZbigniew Jędrzejewski-Szmek2021-11-292-9/+12
|\
| * dhcp6: make sd_dhcp6_lease_get_dns() and friends accepts NULLYu Watanabe2021-11-261-7/+9
| * dhcp: make sd_dhcp_lease_get_servers() accepts NULLYu Watanabe2021-11-261-2/+3
* | Byte order to host before using the lifetimeNacho Barrientos2021-11-301-2/+2
|/
* Merge pull request #21272 from yuwata/netif-util-splitZbigniew Jędrzejewski-Szmek2021-11-091-2/+2
|\
| * netif-util: rename net_get_name_persistent() -> net_get_persistent_name()Yu Watanabe2021-11-091-1/+1
| * netif-util: move several functions from network-util.[ch] to shared/netif-uti...Yu Watanabe2021-11-091-1/+1
* | arp-util: drop redundant lineYu Watanabe2021-11-091-1/+0
|/
* network: dhcp-server: introduce Router= setting to specify router addressYu Watanabe2021-11-032-6/+13
* sd-dhcp6-client: simplify code a bitYu Watanabe2021-11-011-8/+6
* sd-dhcp6-client: do not implicitly cast to booleanYu Watanabe2021-11-011-1/+1
* sd-dhcp6-client: introduce dhcp6_lease_{get,set}_clientid()Yu Watanabe2021-11-013-9/+48
* sd-dhcp6-client: shorten code a bitYu Watanabe2021-11-011-2/+1
* sd-dhcp6-client: prefix variables which store results with "ret_"Yu Watanabe2021-11-012-11/+10
* sd-dhcp6-client: update log messagesYu Watanabe2021-11-011-3/+3
* Merge pull request #21200 from yuwata/sd-dhcp6-client-server-addressYu Watanabe2021-11-013-5/+44
|\
| * sd-dhcp6-client: introduce sd_dhcp6_lease_get_server_address()Yu Watanabe2021-11-013-5/+44
* | Merge pull request #21199 from yuwata/sd-dhcp6-client-trivial-cleanupsYu Watanabe2021-11-011-5/+1
|\ \
| * | sd-dhcp6-client: request IA_PD by defaultYu Watanabe2021-11-011-1/+1
| * | sd-dhcp6-client: always set suitable ARP typeYu Watanabe2021-11-011-4/+0
| |/
* | sd-lldp-tx: drop unused and useless functionYu Watanabe2021-11-011-6/+0
* | sd-dhcp6: drop unused functionsYu Watanabe2021-11-012-21/+0
|/
* Merge pull request #21175 from tohojo/dhcp-server-expireYu Watanabe2021-10-301-2/+41
|\
| * sd-dhcp-server: fix address availability checksToke Høiland-Jørgensen2021-10-291-2/+16
| * sd-dhcp-server: clear out expired leases when processing requestsToke Høiland-Jørgensen2021-10-291-0/+25
* | libsystemd-network: drop _public_ attributeYu Watanabe2021-10-295-103/+103
* | sd-radv: fix implicit conversion to booleanYu Watanabe2021-10-291-1/+1
* | sd-ndisc: drop unused functionsYu Watanabe2021-10-293-33/+0
|/
* sd-radv: shorten the default lifetime for prefix/route prefixYu Watanabe2021-10-273-7/+12
* sd-radv: make prefix/route prefix lifetime can be specified with independentl...Yu Watanabe2021-10-273-99/+114
* Merge pull request #21143 from yuwata/sd-radv-router-lifetimeYu Watanabe2021-10-273-67/+113
|\
| * sd-radv: update how to calculate interval of sending advertisementsYu Watanabe2021-10-272-23/+24
| * sd-radv: router lifetime must be 0 or between 4 seconds and 9000 secondsYu Watanabe2021-10-273-14/+20
| * sd-radv: introduce RADV_DEFAULT_ROUTER_LIFETIME_USECYu Watanabe2021-10-272-0/+11
| * sd-radv: add several notes about constantsYu Watanabe2021-10-271-2/+18
| * sd-radv: make several constants not exposedYu Watanabe2021-10-272-4/+5
| * sd-radv: drop SD_ prefix for unexposed constantsYu Watanabe2021-10-272-27/+27
| * sd-radv: make sd_radv_set_router_lifetime() take usec_t (uint64_t)Yu Watanabe2021-10-272-17/+28
* | sd-radv: use IPv6 specific functionsYu Watanabe2021-10-271-17/+9
* | sd-radv: use assert_return()Yu Watanabe2021-10-271-6/+2
|/
* libsystemd-network: do not warn when log_dhcp_client() or friends with NULLYu Watanabe2021-10-261-1/+3
* icmp6: shorten code a bitYu Watanabe2021-10-211-7/+6