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
/
arch
/
sparc
/
dev
/
qec.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Celebrate OpenBSD 6.0 release by retiring the sparc port.
tedu
2016-09-01
1
-394
/
+0
*
remove needless malloc cast
mmcc
2016-03-07
1
-3
/
+2
*
Network drivers should not include <net/route.h> or <net/netisr.h>
mpi
2015-11-25
1
-2
/
+1
*
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
*
Add a bus_dma_tag_t for DVMA usage, suitable for use for devices not sitting
miod
2015-03-30
1
-4
/
+5
*
Convert qe(4) et be(4) to if_input().
mpi
2015-03-29
1
-4
/
+2
*
Do the right thing in qec_fix_range() when connected to an sbus(4) without
miod
2015-03-22
1
-15
/
+40
*
<netinet/in_systm.h> is no longer needed.
mpi
2014-07-22
1
-5
/
+1
*
Most network drivers include netinet/in_var.h, but apparently they
bluhm
2013-09-05
1
-2
/
+1
*
Remove bogus LHS casts. makes gcc4 happy.
kettenis
2010-09-05
1
-3
/
+3
*
Don't #include <sys/user.h> into files that don't need the stuff
guenther
2010-06-26
1
-2
/
+1
*
sbus_establish() and the associated linked list in the sbus softc is now only
miod
2006-06-02
1
-4
/
+1
*
some license cleanup
deraadt
2003-06-02
1
-3
/
+1
*
First round of __P removal in sys
millert
2002-03-14
1
-6
/
+6
*
simplify qec_put a bit
jason
2002-02-08
1
-11
/
+7
*
- take advantage of the fact that qe's and be's require qec's and move
jason
2001-01-30
1
-1
/
+100
*
but make it work for multiple cards... i think
deraadt
1999-07-05
1
-3
/
+2
*
calculate ca_offset correctly
deraadt
1999-07-05
1
-2
/
+4
*
save a bit of space; theo.
jason
1998-11-16
1
-3
/
+3
*
Detect cards that require dma that are in non-dma slots and don't allow
jason
1998-11-11
1
-2
/
+24
*
First step at unifying qe & be drivers:
jason
1998-11-02
1
-8
/
+28
*
The qec global reset should only be allowed to happen once per qec card, not
jason
1998-10-21
1
-1
/
+3
*
Support for the qec+qe (SBus QuadEthernet board)
jason
1998-10-19
1
-2
/
+21
*
o Fix up address ranges
jason
1998-08-26
1
-8
/
+96
*
do not print fake slot numbers
deraadt
1998-07-05
1
-2
/
+2
*
map qec registers properly
deraadt
1998-07-05
1
-13
/
+11
*
add qec register info
deraadt
1998-07-04
1
-1
/
+2
*
add support for qec; same basic thing as lebuffer
deraadt
1998-07-04
1
-0
/
+139