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
/
usb
/
if_bwfm_usb.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
TX packets, which can be either Ethernet or control packets, must be
patrick
2018-07-17
1
-50
/
+46
*
Don't leak the RX pipe in case we have issues opening the TX pipe.
patrick
2018-05-23
1
-2
/
+2
*
Implement a separate initialization stage so that we can still use
patrick
2018-05-23
1
-15
/
+37
*
Correct order of free(9) in an error case.
patrick
2018-05-16
1
-2
/
+2
*
Implement a BCDC control packet mechanism based on the command request
patrick
2018-05-16
1
-47
/
+65
*
Since the BCDC header has a variable data offset, so the ethernet packet
patrick
2018-02-11
1
-2
/
+1
*
Move bwfm(4) from ifq begin/commit/rollback semantics to the newer
patrick
2018-02-08
1
-3
/
+15
*
Move parsing the BCDC header on RX into a protocol specific RX
patrick
2018-02-07
1
-15
/
+4
*
Do not print that the firmware was successfully loaded in the USB backend
patrick
2018-01-24
1
-2
/
+1
*
Fix indentation.
patrick
2018-01-08
1
-2
/
+2
*
Since the PCI attachment code already uses mbufs for RX packets, we can
patrick
2018-01-03
1
-2
/
+31
*
Initialize all fields in the BCDC protocol, otherwise the controller
patrick
2017-10-21
1
-1
/
+3
*
Don't just return but setup and resubmit the transfer if we're not
patrick
2017-10-19
1
-5
/
+4
*
Don't forget to free the firmware in the error path, and make sure to
patrick
2017-10-19
1
-2
/
+3
*
Similar to other USB based backend drivers, have a list of TX/RX
patrick
2017-10-15
1
-54
/
+171
*
Add bwfm(4), a driver for Broadcom FullMAC WiFi controllers. The
patrick
2017-10-11
1
-0
/
+698