summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/net/if_cdce.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r290441:hselasky2015-11-091-0/+1
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+1
* Mark 'ticks', 'time_second', and 'time_uptime' as volatile to prevent thejhb2013-01-281-1/+3
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-3/+3
* Fix compiler warnings, mostly signed issues,hselasky2012-04-021-11/+13
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* - Move all USB device ID arrays into so-called sections,hselasky2011-06-241-2/+8
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
* USB network (NCM driver):hselasky2010-10-131-24/+118
* Fix setting of the rx_max and tx_max variables. If the expected buffer size isthompsa2010-09-021-4/+4
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-221-1/+1
* Fix dwSignature for NCM mode and add extra debug output.thompsa2009-12-091-6/+17
* Remove overuse of exclamation marks in kernel printfs, there mere fact athompsa2009-11-261-2/+2
* Correct offset calcluation for the NCM implementation.thompsa2009-10-151-18/+17
* Add basic support for USB Network Control Model (NCM) v1.0 to if_cdce.c.thompsa2009-09-281-26/+564
* - fix CDC ethernet matching order so that the match flags get correct.alfred2009-08-241-3/+3
* Sync to p4thompsa2009-06-271-1/+1
* Fix a typeo in the frame len function to unbreak the build, make it shorterthompsa2009-06-231-1/+1
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-54/+75
* Fix usb2_find_descriptor function name.thompsa2009-06-151-2/+2
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-38/+38
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-11/+11
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-21/+21
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.thompsa2009-05-211-2/+2
* - rename usb2_mode to usb_mode [1]thompsa2009-05-211-3/+3
* Remove USB shutdown methods from device drivers as its the host controllersthompsa2009-05-051-12/+0
* MFp4 //depot/projects/usb@159909thompsa2009-04-051-50/+44
* MFp4 //depot/projects/usb @159430thompsa2009-03-201-1/+0
* Move m_getcl() into its own function. This also fixes a bug where the m_adj forthompsa2009-03-081-4/+1
* Rename the ushub device class back to uhub as it was in the old usb stack,thompsa2009-03-021-1/+1
* Move the new USB stack into its new home.thompsa2009-02-231-0/+771
OpenPOWER on IntegriCloud