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
/
ic
/
malo.c
Age
Commit message (
Expand
)
Author
2018-12-14
use callout_destroy in malo_detach, not callout_stop
jakllsch
2018-12-14
always use correct function to free our copy of the microcode
jakllsch
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2018-06-26
Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward
msaitoh
2018-06-26
bpf_mtap*() after ieee80211_encap() should be bpf_mtap3() rather than
msaitoh
2017-10-23
If if_initialize() failed in the attach function, free resources and return.
msaitoh
2017-02-02
wlan interfaces make interrupt routine running on softint context.
nonaka
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-03-11
malo_rx_desc::status is uint8_t, so don't try to endian-twiddle it
macallan
2016-03-11
PR/50948: David Binderman: Fix misplaced parens
christos
2012-08-05
Add pmf(9) handler to malo(4) wireless driver
degroote
2012-07-30
Add missing $NetBSD$ tags and __KERNEL_RCSID().
degroote
2012-07-30
Add malo(4)@pci driver for Marvell Libertas wireless adaptor
degroote