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
2024-01-26
Put checksum flags in bpf_hdr to use them in userland dhcpleased.
Jan Klemkow
2024-01-24
tag packets going out a sec interface to prevent route/encap loops.
David Gwynne
2024-01-23
Introduce pipex_iterator(), the special thing to perform
Vitaliy Makkoveev
2024-01-23
Remove `pipex_rd_head6' and `ps6_rn[2]'. They are not used.
Vitaliy Makkoveev
2024-01-18
Use `nowake' as tsleep_nsec(9) ident. It has no corresponding wakeup(9).
Vitaliy Makkoveev
2024-01-11
Use domain name for socket lock.
Alexander Bluhm
2024-01-10
Split UDP PCB table into IPv4 and IPv6.
Alexander Bluhm
2024-01-06
Do not count packets though multicast loopback and simplex interfaces.
Alexander Bluhm
2024-01-06
Take net lock before kernel lock.
Alexander Bluhm
2024-01-01
Protect link between pf and inp with mutex.
Alexander Bluhm
2024-01-01
Call if_counters_alloc() before if_attach().
Vitaliy Makkoveev
2024-01-01
Fix white space in pf.c.
Alexander Bluhm
2023-12-29
Make loopback interface counters MP safe.
Alexander Bluhm
2023-12-28
use RB_FOREACH_SAFE for pf_purge_expired_src_nodes
aisha
2023-12-23
Backout always allocate per-CPU statistics counters for network
Alexander Bluhm
2023-12-22
Always allocate per-CPU statistics counters for network interface
Vitaliy Makkoveev
2023-12-19
Initialize `sc_outputtask' before interface attachment. if_alloc_sadl()
Vitaliy Makkoveev
2023-12-16
Rework pflowioctl() lock dances.
Vitaliy Makkoveev
2023-12-12
slyle(9) fix. No functional changes.
Vitaliy Makkoveev
2023-12-12
Turn `pflowstats' statistics counters into per-CPU counters to make them
Vitaliy Makkoveev
2023-12-11
Turn `pflow_softc' list into SMR list.
Vitaliy Makkoveev
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
[next]