aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_var.h
Commit message (Expand)AuthorAgeFilesLines
* Move access to tcp's t_logstate into inline functions and provide new tracepo...Randall Stewart4 days1-2/+12
* Change hw_tls to a boolAlfonso2023-02-251-1/+1
* tcp: remove unused function prototypeMichael Tuexen2023-02-221-1/+0
* bblog: improve timeout event handlingMichael Tuexen2023-02-211-0/+7
* tcp: rearrange enum and remove unused variableMichael Tuexen2023-02-211-2/+2
* ktls: Accurately track if ifnet ktls is enabledAndrew Gallatin2023-02-091-0/+3
* tcp_var.h: Fix spelling of independent in commentJohn Baldwin2023-02-071-1/+1
* tcp: reduce the size of t_rttupdated in tcpcbRichard Scheffenegger2023-01-261-1/+1
* tcp: use single locked callout per tcpcb for the TCP timersGleb Smirnoff2022-12-071-15/+15
* tcp: remove tcp_timer_suspend()Gleb Smirnoff2022-12-071-2/+0
* tcp: embed inpcb into tcpcbGleb Smirnoff2022-12-071-17/+24
* tcp: remove unused t_rttbestMichael Tuexen2022-11-161-2/+0
* tcp: account sent/received IP ECN markings independentlyRichard Scheffenegger2022-11-101-4/+8
* tcp: don't store VNET in every tcpcb, take it from the inpcbinfoGleb Smirnoff2022-11-081-1/+0
* tcp: provide macros to access inpcb and socket from a tcpcbGleb Smirnoff2022-11-081-12/+17
* tcp: allow packets to be marked as ECT1 instead of ECT0Richard Scheffenegger2022-11-081-1/+3
* tcp: make tcp_packets_this_ack() only visible in kernel scopeRichard Scheffenegger2022-11-061-6/+7
* tcp: add conservative d.cep accounting algorithmRichard Scheffenegger2022-11-061-0/+6
* tcp: make tcp_handle_wakeup() static and robustGleb Smirnoff2022-10-311-1/+0
* tcp: ECN preparations for ECN++, AccECN (tcp_respond)Richard Scheffenegger2022-10-201-1/+1
* tcp: style the struct tcpcb definitionGleb Smirnoff2022-10-191-26/+26
* tcp: remove tcptw, the compressed timewait state structureGleb Smirnoff2022-10-071-24/+1
* tcp idle reduce does not work for a server.Randall Stewart2022-10-041-0/+1
* tcp: make tcp_drop_syn_sent() staticGleb Smirnoff2022-10-041-2/+0
* netinet*: de-void control input IP protocol methodsGleb Smirnoff2022-10-041-2/+0
* Tcp progress timeoutRandall Stewart2022-09-271-0/+1
* TCP rack does not work properly with cubic.Randall Stewart2022-09-261-0/+1
* tcp: fix simultaneous open and refine e80062a2d43Gleb Smirnoff2022-09-211-1/+1
* tcpcb: fix tabulation count in i4012ef7754c and abbreviate "packets"Gleb Smirnoff2022-09-191-2/+2
* tcp: avoid call to soisconnected() on transition to ESTABLISHEDGleb Smirnoff2022-09-081-1/+1
* tcp: Functional implementation of Accurate ECNRichard Scheffenegger2022-08-311-2/+2
* protosw: refactor protosw and domain static declaration and loadGleb Smirnoff2022-08-171-1/+2
* protosw: retire pr_drain and use EVENTHANDLER(9) directlyGleb Smirnoff2022-08-171-1/+0
* tcp: use callout(9) directly instead of pr_slowtimoGleb Smirnoff2022-08-171-1/+0
* tcp: use a TCP flag to check if connection has been close(2)dGleb Smirnoff2022-07-041-1/+1
* tcp_log_vain/addrs: Use a const pointer for the IPv4 header.John Baldwin2022-04-131-2/+2
* tcp: Congestion control move to using reference counting.Randall Stewart2022-02-211-1/+0
* tcp: Restore 6 tcps padding entries in HEADRichard Scheffenegger2022-02-151-1/+1
* tcp: Add/update AccECN related statistics and numbersRichard Scheffenegger2022-02-091-2/+10
* tcp: make tcp_ctloutput_set() non-staticMichael Tuexen2022-02-081-0/+1
* tcp: Access all 12 TCP header flags via inline functionRichard Scheffenegger2022-02-031-1/+14
* tcp: cleanup functions related to socket option handlingMichael Tuexen2022-02-021-3/+2
* tcp: Rewind erraneous RTO only while performing RTO retransmissionsRichard Scheffenegger2022-01-271-1/+5
* protocols: init with standard SYSINIT(9) or VNET_SYSINITGleb Smirnoff2022-01-031-1/+0
* tcp: TCP output method can request tcp_dropGleb Smirnoff2021-12-261-4/+98
* tcp: welcome back tcp_output() as the right way to run output on tcpcb.Gleb Smirnoff2021-12-261-1/+8
* tcp_twrespond: send signed segment when connection is TCP-MD5Robert Wing2021-12-201-0/+1
* tcptw: count how many times a tcptw was actually usefulGleb Smirnoff2021-12-191-0/+5
* tcptw: remove unused fieldsGleb Smirnoff2021-12-191-5/+0
* Revert "wpa: Import wpa_supplicant/hostapd commit 14ab4a816"Cy Schubert2021-12-021-2/+0