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
/
kern
/
uipc_socket.c
Age
Commit message (
Expand
)
Author
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-11-28
Simplify return path of (*pr_ctloutput)() return value in sogetopt().
Vitaliy Makkoveev
2022-10-03
System calls should not fail due to temporary memory shortage in
Alexander Bluhm
2022-09-05
Use shared netlock in soreceive(). The UDP and IP divert layer
Alexander Bluhm
2022-09-04
Use pru_send function to check socket splicing compatibility. Only
Alexander Bluhm
2022-09-03
Fix socket splicing between inet and inet6 sockets broken by PRU_CONTROL
Vitaliy Makkoveev
2022-08-28
Don't check `so_pcb' with PR_WANTRCVD flag. tcp(4) sockets are the only
Vitaliy Makkoveev
2022-08-26
Move PRU_RCVD request to (*pru_rcvd)().
Vitaliy Makkoveev
2022-08-21
Change soabort() return value to void. We never interesting on it.
Vitaliy Makkoveev
2022-08-15
Introduce 'pr_usrreqs' structure and move existing user-protocol
Vitaliy Makkoveev
2022-08-14
remove unneeded includes in sys/kern
Jonathan Gray
2022-08-13
Introduce the pru_*() wrappers for corresponding (*pr_usrreq)() calls.
Vitaliy Makkoveev
2022-07-25
Replace selwakeup() with KNOTE() in socket event activation
Visa Hankala
2022-07-01
Make fine grained unix(4) domain sockets locking. Use the per-socket
Vitaliy Makkoveev
2022-06-06
Simplify solock() and sounlock(). There is no reason to return a value
Claudio Jeker
2022-05-09
Revert "Replace selwakeup() with KNOTE() in pipe and socket event activation."
Visa Hankala
2022-05-06
Replace selwakeup() with KNOTE() in pipe and socket event activation.
Visa Hankala
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-02-16
Reduce code duplication in socket event filters.
Visa Hankala
2022-02-13
Rename knote_modify() to knote_assign()
Visa Hankala
2021-12-24
Make poll/select version of filt_solisten() more similar to soo_poll().
Visa Hankala
2021-12-13
Revise EVFILT_EXCEPT filters
Visa Hankala
2021-11-11
Destroy protocol control block before perform `so_q0' and `so_q' queues
Vitaliy Makkoveev
2021-11-06
Allocate socket and initialize so_lock in one place
Visa Hankala
2021-10-24
Set klist lock for sockets to make socket event filters MP-safe
Visa Hankala
2021-10-22
Make EVFILT_EXCEPT handling separate from the read filter.
Martin Pieuchot
2021-10-14
Release solock() before call unp_externalize().
Vitaliy Makkoveev
2021-07-26
Pass a socket pointer to various socket buffer routines in preparation for
Martin Pieuchot
2021-05-28
Add f_modify and f_process callbacks to socket filterops.
Visa Hankala
2021-05-25
As network features are not added dynamically, the domain structures
Alexander Bluhm
2021-05-13
Do `so_rcv' cleanup with sblock() held.
mvs
2021-05-13
Use NULL instead of 0 for mbuf(9) pointers.
mvs
2021-05-01
Implement per-socket `so_lock' rwlock(9) and use it to protect routing
mvs
2021-04-26
Revert per-socket `so_lock' rwlock(9) and use it to protect routing
Claudio Jeker
2021-04-25
Implement per-socket `so_lock' rwlock(9) and use it to protect routing
mvs
2021-02-24
In sorflush() use m_purge() instead of handrolling it.
Alexander Bluhm
2021-02-18
Release mbuf(9) chain with a simple m_freem(9) loop in sorflush().
mvs
2021-01-17
Replace SB_KNOTE and sb_flagsintr with direct checking of klist.
Visa Hankala
2021-01-09
If the loop check in somove(9) goes to release without setting an
Alexander Bluhm
2020-12-25
Refactor klist insertion and removal
Visa Hankala
2020-12-12
Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.
jan
2020-11-17
Fix handling of MSG_PEEK in soreceive() for the case where an empty
Claudio Jeker
2020-09-29
Move the solock() call outside of solisten(). The reason is that the
Claudio Jeker
2020-08-07
sosplice(9): fully validate idle timeout
cheloha
2020-06-22
Extend kqueue interface with EVFILT_EXCEPT filter.
Martin Pieuchot
2020-06-18
Compare `so' and `sosp' types just after `sosp' obtaining. We can't splice
mvs
2020-06-15
Set __EV_HUP when the conditions matching poll(2)'s POLLUP are found.
Martin Pieuchot
2020-04-12
In sosplice(), temporarily release the socket lock before calling
anton
[next]