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
Age
Commit message (
Expand
)
Author
2023-02-07
Remove needless #ifdef INET6 from struct ether_extracted field in
Alexander Bluhm
2023-02-06
consolidate mbuf header parsing on device driver layer
Jan Klemkow
2023-01-31
Remove the last ones route lock references from comments.
Vitaliy Makkoveev
2023-01-31
Route lock was reverted, adjust forgotten commentary.
Vitaliy Makkoveev
2023-01-28
Revert the `rt_lock' rwlock(9) diff to fix the recursive
Vitaliy Makkoveev
2023-01-26
backing "consolidate mbuf header parsing on device driver layer"
Theo de Raadt
2023-01-24
consolidate mbuf header parsing on device driver layer
Jan Klemkow
2023-01-22
Move SS_CANTRCVMORE and SS_RCVATMARK bits from `so_state' to `sb_state' of
Vitaliy Makkoveev
2023-01-21
Introduce `rt_lock' rwlock(9) and use it instead of kernel lock to
Vitaliy Makkoveev
2023-01-21
Introduce per-sockbuf `sb_state' to use it with SS_CANTSENDMORE.
Vitaliy Makkoveev
2023-01-12
Binding the accept socket in TCP input relies on the fact that the
Alexander Bluhm
2022-12-27
Fix array bounds mismatch with clang 15
Patrick Wildt
2022-12-13
In tcp_now() switch from getnsecuptime() to getnsecruntime()
Claudio Jeker
2022-12-12
Revert sb_state changes to unbreak tree.
Theo Buehler
2022-12-11
This time, socket's buffer lock requires solock() to be held. As a part of
Vitaliy Makkoveev
2022-12-09
Some TCP timer units have changed from slowhz to msec and their
Alexander Bluhm
2022-12-08
Convert tcptv_keep_init in milliseconds before comparing other values
YASUOKA Masahiko
2022-12-07
Fix comment by splitting sentance in two. From kn@
Claudio Jeker
2022-12-06
Add missing kernel lock around (*if_ioctl)() call within
Vitaliy Makkoveev
2022-11-19
Push kernel lock into pru_control() aka. in6_control() / in_control()
Klemens Nanni
2022-11-17
style(9) fix. No functional change.
Vitaliy Makkoveev
2022-11-11
timeout(9): remove timeout_set_kclock(), TIMEOUT_INITIALIZER_KCLOCK()
Scott Soule Cheloha
2022-11-09
Add missin 'e' in comment.
Claudio Jeker
2022-11-07
Modify TCP receive buffer size auto scaling to use the smoothed RTT
YASUOKA Masahiko
2022-11-05
Fix kernel build without IPSEC option.
Jan Klemkow
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-13
Do soreceive() with shared netlock for raw sockets.
Vitaliy Makkoveev
2022-09-08
Rename global ifnet TAILQ
Klemens Nanni
2022-09-05
Use shared netlock in soreceive(). The UDP and IP divert layer
Alexander Bluhm
2022-09-04
spelling
Jonathan Gray
2022-09-03
Move PRU_PEERADDR request to (*pru_peeraddr)().
Vitaliy Makkoveev
2022-09-03
Initialize TCP mutex forgotten in previous commit.
Alexander Bluhm
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-30
Protect the receive socket buffer in UDP input with per PCB mutex.
Alexander Bluhm
2022-08-29
Do not calculate the output protocol checksum in the IP input path.
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-29
Use struct refcnt for interface address reference counting.
Alexander Bluhm
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
[next]