index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
tcp_var.h
Age
Commit message (
Expand
)
Author
2024-05-13
remove prototypes with no matching function
Jonathan Gray
2024-04-12
Split single TCP inpcb table into IPv4 and IPv6 parts.
Alexander Bluhm
2024-02-13
Merge struct route and struct route_in6.
Alexander Bluhm
2024-01-27
Declare address parameter in TCP SYN cache const.
Alexander Bluhm
2024-01-11
Fix white spaces in TCP.
Alexander Bluhm
2023-11-29
Run TCP syn cache timer without kernel lock.
Alexander Bluhm
2023-11-16
Run TCP SYN cache timer logik without net lock.
Alexander Bluhm
2023-09-04
Fix netstat output of uses of current SYN cache left.
Alexander Bluhm
2023-08-28
Introduce reference counting for TCP syn cache entries.
Alexander Bluhm
2023-07-06
Convert tcp_now() time counter to 64 bit.
Alexander Bluhm
2023-07-02
Use TSO and LRO on the loopback interface to transfer TCP faster.
Alexander Bluhm
2023-05-23
New counters for LRO packets from hardware TCP offloading.
Jan Klemkow
2023-05-18
Use TSO offloading in ix(4).
Jan Klemkow
2023-05-15
Implement the TCP/IP layer for hardware TCP segmentation offload.
Alexander Bluhm
2023-05-10
Implement TCP send offloading, for now in software only. This is
Alexander Bluhm
2023-03-14
To avoid misunderstanding, keep variables for tcp keepalive in
YASUOKA Masahiko
2022-12-13
In tcp_now() switch from getnsecuptime() to getnsecruntime()
Claudio Jeker
2022-11-07
Modify TCP receive buffer size auto scaling to use the smoothed RTT
YASUOKA Masahiko
2022-10-17
Change pru_abort() return type to the type of void and make pru_abort()
Vitaliy Makkoveev
2022-10-03
System calls should not fail due to temporary memory shortage in
Alexander Bluhm
2022-09-13
Change pru_rcvd() return type to the type of void. We have no interest
Vitaliy Makkoveev
2022-09-03
Move PRU_PEERADDR request to (*pru_peeraddr)().
Vitaliy Makkoveev
2022-09-03
Use a mutex to update tcp_maxidle, tcp_iss, and tcp_now. This
Alexander Bluhm
2022-09-03
Move PRU_SOCKADDR request to (*pru_sockaddr)()
Vitaliy Makkoveev
2022-09-02
Move PRU_CONTROL request to (*pru_control)().
Vitaliy Makkoveev
2022-08-31
Move PRU_SENDOOB request to (*pru_sendoob)().
Vitaliy Makkoveev
2022-08-29
Move PRU_RCVOOB request to (*pru_rcvoob)().
Vitaliy Makkoveev
2022-08-28
Move PRU_SENSE request to (*pru_sense)().
Vitaliy Makkoveev
2022-08-28
Move PRU_ABORT request to (*pru_abort)().
Vitaliy Makkoveev
2022-08-27
Move PRU_SEND request to (*pru_send)().
Vitaliy Makkoveev
2022-08-26
Move PRU_RCVD request to (*pru_rcvd)().
Vitaliy Makkoveev
2022-08-22
Move PRU_SHUTDOWN request to (*pru_shutdown)().
Vitaliy Makkoveev
2022-08-22
Move PRU_DISCONNECT request to (*pru_disconnect).
Vitaliy Makkoveev
2022-08-22
Move PRU_ACCEPT request to (*pru_accept)().
Vitaliy Makkoveev
2022-08-21
Move PRU_CONNECT request to (*pru_connect)() handler.
Vitaliy Makkoveev
2022-08-21
Move PRU_LISTEN request to (*pru_listen)() handler.
Vitaliy Makkoveev
2022-08-20
Move PRU_BIND request to (*pru_bind)() handler.
Vitaliy Makkoveev
2022-08-15
Introduce 'pr_usrreqs' structure and move existing user-protocol
Vitaliy Makkoveev
2022-08-11
Add TCP_INFO support to getsockopt for tcp sessions.
Claudio Jeker
2022-02-25
Reported-by: syzbot+1b5b209ce506db4d411d@syzkaller.appspotmail.com
Philip Guenther
2022-02-25
Move pr_attach and pr_detach to a new structure pr_usrreqs that can
Philip Guenther
2022-01-23
Define all TCP TF_ flags as unsigned numbers. They are stored in
Alexander Bluhm
2021-01-28
Drop tcp_trace() from SMALL_KERNEL builds to make room on amd64 floppy
Visa Hankala
2020-08-18
Convert tcp_sysctl to sysctl_bounded_args
gnezdo
2019-07-12
Count the number of TCP SACK options that were dropped due to the
Alexander Bluhm
2018-06-11
The output from tcp debug sockets was incomplete. After detach tp
Alexander Bluhm
2018-05-08
Historically there were slow and fast tcp timeouts. That is why
Alexander Bluhm
2018-02-07
Historically TCP timeouts were implemented with pr_slowtimo and
Alexander Bluhm
2018-02-06
There was a race in the TCP timers. As they may sleep to grab the
Alexander Bluhm
2018-01-23
The TCP reaper timeout was still imlemented as soft timeout. So
Alexander Bluhm
[next]