aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* ddb: update printing of t_flags and tflags2Michael Tuexen2024-08-051-8/+84
* tcp cc: remove non-working sctp supportMichael Tuexen2024-07-281-1/+1
* tcp: simplify endpoint creation at the passive sideMichael Tuexen2024-07-211-1/+1
* tcp: simplify stack switching protocolMichael Tuexen2024-06-061-21/+6
* tcp: remove unused code in tcp_usr_attachMichael Tuexen2024-05-301-6/+0
* tcp: improve inp locking in setsockoptMichael Tuexen2024-05-231-7/+2
* TCP can be subject to Sack Attacks lets fix this issue.Randall Stewart2024-05-051-2/+12
* tcp: remove IS_FASTOPEN() macroGleb Smirnoff2024-03-181-8/+7
* ktls: deep copy tls_enable struct for in-kernel tcp consumersRichard Scheffenegger2024-03-131-37/+7
* Update to bring the rack stack with all its fixes in.Randall Stewart2024-03-121-0/+7
* Revert "Update to bring the rack stack with all its fixes in."Brooks Davis2024-03-111-7/+0
* Update to bring the rack stack with all its fixes in.Randall Stewart2024-03-111-0/+7
* sockets: repair wakeup of accept(2) by shutdown(2)Gleb Smirnoff2024-02-151-6/+5
* tcp: clean scoreboard when releasing the socket bufferRichard Scheffenegger2024-02-101-0/+1
* Revert "sockets: retire sorflush()"Gleb Smirnoff2024-02-031-4/+2
* sockets: retire sorflush()Gleb Smirnoff2024-01-161-2/+4
* sockets: make pr_shutdown fully protocol specific methodGleb Smirnoff2024-01-161-19/+45
* inpcb: reoder inpcb destructionGleb Smirnoff2023-12-271-2/+0
* tcp/hpts: make stacks responsible for clearing themselves out HPTSGleb Smirnoff2023-12-041-4/+2
* tcp: for LRD move sysctl from tcp.do_lrd tp tcp.sack.lrd, remove sockoptRichard Scheffenegger2023-11-301-9/+0
* sockets: don't malloc/free sockaddr memory on accept(2)Gleb Smirnoff2023-11-301-46/+34
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* tcp: remove extraneous network epoch entryGleb Smirnoff2023-11-171-4/+0
* tcp_info: Add and export more FreeBSD-specific fieldsMarius Strobl2023-08-221-0/+5
* tcp_fill_info(): Change lock assertion on INPCB to locked onlyMarius Strobl2023-08-221-4/+4
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* tcp: Disallow connecting a disconnected socketMark Johnston2023-06-231-1/+2
* tcp: expose AccECN mode and TCP FastOpen (TFO) in TCPIRichard Scheffenegger2023-06-201-2/+14
* tcp: improve BBLoging for PRUsMichael Tuexen2023-05-061-110/+145
* tcp_hpts: move HPTS related fields from inpcb to tcpcbGleb Smirnoff2023-04-251-1/+1
* tcp: pass tcpcb in the tfb_tcp_ctloutput() method instead of inpcbGleb Smirnoff2023-04-071-4/+4
* tcp: misc cleanup of options for rack as well as socket option logging.Randall Stewart2023-04-071-1/+0
* Fixes in the tcp infrastructure with respect to stack changes as well as othe...Randall Stewart2023-04-011-26/+40
* Move access to tcp's t_logstate into inline functions and provide new tracepo...Randall Stewart2023-03-161-3/+3
* tcp: Make TCP PCAP buffer properly configurable.Richard Scheffenegger2023-02-281-2/+4
* tcp: ensure the tcpcb is not NULL when logging an eventMichael Tuexen2023-02-231-0/+3
* bblog: unbreak buildMichael Tuexen2023-02-211-16/+0
* bblog: add logging of protocol user requestsMichael Tuexen2023-02-211-0/+37
* tcp: Don't try to disconnect a socket multiple times.John Baldwin2023-02-171-4/+8
* inpcb: use family specific sockaddr argument for bind functionsGleb Smirnoff2023-02-151-4/+3
* tcp: Disallow re-connection of a connected socketMark Johnston2023-02-141-1/+10
* tcp: Remove a redundant net_epoch entry in tcp6_connect()Mark Johnston2023-02-131-3/+1
* tcp: use straight in_pcbconnect() in tcp_connect()Gleb Smirnoff2023-02-071-29/+6
* db_printf: fix a typoMaxim Konovalov2023-02-061-1/+1
* netinet: don't return conflicting inpcb in in_pcbconnect_setup()Gleb Smirnoff2023-02-031-14/+8
* tcp: bring comment for tcp_connect() up to dateGleb Smirnoff2023-02-031-7/+3
* inpcb: use family specific sockaddr argument for connect functionsGleb Smirnoff2023-02-031-19/+14
* netinet6: require network epoch for in6_pcbconnect()Gleb Smirnoff2023-02-031-0/+3
* inpcb: merge two versions of in6_pcbconnect() into oneGleb Smirnoff2023-02-031-1/+1
* tcp: retire net.inet.tcp.tcp_require_unique_portGleb Smirnoff2023-02-031-30/+5