summaryrefslogtreecommitdiff
path: root/src/libsystemd-network
Commit message (Expand)AuthorAgeFilesLines
* test: add testcase for broken NTP server optionYu Watanabe2022-01-131-0/+51
* test: voidify test functionsYu Watanabe2022-01-131-71/+30
* sd-dhcp6-client: expose client_parse_message()Yu Watanabe2022-01-132-1/+8
* sd-dhcp6-client: ignore broken non-critical optionsYu Watanabe2022-01-131-5/+5
* meson: Use files() for fuzzersJan Janssen2022-01-111-4/+4
* meson: Use files() for testsJan Janssen2022-01-111-11/+11
* sd-radv: do not use goto for non-error-handling casesYu Watanabe2021-12-191-45/+61
* sd-dhcp-client: add log message when a message is receivedYu Watanabe2021-12-181-0/+2
* sd-radv: send RA when prefix is updatedYu Watanabe2021-12-181-22/+28
* meson: stop building out convenience libraries by defaultZbigniew Jędrzejewski-Szmek2021-12-161-1/+2
* 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