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
/
net
/
rtsock.c
Age
Commit message (
Expand
)
Author
2023-11-12
Use constant sockaddr in route lookup.
Alexander Bluhm
2023-11-12
Do not modify route info sockaddr in rtm_xaddrs().
Alexander Bluhm
2023-09-16
Allow counters_read(9) to take an optional scratch buffer.
Martin Pieuchot
2023-07-28
Compare m_pullup(9) return value against NULL instead of 0.
Vitaliy Makkoveev
2023-07-27
Fix routing message size check in route_output(). `rtm_hdrlen' type is
Vitaliy Makkoveev
2023-06-26
Revert unrelated change that sneaked into the pf_ioctl.c commit.
Claudio Jeker
2023-06-26
Close all pf transactions before opening a new one in DIOCGETRULES.
Claudio Jeker
2023-04-20
Call sysctl_source() with shared netlock. It performs read-only
Vitaliy Makkoveev
2023-04-19
Protect rtable_setsource() and rtable_getsource() with exclusive
Alexander Bluhm
2023-04-18
Remove kernel lock from ifa_ifwithaddr() and ifa_ifwithdstaddr().
Vitaliy Makkoveev
2023-04-18
Call sysctl_dumpentry() with shared netlock. It performs read-only
Vitaliy Makkoveev
2023-04-18
Call sysctl_iflist() with shared netlock. It performs read-only access
Vitaliy Makkoveev
2023-04-18
Call sysctl_ifnames() with shared netlock. It performs read-only access
Vitaliy Makkoveev
2023-01-22
Move SS_CANTRCVMORE and SS_RCVATMARK bits from `so_state' to `sb_state' of
Vitaliy Makkoveev
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-08
Rename global ifnet TAILQ
Klemens Nanni
2022-09-05
Add missing prototypes for route_attach() and route_detach().
Vitaliy Makkoveev
2022-09-03
Move PRU_PEERADDR request to (*pru_peeraddr)().
Vitaliy Makkoveev
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-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
Since we have no raw_usrreq anymore, remove pr_output indirection.
Alexander Bluhm
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-06-28
Use refcnt API for struct rtentry instead of hand-crafted atomic
Alexander Bluhm
2022-06-27
Rework the rttimer code. Instead of a global queue and a global timeout
Claudio Jeker
2022-06-27
Fix white space and wrap long lines.
Alexander Bluhm
2022-06-27
Don't copy more than sa_len from the sockaddr to the sysctl / rt msg buffer.
Claudio Jeker
2022-06-26
Switch walkargs for the buffer size to size_t and change the overflow
Claudio Jeker
2022-06-16
Mark routes sent via sysctl(2) with RTF_DONE like it is done on the
Claudio Jeker
2022-06-06
Simplify solock() and sounlock(). There is no reason to return a value
Claudio Jeker
2022-03-09
Change the logic around rounding up the needed memory for sysctls since
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-20
Shifting signed integers left by 31 is undefined behavior in C.
Alexander Bluhm
2021-12-16
When adding the extra 10% of space to a needed sysctl buffer use math
Claudio Jeker
[next]