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_usrreq.c
Age
Commit message (
Expand
)
Author
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-09-01
Move PRU_CONNECT2 request to (*pru_connect2)().
Vitaliy Makkoveev
2022-08-31
Move PRU_SENDOOB request to (*pru_sendoob)().
Vitaliy Makkoveev
2022-08-30
Refactor internet PCB lookup function. Rename in_pcbhashlookup()
Alexander Bluhm
2022-08-29
Sendmsg could crash in tcp_output due to a missing check after the
Moritz Buhl
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 tcp_sogetpcb() to assign `inp' and `tp' from passed socket.
Vitaliy Makkoveev
2022-08-15
Introduce 'pr_usrreqs' structure and move existing user-protocol
Vitaliy Makkoveev
2022-08-13
Remove needless include pledge.h accidently added in previous commit.
Alexander Bluhm
2022-08-11
Add TCP_INFO support to getsockopt for tcp sessions.
Claudio Jeker
2022-08-08
To make protocol input functions MP safe, internet PCB need protection.
Alexander Bluhm
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
2021-04-30
Rearrange the implementation of bounded sysctl. The primitive
Alexander Bluhm
2021-03-10
spelling
Jonathan Gray
2021-01-09
Enforce range with sysctl_int_bounded in tcp_sysctl
gnezdo
2020-11-16
Replace sysctl_rdint with sysctl_bounded_args entries in net.inet*
gnezdo
2020-11-02
Move TCPCTL_ALWAYS_KEEPALIVE into tcpctl_vars
gnezdo
2020-08-18
Style fixups from hurried commits
gnezdo
2020-08-18
Convert tcp_sysctl to sysctl_bounded_args
gnezdo
2020-08-01
Move range check inside sysctl_int_arr
gnezdo
2020-06-18
Refuse to set 0 or a negative value for net.inet.tcp.synbucketlimit.
Martin Pieuchot
2019-07-12
Count the number of TCP SACK options that were dropped due to the
Alexander Bluhm
2019-02-06
Fix a possible mbuf leak in tcp_usrreq(). Make the error handling
Alexander Bluhm
2018-11-04
The change of the sb_mbmax calculation in sbreserve() broke setting
Alexander Bluhm
2018-06-11
The output from tcp debug sockets was incomplete. After detach tp
Alexander Bluhm
2018-04-24
Push NET_LOCK down in the default ifioctl case.
Paul Irofti
2018-02-05
Remove tcp_acounts, some tcp_usrreq() counting from 1981. Also
Alexander Bluhm
2018-02-03
Since tcp_attach() has moved to a separate protocol function, the
Alexander Bluhm
2018-01-23
Bring back the PRU_ATTACH constant and description. Then trpt(8)
Alexander Bluhm
2018-01-22
Bring back the detach messages in trpt(8) for tcp debugging. They
Alexander Bluhm
2018-01-09
Change `so_state' and `so_error' to unsigned int such that they can
Martin Pieuchot
2017-12-01
Simplify the reverse PCB lookup logic. The PF_TAG_TRANSLATE_LOCALHOST
Alexander Bluhm
2017-11-30
Fix typos in comments.
Nayden Markatchev
[next]