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_we.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
-2
/
+2
*
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
*
isa(4) is an indirect bus, which means that drivers that attach to it
matthew
2011-06-20
1
-2
/
+11
*
First pass at removing clauses 3 and 4 from NetBSD licenses.
ray
2008-06-26
1
-8
/
+1
*
old school media handling is no longer used; ok jsg
deraadt
2007-05-08
1
-45
/
+2
*
``it's'' -> ``its'' when the grammar gods require this change.
miod
2007-04-10
1
-2
/
+2
*
remove some NetBSD code.
brad
2006-10-20
1
-17
/
+1
*
ansi
brad
2006-10-20
1
-45
/
+17
*
fix dmesg line wrapping; this was fallout from shortening the ne(4) dmesg
brad
2006-10-01
1
-7
/
+14
*
Do not redefine ALIGNED_POINTER, it comes from <machine/param.h>
miod
2006-07-29
1
-4
/
+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
*
Remove a bogus ALIGNED_POINTER, this is now defined in proper i386 headers.
drahn
2003-04-17
1
-4
/
+1
*
First round of __P removal in sys
millert
2002-03-14
1
-16
/
+16
*
Adjust the way that media is initialized on DP8390-compatibles; from NetBSD.
aaron
2001-03-12
1
-32
/
+40
*
change overriding message
deraadt
2000-04-03
1
-3
/
+3
*
whoops; finally this should work with isapnp *and* non-isapnp
aaron
1998-12-23
1
-3
/
+3
*
a better fix; deraadt@
aaron
1998-12-23
1
-5
/
+5
*
make this driver work again (move _valid assignments out of else{} so they are
aaron
1998-12-23
1
-3
/
+3
*
no debug by default
deraadt
1998-11-28
1
-2
/
+1
*
first attempt at SMC EtherEZ (8416) on isapnp
deraadt
1998-11-28
1
-22
/
+36
*
Use swap16 not bswap16 in OpenBSD
niklas
1998-10-04
1
-2
/
+2
*
Replace the ed driver.
fgsch
1998-09-22
1
-0
/
+1022