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-12-08
Add spaces around '='. style(9) fix, no functional changes.
Vitaliy Makkoveev
2023-12-08
Introduce `sc_mtx' mutex(9) to protect the most of pflow_softc
Vitaliy Makkoveev
2023-12-03
Make rtm_senddesync_timer() timeout(9) handler mpsafe. solock() protects
Vitaliy Makkoveev
2023-12-01
pipex(4) layer is completely mp-safe, move the pipex_timer() timeout(9)
Vitaliy Makkoveev
2023-12-01
Prevent race between pf_test() and pf_purge_expired_states().
Alexandr Nedvedicky
2023-11-29
remove unused VXLANMTU definition
Denis Fondras
2023-11-28
Remove struct inpcb from in6_embedscope() parameters.
Alexander Bluhm
2023-11-23
avoid passing weird mbuf chains to pf when pushing out a veb.
David Gwynne
2023-11-18
ports specified on tunnel destination addresses are invalid.
David Gwynne
2023-11-13
Fix rt_setgate() error handling.
Alexander Bluhm
2023-11-12
Use constant sockaddr in route lookup.
Alexander Bluhm
2023-11-12
Do not modify route info sockaddr in rtm_xaddrs().
Alexander Bluhm
2023-11-12
rt_gateway and rt_gwroute use X protections now.
David Gwynne
2023-11-12
rt_setgate performs a series of tweaks to an rtable and the routes in
David Gwynne
2023-11-11
Pass constant struct sockaddr to interface lookup functions.
Alexander Bluhm
2023-11-11
start documenting the protections or locks needed for struct rtentry fields.
David Gwynne
2023-11-11
Remove unused parameter dst from art_get().
Alexander Bluhm
2023-11-10
rtable_match() takes constant destination.
Alexander Bluhm
2023-11-10
Make ifq and ifiq interface MP safe.
Alexander Bluhm
2023-11-09
Remove delayed timeout(9) initialization. timeout_set*() only assign
Vitaliy Makkoveev
2023-10-27
Forward TCP LRO disabling to parent devices.
Jan Klemkow
2023-10-23
Prevent wg(4) stuck on peer destruction.
Vitaliy Makkoveev
2023-10-12
pflog(4) logs packet dropped by default rule with block.
Alexander Bluhm
2023-10-11
Prevent deref-after-free when tdb_timeout() fires on invalid new tdb.
Tobias Heider
2023-10-10
pf(4) must not pass packet if state cannot be created.
Alexander Bluhm
2023-10-10
Remove dead code in pf_pull_hdr().
Alexander Bluhm
2023-10-08
Revert commitid: KtmyJEoS0WWxmlZ5
Claudio Jeker
2023-10-05
Protect interface queues with read once and mutex.
Alexander Bluhm
2023-10-03
Reinstate setting rtableid based on rdomain for pfsync,
Stuart Henderson
2023-09-29
Make sure pfkeyv2_parsemessage() only returns 0 if the message was
Tobias Heider
2023-09-29
Only forward validated pfkey messages to promiscuous listeners.
Tobias Heider
2023-09-26
Have wg(4) copy the priority from the inner packet to the outer encrypted
Stuart Henderson
2023-09-24
The stage queue should be freeed when wg_peer is destroyed.
YASUOKA Masahiko
2023-09-16
Allow counters_read(9) to take an optional scratch buffer.
Martin Pieuchot
2023-09-08
revert previous
Christian Weisgerber
2023-09-07
pf(4) ignores 'keep state' and 'nat-to' actions for unsolicited
Alexandr Nedvedicky
2023-08-18
INITITIATION_COST -> INITIATION_COST
Jonathan Gray
2023-08-18
maximium -> maximum
Jonathan Gray
2023-08-18
NBPFILTER not NBPF
Jonathan Gray
2023-08-15
scrub the mbuf flowid for packets going out a sec interface.
David Gwynne
2023-08-15
sec_start needs to show bpf the packets going out.
David Gwynne
2023-08-11
better support queuing (hfsc) on sec(4)
David Gwynne
2023-08-10
Table persistent flag (PFR_TFLAG_PERSIST) won't get set
Alexandr Nedvedicky
2023-08-09
remove some uneeded includes
Jonathan Gray
2023-08-08
if sec is being destroyed, prevent it from being brought up again.
David Gwynne
2023-08-08
try to avoid a deadlock between sec_down and sec_send.
David Gwynne
2023-08-07
add a struct sadb_x_iface message for interface SAs
David Gwynne
2023-08-07
add sec(4) to support route based ipsec vpns.
David Gwynne
2023-08-03
Move solock() down to sosetopt(). A part of standalone sblock() work.
Vitaliy Makkoveev
2023-07-31
don't let pfsync send an insert message for a state pfsync just inserted
David Gwynne
[next]