summaryrefslogtreecommitdiffstats
path: root/src/libsystemd-network (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #28918 from yuwata/network-dhcp-custom-duidZbigniew Jędrzejewski-Szmek2023-08-245-172/+215
|\
| * network/dhcp: make DUIDType= take an arbitrary integerYu Watanabe2023-08-241-0/+1
| * dhcp: DUID-EN identifier has variable lengthYu Watanabe2023-08-242-5/+5
| * network/dhcp: fix maximal DUID data sizeYu Watanabe2023-08-242-2/+3
| * network: introduce per DUID type settersYu Watanabe2023-08-245-155/+202
| * Revert "network: DHCP6 client- Allow to send manual DUID"Yu Watanabe2023-08-243-14/+8
* | alloc-util: add free_many() helperLennart Poettering2023-08-241-2/+1
|/
* networkd: Add T1 and T2 DHCPv6 options to expose in dbus APINandakumar Raghavan2023-08-231-0/+1
* network/radv: allow to configure the time between retransmitted Neighbor Sol...Susant Sahani2023-08-232-0/+13
* tree-wide: drop "static inline" use in .c filesLennart Poettering2023-08-211-1/+1
* network: ndisc - Allow to use ICMP6 rate limit from received RASusant Sahani2023-08-212-0/+10
* network: DHCP6 client- Allow to send manual DUIDSusant Sahani2023-08-173-8/+14
* tree-wide: use LIST_POP()David Tardon2023-08-171-5/+3
* tree-wide: use LIST_CLEAR()David Tardon2023-08-171-13/+2
* libsystemd-network: use _NEG_ macros to reduce indentationZbigniew Jędrzejewski-Szmek2023-08-166-52/+34
* tree-wide: Always include <net/if.h> before related linux headersDaan De Meyer2023-08-141-2/+3
* network: ndisc - Ignore route information if reserved (10) value isSusant Sahani2023-08-141-3/+3
* sd-dhcp-server: propagate error on parsing DHCP packetYu Watanabe2023-08-082-2/+2
* dhcp: rename function argumentYu Watanabe2023-08-082-4/+4
* meson: also merge declarations of fuzzers with other executablesYu Watanabe2023-08-031-19/+13
* meson: merge declarations of normal and test executablesYu Watanabe2023-08-031-25/+18
* sd-ipv4acd: introduce sd_ipv4acd_is_bound()Yu Watanabe2023-07-301-0/+6
* Merge pull request #28508 from yuwata/network-next-dhcp4Luca Boccassi2023-07-291-0/+28
|\
| * sd-dhcp: introduce sd_dhcp_lease_get_prefix()Yu Watanabe2023-07-271-0/+28
* | network,dhcp: drop support of ClientIdentifier=duid-onlyYu Watanabe2023-07-291-29/+11
* | various: use RET_GATHERZbigniew Jędrzejewski-Szmek2023-07-131-8/+5
|/
* dhcp6: relax data assert in dhcp6_option_parse_stringRonan Pigott2023-07-031-1/+1
* Merge pull request #28132 from rpigott/dhcp-captive-portalYu Watanabe2023-07-037-0/+135
|\
| * ndisc: parse RFC8910 captive portal ipv6ra optionRonan Pigott2023-07-021-0/+42
| * dhcp6-client: parse RFC8910 captive portal dhcp6 optionRonan Pigott2023-06-304-0/+58
| * dhcp-client: parse RFC8910 captive portal dhcp optionRonan Pigott2023-06-302-0/+35
* | tree-wide: "<n>bit" → "<n>-bit"Zbigniew Jędrzejewski-Szmek2023-07-021-2/+2
* | test: add test for trailing invalid byte at the endYu Watanabe2023-06-291-0/+2
* | sd-dhcp6-lease: ignore invalid byte(s) at the end of the packetPhilipp Kern2023-06-291-0/+5
|/
* networkd/dhcpserver: Save and expose the client hostname sent when requesting...Rene Hollander2023-05-316-47/+71
* sd-network: use structured initializationFrantisek Sumsal2023-05-301-16/+14
* sd-network: avoid leaking DHCPLeaseFrantisek Sumsal2023-05-263-18/+42
* tree-wide: use free_and_replace() moreDavid Tardon2023-05-242-8/+4
* tree-wide: Fix false positives on newer gccDaan De Meyer2023-05-231-1/+1
* sd-dhcp-server: also send DNS servers or friends on DHCPOFFERYu Watanabe2023-05-131-30/+27
* sd-dhcp-client: client ID always has non-zero dataYu Watanabe2023-05-091-1/+1
* sd-dhcp-client: do not use implicit cast to booleanYu Watanabe2023-05-081-2/+2
* sd-dhcp-client: make return arguments for sd_dhcp_client_get_client_id() opti...Yu Watanabe2023-05-081-14/+21
* sd-dhcp-client: drop redundant conditionYu Watanabe2023-05-081-8/+6
* networkd: fallback to chaddr for static lease lookup when not foundRobert Meijers2023-04-201-1/+37
* tree-wide: also use CMSG_TYPED_DATA() on writing message headerYu Watanabe2023-04-161-1/+1
* sd-dhcp-server: use CMSG_FIND_DATA() at one more placeYu Watanabe2023-04-161-14/+4
* tree-wide: copy timestamp data from cmsgYu Watanabe2023-04-162-10/+8
* tree-wide: port more code over to CMSG_TYPED_DATA()Lennart Poettering2023-04-133-4/+4
* tree-wide: simplify x ? x : y to x ?: y where applicableFrantisek Sumsal2023-03-181-1/+1