aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_subr.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: remove an invalid KASSERTMichael Tuexen7 days1-4/+0
* tcp: allow specifying a MSL for local communicationsMichael Tuexen11 days1-0/+1
* tcp: cleanup timer initialisationsMichael Tuexen11 days1-4/+0
* sysctl net.inet.tcp.ktlslist: do not rely on global generation for ktls sessionsKonstantin Belousov13 days1-12/+29
* tcp: provide sysctl for the maximum retransmission timeoutGleb Smirnoff2025-06-171-1/+3
* Revert "tcp: cleanup timer initialisations"Michael Tuexen2025-06-161-0/+4
* tcp: cleanup timer initialisationsMichael Tuexen2025-06-161-4/+0
* sysctl net.inet.tcp.ktlslistKonstantin Belousov2025-06-091-0/+212
* tcp: clear blackbox logging unionPeter Lei2025-04-041-2/+2
* tcp: remove support for TCPPCAPMichael Tuexen2025-03-311-24/+0
* netinet: Fix getcred sysctl handlers to do nothing if no input is givenMark Johnston2025-03-201-0/+4
* vm_lowmem: Fix signature mismatches in vm_lowmem callbacksSHENGYI HONG2025-03-051-1/+1
* tcp: remove so != NULL checkGleb Smirnoff2024-11-211-6/+1
* tcp: mechanically rename hostcache metrics structure fieldsGleb Smirnoff2024-11-211-6/+6
* tcp: remove the looping on pcb count in tcp_destroy()Gleb Smirnoff2024-11-141-15/+0
* tcp: change SOCKBUF_* macros to SOCK_[RECV|SEND]BUF_* macrosRichard Scheffenegger2024-11-141-2/+2
* tcp: use CALLOUT_TRYLOCK for the TCP calloutGleb Smirnoff2024-10-241-1/+2
* tcp: initialize V_ts_offset_secret for all vnetsMichael Tuexen2024-08-091-1/+1
* tcp: inherit CC algorithm from listenerMichael Tuexen2024-08-031-5/+14
* tcp: vnetify sysctl variables ack_war_timewindow and ack_war_cntMichael Tuexen2024-07-281-13/+11
* tcp cc: remove non-working sctp supportMichael Tuexen2024-07-281-2/+1
* tcp: implement challenge ACK throttling for the base stackMichael Tuexen2024-07-251-0/+39
* tcp: mark TCP stacks which can serve as a default stackMichael Tuexen2024-07-211-0/+5
* tcp: simplify endpoint creation at the passive sideMichael Tuexen2024-07-211-2/+17
* tcp: refactor register_tcp_functions_as_names()Michael Tuexen2024-07-131-38/+40
* ipsec_offload: handle TSO if supportedKonstantin Belousov2024-07-121-0/+4
* tcp: minor cleanupMichael Tuexen2024-06-291-24/+26
* tcp: improve failure handling in tcp_newtcpcb()Michael Tuexen2024-06-271-0/+11
* tcp: simplify stack switching protocolMichael Tuexen2024-06-061-7/+5
* Remove TCP_SAD optional code now that the sack filter performs this function.Randall Stewart2024-05-181-52/+0
* tcp: clean up macro useage in tcp_fixed_maxseg()Richard Scheffenegger2024-05-041-8/+5
* TCP can be subject to Sack Attacks lets fix this issue.Randall Stewart2024-05-051-2/+25
* tcp: address a warningMichael Tuexen2024-04-031-1/+1
* tcp: fix conversion of rttvarMichael Tuexen2024-04-031-4/+4
* inpcb: fully retire inp_ppcb pointerGleb Smirnoff2024-03-291-7/+0
* tcp: clear all TCP timers in tcp_timer_stop() when in calloutGleb Smirnoff2024-03-181-2/+1
* tcp: remove IS_FASTOPEN() macroGleb Smirnoff2024-03-181-1/+1
* Update to bring the rack stack with all its fixes in.Randall Stewart2024-03-121-2/+55
* Revert "Update to bring the rack stack with all its fixes in."Brooks Davis2024-03-111-55/+2
* Update to bring the rack stack with all its fixes in.Randall Stewart2024-03-111-2/+55
* tcp: partially undo D43792Richard Scheffenegger2024-02-121-1/+2
* tcp: stop timers and clean scoreboard in tcp_close()Richard Scheffenegger2024-02-101-2/+2
* tcp: clean scoreboard when releasing the socket bufferRichard Scheffenegger2024-02-101-3/+2
* tcp_hpts: let tcp_hpts_init() set a random CPU only onceGleb Smirnoff2023-12-071-0/+3
* tcp: stop stack timers in tcp_switch_back_to_default()Gleb Smirnoff2023-12-071-0/+3
* tcp/hpts: make stacks responsible for clearing themselves out HPTSGleb Smirnoff2023-12-041-6/+2
* hpts: make stacks responsible for tcp_hpts_init()Gleb Smirnoff2023-12-041-3/+0
* hpts: don't ifdef tcp_in_hpts()Gleb Smirnoff2023-12-041-2/+0
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* tcp: uninline tcp_account_for_send()Gleb Smirnoff2023-11-211-0/+27