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