Age | Commit message (Expand) | Author | Files | Lines |
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 return in _rtl_pci_switch_clk_req | Devendra.Naga | 1 | -3/+1 |
2012-01-31 | rtlwifi: Convert to asynchronous firmware load | Larry Finger | 1 | -17/+9 |
2012-01-31 | rtlwifi: Move pr_fmt macros to a single location | Larry Finger | 1 | -2/+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 | -0/+2 |
2012-01-24 | rtlwifi: Convert RT_ASSERT macro to use ##__VA_ARGS__ | Joe Perches | 1 | -8/+7 |
2012-01-24 | rtlwifi: Convert RT_TRACE macro to use ##__VA_ARGS__ | Joe Perches | 1 | -106/+90 |
2011-12-20 | net: fix assignment of 0/1 to bool variables. | Rusty Russell | 1 | -3/+3 |
2011-12-14 | rtlwifi: use work for lps | Stanislaw Gruszka | 1 | -12/+14 |
2011-11-28 | rtlwifi: Fix incorrect return of IRQ_HANDLED | Larry Finger | 1 | -2/+5 |
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: Remove redundant code from PCI interrupt | Larry Finger | 1 | -3/+0 |
2011-11-01 | drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker | 1 | -0/+1 |
2011-10-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -42/+14 |
2011-10-14 | rtlwifi: Change PCI drivers to use the new PM framework | Larry Finger | 1 | -15/+4 |
2011-09-15 | Merge branch 'master' into for-next | Jiri Kosina | 1 | -9/+11 |
2011-09-15 | treewide: typo 'interrrupt' word corrections. | Vitaliy Ivanov | 1 | -3/+3 |
2011-08-09 | rtlwifi: Eliminate raw reads and writes from PCIe portion | Larry Finger | 1 | -27/+10 |
2011-08-01 | rtlwifi: Fix kernel oops on ARM SOC | Larry Finger | 1 | -9/+11 |
2011-07-05 | rtlwifi: rtl8192{ce,cu,se} Remove irq_enabled | Mike McCormack | 1 | -4/+0 |
2011-06-29 | rtlwifi: use PCI_VENDOR_ID_* | Jon Mason | 1 | -4/+4 |
2011-06-29 | rtlwifi: remove unnecessary read of PCI_CAP_ID_EXP | Jon Mason | 1 | -1/+1 |
2011-06-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -1/+12 |
2011-06-20 | rtlwifi: Fix typo in variable name | Mike McCormack | 1 | -1/+1 |
2011-06-20 | rtlwifi: rtl8192se: Handle duplicate PCI ID 0x10ec:0x8192 conflict with r8192... | Larry Finger | 1 | -1/+12 |
2011-06-10 | rtlwifi: Factor out code to receive one packet | Mike McCormack | 1 | -48/+51 |
2011-06-10 | rtlwifi: Free skb in one place | Mike McCormack | 1 | -5/+3 |
2011-06-10 | rtlwifi: Resubmit skbs with bad CRC early | Mike McCormack | 1 | -42/+39 |
2011-06-10 | rtlwifi: Remove unnecessary indent | Mike McCormack | 1 | -95/+81 |
2011-06-10 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -15/+13 |
2011-06-07 | rtlwifi: Avoid modifying skbs that are resubmitted | Mike McCormack | 1 | -15/+13 |
2011-06-07 | rtlwifi: Fix logic in rx_interrupt | Mike McCormack | 1 | -1/+1 |
2011-06-03 | rtlwifi: Fix logic in rx_interrupt | Mike McCormack | 1 | -1/+1 |
2011-06-03 | rtlwifi: Assign rx buffer ownership to hardware last | Mike McCormack | 1 | -2/+3 |
2011-06-03 | rtlwifi: Run IPS leave work in a tasklet | Mike McCormack | 1 | -2/+12 |
2011-06-03 | rtlwifi: Store loop index in local variable | Mike McCormack | 1 | -12/+8 |
2011-05-26 | rtlwifi: Use order 2 RX buffer allocation only if necessary | Larry Finger | 1 | -0/+7 |
2011-05-26 | rtlwifi: Fix kernel panic resulting from RX buffer allocation failure | Larry Finger | 1 | -13/+15 |
2011-05-10 | rtlwifi: rtl8192se: Remove need to disable ASPM | Chaoming Li | 1 | -0/+1 |
2011-05-02 | rtlwifi: Fix typo in pci.c | Larry Finger | 1 | -1/+1 |
2011-04-27 | rtlwifi: rtl8192ce: rtl8192cu: Fix most sparse warnings | Larry Finger | 1 | -152/+18 |
2011-04-27 | rtlwifi: rtl8192ce: Change rtl8192ce routines phy and trx and modify rtl8192c... | Chaoming_Li | 1 | -4/+0 |
2011-04-27 | rtlwifi: Convert usb routines for addition of rtl8192se and rtl8192de | Chaoming_Li | 1 | -2/+0 |
2011-04-27 | rtlwifi: Convert pci routines for addition of rtl8192se and rtl8192de | Chaoming_Li | 1 | -227/+561 |
2011-04-27 | rtlwifi: Change base routines for addition of rtl8192se and rtl8192de | Chaoming_Li | 1 | -2/+0 |
2011-04-13 | rtlwifi: rtl8192ce: Fix LED initialization | Chaoming Li | 1 | -1/+2 |