summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* urtwn(4): rework ROM reading.avos2015-11-243-94/+162
* Fix compile warning about shifting signed negative constant.hselasky2015-11-231-1/+1
* Add support for Kana and Eisu keys to the USB keyboard driver.hselasky2015-11-211-2/+8
* urtwn(4): add IBSS mode supportavos2015-11-102-18/+120
* Update the wsp driver to support newer touch pads, like found inhselasky2015-11-102-106/+281
* urtwn(4): fix the build.avos2015-11-101-1/+9
* urtwn(4): add HOSTAP mode support.avos2015-11-103-17/+247
* urtwn(4): refactor and fix TX path.avos2015-11-092-107/+147
* urtwn(4): improve RX filter.avos2015-11-082-30/+103
* Avoid using the bounce buffer when the source or destination buffer ishselasky2015-11-082-39/+143
* Add helper function to check if a USB page cache buffer is properlyhselasky2015-11-072-0/+32
* Fix for unaligned IP-header.hselasky2015-11-062-1/+3
* urtwn(4): simplify urtwn_tsf_sync_enable().avos2015-11-061-22/+1
* net80211: WME callback cleanup in various driversavos2015-11-053-50/+15
* Revert r290327. The compiler warnings seems to be specific to clang v3.5 only.hselasky2015-11-032-6/+5
* Fix some clang compile warnings.hselasky2015-11-032-5/+6
* Relax the BUS_DMA_KEEP_PG_OFFSET requirement to allow optimisinghselasky2015-11-031-2/+6
* Reduce the DWC OTG interrupt load by not reading all the host channelhselasky2015-10-301-6/+11
* Finish process of moving the LinuxKPI module into the default kernel build.hselasky2015-10-295-2047/+35
* urtwn(4): fix scanning from AUTH stateavos2015-10-271-30/+47
* urtwn(4): do not filter out control frames in the RX pathavos2015-10-261-5/+8
* urtwn(4): fix mbuf leak in the TX pathavos2015-10-241-13/+12
* run(4): convert to ieee80211_tx_complete()avos2015-10-231-14/+5
* Fix kernel build by restoring a temporary variable which was not yethselasky2015-10-231-0/+1
* urtwn(4): add DBM_ANTNOISE radiotap fieldavos2015-10-232-2/+5
* - Split one 4-byte R92C_CR register into 2-byte R92C_CR and 1-byte R92C_MSRavos2015-10-232-26/+32
* urtwn(4): fix the RSSI calculation for RTL8188EU.avos2015-10-232-13/+9
* urtwn(4): replace hardcoded rate indices with their namesavos2015-10-223-38/+36
* Initialize radiotap header fields before calling ieee80211_radiotap_rx()avos2015-10-221-7/+7
* Add quirk for USB 3.0 PCI device.hselasky2015-10-191-0/+3
* Accept any correct frames from any source when MONITOR mode is used.kevlo2015-10-121-0/+13
* net80211 drivers: eliminate any references to sc_rxtap_len/sc_txtap_len (neve...adrian2015-10-128-19/+1
* urtwn(4): split *reg and *var parts (no functional change).adrian2015-10-123-191/+207
* net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...adrian2015-10-129-23/+0
* net80211: separate mbuf cleanup from ieee80211_fragment()adrian2015-10-121-18/+2
* Sort function prototypes and add missing 'static' keywords.kevlo2015-10-091-114/+113
* Add support for Fresco Logic USB 3.0 host controller.kevlo2015-10-081-6/+11
* Add quirk for USB 3.0 PCI device.hselasky2015-10-081-0/+1
* Recognise the Netgear WNDA4100 (N900) 3x3 device in run(4).gavin2015-10-082-0/+2
* Replace M_NOWAIT with M_WAITOK for consistency with other wireless drivers.kevlo2015-10-041-4/+1
* Fix max TX power settings for RT5390/RT5392.kevlo2015-10-042-3/+2
* Fix run(4) mbuf queue flushing / freeing.adrian2015-10-041-1/+20
* Random zyd(4) fixes to bring TX handling in line with rsu, etcadrian2015-10-041-2/+20
* Fix to make compile on gcc-4.2.1 (eg mips, sparc64.)adrian2015-10-041-20/+20
* Fix to compile using gcc-4.2 (eg mips, sparc64.)adrian2015-10-041-22/+22
* rum(4): add WME support.adrian2015-10-033-15/+103
* run(4): fix WME support (untested).adrian2015-10-031-21/+22
* rum(4): fix stats interpretation in rum_ratectl_task()adrian2015-10-031-15/+20
* rum(4): set short/long retry limitsadrian2015-10-033-1/+25
* rum(4): fix sequence number generation.adrian2015-10-031-9/+26
OpenPOWER on IntegriCloud