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
2023-02-15
pfsync(4) panics on NULL pointer dereference if there
Alexandr Nedvedicky
2023-02-10
Make tun(4) and tap(4) event filters MP-safe.
Visa Hankala
2023-02-10
Adjust knote(9) API
Visa Hankala
2023-02-07
internal representation of icmp type/code in pfctl(8)/pf(4) does not
Alexandr Nedvedicky
2023-02-06
consolidate mbuf header parsing on device driver layer
Jan Klemkow
2023-02-03
Remove redundant DIAGNOSTIC wrappers around KASSERT macros.
Miod Vallat
2023-02-02
Use binary or to set the ether_vtag which makes the code the same
Claudio Jeker
2023-01-30
Replace selwakeup() with KNOTE() in pppac(4) and pppx(4)
Visa Hankala
2023-01-28
Revert the `rt_lock' rwlock(9) diff to fix the recursive
Vitaliy Makkoveev
2023-01-26
backing "consolidate mbuf header parsing on device driver layer"
Theo de Raadt
2023-01-24
consolidate mbuf header parsing on device driver layer
Jan Klemkow
2023-01-22
Fix pf_anchor_stackframe commit to revert pf rule matching to the
YASUOKA Masahiko
2023-01-22
Move SS_CANTRCVMORE and SS_RCVATMARK bits from `so_state' to `sb_state' of
Vitaliy Makkoveev
2023-01-21
Introduce `rt_lock' rwlock(9) and use it instead of kernel lock to
Vitaliy Makkoveev
2023-01-12
Binding the accept socket in TCP input relies on the fact that the
Alexander Bluhm
2023-01-09
flesh out ifiq_enqueue
David Gwynne
2023-01-09
count the number times a packet was dropped by bpf as fdrops.
David Gwynne
2023-01-08
Use NULL instead 0 for pointer initialization.
Vitaliy Makkoveev
2023-01-06
PF_ANCHOR_STACK_MAX is insufficient protection against stack overflow.
Alexandr Nedvedicky
2023-01-05
more consistently name pf_state * variables "st".
David Gwynne
2023-01-05
pfctl fails to add addresses to undefined/inactive table
Alexandr Nedvedicky
2023-01-04
move the pf_state_tree_id type from pfvar.h to pfvar_priv.h.
David Gwynne
2023-01-04
fix a comment, no functional change.
David Gwynne
2023-01-04
move the pf_state_tree rb tree type from pfvar.h to pfvar_priv.h
David Gwynne
2023-01-02
use the pf generated toeplitz hash when setting the mbuf flow id.
David Gwynne
2022-12-27
Fix array bounds mismatch with clang 15
Patrick Wildt
2022-12-24
fix and enable toeplitz hashing of pf_state_keys again.
David Gwynne
2022-12-23
disable the use of the has in the pf state key lookup (for now).
David Gwynne
2022-12-22
use stoeplitz to generate a hash/flowid for state keys.
David Gwynne
2022-12-22
provide stoeplitz_n32()
David Gwynne
2022-12-21
tiny whitespace tweak.
David Gwynne
2022-12-21
consistently use the PF_REF wrappers around refcnts.
David Gwynne
2022-12-21
prefix pf_state_key and pf_state_item struct bits to make them more unique.
David Gwynne
2022-12-19
move pf_state_item and pf_state_key structs from pfvar.h to pfvar_priv.h.
David Gwynne
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
[prev]
[next]