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
/
dev
/
isa
/
if_ec.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
we_readmem() and ec_readmem() are inlined, but they can also be static.
deraadt
2017-07-26
1
-3
/
+3
*
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
mpi
2015-11-24
1
-2
/
+1
*
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
mpi
2015-11-24
1
-2
/
+1
*
Make room for media types of the future. Extend the ifmedia word to 64 bits.
stsp
2015-09-11
1
-3
/
+3
*
Fewer <netinet/in_systm.h>
mpi
2014-08-11
1
-5
/
+1
*
Most network drivers include netinet/in_var.h, but apparently they
bluhm
2013-08-07
1
-2
/
+1
*
First pass at removing clauses 3 and 4 from NetBSD licenses.
ray
2008-06-26
1
-8
/
+1
*
remove some NetBSD code.
brad
2006-10-20
1
-13
/
+1
*
ansi
brad
2006-10-20
1
-40
/
+15
*
fix dmesg line wrapping; this was fallout from shortening the ne(4) dmesg
brad
2006-10-01
1
-3
/
+3
*
Do not redefine ALIGNED_POINTER, it comes from <machine/param.h>
miod
2006-07-29
1
-7
/
+1
*
remove netns crud.
henning
2005-06-08
1
-6
/
+1
*
network drivers don't need to include bpfdesc.h
tedu
2004-05-12
1
-2
/
+1
*
First round of __P removal in sys
millert
2002-03-14
1
-14
/
+14
*
Adjust the way that media is initialized on DP8390-compatibles; from NetBSD.
aaron
2001-03-12
1
-9
/
+15
*
Use swap16 not bswap16 in OpenBSD
niklas
1998-10-04
1
-2
/
+2
*
Replace the ed driver.
fgsch
1998-09-22
1
-0
/
+819