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
2020-07-04
It's been agreed upon that global locks should be expressed using
anton
2020-07-04
Permit the stack to check transport and network checksums. Although the link
Richard Procter
2020-06-30
Remove unused declaration.
mvs
2020-06-30
Add size to free(9) call
kn
2020-06-28
state import should accept AF_INET/AF_INET6 only
Alexandr Nedvedicky
2020-06-24
kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)
cheloha
2020-06-24
Fix `IFF_RUNNING' bit handling for pppx(4) and pppac(4).
mvs
2020-06-23
Enable MPSAFE start routine to keep encryption workers more active.
tobhe
2020-06-23
Increase TX mitigation backlog size for increased throughput.
tobhe
2020-06-22
add missing rcs id
Jasper Lievisse Adriaanse
2020-06-22
Rework checks for `pppx_ifs' tree modification.
mvs
2020-06-22
The interface if_ioctl routine must be called with the NET_LOCK() held.
Claudio Jeker
2020-06-22
Prevent potencial `state_list' corruption while pppac(4) destroys pipex(4)
mvs
2020-06-22
deprecate network livelock detection using the softclock.
David Gwynne
2020-06-21
add wg(4), an in kernel driver for WireGuard vpn communication.
David Gwynne
2020-06-21
add IFT_WIREGUARD.
David Gwynne
2020-06-19
let stoeplitz_to_key take a void * argument instead of uint8_t *.
David Gwynne
2020-06-18
pass the mbuf with the data separately to the one with the pkthdr to mtap.
David Gwynne
2020-06-18
add $OpenBSD$ tags
David Gwynne
2020-06-18
extend the bpf_hdr struct to include some metadata if available.
David Gwynne
2020-06-18
Combine and replace duplicated code in pipex(4) and pppx(4) by new functions
mvs
2020-06-18
Introduce stoeplitz_hash_n32() and use it to simplify the hash_ip*
Theo Buehler
2020-06-18
The same simplification can be done a second time: widen the type,
Theo Buehler
2020-06-18
Now that the calls to stoeplitz_cache_entry() are out of the way, we can
Theo Buehler
2020-06-18
The next step is to use that we have cached the result of the matrix
Theo Buehler
2020-06-17
make ph_flowid in mbufs 16bits by storing whether it's set in csum_flags.
David Gwynne
2020-06-17
Remove some of the unnecessary complications in the calculation of the
Theo Buehler
2020-06-16
Add a symmetric toeplitz implementation, with integration for nics.
David Gwynne
2020-06-05
Remove redundant code
denis
2020-06-04
Fix pfr_kentry_byaddr() to be used for a rule in an anchor. It
YASUOKA Masahiko
2020-06-02
When the set of ports in an aggr changes, set the aggr capabilities to
Jonathan Matthew
2020-05-31
use ip{,6}_send instead of ip{,6}_output for l2tp and pptp.
David Gwynne
2020-05-29
Mark the descriptor as dead when starting to destroy it.
Martin Pieuchot
2020-05-29
dev/rndvar.h no longer has statistical interfaces (removed during various
Theo de Raadt
2020-05-27
Document the various flavors of NET_LOCK() and rename the reader version.
Martin Pieuchot
2020-05-26
Extract more randomness from mbuf flow
Visa Hankala
2020-05-26
Use C99 initializers in 'struct filterops' definitions.
Martin Pieuchot
2020-05-26
Document which lock protect pipex(4) fields.
Martin Pieuchot
2020-05-26
Kill unecessary `pppx_ifs_lk' lock.
Martin Pieuchot
2020-05-22
better wording
David Gwynne
2020-05-22
white space fixes. no functional change.
David Gwynne
2020-05-22
mention if_attach_queues().
David Gwynne
2020-05-22
speeling in comment fix. no functional change.
David Gwynne
2020-05-21
don't limit the output queue (ifq) length to 1 anymore.
David Gwynne
2020-05-21
back out 1.38. some bits of the stack aren't ready for it yet.
David Gwynne
2020-05-20
Use `if_bpf' directly instead of the non-initialized duplicated copy of it.
Martin Pieuchot
2020-05-20
defer calling !IFXF_MPSAFE driver start routines to the systq
David Gwynne
2020-05-13
bpf(4): separate descriptor non-blocking status from read timeout
cheloha
2020-05-13
only pass the IO_NDELAY flag to ifq_deq_sleep as the nbio argument.
David Gwynne
2020-05-12
Set timeout(9) to refill the receive ring descriptors if the amount of
jan
[next]