summaryrefslogtreecommitdiff
path: root/ping/ping6_common.c
Commit message (Expand)AuthorAgeFilesLines
* ping: decode unreachable codes added in RFC 4443Enrik Berkhan2023-03-061-0/+6
* ping: use SOCK_DGRAM for requests with non zero identification field.Vadim Rumyantsev2022-11-111-3/+8
* man/ping: Use "ICMP datagram socket"Petr Vorel2022-06-171-1/+1
* tree: Make _GNU_SOURCE mandatoryPetr Vorel2022-03-141-0/+3
* ping: Set mark (SO_MARK) on probe socketPaul Donohue2021-12-071-0/+3
* ping6: Avoid binding to non-VRFPetr Vorel2021-11-091-8/+10
* ping: Fix ping6 binding to VRF and addressLahav Schlesinger2021-11-091-0/+11
* ping: Print reply with wrong source with warningPetr Vorel2021-11-081-5/+8
* ping: Print reply from Subnet-Router anycast addressPetr Vorel2021-11-081-1/+11
* Revert "Add strict pattern matching on response when pattern was provided"Petr Vorel2021-05-271-2/+0
* Put IPv6 header NextHeader field definitions into headerPetr Vorel2021-02-021-1/+2
* ping: process interrupts in ping*_receive_error_msgArtem Leshchev2020-11-171-1/+4
* ping: add local IPV6_FLOW pre-processor definitionsSami Kerola2020-05-261-9/+9
* [clang-tidy] don't use else after ifRosen Penev2020-04-131-6/+6
* ping: discard packets with wrong source addressMatteo Croce2020-03-121-0/+3
* Fix minor typosYuri Chornoivan2020-03-091-1/+1
* ping: try next addrinfo on connect failureBenjamin Poirier2019-12-311-1/+6
* ping: fix main loop over multiple addrinfo resultsBenjamin Poirier2019-12-311-0/+1
* ping: remove dead codeBenjamin Poirier2019-12-311-16/+0
* ping: use random value for the identifier fieldMatteo Croce2019-10-211-1/+1
* ping6_common.c: 3x fix missing rts-> on flowlabelMaciej Żenczykowski2019-10-161-3/+3
* ping: move node info query functions to a sepate fileSami Kerola2019-09-281-446/+19
* ping: move global variables to runtime config structureSami Kerola2019-09-281-243/+224
* ping: move sources subdirectorySami Kerola2019-09-131-0/+1375