summaryrefslogtreecommitdiffstats
path: root/src/libsystemd-network (follow)
Commit message (Expand)AuthorAgeFilesLines
* network: DHCP version logging typosSebastian Pucilowski2024-04-281-2/+2
* sd-radv: remove unnecessary checkLuca Boccassi2024-04-261-6/+2
* sd-radv: use in6_addr_prefix_intersect()Yu Watanabe2024-04-241-7/+4
* sd-radv: allow to send multiple routes or prefix64 that have intersection wit...Yu Watanabe2024-04-241-46/+12
* sd-radv: send RA on update in caller sideYu Watanabe2024-04-241-41/+0
* network/radv: introduce ReachableTimeSec= settingYu Watanabe2024-04-221-2/+4
* sd-radv: allow to configure reachable time in RA headerYu Watanabe2024-04-223-0/+14
* sd-radv: use sd_radv_is_running()Yu Watanabe2024-04-201-28/+8
* sd-radv: shorten enumerated type definitionYu Watanabe2024-04-201-3/+2
* Merge pull request #32346 from yuwata/sd-radv-handle-header-param-gracefullyLuca Boccassi2024-04-193-47/+11
|\
| * sd-radv: set router preference gracefullyYu Watanabe2024-04-193-21/+6
| * sd-radv: allow to modify RA header elements without stopping sd-radvYu Watanabe2024-04-192-26/+5
* | sd-radv: reset timer on sending unsolicited RAYu Watanabe2024-04-191-3/+5
* | sd-radv: expose sd_radv_send()Yu Watanabe2024-04-191-24/+26
|/
* Merge pull request #32299 from yuwata/network-radv-ignore-rs-from-the-same-in...Luca Boccassi2024-04-182-0/+17
|\
| * sd-radv: refuse packet from the same interfaceYu Watanabe2024-04-182-0/+17
* | Merge pull request #32292 from yuwata/sd-radv-send-on-stopLuca Boccassi2024-04-182-10/+38
|\ \ | |/ |/|
| * sd-radv: drop unnecessary argumentYu Watanabe2024-04-161-8/+7
| * sd-radv: set only basic information on stopYu Watanabe2024-04-162-2/+31
* | Merge pull request #32308 from yuwata/sd-ndisc-disable-timer-on-recvYu Watanabe2024-04-183-21/+99
|\ \
| * | sd-ndisc: improve debugging logsYu Watanabe2024-04-173-21/+98
| * | sd-ndisc: disable one more timer event sourceYu Watanabe2024-04-171-0/+1
| |/
* / fuzz-ndisc-rs: also test packets with sd-radvYu Watanabe2024-04-171-1/+26
|/
* sd-radv: use ICMP6Packet and sd_ndisc_router_solicitYu Watanabe2024-04-161-45/+33
* sd-radv: introduce sd_ndisc_router_solicitYu Watanabe2024-04-163-0/+102
* Merge pull request #32266 from yuwata/libsystemd-network-trivial-cleanupsYu Watanabe2024-04-1515-62/+49
|\
| * sd-ndisc: make ndisc_send() and icmp6_send() take struct in6_addrYu Watanabe2024-04-148-23/+16
| * libsystemd-network: make constant addresses type-safeYu Watanabe2024-04-149-21/+24
| * dhcp6-network: constify argumentsYu Watanabe2024-04-144-20/+11
* | ndisc-option: add missing caseYu Watanabe2024-04-151-0/+1
|/
* sd-dhcp-server: use close_and_replace (avoid fd leak)Mike Yuan2024-04-121-3/+3
* sd-dhcp-server: check dir_fd with assert_returnMike Yuan2024-04-121-3/+1
* ndisc-option: also ignore Prefix Information option with multicast addressYu Watanabe2024-04-121-1/+3
* sd-ndisc-redirect: fix verification of target addressYu Watanabe2024-04-111-4/+9
* libsystemd-network: do not trigger assertion by sd_*_is_running() with NULLYu Watanabe2024-04-104-4/+8
* ndisc: use memzero() where appropriateLennart Poettering2024-04-101-4/+3
* tree-wide: make sure net/if.h is included before any linux/ headerFrantisek Sumsal2024-04-094-10/+14
* test: introduce a test executable to send NDisc messageYu Watanabe2024-04-042-0/+458
* sd-ndisc: add basic support of Redirect messageYu Watanabe2024-04-045-0/+181
* test-ndisc: add basic tests for Neighbor Advertisement handlingYu Watanabe2024-04-041-3/+117
* sd-ndisc: add basic support of Neighbor Advertisement messageYu Watanabe2024-04-045-2/+187
* fuzz: check that ND options are parsed sucessfullyEvgeny Vereshchagin2024-04-031-1/+1
* ndisc-option: allow to set valid time of optionsYu Watanabe2024-03-284-81/+380
* sd-ndisc-router: introduce sd_ndisc_router_set_sender_address()Yu Watanabe2024-03-273-0/+18
* ndisc-option: add HomeAgent option supportYu Watanabe2024-03-272-11/+88
* ndisc-option: sort options in sent messageYu Watanabe2024-03-261-3/+9
* ndisc-option: introduce ndisc_option_remove()Yu Watanabe2024-03-251-0/+7
* ndisc-option: rename ndisc_option_get() -> ndisc_option_get_by_type()Yu Watanabe2024-03-253-7/+9
* fuzz: test NDisc packet with more low level functionsYu Watanabe2024-03-181-6/+43
* icmp6-packet: expose icmp6_packet_get_header()Yu Watanabe2024-03-182-1/+2