summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_syncache.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: small cleanupMichael Tuexen2024-10-311-31/+28
* tcp: improve mbuf handling when processing SYN segmentsMichael Tuexen2024-10-311-2/+2
* tcp: whitespace cleanupMichael Tuexen2024-10-311-3/+3
* tcp: improve ref count handling when processing SYNMichael Tuexen2024-10-311-6/+14
* tcp: improve MAC error handling for SYN segmentsMichael Tuexen2024-10-311-2/+3
* tcp: improve consistency of syncache_respond() failure handlingMichael Tuexen2024-10-311-4/+19
* tcp: keep syncache flags when updating ECN infoRichard Scheffenegger2024-09-221-1/+1
* tcp: fix format of sysctl variableMichael Tuexen2024-08-301-1/+1
* tcp: improve consistency of SYN-cache handlingMichael Tuexen2024-08-301-3/+1
* tcp: simplify endpoint creation at the passive sideMichael Tuexen2024-08-031-33/+6
* tcp: improve error handling in syncache_socket()Michael Tuexen2024-08-031-0/+1
* inpcb: reoder inpcb destructionGleb Smirnoff2024-01-091-2/+0
* tcp: properly initialize LRD while accepting session in syncacheRichard Scheffenegger2023-12-151-1/+2
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* tcp: Handle <RST,ACK> in SYN-RCVDRichard Scheffenegger2023-07-261-12/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* bblog: inherit TCP_LOG option from listenerMichael Tuexen2023-05-061-0/+17
* tcp: move HPTS/LRO flags out of inpcb to tcpcbGleb Smirnoff2023-04-251-1/+1
* tcp: bbr.c is non-capable of doing ECN and sets an INP flag to fend off ECN h...Randall Stewart2023-04-181-1/+1
* tcp: use IPV6_FLOWLABEL_LENRichard Scheffenegger2023-04-111-1/+1
* Fixes in the tcp infrastructure with respect to stack changes as well as othe...Randall Stewart2023-04-011-12/+17
* tcp: Remove a couple of always-false checks from syncache_socket()Mark Johnston2023-02-071-14/+2
* inpcb: use family specific sockaddr argument for connect functionsGleb Smirnoff2023-02-031-4/+2
* inpcb: merge two versions of in6_pcbconnect() into oneGleb Smirnoff2023-02-031-2/+2
* tcp: fix counter leak for SYN_RCVD state when syncache_socket() failsGleb Smirnoff2022-12-141-2/+3
* udp: add protocol method declarations to udp_var.hGleb Smirnoff2022-12-071-1/+0
* tcp: update repeat <SYN,ACK> with latest IP ECN infoRichard Scheffenegger2022-10-061-5/+6
* tcp: honor rfc1323 sysctl on passive sessionsRichard Scheffenegger2022-10-061-2/+2
* tcp: remove unnecessary include of tcp6_var.hGleb Smirnoff2022-10-041-3/+0
* Tcp progress timeoutRandall Stewart2022-09-271-0/+1
* tcp: fix simultaneous open and refine e80062a2d43Gleb Smirnoff2022-09-211-1/+1
* tcp: avoid call to soisconnected() on transition to ESTABLISHEDGleb Smirnoff2022-09-081-1/+2
* tcp: fix stats counter for SYN_RCVD state when TCP-FO is usedMichael Tuexen2022-08-281-0/+1
* tcp: utilize new solisten_clone() and solisten_enqueue()Gleb Smirnoff2022-08-101-71/+59
* TCP syncache: enhance KASSERT outputBjoern A. Zeeb2022-02-141-1/+3
* tcp: move ECN handling code to a common fileRichard Scheffenegger2022-02-051-9/+6
* Revert "tcp: move ECN handling code to a common file"Richard Scheffenegger2022-02-051-6/+9
* tcp: move ECN handling code to a common fileRichard Scheffenegger2022-02-041-9/+6
* tcp: Access all 12 TCP header flags via inline functionRichard Scheffenegger2022-02-031-8/+7
* syncache: accept packet with no SA when TCP_MD5SIG is setRobert Wing2022-01-091-12/+18
* Revert "wpa: Import wpa_supplicant/hostapd commit 14ab4a816"Cy Schubert2021-12-021-3/+2
* wpa: Import wpa_supplicant/hostapd commit 14ab4a816Cy Schubert2021-12-021-2/+3
* inpcb: reduce some aliased functions after removal of PCBGROUP.Gleb Smirnoff2021-12-021-2/+2
* Remove "options PCBGROUP"Gleb Smirnoff2021-12-021-1/+0
* Unbreak TFO, that was broken with 8d5719aa74f. These two assignmentsGleb Smirnoff2021-06-221-4/+0
* tcp: add support for TCP over UDPMichael Tuexen2021-04-181-29/+98
* tcp_syncache: add net.inet.tcp.syncache.see_other sysctlGleb Smirnoff2021-04-151-2/+8
* syncache: simplify syncache_add() KPI to return struct socket pointerGleb Smirnoff2021-04-121-17/+15
* tcp_input/syncache: acquire only read lock on PCB for SYN,!ACK packetsGleb Smirnoff2021-04-121-5/+5
* A TCP server has to take into consideration, if TCP_NOOPT is preventingRichard Scheffenegger2021-02-251-1/+2