summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/net
Commit message (Expand)AuthorAgeFilesLines
* Sync: merge r215319 through r215395 from ^/head, so ports can actuallydim2010-11-161-5/+0
* Implement ucom_set_pnpinfo_usb() providing ttyname and port numbern_hibma2010-11-051-0/+2
* - Simplify the way unit/subunit allocation is done in ucom.n_hibma2010-11-031-14/+13
* Converted the remainder of the NIC drivers to use the mii_attach()marius2010-10-151-3/+4
* USB network (NCM driver):hselasky2010-10-132-25/+125
* USB Network:hselasky2010-10-132-0/+612
* USB network (UHSO):hselasky2010-10-131-1/+1
* Do not setup interrupt endpoint for axe(4).yongari2010-10-112-34/+0
* RX buffer allocation failure is not an input error. Controlleryongari2010-10-041-1/+1
* Don't count input error twice. uether_rxbuf() already updated thatyongari2010-10-041-4/+3
* Make upper stack know driver's output status. This change increasedyongari2010-10-041-3/+8
* Move updating TX packet counter to the inside of send loop. axe(4)yongari2010-10-041-1/+11
* Add new device ids.sanpei2010-09-211-0/+2
* Reduce the need to accesss struct usb_device by providing functions to accessthompsa2010-09-021-7/+6
* Fix setting of the rx_max and tx_max variables. If the expected buffer size isthompsa2010-09-021-4/+4
* Add GPIO programming for more PHY hardware.thompsa2010-09-022-29/+97
* Add missing MODULE_VERSION() definitions, this resolves problems aroundthompsa2010-09-016-0/+6
* - Support for Globetrotter iCON 452.thompsa2010-07-201-22/+114
* Add new device id.thompsa2010-06-221-0/+1
* Fix possibly wrong bit masking.thompsa2010-05-121-2/+2
* 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
OpenPOWER on IntegriCloud