summaryrefslogtreecommitdiffstats
path: root/lib/syscall.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-05-22mwifiex: store SDIO chip specific information in separate structureAmitkumar Karwar2-81/+149
2013-05-22mwifiex: use u32 variables for SDIO read/write port bitmapAmitkumar Karwar2-25/+25
2013-05-22mwifiex: add calibration data download featureAmitkumar Karwar5-0/+101
2013-05-22mwifiex: replace spin_lock_irqsave with spin_lock and fix warn_onAvinash Patil1-3/+2
2013-05-22mwifiex: add del_station handlerAvinash Patil7-0/+95
2013-05-22mwifiex: avoid deleting all stations during mwifiex_del_sta_entry()Avinash Patil1-6/+3
2013-05-22mwifiex: abort remaining scan commands when association startedBing Zhao1-1/+2
2013-05-22mwifiex: remove global user_scan_cfg variableAmitkumar Karwar5-42/+34
2013-05-22mwifiex: scan delay timer cleanup in unload pathAmitkumar Karwar1-0/+10
2013-05-22mwifiex: rename mwifiex_free_adapter() routine in init.cAmitkumar Karwar1-10/+8
2013-05-22bcma: support SPROM rev 10Rafał Miłecki2-7/+10
2013-05-22bcma: prepare for supporting more SPROM sizesRafał Miłecki1-15/+20
2013-05-22bcma: don't hardcode SPROM lengthRafał Miłecki1-15/+15
2013-05-22wil6210: do not stop Tx queue on packet dropVladimir Kondratiev1-1/+0
2013-05-22wil6210: fix remaining use of non-cached copy of tx/rx descriptorsVladimir Kondratiev2-50/+84
2013-05-22wil6210: use NAPIVladimir Kondratiev5-28/+94
2013-05-22wil6210: trace supportVladimir Kondratiev9-15/+376
2013-05-22wil6210: debug dump packet content right after DMAVladimir Kondratiev1-2/+4
2013-05-22wil6210: Sanity check for reported DMA lengthVladimir Kondratiev1-2/+6
2013-05-22wil6210: 'length' in Tx/Rx descriptors is little endianVladimir Kondratiev3-15/+30
2013-05-22ath9k: use ap style beaconing for meshThomas Pedersen2-5/+7
2013-05-22ath9k_htc: Claim support for mgmt frame protectionJavier Cardona1-0/+1
2013-05-22ath9k_htc: Add support for mesh interfacesJavier Cardona5-12/+37
2013-05-22ath9k: Do not use local_bh_disable in ampdu_actionSujith Manoharan1-2/+2
2013-05-22ath9k: Use bitops for scan flagSujith Manoharan2-6/+4
2013-05-22ath9k: Remove MAC_DEBUGSujith Manoharan6-370/+0
2013-05-22rt2x00pci: Use PCI MSIs whenever possibleJakub Kicinski1-1/+8
2013-05-22rt2x00: rt2x00dev: defer operational mode detectionGabor Juhos1-17/+17
2013-05-22rt2x00: rt2800lib: use rt2x00dev->bcn->winfo_sizeGabor Juhos1-1/+1
2013-05-22rt2x00: rt2800usb: use rt2x00dev->rx->limitGabor Juhos1-1/+1
2013-05-22rt2x00: rt2800pci: use rt2x00dev->tx->limitGabor Juhos1-1/+1
2013-05-22rt2x00: rt61pci: use rt2x00dev->tx->limitGabor Juhos1-1/+1
2013-05-22rt2x00: rt2x00dev: use rt2x00dev->tx->limitGabor Juhos1-1/+1
2013-05-12Linux 3.10-rc1v3.10-rc1Linus Torvalds1-2/+2
2013-05-10[SCSI] qla2xxx: Update firmware link in Kconfig file.Chad Dupuis1-1/+3
2013-05-10[SCSI] iscsi class, qla4xxx: fix sess/conn refcounting when find fns are usedMike Christie3-55/+49
2013-05-10[SCSI] sas: unify the pointlessly separated enums sas_dev_type and sas_device...James Bottomley24-165/+160
2013-05-10[SCSI] pm80xx: thermal, sas controller config and error handling updateSakthivel K6-17/+249
2013-05-10[SCSI] pm80xx: NCQ error handling changesSakthivel K5-28/+544
2013-05-10[SCSI] pm80xx: WWN Modification for PM8081/88/89 controllersSakthivel K1-7/+36
2013-05-10[SCSI] pm80xx: Changed module name and debug messages updateSakthivel K3-13/+20
2013-05-10[SCSI] pm80xx: Firmware flash memory free fix, with addition of new memory re...Sakthivel K4-27/+14
2013-05-10[SCSI] pm80xx: SPC new firmware changes for device id 0x8081 aloneSakthivel K2-3/+30
2013-05-10[SCSI] pm80xx: Added SPCv/ve specific hardware functionalities and relevant c...Sakthivel K8-18/+5287
2013-05-10[SCSI] pm80xx: MSI-X implementation for using 64 interruptsSakthivel K2-30/+113
2013-05-10[SCSI] pm80xx: Updated common functions common for SPC and SPCv/veSakthivel K3-105/+168
2013-05-10[SCSI] pm80xx: Multiple inbound/outbound queue configurationSakthivel K3-60/+98
2013-05-10[SCSI] pm80xx: Added SPCv/ve specific ids, variables and modify for SPCSakthivel K5-121/+320
2013-05-10[SCSI] lpfc: fix up Kconfig dependenciesJames Bottomley1-0/+2
2013-05-10[SCSI] Handle MLQUEUE busy response in scsi_send_eh_cmndHannes Reinecke1-10/+27