index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
Commit message (
Expand
)
Author
Age
Files
Lines
*
urtwn(4): rework ROM reading.
avos
2015-11-24
3
-94
/
+162
*
Fix compile warning about shifting signed negative constant.
hselasky
2015-11-23
1
-1
/
+1
*
Add support for Kana and Eisu keys to the USB keyboard driver.
hselasky
2015-11-21
1
-2
/
+8
*
urtwn(4): add IBSS mode support
avos
2015-11-10
2
-18
/
+120
*
Update the wsp driver to support newer touch pads, like found in
hselasky
2015-11-10
2
-106
/
+281
*
urtwn(4): fix the build.
avos
2015-11-10
1
-1
/
+9
*
urtwn(4): add HOSTAP mode support.
avos
2015-11-10
3
-17
/
+247
*
urtwn(4): refactor and fix TX path.
avos
2015-11-09
2
-107
/
+147
*
urtwn(4): improve RX filter.
avos
2015-11-08
2
-30
/
+103
*
Avoid using the bounce buffer when the source or destination buffer is
hselasky
2015-11-08
2
-39
/
+143
*
Add helper function to check if a USB page cache buffer is properly
hselasky
2015-11-07
2
-0
/
+32
*
Fix for unaligned IP-header.
hselasky
2015-11-06
2
-1
/
+3
*
urtwn(4): simplify urtwn_tsf_sync_enable().
avos
2015-11-06
1
-22
/
+1
*
net80211: WME callback cleanup in various drivers
avos
2015-11-05
3
-50
/
+15
*
Revert r290327. The compiler warnings seems to be specific to clang v3.5 only.
hselasky
2015-11-03
2
-6
/
+5
*
Fix some clang compile warnings.
hselasky
2015-11-03
2
-5
/
+6
*
Relax the BUS_DMA_KEEP_PG_OFFSET requirement to allow optimising
hselasky
2015-11-03
1
-2
/
+6
*
Reduce the DWC OTG interrupt load by not reading all the host channel
hselasky
2015-10-30
1
-6
/
+11
*
Finish process of moving the LinuxKPI module into the default kernel build.
hselasky
2015-10-29
5
-2047
/
+35
*
urtwn(4): fix scanning from AUTH state
avos
2015-10-27
1
-30
/
+47
*
urtwn(4): do not filter out control frames in the RX path
avos
2015-10-26
1
-5
/
+8
*
urtwn(4): fix mbuf leak in the TX path
avos
2015-10-24
1
-13
/
+12
*
run(4): convert to ieee80211_tx_complete()
avos
2015-10-23
1
-14
/
+5
*
Fix kernel build by restoring a temporary variable which was not yet
hselasky
2015-10-23
1
-0
/
+1
*
urtwn(4): add DBM_ANTNOISE radiotap field
avos
2015-10-23
2
-2
/
+5
*
- Split one 4-byte R92C_CR register into 2-byte R92C_CR and 1-byte R92C_MSR
avos
2015-10-23
2
-26
/
+32
*
urtwn(4): fix the RSSI calculation for RTL8188EU.
avos
2015-10-23
2
-13
/
+9
*
urtwn(4): replace hardcoded rate indices with their names
avos
2015-10-22
3
-38
/
+36
*
Initialize radiotap header fields before calling ieee80211_radiotap_rx()
avos
2015-10-22
1
-7
/
+7
*
Add quirk for USB 3.0 PCI device.
hselasky
2015-10-19
1
-0
/
+3
*
Accept any correct frames from any source when MONITOR mode is used.
kevlo
2015-10-12
1
-0
/
+13
*
net80211 drivers: eliminate any references to sc_rxtap_len/sc_txtap_len (neve...
adrian
2015-10-12
8
-19
/
+1
*
urtwn(4): split *reg and *var parts (no functional change).
adrian
2015-10-12
3
-191
/
+207
*
net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...
adrian
2015-10-12
9
-23
/
+0
*
net80211: separate mbuf cleanup from ieee80211_fragment()
adrian
2015-10-12
1
-18
/
+2
*
Sort function prototypes and add missing 'static' keywords.
kevlo
2015-10-09
1
-114
/
+113
*
Add support for Fresco Logic USB 3.0 host controller.
kevlo
2015-10-08
1
-6
/
+11
*
Add quirk for USB 3.0 PCI device.
hselasky
2015-10-08
1
-0
/
+1
*
Recognise the Netgear WNDA4100 (N900) 3x3 device in run(4).
gavin
2015-10-08
2
-0
/
+2
*
Replace M_NOWAIT with M_WAITOK for consistency with other wireless drivers.
kevlo
2015-10-04
1
-4
/
+1
*
Fix max TX power settings for RT5390/RT5392.
kevlo
2015-10-04
2
-3
/
+2
*
Fix run(4) mbuf queue flushing / freeing.
adrian
2015-10-04
1
-1
/
+20
*
Random zyd(4) fixes to bring TX handling in line with rsu, etc
adrian
2015-10-04
1
-2
/
+20
*
Fix to make compile on gcc-4.2.1 (eg mips, sparc64.)
adrian
2015-10-04
1
-20
/
+20
*
Fix to compile using gcc-4.2 (eg mips, sparc64.)
adrian
2015-10-04
1
-22
/
+22
*
rum(4): add WME support.
adrian
2015-10-03
3
-15
/
+103
*
run(4): fix WME support (untested).
adrian
2015-10-03
1
-21
/
+22
*
rum(4): fix stats interpretation in rum_ratectl_task()
adrian
2015-10-03
1
-15
/
+20
*
rum(4): set short/long retry limits
adrian
2015-10-03
3
-1
/
+25
*
rum(4): fix sequence number generation.
adrian
2015-10-03
1
-9
/
+26
[next]