| Commit message (Expand) | Author | Age | Files | Lines |
* | rtlwifi: rtl818x: Move drivers into new realtek directory | Larry Finger | 2015-10-14 | 1 | -1188/+0 |
* | rtlwifi: rtl8192cu: Fix kernel deadlock | Larry Finger | 2015-04-28 | 1 | -1/+1 |
* | rtlwifi: Modify some USB de-initialize code. | Taehee Yoo | 2015-02-27 | 1 | -4/+7 |
* | rtl8192cu: Call ieee80211_register_hw from rtl_usb_probe | Karsten Wiese | 2014-10-23 | 1 | -0/+11 |
* | rtlwifi: rtl8188ee: rtl8723ae: rtl8821ae: Initialize some variables | Larry Finger | 2014-09-30 | 1 | -2/+2 |
* | rtlwifi: rtl8192ce: rtl8192cu: rtl8192de: rtl8192se: rtl8723ae: rtl8723be: rt... | Larry Finger | 2014-03-06 | 1 | -1/+1 |
* | rtlwifi: Prepare existing drivers for new driver | Larry Finger | 2014-03-04 | 1 | -1/+1 |
* | rtlwifi: Update beacon statistics for USB driver | Larry Finger | 2013-12-05 | 1 | -0/+2 |
* | rtlwifi: Increase the RX queue length for USB drivers | Larry Finger | 2013-12-05 | 1 | -1/+1 |
* | rtlwifi: Remove unused calls to rtl_is_special_data() | Larry Finger | 2013-12-05 | 1 | -4/+0 |
* | rtlwifi: Fix smatch warnings in usb.c | Larry Finger | 2013-10-03 | 1 | -2/+4 |
* | rtlwifi: Fix build errors for unusual cases | Larry Finger | 2013-07-18 | 1 | -0/+7 |
* | rtlwifi: Initialize power-setting callback for USB devices | Larry Finger | 2013-07-17 | 1 | -0/+2 |
* | rtlwifi: rtl8192cu: Fix problem in connecting to WEP or WPA(1) networks | Larry Finger | 2013-06-12 | 1 | -0/+13 |
* | rtlwifi: rtl8192cu: Fix false loss of AP indication | Larry Finger | 2013-04-26 | 1 | -0/+3 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-03-29 | 1 | -0/+1 |
|\ |
|
| * | rtlwifi: usb: add missing freeing of skbuff | Jussi Kivilinna | 2013-03-18 | 1 | -0/+1 |
* | | rtlwifi: usb: add NET_IP_ALIGN padding to RX skb when needed | Jussi Kivilinna | 2013-03-25 | 1 | -1/+40 |
* | | rtlwifi: usb: defer rx processing to tasklet | Jussi Kivilinna | 2013-03-25 | 1 | -13/+47 |
* | | rtlwifi: usb: remove extra skb copy on RX path | Jussi Kivilinna | 2013-03-25 | 1 | -15/+4 |
* | | rtlwifi: usb: use usb_alloc_coherent for RX buffers | Jussi Kivilinna | 2013-03-25 | 1 | -47/+67 |
* | | wireless:rtlwifi: replaced kmalloc+memcpy with kmemdup | Andrei Epure | 2013-03-11 | 1 | -2/+1 |
|/ |
|
* | rtlwifi: usb: allocate URB control message setup_packet and data buffer separ... | Jussi Kivilinna | 2013-02-18 | 1 | -16/+28 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-02-14 | 1 | -2/+2 |
|\ |
|
| * | rtlwifi: Fix the usage of the wrong variable in usb.c | Larry Finger | 2013-01-28 | 1 | -2/+2 |
* | | rtlwifi: rtl8192cu: Fix NULL dereference BUG when using new_id | Larry Finger | 2013-02-08 | 1 | -2/+3 |
* | | rtlwifi: Fix warnings in usb.c | Larry Finger | 2013-02-01 | 1 | -4/+0 |
|/ |
|
* | rtlwifi: Don't leak on error in _rtl_usb_receive() | Jesper Juhl | 2013-01-02 | 1 | -0/+1 |
* | rtlwifi: fix incorrect use of usb_alloc_coherent with usb_control_msg | Jussi Kivilinna | 2013-01-02 | 1 | -4/+3 |
* | rtlwifi: remove __dev* attributes | Bill Pemberton | 2012-12-06 | 1 | -1/+1 |
* | rtlwifi: pass rx setup error code to caller | Christian Lamparter | 2012-10-24 | 1 | -1/+1 |
* | rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192se: Remove sparse warnings | Larry Finger | 2012-09-07 | 1 | -1/+1 |
* | mac80211: move TX station pointer and restructure TX | Thomas Huehn | 2012-07-31 | 1 | -5/+10 |
* | rtlwifi: rtl8192cu: Change buffer allocation for synchronous reads | Larry Finger | 2012-07-12 | 1 | -3/+11 |
* | rtlwifi: fix for race condition when firmware is cached | Larry Finger | 2012-05-14 | 1 | -5/+5 |
* | rtlwifi: Preallocate USB read buffers and eliminate kalloc in read routine | Larry Finger | 2012-04-11 | 1 | -18/+16 |
* | rtlwifi: Remove extraneous value return | Larry Finger | 2012-03-05 | 1 | -3/+2 |
* | rtlwifi: Detect misread of end-point count | Larry Finger | 2012-03-05 | 1 | -3/+10 |
* | rtlwifi: Convert to asynchronous firmware load | Larry Finger | 2012-01-30 | 1 | -20/+14 |
* | rtlwifi: Move pr_fmt macros to a single location | Larry Finger | 2012-01-30 | 1 | -5/+2 |
* | rtlwifi: Update copyright dates | Larry Finger | 2012-01-24 | 1 | -1/+1 |
* | rtlwifi: rtl8192c_common: rtl8192de: Check for allocation failures | Larry Finger | 2012-01-24 | 1 | -5/+7 |
* | rtlwifi: Convert RT_ASSERT macro to use ##__VA_ARGS__ | Joe Perches | 2012-01-24 | 1 | -1/+1 |
* | rtlwifi: Convert RT_TRACE macro to use ##__VA_ARGS__ | Joe Perches | 2012-01-24 | 1 | -19/+18 |
* | rtlwifi: Neaten RT_ASSERT, RT_TRACE, RTPRINT, RT_PRINT_DATA macros | Joe Perches | 2012-01-24 | 1 | -3/+3 |
* | rtlwifi: squash warning in _usb_read_sync | John W. Linville | 2011-11-22 | 1 | -2/+3 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | John W. Linville | 2011-11-22 | 1 | -0/+1 |
|\ |
|
| * | drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker | 2011-11-01 | 1 | -0/+1 |
* | | rtlwifi: rtl8192cu: Fix endianian issues | Larry Finger | 2011-11-21 | 1 | -5/+7 |
* | | rtlwifi: rtl8192cu: Change firmware upload to use block writes | Larry Finger | 2011-11-21 | 1 | -1/+25 |