aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* - Fix Tx queues to USB endpoints mappingKevin Lo2015-12-062-128/+93
* urtwn: fix some regressions after r290630Andriy Voskoboinyk2015-12-052-7/+14
* urtwn(4): add error handling for urtwn_write_X() functions.Andriy Voskoboinyk2015-12-031-97/+241
* urtwn(4): move duplicate code from urtwn_(r92c/r88e)_dma_init()Andriy Voskoboinyk2015-12-031-22/+16
* Add initial support for RTL8152 USB Fast Ethernet. RTL8152 supportsKevin Lo2015-12-013-0/+1506
* urtwn(4): rework ROM reading.Andriy Voskoboinyk2015-11-243-94/+162
* Fix compile warning about shifting signed negative constant.Hans Petter Selasky2015-11-231-1/+1
* Add support for Kana and Eisu keys to the USB keyboard driver.Hans Petter Selasky2015-11-211-2/+8
* urtwn(4): add IBSS mode supportAndriy Voskoboinyk2015-11-102-18/+120
* Update the wsp driver to support newer touch pads, like found inHans Petter Selasky2015-11-102-106/+281
* urtwn(4): fix the build.Andriy Voskoboinyk2015-11-101-1/+9
* urtwn(4): add HOSTAP mode support.Andriy Voskoboinyk2015-11-103-17/+247
* urtwn(4): refactor and fix TX path.Andriy Voskoboinyk2015-11-092-107/+147
* urtwn(4): improve RX filter.Andriy Voskoboinyk2015-11-082-30/+103
* Avoid using the bounce buffer when the source or destination buffer isHans Petter Selasky2015-11-082-39/+143
* Add helper function to check if a USB page cache buffer is properlyHans Petter Selasky2015-11-072-0/+32
* Fix for unaligned IP-header.Hans Petter Selasky2015-11-062-1/+3
* urtwn(4): simplify urtwn_tsf_sync_enable().Andriy Voskoboinyk2015-11-061-22/+1
* net80211: WME callback cleanup in various driversAndriy Voskoboinyk2015-11-053-50/+15
* Revert r290327. The compiler warnings seems to be specific to clang v3.5 only.Hans Petter Selasky2015-11-032-6/+5
* Fix some clang compile warnings.Hans Petter Selasky2015-11-032-5/+6
* Relax the BUS_DMA_KEEP_PG_OFFSET requirement to allow optimisingHans Petter Selasky2015-11-031-2/+6
* Reduce the DWC OTG interrupt load by not reading all the host channelHans Petter Selasky2015-10-301-6/+11
* Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky2015-10-295-2047/+35
* urtwn(4): fix scanning from AUTH stateAndriy Voskoboinyk2015-10-271-30/+47
* urtwn(4): do not filter out control frames in the RX pathAndriy Voskoboinyk2015-10-261-5/+8
* urtwn(4): fix mbuf leak in the TX pathAndriy Voskoboinyk2015-10-241-13/+12
* run(4): convert to ieee80211_tx_complete()Andriy Voskoboinyk2015-10-231-14/+5
* Fix kernel build by restoring a temporary variable which was not yetHans Petter Selasky2015-10-231-0/+1
* urtwn(4): add DBM_ANTNOISE radiotap fieldAndriy Voskoboinyk2015-10-232-2/+5
* - Split one 4-byte R92C_CR register into 2-byte R92C_CR and 1-byte R92C_MSRAndriy Voskoboinyk2015-10-232-26/+32
* urtwn(4): fix the RSSI calculation for RTL8188EU.Andriy Voskoboinyk2015-10-232-13/+9
* urtwn(4): replace hardcoded rate indices with their namesAndriy Voskoboinyk2015-10-223-38/+36
* Initialize radiotap header fields before calling ieee80211_radiotap_rx()Andriy Voskoboinyk2015-10-221-7/+7
* Add quirk for USB 3.0 PCI device.Hans Petter Selasky2015-10-191-0/+3
* Accept any correct frames from any source when MONITOR mode is used.Kevin Lo2015-10-121-0/+13
* net80211 drivers: eliminate any references to sc_rxtap_len/sc_txtap_len (neve...Adrian Chadd2015-10-128-19/+1
* urtwn(4): split *reg and *var parts (no functional change).Adrian Chadd2015-10-123-191/+207
* net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...Adrian Chadd2015-10-129-23/+0
* net80211: separate mbuf cleanup from ieee80211_fragment()Adrian Chadd2015-10-121-18/+2
* Sort function prototypes and add missing 'static' keywords.Kevin Lo2015-10-091-114/+113
* Add support for Fresco Logic USB 3.0 host controller.Kevin Lo2015-10-081-6/+11
* Add quirk for USB 3.0 PCI device.Hans Petter Selasky2015-10-081-0/+1
* Recognise the Netgear WNDA4100 (N900) 3x3 device in run(4).Gavin Atkinson2015-10-082-0/+2
* Replace M_NOWAIT with M_WAITOK for consistency with other wireless drivers.Kevin Lo2015-10-041-4/+1
* Fix max TX power settings for RT5390/RT5392.Kevin Lo2015-10-042-3/+2
* Fix run(4) mbuf queue flushing / freeing.Adrian Chadd2015-10-041-1/+20
* Random zyd(4) fixes to bring TX handling in line with rsu, etcAdrian Chadd2015-10-041-2/+20
* Fix to make compile on gcc-4.2.1 (eg mips, sparc64.)Adrian Chadd2015-10-041-20/+20
* Fix to compile using gcc-4.2 (eg mips, sparc64.)Adrian Chadd2015-10-041-22/+22