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
/
raw_ip.c
Age
Commit message (
Expand
)
Author
2023-11-26
Remove inp parameter from ip_output().
Alexander Bluhm
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
Do soreceive() with shared netlock for raw sockets.
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-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
Use rwlock per inpcb table to protect notify list. The notify
Alexander Bluhm
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-06
Clean up the netlock macros. Merge NET_RLOCK_IN_SOFTNET and
Alexander Bluhm
2022-05-15
have in_pcbselsrc copy the selected address to memory provided by the caller.
David Gwynne
2022-03-23
Move global variable ripsrc onto stack, it is only used once within
Alexander Bluhm
2022-03-22
For raw IP packets rip_input() traverses the loop of all PCBs. From
Alexander Bluhm
2022-03-21
Header netinet/in_pcb.h includes sys/mutex.h now. Recommit mutex
Alexander Bluhm
2022-03-21
call in_pcbselsrc from rip_output so route sourceaddr can take effect.
David Gwynne
2022-03-14
Unbreak the tree, revert commitid aZ8fm4iaUnTCc0ul
Theo Buehler
2022-03-14
pf_socket_lookup() calls in_pcbhashlookup() in the PCB layer. To
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
2019-02-04
Avoid an mbuf double free in the oob soreceive() path. In the
Alexander Bluhm
2019-01-08
Botched up an if conditional in the last commit. The IP length needs to
Claudio Jeker
2019-01-07
Validate the version, and all length fields of IP packets passed to a raw socket
Claudio Jeker
2018-12-03
In PRU_DISCONNECT don't fall through into PRU_ABORT since the latter frees
Claudio Jeker
2018-11-10
Do not translate the EACCES error from pf(4) to EHOSTUNREACH anymore.
Alexander Bluhm
2018-10-04
Revert the inpcb table mutex commit. It triggers a witness panic
Alexander Bluhm
2018-09-20
As a step towards per inpcb or socket locks, remove the net lock
Alexander Bluhm
2018-09-13
Add reference counting for inet pcb, this will be needed when we
Alexander Bluhm
2018-07-05
It was possible to leak the control mbuf in raw ip user request
Alexander Bluhm
2018-07-04
Prevent a mbuf double free by not freeing it along the error-path in
anton
2018-04-24
Push NET_LOCK down in the default ifioctl case.
Paul Irofti
2017-12-04
Make divert lookup similar for all socket types. If PF_TAG_DIVERTED
Alexander Bluhm
2017-11-28
The divert structure was using the port number to indicate that
Alexander Bluhm
2017-11-20
Sprinkle some NET_ASSERT_LOCKED(), const and co to prepare running
Martin Pieuchot
2017-11-02
Move PRU_DETACH out of pr_usrreq into per proto pr_detach
Florian Obser
2017-10-06
Kill the divert-packet socket option IP_DIVERTFL to filter packets.
Alexander Bluhm
2017-09-05
Replace NET_ASSERT_LOCKED() by soassertlocked() in *_usrreq().
Martin Pieuchot
[next]