summaryrefslogtreecommitdiffstats
path: root/drivers/staging/qlge/qlge_main.c
Commit message (Expand)AuthorAgeFilesLines
* staging: qlge: Remove duplicate word in commentTom Seewald2021-02-111-1/+1
* staging: qlge/qlge_main: Use min_t instead of minAmey Narkhede2021-02-061-1/+1
* staging: qlge: clean up debugging code in the QL_ALL_DUMP ifdef landCoiby Xu2021-01-291-6/+1
* staging: qlge: remove mpi_core_to_log which sends coredump to the kernel ring...Coiby Xu2021-01-291-2/+0
* staging: qlge: re-write qlge_init_deviceCoiby Xu2021-01-291-12/+20
* staging: qlge: Initialize devlink health dump frameworkCoiby Xu2021-01-291-47/+78
* staging: qlge: use qlge_* prefix to avoid namespace clashes with other qlogic...Coiby Xu2021-01-291-634/+634
* staging: qlge: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-231-0/+1
* staging: qlge: remove extra blank linesDeepak R Varma2020-10-261-9/+0
* Merge tag 'staging-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-151-11/+9
|\
| * staging: qlge: fix build breakage with dumping enabledCoiby Xu2020-10-051-4/+4
| * staging: qlge: fix quoted string split across linesRoss Schmidt2020-09-131-7/+5
* | net/qlge: Convert to SPDX license identifiersThomas Gleixner2020-09-161-1/+1
|/
* Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-071-1/+1
|\
| * PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck2020-07-071-1/+1
* | staging: qlge/qlge_main.c: Replace depracated MSI API.Suraj Upadhyay2020-07-171-1/+1
* | staging: qlge/qlge_main.c: use generic power managementVaibhav Gupta2020-07-011-28/+10
* | staging: qlge: fix else after return or breakCoiby Xu2020-06-271-4/+4
* | staging: qlge: fix trailing */ in block commentCoiby Xu2020-06-271-1/+2
* | staging: qlge: qlge_main.c: fixed spaces coding style issuesJil Rouceau2020-06-181-9/+9
|/
* staging: qlge: unmap dma when lock failedXiangyang Zhang2020-05-191-1/+2
* staging: qlge: Remove unnecessary spaces in qlge_main.cXiangyang Zhang2020-05-151-18/+18
* staging: qlge: Fix function argument alignment warning in ql_init_deviceRylan Dmello2020-05-051-4/+2
* staging: qlge: Fix suspect code indent warning in ql_init_deviceRylan Dmello2020-05-051-1/+2
* staging: qlge: Remove multi-line dereference from ql_request_irqRylan Dmello2020-05-051-3/+3
* staging: qlge: Remove goto statements from ql_get_mac_addr_regRylan Dmello2020-05-051-7/+6
* staging: qlge: Fix indentation in ql_get_mac_addr_regRylan Dmello2020-05-051-39/+37
* staging: qlge: Remove gotos from ql_set_mac_addr_regRylan Dmello2020-05-051-9/+6
* staging: qlge: Fix indentation in ql_set_mac_addr_regRylan Dmello2020-05-051-89/+78
* staging: qlge: replace deprecated apis pci_dma_*realwakka2020-04-231-82/+83
* staging: qlge: cleanup indent in qlge_main.cMathieu Dolmen2020-04-231-8/+8
* staging: qlge: qlge_main.c: remove an unneeded variablePayal Kshirsagar2020-03-171-4/+1
* staging: qlge: qlge_main: remove unused codeLourdes Pedrajas2020-03-171-4/+0
* staging: qlge: qlge_main.c: fix style issuesMohana Datta Yelugoti2020-02-111-0/+13
* staging: qlge: remove spaces at the start of a lineMohana Datta Yelugoti2020-02-091-6/+6
* Merge tag 'staging-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-291-113/+102
|\
| * staging: qlge: Fix CHECK: Alignment should match open parenthesisScott Schafer2019-12-171-98/+86
| * staging: qlge: Fix CHECK extra blank lines in many filesScott Schafer2019-12-171-2/+0
| * staging/qlge: fix block comment coding styleDorothea Ehrl2019-12-101-5/+7
| * staging/qlge: remove braces in conditional statementDorothea Ehrl2019-12-101-5/+4
| * staging/qlge: add braces to conditional statementDorothea Ehrl2019-12-101-2/+4
| * staging/qlge: remove initialising of static local variableDorothea Ehrl2019-12-101-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-281-1/+1
|\ \
| * | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
| |/
* / remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-2/+2
|/
* staging: qlge: Avoid NULL comparisonNachammai Karuppiah2019-11-051-9/+9
* Staging: qlge: Rewrite two while loops as simple for loopsSamuil Ivanov2019-10-261-6/+4
* staging: qlge: Refill empty buffer queues from wqBenjamin Poirier2019-10-041-16/+64
* staging: qlge: Refill rx buffers up to multiple of 16Benjamin Poirier2019-10-041-18/+11
* staging: qlge: Update buffer queue prod index despite oomBenjamin Poirier2019-10-041-53/+52