summaryrefslogtreecommitdiff
path: root/sys/netinet/in_kdtrace.h
AgeCommit message (Expand)Author
2025-06-17tcp: add missing SDT probesGleb Smirnoff
2024-11-20netinet: default mib counter probe points offKristof Provost
2024-08-28netipsec: add probe points for the ipsec/esp/ah/ipcomp countersKristof Provost
2024-07-21tcp: improve SEG.ACK validationMichael Tuexen
2024-05-08tcp: add counter to track when SACK loss recovery uses TSORichard Scheffenegger
2024-04-08netinet: add a probe point for IP, IP6, ICMP, ICMP6, UDP and TCP stats countersKristof Provost
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-12-14tcp: retire TCPDEBUGGleb Smirnoff
2019-10-14Separate out SCTP related dtrace code.Michael Tuexen
2018-08-22Add support for send, receive and state-change DTrace providers forMichael Tuexen
2018-07-31Add a dtrace provider for UDP-Lite.Michael Tuexen
2017-11-27sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-04-10Use estimated RTT for receive buffer auto resizing instead of timestampsSteven Hartland
2015-12-16Fix style issues around existing SDT probes.Mark Johnston
2015-09-13dd DTrace probe points, translators and a corresponding scriptGeorge V. Neville-Neil
2015-04-29Brief demo script showing the various values that can be read viaGeorge V. Neville-Neil
2013-11-26dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEAndriy Gapon
2013-08-25Implement the ip, tcp, and udp DTrace providers. The probe definitions useMark Johnston