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-14
Unlock SIOCGIFCONF
Klemens Nanni
2022-11-14
Document global interface group list locking
Klemens Nanni
2022-11-12
Put pf_state_import() under NPFSYNC>0 to fix build without pfsync
Klemens Nanni
2022-11-11
me and my text editor are not getting along today
David Gwynne
2022-11-11
try pf.c r1.1143 again: move pf_purge out from under the kernel lock
David Gwynne
2022-11-11
add a mutex to struct pf_state and init it.
David Gwynne
2022-11-11
kn points out that brackets are not parentheses
David Gwynne
2022-11-11
fix a misuse of vi.
David Gwynne
2022-11-11
kn@ points out that lock annotations are usually wrapped in ()
David Gwynne
2022-11-11
steal a change by sashan@ to say which bits of pf_state need which locks.
David Gwynne
2022-11-11
rename pfsync_up() to pfsync_is_up()
David Gwynne
2022-11-11
Turn KASSERT() into if() to prevent state being inserted to
Alexandr Nedvedicky
2022-11-11
rewrite the pf_state_peer_ntoh and pf_state_peer_hton macros as functions.
David Gwynne
2022-11-11
move struct pf_state from pfvar.h to pfvar_priv.h.
David Gwynne
2022-11-11
prepare for moving struct pf_state from pfvar.h to pfvar_priv.h
David Gwynne
2022-11-10
bring back r1.673: replace SRP with SMR in the if_idxmap.
David Gwynne
2022-11-10
revert pf_state mtx commit, because it breaks tree.
Alexandr Nedvedicky
2022-11-10
Add a mutex to pf_state structure. Mutex retain a consistency
Alexandr Nedvedicky
2022-11-10
typofix; ok dlg
Klemens Nanni
2022-11-09
simplify expiration of 'once' rules.
Alexandr Nedvedicky
2022-11-09
revert r1.673: replace SRP with SMR in the if_idxmap.
David Gwynne
2022-11-09
Recommit r1.669 "Unlock SIOCIFGCLONERS"
Klemens Nanni
2022-11-09
Push kernel lock from ifioctl() into ifioctl_get()
Klemens Nanni
2022-11-09
replace SRP with SMR in the if_idxmap.
David Gwynne
2022-11-08
Revert lock changes inside ifioctl_get()
Klemens Nanni
2022-11-08
Use four spaces not tabs on line break
Klemens Nanni
2022-11-08
Document ifc_list immutability
Klemens Nanni
2022-11-08
Unlock SIOCIFGCLONERS
Klemens Nanni
2022-11-08
Push kernel lock inside ifioctl_get()
Klemens Nanni
2022-11-08
This diff fixes panic tripped by KASSERT(st->sync_state == PFSYNC_S_NONE)
Alexandr Nedvedicky
2022-11-08
Push kernel lock into ifioctl_get()
Klemens Nanni
2022-11-08
Push kernel lock down into ifioctl()
Klemens Nanni
2022-11-07
revert "move pf_purge out from under the kernel lock".
David Gwynne
2022-11-07
move pf_purge out from under the kernel lock and avoid the hogging cpu
David Gwynne
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
[prev]
[next]