aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_log_buf.h
Commit message (Expand)AuthorAgeFilesLines
* tcp: remove duplicate tcp_bblogging_on checksNick Banks2025-09-051-4/+4
* ddb: fix handling of BBLog entries when BBLog is disabledMichael Tuexen2025-09-041-4/+3
* ddb: add optional printing of BBLog entriesMichael Tuexen2025-09-041-0/+4
* tcp: remove struct tcp_log_rackMichael Tuexen2025-04-071-10/+0
* tcp: whitespace cleanup of enum tcp_log_eventsMichael Tuexen2024-08-031-18/+18
* tcp bblog: cleanupMichael Tuexen2024-04-171-6/+4
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* tcp: request tracking is not http specific.Randall Stewart2023-05-241-3/+3
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* tcp_rack: allow the module to be loaded without TCP_BLACKBOXMichael Tuexen2023-05-061-0/+2
* tcp: misc cleanup of options for rack as well as socket option logging.Randall Stewart2023-04-071-1/+1
* Move access to tcp's t_logstate into inline functions and provide new tracepo...Randall Stewart2023-03-161-13/+215
* bblog: add logging of protocol user requestsMichael Tuexen2023-02-211-1/+2
* bblog: sync tcp_log_events with Netflix treeMichael Tuexen2023-02-201-1/+3
* tcp: forward declare struct tcpcb in the TCP logging headerGleb Smirnoff2022-11-081-0/+1
* tcp: Rack rwnd collapse.Randall Stewart2022-08-231-1/+3
* tcp: remove delayed drop KPIGleb Smirnoff2021-12-261-1/+1
* tcp: Add hystart-plus to cc_newreno and rack.Randall Stewart2021-10-221-1/+2
* tcp: Add support for DSACK based reordering window to rack.Randall Stewart2021-08-171-1/+2
* This brings into sync FreeBSD with the netflix versions of rack and bbr.Randall Stewart2021-05-061-3/+5
* Fix some common typos in commentsGordon Bergling2021-03-131-3/+3
* This pulls over all the changes that are in the netflixRandall Stewart2021-01-281-1/+1
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* An important statistic in determining if a server process (or client) is bein...Randall Stewart2020-06-081-1/+4
* This change does a small prepratory step in getting theRandall Stewart2020-04-271-1/+5
* sack_newdata and snd_recover hold the same value. Therefore, use onlyMichael Tuexen2020-02-131-2/+1
* Whitespace cleanup. No functional change.Michael Tuexen2020-02-131-36/+36
* White space cleanup -- remove trailing tab's or spacesRandall Stewart2020-02-121-1/+1
* This change adds a small feature to the tcp logging code. BasicallyRandall Stewart2020-01-061-1/+6
* This commit updates rack to what is basically being used at NF asRandall Stewart2019-07-101-11/+18
* Regularize the Netflix copyrightWarner Losh2019-02-041-2/+1
* This change represents a substantial restructure of the way weRandall Stewart2018-08-201-1/+3
* This commit brings in a new refactored TCP stack called Rack.Randall Stewart2018-06-071-1/+1
* Make the TCP blackbox code committed in r331347 be an optional featureJonathan T. Looney2018-03-241-0/+15
* Add the "TCP Blackbox Recorder" which we discussed at the developerJonathan T. Looney2018-03-221-0/+353