Age | Commit message (Expand) | Author | Files | Lines |
2012-04-16 | rtlwifi: rtl8192ce: Remove false positives for kmemleak | Larry Finger | 2 | -0/+5 |
2012-04-12 | rtl8192de: Recognize 92D E-CUT version. | Forest Bond | 1 | -1/+5 |
2012-04-12 | rtl8192de: Clean up and fix 92D cut version constants and macros. | Forest Bond | 1 | -9/+7 |
2012-04-12 | rtlwifi: support for Belkin Surf N300 XR | Lorenzo Bianconi | 1 | -0/+1 |
2012-04-12 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2 | -7/+4 |
2012-04-12 | wireless: Remove unnecessary ; from while (0) macros | Joe Perches | 4 | -21/+7 |
2012-04-11 | rtlwifi: Add missing DMA buffer unmapping for PCI drivers | Larry Finger | 1 | -1/+6 |
2012-04-11 | rtlwifi: Preallocate USB read buffers and eliminate kalloc in read routine | Larry Finger | 2 | -19/+21 |
2012-04-10 | mac80211: remove channel type argument from rate_update | Johannes Berg | 1 | -2/+1 |
2012-04-10 | rtlwifi: Add missing DMA buffer unmapping for PCI drivers | Larry Finger | 1 | -1/+6 |
2012-04-10 | rtlwifi: Preallocate USB read buffers and eliminate kalloc in read routine | Larry Finger | 2 | -19/+21 |
2012-04-10 | rtlwifi: Simplify rtl_get/set inline functions | Joe Perches | 1 | -13/+11 |
2012-04-10 | rtlwifi: Use is_zero_ether_addr, remove line continuation | Joe Perches | 1 | -3/+2 |
2012-04-09 | rtlwifi: Fix oops on rate-control failure | Larry Finger | 1 | -1/+4 |
2012-04-09 | rtlwifi: rtl8192de: Fix firmware initialization | Larry Finger | 1 | -6/+0 |
2012-03-26 | rtlwifi: rtl8192ce: rtl8192cu: rtl8192de: Fix low-gain setting when scanning | Larry Finger | 2 | -2/+2 |
2012-03-20 | rtlwifi: Remove unused ETH_ADDR_LEN defines | Joe Perches | 2 | -2/+0 |
2012-03-09 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2 | -9/+24 |
2012-03-07 | rtlwifi: rtl8192ce: Fix loss of receive performance | Jingjun Wu | 1 | -0/+4 |
2012-03-06 | rtlwifi: rtl8192c: Prevent sleeping from invalid context in rtl8192cu | Larry Finger | 1 | -3/+8 |
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-03-06 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 7 | -284/+113 |
2012-02-27 | rtlwifi: Fix breakage in debug functions when built as a module | Larry Finger | 1 | -1/+1 |
2012-02-22 | rtlwifi: rtl8192se firmware load can overflow target buffer | Tim Gardner | 2 | -2/+4 |
2012-02-22 | Correcting typos in rtlwifi/base.c | Tristan Pourcelot | 1 | -3/+3 |
2012-02-22 | rtlwifi: rtl8192c-common: rtl8192se: rtl8192de: Simplify if statements | Larry Finger | 3 | -277/+104 |
2012-02-22 | rtlwifi/rtl8192c: in _rtl92c_phy_calculate_bit_shift remove comparing bitmask... | Devendra.Naga | 1 | -1/+1 |
2012-02-22 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 3 | -20/+25 |
2012-02-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
2012-02-13 | drivers/net: Remove boolean comparisons to true/false | Joe Perches | 17 | -49/+42 |
2012-02-10 | rtlwifi: Modify rtl_pci_init to return 0 on success | Simon Graham | 1 | -2/+2 |
2012-02-09 | rtlwifi: Modify rtl_pci_init to return 0 on success | John W. Linville | 1 | -3/+3 |
2012-02-09 | rtlwifi: Return correct failure code on error | Simon Graham | 1 | -1/+1 |
2012-02-09 | rtlwifi: Handle previous allocation failures when freeing device memory | Simon Graham | 1 | -6/+10 |
2012-02-06 | rtlwifi: Fix PCI probe error path orphaned memory | Tim Gardner | 1 | -7/+12 |
2012-02-06 | rtlwifi: Remove extra debugging message accidentally left in | Larry Finger | 1 | -3/+1 |
2012-02-06 | rtlwifi: Fix typo in dm.c | Masanari Iida | 1 | -1/+1 |
2012-02-06 | rtlwifi: remove return in _rtl_pci_switch_clk_req | Devendra.Naga | 1 | -3/+1 |
2012-02-06 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 107 | -2789/+2465 |
2012-02-01 | drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages | Joe Perches | 1 | -4/+1 |
2012-01-31 | rtlwifi: Convert to asynchronous firmware load | Larry Finger | 20 | -164/+194 |
2012-01-31 | rtlwifi: Move pr_fmt macros to a single location | Larry Finger | 19 | -47/+21 |
2012-01-27 | mac80211: make beacon filtering per virtual interface | Johannes Berg | 2 | -1/+2 |
2012-01-24 | rtl8192se: Update copyright dates | Larry Finger | 20 | -20/+20 |
2012-01-24 | rtl8192de: Update copyright dates | Larry Finger | 20 | -20/+20 |
2012-01-24 | rtl8192cu: Update copyright dates | Larry Finger | 20 | -20/+20 |
2012-01-24 | rtl8192ce: Update copyright dates | Larry Finger | 18 | -18/+18 |
2012-01-24 | rtl8192c_common: Update copyright dates | Larry Finger | 7 | -7/+7 |
2012-01-24 | rtlwifi: Update copyright dates | Larry Finger | 21 | -21/+21 |