index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
if_urtw.c
Age
Commit message (
Expand
)
Author
2022-03-03
usb: usbd_close_pipe never fails. Make it return void.
riastradh
2021-12-31
sys: Use if_init wrapper function.
riastradh
2020-03-15
Define and implement a locking protocol for the ifmedia / mii layers:
thorpej
2020-03-14
revert the 0x% -> %# change for fixed width formats pointed out by uwe.
christos
2020-03-13
PR/55068: sc.dying: Fix printf formats:
christos
2020-01-29
Adopt <net/if_stats.h>.
thorpej
2019-11-28
localify
maxv
2019-09-14
Fix error handling, to prevent kernel crashes when detaching an urtw0
maxv
2018-09-12
Don't have modules depend on bpf; they will find the dependency dynamically
christos
2018-08-02
Fix usb_rem_task_wait API.
riastradh
2018-07-29
Use callout_halt and usb_rem_task_wait in urtw(4).
riastradh
2018-06-26
Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward
msaitoh
2018-01-21
PR kern/52931 Kernel panics with Atheros usb wireless interface
skrll
2016-12-04
Whitespace
skrll
2016-11-25
+#include "opt_usb.h"
skrll
2016-07-14
- Use aprint*() instead of printf() in xxx_attach().
msaitoh
2016-06-10
Introduce m_set_rcvif and m_reset_rcvif
ozaki-r
2016-05-26
Introduce M_CLEARCTX and use it instead of open-coding rcvif
ozaki-r
2016-05-26
Use M_GETCTX
ozaki-r
2016-04-23
Merge nick-nhusb
skrll
2013-10-16
fix incorrect variable use.
christos
2013-01-22
- Add a USBD_MPSAFE flag to usbd_open_pipe. If not set, acquire KERNEL_LOCK
jmcneill
2013-01-05
fix debug variables.
christos
2013-01-05
- need opt_usb.h if depending on USB_DEBUG
christos
2012-12-27
Consistent/Correct error message from failing usbd_set_config.
skrll
2012-05-29
Driver for Realtek RTL8187/RTL8187B 802.11b/g USB wireless adapter, from
christos