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