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-01-02
spelling
Jonathan Gray
2021-12-30
Use a distinct variable while iterating the list of existing devices.
Anton Lindqvist
2021-12-30
Prevent concurrent access to incomplete or dying `sc' caused by sleep
Vitaliy Makkoveev
2021-12-28
whitespace tweak, no functional change.
David Gwynne
2021-12-28
it doesnt make sense to configure a vport as a span port.
David Gwynne
2021-12-28
move away from using the M_PROTO1 flag to prevent loops with vports
David Gwynne
2021-12-26
DIOCHANGERRULE ioctl must set pointer to ruleset in rule it inserts.
Alexandr Nedvedicky
2021-12-26
make 'set skip on ...' in pf.conf dynamic
Alexandr Nedvedicky
2021-12-23
IPsec is not MP safe yet. To allow forwarding in parallel without
Alexander Bluhm
2021-12-20
Use per-CPU counters for tunnel descriptor block (TDB) statistics.
Vitaliy Makkoveev
2021-12-19
There are occasions where the walker function in tdb_walk() might
Alexander Bluhm
2021-12-16
When adding the extra 10% of space to a needed sysctl buffer use math
Claudio Jeker
2021-12-16
fix zero division found by syzkaller. The sanity checks in pf(4) ioctls
Alexandr Nedvedicky
2021-12-16
pool_get w/ PR_ZERO is better than following with a bzero, because pools
Theo de Raadt
2021-12-14
To cache lookups, the policy ipo is linked to its SA tdb. There
Alexander Bluhm
2021-12-11
Protect the write access to the TDB flags field with a mutex per
Alexander Bluhm
2021-12-08
Start documenting the locking strategy of struct tdb fields. Note
Alexander Bluhm
2021-12-06
fix odd check in pfi_kif_free()
Alexandr Nedvedicky
2021-12-03
Add tdb_delete_locked() to replace duplicate tdb deletion code in
Tobias Heider
2021-12-03
Add TDB reference counting to ipsp_spd_lookup(). If an output
Alexander Bluhm
2021-12-01
Reintroduce the TDBF_DELETED flag. Checking next pointer to figure
Alexander Bluhm
2021-12-01
mention that the "flags" field in the enchdr is uses m_flags values
Theo de Raadt
2021-12-01
Let ipsp_spd_lookup() return an error instead of a TDB. The TDB
Alexander Bluhm
2021-11-29
Using a void pointer for temporary allocated TDB in pfkeyv2 does
Alexander Bluhm
2021-11-26
Replace TDBF_DELETED flag with check if tdb was already unlinked.
Tobias Heider
2021-11-25
Implement reference counting for IPsec tdbs. Not all cases are
Alexander Bluhm
2021-11-23
Use system uptime not UTC time to calculate PPPoE session duration
Klemens Nanni
2021-11-22
move PFR_TFLAG_CONST test, missed in rev 1.138
Jonathan Gray
2021-11-17
Display DNS information from sppp(4) in ifconfig(8)
Bjorn Ketelaars
2021-11-16
move memory allocations in pfr_add_addrs() outside of NET_LOCK()/PF_LOCK()
Alexandr Nedvedicky
2021-11-12
"netconfigd" is now better known as resolvd(8)
Theo de Raadt
2021-11-11
Do not call ip_deliver() recursively from IPsec. As there is no
Alexander Bluhm
2021-11-11
Allow pfi_kif_get() callers to pre-allocate buffer for new kif. If kif
Alexandr Nedvedicky
2021-11-11
Retire switch(4) it never really was production ready and the OpenFlow
Claudio Jeker
2021-11-10
Give sppp(4) its own RTP_PROPOSAL priority
Bjorn Ketelaars
2021-11-10
sppp(4) - support PPP IPCP extensions for DNS
Bjorn Ketelaars
2021-11-10
whitespace tweak, no functional change.
David Gwynne
2021-11-10
whitespace tweaks, no functional change.
David Gwynne
2021-11-08
whitespace tweak, no functional change
David Gwynne
2021-11-08
whitespace tweaks, no functional change.
David Gwynne
2021-11-08
veb rules are an smr list, so traversal should be in an smr crit section
David Gwynne
2021-10-25
Call a locked variant of tdb_unlink() from tdb_walk(). Fixes a
Alexander Bluhm
2021-10-24
let pf_table.c to use standard way to work with lists
Alexandr Nedvedicky
2021-10-23
There is an m_pullup() down in AH input. As it may free or change
Alexander Bluhm
2021-10-23
Fix double free after allocation failure in bpf(4).
Visa Hankala
2021-10-23
YIELD() in pf_table.c should preempt for ioctl() callers only
Alexandr Nedvedicky
2021-10-22
After deleting hifn(4) the only provider for the LZS compression
Alexander Bluhm
2021-09-14
Add missing kernel lock for Bi-directional Forwarding Detection data.
Vitaliy Makkoveev
2021-09-07
Fix NULL pointer dereference introduced by previous commit.
Vitaliy Makkoveev
2021-09-07
Fix the race between if_detach() and rtm_output().
Vitaliy Makkoveev
[next]