summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/net
Commit message (Expand)AuthorAgeFilesLines
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-032-4/+4
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-227-7/+7
* Grammar nits.thompsa2010-01-141-6/+6
* Update to Fredrik's latest uhso driver. This changes port detection, addsthompsa2010-01-131-91/+151
* Add a driver by Fredrik Lindberg for Option HSDPA USB devices. These differthompsa2010-01-131-0/+1754
* Use macros to strip off USB_VENDOR_ and USB_PRODUCT_ from some id tables to makethompsa2009-12-264-131/+138
* Fix dwSignature for NCM mode and add extra debug output.thompsa2009-12-091-6/+17
* Add new device ids.thompsa2009-12-091-0/+1
* Remove overuse of exclamation marks in kernel printfs, there mere fact athompsa2009-11-267-10/+10
* Correct offset calcluation for the NCM implementation.thompsa2009-10-151-18/+17
* Allow setting of MAC address for AXE based ethernet adapters.thompsa2009-09-281-4/+5
* Increase the rx buffer size to 16384 bytes, this increases RX performance fromthompsa2009-09-281-29/+26
* Add basic support for USB Network Control Model (NCM) v1.0 to if_cdce.c.thompsa2009-09-282-27/+591
* - fix CDC ethernet matching order so that the match flags get correct.alfred2009-08-241-3/+3
* We used force all of the GPIO pins low first and thenalfred2009-08-241-5/+8
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-7/+4
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-021-4/+7
* Sync to p4thompsa2009-06-271-1/+1
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-266-12/+12
* 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-238-295/+450
* Fix usb2_find_descriptor function name.thompsa2009-06-151-2/+2
* Fix _USB2_* refernces in the header protection defines.thompsa2009-06-151-3/+3
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-1513-361/+361
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-299-95/+95
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-2816-242/+242
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.thompsa2009-05-217-14/+14
* - rename usb2_mode to usb_mode [1]thompsa2009-05-217-9/+9
* Remove USB shutdown methods from device drivers as its the host controllersthompsa2009-05-059-122/+0
* MFp4 //depot/projects/usb@159909thompsa2009-04-058-111/+106
* 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-083-7/+18
* Fix endian conversion from htole16 to htole32.thompsa2009-03-081-1/+1
* Rename the ushub device class back to uhub as it was in the old usb stack,thompsa2009-03-027-7/+7
* Also use proper capitalisation of FreeBSD in other source files.ed2009-02-241-2/+2
* Move the new USB stack into its new home.thompsa2009-02-2317-0/+8519
OpenPOWER on IntegriCloud