summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/net
Commit message (Expand)AuthorAgeFilesLines
* Add more udav device ID's.hselasky2011-02-191-0/+4
* - Fix build of manual page and inclusion of mos driver into kernel config file.hselasky2011-02-171-3/+7
* Fix build breakage in if_mos.c when USB_DEBUG option is set.hselasky2011-02-161-1/+1
* Add support for new USB to ethernet controller:hselasky2011-02-162-0/+1199
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needmdf2011-01-181-1/+1
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-119-9/+0
* r184610 changed the way how TX frames are handled on AX88178 andyongari2010-12-081-42/+31
* Add initial AX88772A support.yongari2010-11-282-4/+75
* Introduce new macro AXE_IS_178_FAMILY and AXE_IS_772. Includeyongari2010-11-282-13/+26
* Do full controller initialization in axe_reset() for controllersyongari2010-11-281-0/+6
* Make sure to change to currently selected media.yongari2010-11-281-0/+2
* Do not reinitialize controller if it's already running.yongari2010-11-281-0/+3
* Move axe_reset() to axe_init().yongari2010-11-281-2/+2
* Apply GPIO configuration for all CICADA PHYs.yongari2010-11-281-2/+5
* Remove unused struct rue_typekevlo2010-11-151-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
OpenPOWER on IntegriCloud