aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_log_buf.c
Commit message (Expand)AuthorAgeFilesLines
* ddb: print FIN flag only one when printing BBLog entriesMichael Tuexen2025-06-291-6/+0
* ddb: add optional printing of BBLog entriesMichael Tuexen2025-06-101-0/+381
* tcp: cleanupMichael Tuexen2025-04-071-29/+25
* tcp: clear sendfile logging structPeter Lei2025-04-041-0/+1
* tcp: improve initializing the fields in tcp_log_bufferMichael Tuexen2025-04-031-3/+8
* tcp bblog: use correct lengthMichael Tuexen2024-03-271-2/+2
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Update various sys/netinet source files to conform with the style(9)Richard Scheffenegger2023-06-201-1/+1
* tcp: request tracking is not http specific.Randall Stewart2023-05-241-18/+19
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* We have a TCP_LOG_CONNEND log that should come out at the very last log of ev...Randall Stewart2023-04-191-9/+9
* tcp: Blackbox logging and tcp accounting together can cause a crash.Randall Stewart2023-04-171-16/+22
* Fixes in the tcp infrastructure with respect to stack changes as well as othe...Randall Stewart2023-04-011-0/+89
* Move access to tcp's t_logstate into inline functions and provide new tracepo...Randall Stewart2023-03-161-45/+283
* BBLog: improve sysctl variablesCheng Cui2022-12-241-4/+4
* tcp: provide macros to access inpcb and socket from a tcpcbGleb Smirnoff2022-11-081-34/+35
* tcp: remove INP_TIMEWAIT flagGleb Smirnoff2022-10-071-3/+3
* prometheus_sysctl_exporter: fix metric aliasingAlan Somers2022-04-191-16/+17
* netinet: Use __diagused for variables only used in KASSERT().John Baldwin2022-04-131-1/+1
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-4/+0
* An important statistic in determining if a server process (or client) is bein...Randall Stewart2020-06-081-0/+3
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* sack_newdata and snd_recover hold the same value. Therefore, use onlyMichael Tuexen2020-02-131-1/+0
* White space cleanup -- remove trailing tab's or spacesRandall Stewart2020-02-121-8/+8
* This change adds a small feature to the tcp logging code. BasicallyRandall Stewart2020-01-061-7/+208
* Make use of the stats(3) framework in the TCP stack.Edward Tomasz Napierala2019-12-021-1/+4
* Fix a small bug in the tcp_log_id where the bucketRandall Stewart2019-04-101-0/+1
* Regularize the Netflix copyrightWarner Losh2019-02-041-2/+1
* Clean up some debugging code left in tcp_log_buf.c from r331347.Jonathan T. Looney2018-04-101-46/+1
* Fix compilation for platforms that don't support atomic_fetchadd_64()Jonathan T. Looney2018-03-241-4/+4
* Add the "TCP Blackbox Recorder" which we discussed at the developerJonathan T. Looney2018-03-221-0/+2480