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_cdce.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r290441:
hselasky
2015-11-09
1
-0
/
+1
*
Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...
sbz
2013-01-30
1
-1
/
+1
*
Mark 'ticks', 'time_second', and 'time_uptime' as volatile to prevent the
jhb
2013-01-28
1
-1
/
+3
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-3
/
+3
*
Fix compiler warnings, mostly signed issues,
hselasky
2012-04-02
1
-11
/
+13
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
- Move all USB device ID arrays into so-called sections,
hselasky
2011-06-24
1
-2
/
+8
*
Remove unneeded includes of <sys/linker_set.h>. Other headers that use
jhb
2011-01-11
1
-1
/
+0
*
USB network (NCM driver):
hselasky
2010-10-13
1
-24
/
+118
*
Fix setting of the rx_max and tx_max variables. If the expected buffer size is
thompsa
2010-09-02
1
-4
/
+4
*
Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had
thompsa
2010-04-22
1
-1
/
+1
*
Fix dwSignature for NCM mode and add extra debug output.
thompsa
2009-12-09
1
-6
/
+17
*
Remove overuse of exclamation marks in kernel printfs, there mere fact a
thompsa
2009-11-26
1
-2
/
+2
*
Correct offset calcluation for the NCM implementation.
thompsa
2009-10-15
1
-18
/
+17
*
Add basic support for USB Network Control Model (NCM) v1.0 to if_cdce.c.
thompsa
2009-09-28
1
-26
/
+564
*
- fix CDC ethernet matching order so that the match flags get correct.
alfred
2009-08-24
1
-3
/
+3
*
Sync to p4
thompsa
2009-06-27
1
-1
/
+1
*
Fix a typeo in the frame len function to unbreak the build, make it shorter
thompsa
2009-06-23
1
-1
/
+1
*
- Make struct usb_xfer opaque so that drivers can not access the internals
thompsa
2009-06-23
1
-54
/
+75
*
Fix usb2_find_descriptor function name.
thompsa
2009-06-15
1
-2
/
+2
*
s/usb2_/usb_|usbd_/ on all function names for the USB stack.
thompsa
2009-06-15
1
-38
/
+38
*
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
-21
/
+21
*
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
-3
/
+3
*
Remove USB shutdown methods from device drivers as its the host controllers
thompsa
2009-05-05
1
-12
/
+0
*
MFp4 //depot/projects/usb@159909
thompsa
2009-04-05
1
-50
/
+44
*
MFp4 //depot/projects/usb @159430
thompsa
2009-03-20
1
-1
/
+0
*
Move m_getcl() into its own function. This also fixes a bug where the m_adj for
thompsa
2009-03-08
1
-4
/
+1
*
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
/
+771