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
Age
Commit message (
Expand
)
Author
2022-11-06
Constify pfsync_acts[]; OK dlg
Klemens Nanni
2022-11-06
get rid of pfsync_state_export.
David Gwynne
2022-11-06
move pfsync_state_import in if_pfsync.c to pf_state_import in pf.c
David Gwynne
2022-11-06
make /dev/pf a clonable device.
David Gwynne
2022-11-05
Fix kernel build without IPSEC option.
Jan Klemkow
2022-10-21
Grab the non-exclusive net lock to read-only traverse the interface list
Klemens Nanni
2022-10-17
Change pru_abort() return type to the type of void and make pru_abort()
Vitaliy Makkoveev
2022-10-10
Recalculate checksum of normalised packet
Bjorn Ketelaars
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
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-03
When divert-reply is used, keep some pf states after pcb is dropped if
YASUOKA Masahiko
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-31
make kernel build without INET6 again
Sebastian Benoit
2022-08-30
Syzkaller found a missing input validation in pipex mppe keylenbits.
Alexander Bluhm
2022-08-30
Remove struct ifnet's unused if_switchport member
Klemens Nanni
2022-08-30
Refactor internet PCB lookup function. Rename in_pcbhashlookup()
Alexander Bluhm
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
Protect pf_reassemble() with pf fragment lock. When the pool limit
Alexander Bluhm
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-08-13
Introduce the pru_*() wrappers for corresponding (*pr_usrreq)() calls.
Vitaliy Makkoveev
2022-08-12
Fix non working continue in do while(0) loop.
Alexander Bluhm
2022-08-12
Remove unused fields from 'pflow_softc' structure.
Vitaliy Makkoveev
2022-08-12
Fix race between pflow_output_process() and pflow_clone_destroy().
Vitaliy Makkoveev
2022-08-10
Remove netlock assertion from vlan_ioctl(). Now (*if_ioctl)() called
Vitaliy Makkoveev
2022-08-08
To make protocol input functions MP safe, internet PCB need protection.
Alexander Bluhm
2022-08-07
Fix fallout from netlock removal in media ioctl. The bridge does
Alexander Bluhm
2022-08-06
Clean up the netlock macros. Merge NET_RLOCK_IN_SOFTNET and
Alexander Bluhm
2022-08-05
The netlock for SIOCSIFMEDIA and SIOCGIFMEDIA ioctl is not necessary.
Alexander Bluhm
2022-08-03
Bug was reported by Chriss Cappucio. It has turned out my earlier change
Alexandr Nedvedicky
2022-07-29
Allocate if_index before queue init
Visa Hankala
2022-07-28
In the kernel exist functions to print routes, but they were not
Alexander Bluhm
[next]