index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-22
Mark interface as MPSAFE
jd/queueboosts
Jason A. Donenfeld
1
-11
/
+11
2020-06-22
Increase if_txmit to 64
Jason A. Donenfeld
1
-0
/
+1
2020-06-22
add missing rcs id
jasper
2
-0
/
+4
2020-06-22
Rework checks for `pppx_ifs' tree modification.
mvs
1
-8
/
+4
2020-06-22
The interface if_ioctl routine must be called with the NET_LOCK() held.
claudio
2
-8
/
+5
2020-06-22
Prevent potencial `state_list' corruption while pppac(4) destroys pipex(4)
mvs
1
-2
/
+4
2020-06-22
deprecate network livelock detection using the softclock.
dlg
1
-38
/
+2
2020-06-21
add wg(4), an in kernel driver for WireGuard vpn communication.
dlg
7
-1
/
+5218
2020-06-21
add IFT_WIREGUARD.
dlg
1
-1
/
+2
2020-06-19
let stoeplitz_to_key take a void * argument instead of uint8_t *.
dlg
2
-4
/
+5
2020-06-18
pass the mbuf with the data separately to the one with the pkthdr to mtap.
dlg
1
-7
/
+15
2020-06-18
add $OpenBSD$ tags
dlg
2
-0
/
+4
2020-06-18
extend the bpf_hdr struct to include some metadata if available.
dlg
2
-34
/
+46
2020-06-18
Combine and replace duplicated code in pipex(4) and pppx(4) by new functions
mvs
3
-256
/
+147
2020-06-18
Introduce stoeplitz_hash_n32() and use it to simplify the hash_ip*
tb
2
-20
/
+14
2020-06-18
The same simplification can be done a second time: widen the type,
tb
1
-39
/
+22
2020-06-18
Now that the calls to stoeplitz_cache_entry() are out of the way, we can
tb
1
-38
/
+9
2020-06-18
The next step is to use that we have cached the result of the matrix
tb
1
-45
/
+49
2020-06-17
make ph_flowid in mbufs 16bits by storing whether it's set in csum_flags.
dlg
10
-45
/
+45
2020-06-17
Remove some of the unnecessary complications in the calculation of the
tb
1
-24
/
+21
2020-06-16
Add a symmetric toeplitz implementation, with integration for nics.
dlg
2
-0
/
+344
2020-06-05
Remove redundant code
denis
1
-2
/
+1
2020-06-04
Fix pfr_kentry_byaddr() to be used for a rule in an anchor. It
yasuoka
1
-41
/
+23
2020-06-02
When the set of ports in an aggr changes, set the aggr capabilities to
jmatthew
1
-13
/
+14
2020-05-31
use ip{,6}_send instead of ip{,6}_output for l2tp and pptp.
dlg
1
-14
/
+4
2020-05-29
Mark the descriptor as dead when starting to destroy it.
mpi
1
-1
/
+2
2020-05-29
dev/rndvar.h no longer has statistical interfaces (removed during various
deraadt
1
-3
/
+1
2020-05-27
Document the various flavors of NET_LOCK() and rename the reader version.
mpi
2
-15
/
+15
2020-05-26
Extract more randomness from mbuf flow
visa
1
-2
/
+3
2020-05-26
Use C99 initializers in 'struct filterops' definitions.
mpi
1
-9
/
+9
2020-05-26
Document which lock protect pipex(4) fields.
mpi
2
-63
/
+76
2020-05-26
Kill unecessary `pppx_ifs_lk' lock.
mpi
1
-14
/
+1
2020-05-22
better wording
dlg
1
-4
/
+4
2020-05-22
white space fixes. no functional change.
dlg
1
-3
/
+3
2020-05-22
mention if_attach_queues().
dlg
1
-10
/
+28
2020-05-22
speeling in comment fix. no functional change.
dlg
1
-3
/
+3
2020-05-21
don't limit the output queue (ifq) length to 1 anymore.
dlg
1
-3
/
+1
2020-05-21
back out 1.38. some bits of the stack aren't ready for it yet.
dlg
1
-7
/
+3
2020-05-20
Use `if_bpf' directly instead of the non-initialized duplicated copy of it.
mpi
2
-11
/
+10
2020-05-20
defer calling !IFXF_MPSAFE driver start routines to the systq
dlg
1
-3
/
+7
2020-05-13
bpf(4): separate descriptor non-blocking status from read timeout
cheloha
2
-10
/
+11
2020-05-13
only pass the IO_NDELAY flag to ifq_deq_sleep as the nbio argument.
dlg
1
-3
/
+3
2020-05-12
Set timeout(9) to refill the receive ring descriptors if the amount of
jan
1
-1
/
+2
2020-04-23
Add support for autmatically moving traffic between rdomains on ipsec(4)
tobhe
4
-25
/
+102
2020-04-20
Don't return stack garbage even if it is going to be
krw
1
-2
/
+2
2020-04-19
fix insufficient input sanitization in pf_rulecopyin() and pf_pool_copyin()
sashan
1
-1
/
+4
2020-04-18
Use MHLEN for the space size of mbuf header. This fixes the panic
yasuoka
1
-3
/
+3
2020-04-15
Do not delete an existing RTF_CACHED entry with the same destination
mpi
1
-2
/
+3
2020-04-12
Stop processing packets under non-exclusive (read) netlock.
mpi
5
-17
/
+17
2020-04-12
make ifpromisc assert that the caller is holding the NET_LOCK.
dlg
1
-1
/
+3
[next]