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
/
pfvar.h
Age
Commit message (
Expand
)
Author
14 days
bump the type used to specify traffic queue bandwidth to 64bit.
David Gwynne
2024-10-12
remove unneeded rwlock.h include
Jonathan Gray
2024-08-27
remove some dead code that wasn't cleaned up
aisha
2024-05-13
remove prototypes with no matching function
Jonathan Gray
2024-05-12
sync_ifp and ticket_pabuf don't exist, remove externs
Jonathan Gray
2024-04-22
Show pf fragment reassembly counters.
Alexander Bluhm
2024-01-01
Protect link between pf and inp with mutex.
Alexander Bluhm
2023-10-10
Remove dead code in pf_pull_hdr().
Alexander Bluhm
2023-07-06
big update to pfsync to try and clean up locking in particular.
David Gwynne
2023-07-04
The recent change to DIOCGETRULE allows applications which
Alexandr Nedvedicky
2023-05-26
Remove net lock from DIOC{S,G}ETLIMIT
Klemens Nanni
2023-04-28
This change speeds up DIOCGETRULE ioctl(2) which pfctl(8) uses to
Alexandr Nedvedicky
2023-02-07
internal representation of icmp type/code in pfctl(8)/pf(4) does not
Alexandr Nedvedicky
2023-01-06
PF_ANCHOR_STACK_MAX is insufficient protection against stack overflow.
Alexandr Nedvedicky
2023-01-04
move the pf_state_tree_id type from pfvar.h to pfvar_priv.h.
David Gwynne
2023-01-04
move the pf_state_tree rb tree type from pfvar.h to pfvar_priv.h
David Gwynne
2022-12-22
use stoeplitz to generate a hash/flowid for state keys.
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-25
revert pf.c r1.1152 again: move pf_purge out from under the kernel lock
Alexander Bluhm
2022-11-11
try pf.c r1.1143 again: move pf_purge out from under the kernel lock
David Gwynne
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-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-09
simplify expiration of 'once' rules.
Alexandr Nedvedicky
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
move pfsync_state_import in if_pfsync.c to pf_state_import in pf.c
David Gwynne
2022-10-10
Recalculate checksum of normalised packet
Bjorn Ketelaars
2022-09-03
When divert-reply is used, keep some pf states after pcb is dropped if
YASUOKA Masahiko
2022-07-20
Add a pool for the allocation of the pf_anchor struct.
Moritz Buhl
2022-06-26
Allow waiting during ktable allocation in pf_ioctl.
mbuhl
2022-04-29
Release PF und NET lock before calling copyout for DIOCIGETIFACES.
mbuhl
2022-04-21
Introduce a dedicated link entries for snapshots in pfsync(4). The purpose
Alexandr Nedvedicky
2021-12-26
make 'set skip on ...' in pf.conf dynamic
Alexandr Nedvedicky
2021-11-16
move memory allocations in pfr_add_addrs() outside of NET_LOCK()/PF_LOCK()
Alexandr Nedvedicky
2021-11-11
Allow pfi_kif_get() callers to pre-allocate buffer for new kif. If kif
Alexandr Nedvedicky
2021-06-23
augment the global pf state list with its own locks.
David Gwynne
2021-06-23
rework pf_state_expires to avoid confusion around state->timeout.
David Gwynne
2021-03-10
spelling
Jonathan Gray
2021-02-01
change route-to so it sends packets to IPs instead of interfaces.
David Gwynne
2021-01-12
Sometimes a user ID was logged in pflog(4) although the logopt of
Alexander Bluhm
2020-10-14
replace a MAXPATHLEN that slipped back in with PATH_MAX so userland won't
Christian Weisgerber
2020-08-24
Remove ptr_array from struct pf_ruleset
kn
2020-07-28
Use the table on root always if current table is not active.
YASUOKA Masahiko
2020-07-21
rename PF_OPT_TABLE_PREFIX to PF_OPTIMIZER_TABLE_PFX and move it to pfvar.h
Henning Brauer
2019-11-17
"set delay" never worked as committed: the delay field was not copied
Otto Moerbeek
2019-07-09
Fix previous commit which made src-node have a reference for the kif.
YASUOKA Masahiko
[next]