index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
wlan
/
if_upgt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove overuse of exclamation marks in kernel printfs, there mere fact a
thompsa
2009-11-26
1
-14
/
+14
*
fixes a TX hang that could be possible to happen when the trasfers are
weongyo
2009-10-14
1
-0
/
+3
*
Remove redundant locking.
alfred
2009-08-24
1
-2
/
+0
*
Temporarily revert the new-bus locking for 8.0 release. It will be
jhb
2009-08-20
1
-2
/
+2
*
Make the newbus subsystem Giant free by adding the new newbus sxlock.
attilio
2009-08-02
1
-2
/
+2
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-2
/
+0
*
- Make struct usb_xfer opaque so that drivers can not access the internals
thompsa
2009-06-23
1
-22
/
+19
*
s/usb2_/usb_|usbd_/ on all function names for the USB stack.
thompsa
2009-06-15
1
-16
/
+16
*
s/usb2_/usb_/ on all typedefs for the USB stack.
thompsa
2009-05-29
1
-2
/
+2
*
s/usb2_/usb_/ on all C structs for the USB stack.
thompsa
2009-05-28
1
-10
/
+10
*
Print out device attachment.
thompsa
2009-05-21
1
-0
/
+1
*
- rename usb2_mode to usb_mode [1]
thompsa
2009-05-21
1
-1
/
+1
*
Overhaul monitor mode handling:
sam
2009-05-20
1
-21
/
+11
*
try to unsetup USB xfers before calling ieee80211_ifdetach() to fix a
weongyo
2009-05-20
1
-1
/
+1
*
ports upgt(4) driver for USB2.
weongyo
2009-05-11
1
-0
/
+2404