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-12-16
always keep pf_state_keys attached to pf_states.
David Gwynne
2022-11-26
Next step of netlock pressure decreasing in pppx(4).
Vitaliy Makkoveev
2022-11-25
revert pf.c r1.1152 again: move pf_purge out from under the kernel lock
Alexander Bluhm
2022-11-25
Revert previous commit. It was not properly tested and produces splassert
Mark Kettenis
2022-11-25
get rid of NET_LOCK in the pf purge work
David Gwynne
2022-11-24
Remove netlock assertion within PF_LOCK(). The netlock should be taken
Vitaliy Makkoveev
2022-11-23
Let nd6_if{at,de}tach() be void and take an ifp argument
Klemens Nanni
2022-11-23
Make `so' dereference safe within pflow_output_process().
Vitaliy Makkoveev
2022-11-23
Remove unused struct ifnet's *if_afdata[] and struct domain's dom_if{at,de}ta...
Klemens Nanni
2022-11-23
Add *if_nd to struct ifnet, call nd6_if{at,de}tach() directly
Klemens Nanni
2022-11-22
Interface tables (a.k.a. kif) in pf(4) are currently protected
Alexandr Nedvedicky
2022-11-22
count how many times ifiqs enqueue and dequeue packets.
David Gwynne
2022-11-21
Replace manual loop and duplicate RB_NEXT with RB_FOREACH
Klemens Nanni
2022-11-21
Fix DIOCIGETIFACES ioctl so all network interfaces
Alexandr Nedvedicky
2022-11-19
Decrease netlock pressure in pppx(4).
Vitaliy Makkoveev
2022-11-14
Unlock SIOCGIFG{MEMB,ATTR,LIST}
Klemens Nanni
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
[next]