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
/
pf_ioctl.c
Age
Commit message (
Expand
)
Author
2021-06-23
augment the global pf state list with its own locks.
David Gwynne
2021-06-02
whitespace tweaks, no functional change.
David Gwynne
2021-02-09
pfsync_state_import() must not be called with the pf state lock held,
Patrick Wildt
2021-02-09
Activate use of PF_LOCK() by removing the WITH_PF_LOCK ifdefs.
Patrick Wildt
2020-12-16
Reject rules with invalid port ranges
kn
2020-10-22
- missing NET_UNLOCK() in pf_ioctl.c error path
Alexandr Nedvedicky
2020-10-21
- move NET_LOCK() further down in pf_ioctl.c. Also move memory allocations
Alexandr Nedvedicky
2020-10-02
relax check for valid onrdomain range. onrdomain is -1 if the value is
Claudio Jeker
2020-10-01
rdomain IDs do not need to exist for "on rdomain N" to work
kn
2020-08-24
Rehash main ruleset after rule expiration
kn
2020-08-24
Remove ptr_array from struct pf_ruleset
kn
2020-07-21
when calculating the ruleset's checksum, skip automatic table names.
Henning Brauer
2020-06-24
kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)
cheloha
2020-05-27
Document the various flavors of NET_LOCK() and rename the reader version.
Martin Pieuchot
2020-04-19
fix insufficient input sanitization in pf_rulecopyin() and pf_pool_copyin()
Alexandr Nedvedicky
2020-04-12
Stop processing packets under non-exclusive (read) netlock.
Martin Pieuchot
2020-02-18
Cleanup <sys/kthread.h> and <sys/proc.h> includes.
Martin Pieuchot
2020-01-08
Check address family of pf ioctl(2) DIOCNATLOOK parameter at kernel
Alexander Bluhm
2019-11-26
Use proper NUL byte not zero with strings
kn
2019-11-26
fix kernel crash in pf_ioctl with WITH_PF_LOCK and NET_TASKQ > 1
Alexandr Nedvedicky
2019-11-17
"set delay" never worked as committed: the delay field was not copied
Otto Moerbeek
2019-05-09
Add a sysctl accessor to struct pf_status. The pf_status only holds the
Claudio Jeker
2019-02-18
Change ps_len of struct pfioc_states and psn_len of struct
Alexander Bluhm
2018-12-27
Check for main ruleset explicitly
kn
2018-12-17
Rename pf_anchor_remove() to pf_remove_anchor()
kn
2018-12-17
Use timeout_add_sec() instead of timeout_add() with a multiplication with hz
Claudio Jeker
2018-12-10
Remove useless macros
kn
2018-10-01
Allow DIOCRGETADDRS when securelevel(7) > 1
kn
2018-09-11
- moving state look up outside of PF_LOCK()
Alexandr Nedvedicky
2018-07-22
Fix arguments of pf_purge_expired_{src_nodes,rules}()
Stefan Fritsch
2018-07-10
provide a generic packet delay functionality. packets to be delayed are marked
Henning Brauer
2018-04-24
Use pf_rm_rule() instead of pool_put() to decrement references by
Alexander Bluhm
2018-04-13
Remove compatibility with pfctl from 6.1 and plug a few leaks
Mike Belopuhov
2018-04-05
Explicitly check PF_TRANS_RULESET in DIOCXBEGIN, DIOCXCOMMIT, and DIOCXROLLBACK.
Lawrence Teo
2018-02-08
add DIOCGETSYNFLWATS to get current synflood detection watermarks,
Henning Brauer
2018-02-07
look ma, henning forgot to PF_LOCK/_UNLOCK in the new ioctls, ok procter
Henning Brauer
2018-02-06
syncookies for pf.
Henning Brauer
2018-02-06
some finger muscle workout:
Henning Brauer
2018-01-19
In pfioctl() a pf unlock was missing in the error path.
Alexander Bluhm
2017-11-28
The divert structure was using the port number to indicate that
Alexander Bluhm
2017-11-13
add a generic packet rate matching filter. allows things like
Henning Brauer
2017-10-31
- add one more softnet taskq
Alexandr Nedvedicky
2017-10-30
- fine tuning PF_LOCK in pfioctl()
Alexandr Nedvedicky
2017-08-11
Remove NET_LOCK()'s argument.
Martin Pieuchot
2017-08-06
Reduce contention on the NET_LOCK() by moving the logic of the pfpurge
Martin Pieuchot
2017-07-27
For pf the anchor is a C string so ensure that the value passed in via ioctl
Claudio Jeker
2017-07-19
Rework HFSC vs FQ-CoDel checks
Mike Belopuhov
2017-07-05
Convert pf tagname malloc(9) into pool_get(9) to make it MP safe.
Alexander Bluhm
2017-06-28
Introduce a simple mechanism to select the appropriate queue manager
Mike Belopuhov
2017-06-28
Tighten up FQ-CoDel vs HFSC checks
Mike Belopuhov
[next]