Age | Commit message (Expand) | Author | Files | Lines |
2014-04-30 | rtl8192cu: Fix unbalanced irq enable in error path of rtl92cu_hw_init() | Ben Hutchings | 1 | -1/+1 |
2014-04-30 | rtlwifi: rtl8192se: Fix regression due to commit 1bf4bbb | Larry Finger | 1 | -0/+6 |
2014-04-22 | rtlwifi: rtl8188ee: initialize packet_beacon | Colin Ian King | 1 | -1/+1 |
2014-04-09 | rtlwifi: btcoexist: remove undefined Kconfig macros | Paul Bolle | 1 | -10/+0 |
2014-03-31 | rtlwifi: rtl8188ee: enable MSI interrupts mode | Adam Lee | 1 | -0/+1 |
2014-03-31 | rtlwifi: add MSI interrupts mode support | Adam Lee | 1 | -2/+63 |
2014-03-27 | rtlwifi: Remove casts of pointer to same type | Joe Perches | 15 | -137/+118 |
2014-03-27 | rtlwifi: Remove addressof casts to same type | Joe Perches | 4 | -15/+12 |
2014-03-13 | rtlwifi: rtl8723be: Fix array dimension problems | Larry Finger | 1 | -5/+9 |
2014-03-06 | rtlwifi: rtl8723be: Fix smatch warnings | Larry Finger | 2 | -9/+1 |
2014-03-06 | rtlwifi: rtl8723be: Fix sparse errors | Larry Finger | 2 | -3/+2 |
2014-03-06 | rtlwifi: rtl8192ce: Handle unused switch case | Larry Finger | 1 | -1/+3 |
2014-03-06 | rtlwifi: rtl8723ae: Fix too long disable of IRQs | Larry Finger | 1 | -3/+15 |
2014-03-06 | rtlwifi: rtl8188ee: Fix too long disable of IRQs | Larry Finger | 1 | -4/+16 |
2014-03-06 | rtlwifi: rtl8192se: Fix too long disable of IRQs | Larry Finger | 1 | -6/+21 |
2014-03-06 | rtlwifi: rtl8192cu: Fix too long disable of IRQs | Larry Finger | 1 | -1/+14 |
2014-03-06 | rtlwifi: rtl8723be: rtl8723com: Remove unused allow_all_destaddr functions | Larry Finger | 2 | -2/+1 |
2014-03-06 | rtlwifi: Move common routines to core | Larry Finger | 31 | -725/+520 |
2014-03-06 | rtlwifi: rtl8192ce: rtl8192cu: rtl8192de: rtl8192se: rtl8723ae: rtl8723be: rt... | Larry Finger | 19 | -78/+282 |
2014-03-04 | rtlwifi: rtl8723be: Add new driver | Larry Finger | 27 | -3/+14065 |
2014-03-04 | rtlwifi: rtl8723ae: rtl8723-common: Copy common dynamic power management code | Larry Finger | 6 | -41/+106 |
2014-03-04 | rtlwifi: rtl8723ae: rtl8723-common: Copy common firmware code | Larry Finger | 11 | -805/+142 |
2014-03-04 | rtlwifi: rtl8723ae: rtl8723-common: Create new driver for common code | Larry Finger | 10 | -469/+555 |
2014-03-04 | rtlwifi: Prepare existing drivers for new driver | Larry Finger | 14 | -143/+215 |
2014-03-04 | rtlwifi: btcoexist: Add new mini driver | Larry Finger | 14 | -1/+6847 |
2014-03-04 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2 | -3/+17 |
2014-02-28 | rtlwifi: Remove redundant if clause | Heinrich Schuchardt | 1 | -1/+1 |
2014-02-25 | rtlwifi: properly apply filter flags | Peter Wu | 1 | -22/+30 |
2014-02-25 | rtlwifi: avoid accessing RCR directly | Peter Wu | 6 | -10/+19 |
2014-02-13 | rtlwifi: Fix incorrect return from rtl_ps_enable_nic() | Olivier Langlois | 1 | -1/+1 |
2014-02-13 | rtlwifi: rtl8192ce: Fix too long disable of IRQs | Olivier Langlois | 1 | -2/+16 |
2014-02-05 | mac80211: add length check in ieee80211_is_robust_mgmt_frame() | Johannes Berg | 4 | -4/+4 |
2014-02-05 | mac80211: remove module handling from rate control ops | Johannes Berg | 1 | -1/+0 |
2014-02-05 | mac80211: make rate control ops const | Johannes Berg | 1 | -1/+1 |
2014-01-17 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2 | -1/+1 |
2014-01-13 | rtlwifi: rtl8192cu: Add new device ID | Larry Finger | 1 | -0/+1 |
2014-01-13 | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 1 | -1/+0 |
2014-01-10 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2 | -4/+4 |
2014-01-08 | mac80211: remove channel_change_time | Johannes Berg | 1 | -1/+0 |
2014-01-07 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+3 |
2014-01-06 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -1/+3 |
2014-01-04 | rtlwifi: use ether_addr_equal_64bits | Julia Lawall | 2 | -4/+4 |
2013-12-26 | rtlwifi: slight optimization of addr compare | dingtianhong | 1 | -2/+2 |
2013-12-17 | rtlwifi: pci: Fix oops on driver unload | Larry Finger | 1 | -1/+3 |
2013-12-10 | rtlwifi: rtl8192c-common: Fix sparse warning | Larry Finger | 1 | -1/+1 |
2013-12-05 | rtlwifi: rtl8188ee: Fix typo in code | Larry Finger | 1 | -1/+1 |
2013-12-05 | rtlwifi: rtl8192cu: Update table.c | Mark Cave-Ayland | 1 | -20/+20 |
2013-12-05 | rtlwifi: rtl8192cu: Bring rtl92cu_phy_bb_config() up to date | Mark Cave-Ayland | 1 | -1/+5 |
2013-12-05 | rtlwifi: Bring _rtl92c_phy_iq_calibrate() in line with the vendor driver | Mark Cave-Ayland | 2 | -12/+29 |
2013-12-05 | rtlwifi: rtl8192c: Update dynamic gain calculations | Larry Finger | 1 | -98/+193 |