aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rtlwifi/pci.c
Commit message (Expand)AuthorAge
* rtlwifi: Fix warning for unchecked pci_map_single() callLarry Finger2013-01-02
* rtlwifi: remove __dev* attributesBill Pemberton2012-12-06
* rtlwifi: use SIMPLE_DEV_PM_OPSHauke Mehrtens2012-11-30
* rtlwifi: rtl8192ce: rtl8192cu: rtl8192se: rtl81723ae: Turn on building of the...Larry Finger2012-11-14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-02
|\
| * mac80211: move TX station pointer and restructure TXThomas Huehn2012-07-31
* | rtlwifi: Use PCI Express Capability accessorsJiang Liu2012-08-23
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-20
|\
| * rtlwifi: Remove extra argument from queue setup routineLarry Finger2012-07-12
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-29
|\|
| * rtlwifi: Fix IRQ disabled warningLarry Finger2012-06-26
* | wireless: Remove casts to same typeJoe Perches2012-06-06
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-16
|\
| * rtlwifi: fix for race condition when firmware is cachedLarry Finger2012-05-14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-07
|\|
| * rtlwifi: Fix oops on unloadLarry Finger2012-04-23
| * rtlwifi: Add missing DMA buffer unmapping for PCI driversLarry Finger2012-04-11
* | rtlwifi: rtl8192ce: Remove false positives for kmemleakLarry Finger2012-04-16
* | rtlwifi: Add missing DMA buffer unmapping for PCI driversLarry Finger2012-04-10
|/
* rtlwifi: Modify rtl_pci_init to return 0 on successJohn W. Linville2012-02-09
* rtlwifi: Return correct failure code on errorSimon Graham2012-02-08
* rtlwifi: Handle previous allocation failures when freeing device memorySimon Graham2012-02-08
* rtlwifi: Fix PCI probe error path orphaned memoryTim Gardner2012-02-06
* rtlwifi: remove return in _rtl_pci_switch_clk_reqDevendra.Naga2012-02-06
* rtlwifi: Convert to asynchronous firmware loadLarry Finger2012-01-30
* rtlwifi: Move pr_fmt macros to a single locationLarry Finger2012-01-30
* rtlwifi: Update copyright datesLarry Finger2012-01-24
* rtlwifi: rtl8192c_common: rtl8192de: Check for allocation failuresLarry Finger2012-01-24
* rtlwifi: Convert RT_ASSERT macro to use ##__VA_ARGS__Joe Perches2012-01-24
* rtlwifi: Convert RT_TRACE macro to use ##__VA_ARGS__Joe Perches2012-01-24
* net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-19
* rtlwifi: use work for lpsStanislaw Gruszka2011-12-13
* rtlwifi: Fix incorrect return of IRQ_HANDLEDLarry Finger2011-11-28
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville2011-11-22
|\
| * drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-31
* | rtlwifi: Remove redundant code from PCI interruptLarry Finger2011-11-21
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2011-10-25
|\
| * rtlwifi: Change PCI drivers to use the new PM frameworkLarry Finger2011-10-14
| * rtlwifi: Eliminate raw reads and writes from PCIe portionLarry Finger2011-08-09
* | Merge branch 'master' into for-nextJiri Kosina2011-09-15
|\|
| * rtlwifi: Fix kernel oops on ARM SOCLarry Finger2011-08-01
* | treewide: typo 'interrrupt' word corrections.Vitaliy Ivanov2011-09-15
|/
* rtlwifi: rtl8192{ce,cu,se} Remove irq_enabledMike McCormack2011-07-05
* rtlwifi: use PCI_VENDOR_ID_*Jon Mason2011-06-29
* rtlwifi: remove unnecessary read of PCI_CAP_ID_EXPJon Mason2011-06-29
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-28
|\
| * rtlwifi: rtl8192se: Handle duplicate PCI ID 0x10ec:0x8192 conflict with r8192...Larry Finger2011-06-20
* | rtlwifi: Fix typo in variable nameMike McCormack2011-06-20
* | rtlwifi: Factor out code to receive one packetMike McCormack2011-06-10
* | rtlwifi: Free skb in one placeMike McCormack2011-06-10