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
/
fdt
/
if_dwxe.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
if we run out of mbufs for the rx ring, run a timeout to refill them
dlg
2019-01-03
1
-5
/
+44
*
Give the FDT interrupt API a more generic naming by replacing the
patrick
2018-08-06
1
-2
/
+2
*
Get MAC address from "local-mac-address" property if provided.
kettenis
2018-05-28
1
-2
/
+4
*
Add support for the GMAC on Allwinner R40/V40 SoCs.
kettenis
2018-05-27
1
-7
/
+55
*
Configure tx and rx chain delay based on device tree properties.
kettenis
2018-03-28
1
-1
/
+8
*
Fix stray return; hopefully this makes the internal PHY actually work now.
kettenis
2017-12-13
1
-2
/
+1
*
Add support for the internal PHY on the Allwinner H3. From Stephen Graf.
kettenis
2017-12-10
1
-8
/
+18
*
Fix MDIO_CMD register bit definitions. From Stepen Graf.
kettenis
2017-12-10
1
-6
/
+6
*
Align Rx buffers to prevent unaligned access in the network stack.
kettenis
2017-10-01
1
-2
/
+3
*
The property that points the the attached PHY is called "phy-handle" instead
kettenis
2017-09-30
1
-2
/
+2
*
Add dwxe(4), a driver the Synopsis DesignWare Ethernet controller used
patrick
2017-09-21
1
-0
/
+1280