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
/
net
/
if_rue.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dev/usb: minor spelling fixes in comments.
pfg
2016-05-02
1
-1
/
+1
*
Create a USB_PNP_INFO and use it to export the existing PNP
imp
2015-12-11
1
-0
/
+1
*
Make a bunch of USB debug SYSCTLs tunable, so that their value(s) can
hselasky
2015-01-05
1
-1
/
+1
*
Mechanically convert to if_inc_counter().
glebius
2014-09-18
1
-7
/
+7
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+4
*
- Use the consistenly PHY-specific reset routine PHY_RESET() rather than
kevlo
2013-06-14
1
-2
/
+3
*
- Change the module order of these MAC drivers to be last so they are
marius
2012-05-11
1
-2
/
+3
*
Fix compiler warnings, mostly signed issues,
hselasky
2012-04-02
1
-1
/
+1
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
1
-4
/
+1
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.
yongari
2011-10-17
1
-1
/
+1
*
Only the USB root HUB thread is allowed to attach and detach drivers
hselasky
2011-07-18
1
-1
/
+0
*
- Move all USB device ID arrays into so-called sections,
hselasky
2011-06-24
1
-1
/
+1
*
- Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOP
marius
2011-05-03
1
-6
/
+3
*
Remove unneeded includes of <sys/linker_set.h>. Other headers that use
jhb
2011-01-11
1
-1
/
+0
*
Add missing MODULE_VERSION() definitions, this resolves problems around
thompsa
2010-09-01
1
-0
/
+1
*
Add new device id.
thompsa
2010-06-22
1
-0
/
+1
*
Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had
thompsa
2010-04-22
1
-1
/
+1
*
Remove overuse of exclamation marks in kernel printfs, there mere fact a
thompsa
2009-11-26
1
-2
/
+2
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-2
/
+2
*
- Make struct usb_xfer opaque so that drivers can not access the internals
thompsa
2009-06-23
1
-38
/
+62
*
s/usb2_/usb_|usbd_/ on all function names for the USB stack.
thompsa
2009-06-15
1
-42
/
+42
*
s/usb2_/usb_/ on all typedefs for the USB stack.
thompsa
2009-05-29
1
-11
/
+11
*
s/usb2_/usb_/ on all C structs for the USB stack.
thompsa
2009-05-28
1
-20
/
+20
*
Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.
thompsa
2009-05-21
1
-2
/
+2
*
- rename usb2_mode to usb_mode [1]
thompsa
2009-05-21
1
-1
/
+1
*
Remove USB shutdown methods from device drivers as its the host controllers
thompsa
2009-05-05
1
-16
/
+0
*
MFp4 //depot/projects/usb@159909
thompsa
2009-04-05
1
-11
/
+11
*
Rename the ushub device class back to uhub as it was in the old usb stack,
thompsa
2009-03-02
1
-1
/
+1
*
Move the new USB stack into its new home.
thompsa
2009-02-23
1
-0
/
+913