summaryrefslogtreecommitdiff
path: root/src/libsystemd-network
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18038 from yuwata/meson-splitYu Watanabe2021-01-199-0/+300
|\
| * meson: move test or fuzzer definitions to relevant meson.build in subdirectoriesYu Watanabe2021-01-191-0/+68
| * meson: slightly disentangle code dependenciesYu Watanabe2021-01-191-0/+2
| * fuzzers: move several fuzzersYu Watanabe2021-01-198-0/+230
* | network: sd-dhcp6-client - use ordered_hashmap_ensure_putSusant Sahani2021-01-181-10/+2
|/
* network: Use ordered_hashmap_ensure_put (#18233)Susant Sahani2021-01-174-26/+15
* dhcp6: refuse zero length vendor classYu Watanabe2021-01-133-14/+18
* dhcp6: add an assert()Yu Watanabe2021-01-131-2/+1
* dhcp: do not assign value twiceYu Watanabe2021-01-131-4/+4
* dhcp6: refuse zero length dhcp user classYu Watanabe2021-01-133-16/+19
* dhcp: length of each user class field must be positiveYu Watanabe2021-01-132-14/+20
* sd-dhcp-client: avoid "maybe-uninitialized" warning in client_timeout_resend()Thomas Haller2020-12-261-0/+3
* sd-ndisc: fix indentationYu Watanabe2020-12-241-2/+1
* sd-dhcp-client: fix renew/rebind timeout calculation to avoid infinite loopDan Streetman2020-12-161-1/+1
* Merge pull request #17967 from poettering/connect-user-busLennart Poettering2020-12-152-2/+2
|\
| * hostname-util: flagsify hostname_is_valid(), drop machine_name_is_valid()Lennart Poettering2020-12-152-2/+2
* | sd-dhcp-client: correct retransmission timeout to match RFCDan Streetman2020-12-141-2/+1
* | sd-dhcp-client: correct dhcpv4 renew/rebind retransmit timeoutsDan Streetman2020-12-141-13/+3
* | sd-dhcp-client: simplify dhcp4 t1/t2 parsingDan Streetman2020-12-141-57/+25
* | sd-dhcp-client: add RFC2131 retransmission detailsDan Streetman2020-12-141-0/+32
* | sd-dhcp-client: track dhcp4 t1, t2, expire timesDan Streetman2020-12-141-27/+27
* | sd-dhcp-client: don't log timeouts if already expiredDan Streetman2020-12-141-8/+9
|/
* sd-ipv4acd: logs current stateYu Watanabe2020-12-021-0/+16
* sd-ipv4acd,sd-ipv4ll: include interface name in the debug logsYu Watanabe2020-12-022-5/+10
* sd-ipv4acd,sd-ipv4ll: introduce _get_ifindex() and _get_ifname()Yu Watanabe2020-12-023-2/+36
* sd-dhcp-client: report transient DHCP failure to the callerZbigniew Jędrzejewski-Szmek2020-11-301-0/+6
* sd-dhcp-client: minor simplificationZbigniew Jędrzejewski-Szmek2020-11-301-15/+6
* Merge pull request #17478 from yuwata/split-network-internalYu Watanabe2020-11-275-692/+6
|\
| * meson: drop libsystemd_network from several binariesYu Watanabe2020-10-291-3/+1
| * tree-wide: drop unnecessary inclusion of network-internal.hYu Watanabe2020-10-291-1/+0
| * sd-network: move net_get_unique_predictable_data() and net_get_name_persisten()Yu Watanabe2020-10-293-60/+3
| * net-condition: move net_match_config() and related conf parsersYu Watanabe2020-10-293-427/+2
| * sd-network: move link_get_type_string()Yu Watanabe2020-10-292-24/+2
| * libsystemd-network: move config_parse_hwaddr() and config_parse_hwaddrs()Yu Watanabe2020-10-292-102/+0
| * udev: move config_parse_ifalias()Yu Watanabe2020-10-292-43/+0
| * network: move config_parse_bridge_port_priority()Yu Watanabe2020-10-292-43/+0
| * libsystemd-network: make conf parsers accept an empty stringYu Watanabe2020-10-291-36/+45
| * libsystemd-network: downgrade log level in conf parsersYu Watanabe2020-10-291-10/+10
* | networkd/dhcp6: allow layer3 devices without MACJörg Thalheim2020-11-231-4/+6
* | sd-dhcp6-client: insert spaces around ternary operatorYu Watanabe2020-11-161-2/+1
* | libsystemd-network: add comment explaining unusual memory accessZbigniew Jędrzejewski-Szmek2020-11-101-1/+1
* | sd-radv: refuse to set preference except medium when router lifetime is zeroYu Watanabe2020-11-101-3/+6
* | sd-radv: router lifetime is uint16_tYu Watanabe2020-11-101-3/+3
* | license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-0952-52/+52
* | Merge pull request #17444 from BtbN/fix_ib_dhcp4Zbigniew Jędrzejewski-Szmek2020-10-294-29/+53
|\ \
| * | dhcp4: fix DHCP on InfiniBand interfacesTimo Rothenpieler2020-10-284-29/+53
| |/
* | tree-wide: use the usual SPDX header for our own filesZbigniew Jędrzejewski-Szmek2020-10-291-0/+2
|/
* Revert "sd-dhcp-client: use asynchronous_close()"Yu Watanabe2020-10-241-4/+4
* Merge pull request #17356 from yuwata/sd-xxx-stopLennart Poettering2020-10-218-9/+17
|\
| * libsystemd-network: do not request each daemon exist in sd_xxx_stop()Yu Watanabe2020-10-158-9/+17