aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/qlge (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-26staging: qlge: deal with the case that devlink_health_reporter_create failsCoiby Xu3-5/+15
2021-03-22staging: qlge: fix an error code in probe()Dan Carpenter1-2/+4
2021-03-10staging: qlge: fix comment style in qlge_main.cDu Cheng1-2/+1
2021-02-11staging: qlge: Remove duplicate word in commentTom Seewald1-1/+1
2021-02-06staging: qlge/qlge_main: Use min_t instead of minAmey Narkhede1-1/+1
2021-02-04staging: qlge: fix read of an uninitialized pointerColin Ian King1-2/+1
2021-01-31staging: qlge/qlge_ethtool.c: Switch from strlcpy to strscpyKumar Kartikeya Dwivedi1-3/+3
2021-01-29staging: qlge: clean up debugging code in the QL_ALL_DUMP ifdef landCoiby Xu5-782/+1
2021-01-29staging: qlge: remove mpi_core_to_log which sends coredump to the kernel ring bufferCoiby Xu6-25/+0
2021-01-29staging: qlge: support force_coredump option for devlink health dumpCoiby Xu1-0/+13
2021-01-29staging: qlge: coredump via devlink health reporterCoiby Xu1-6/+126
2021-01-29staging: qlge: re-write qlge_init_deviceCoiby Xu1-12/+20
2021-01-29staging: qlge: Initialize devlink health dump frameworkCoiby Xu7-66/+151
2021-01-29staging: qlge: use qlge_* prefix to avoid namespace clashes with other qlogic driversCoiby Xu6-1572/+1567
2020-12-09staging: qlge: remove duplicate word in commentNicholas Warfield1-1/+1
2020-11-23staging: qlge: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-10-26staging/qlge: fix typoElena Afanasova1-1/+1
2020-10-26staging/qlge: add blank line after declarationElena Afanasova1-0/+1
2020-10-26staging: qlge: remove extra blank linesDeepak R Varma1-9/+0
2020-10-15Merge tag 'staging-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds4-40/+43
2020-10-05staging: qlge: fix build breakage with dumping enabledCoiby Xu3-24/+32
2020-09-16net/qlge: Convert to SPDX license identifiersThomas Gleixner2-3/+2
2020-09-13staging: qlge: fix quoted string split across linesRoss Schmidt1-7/+5
2020-09-01staging: qlge: qlge_mpi: Fix several CHECKs involving bracesSebastian Fuentes1-9/+6
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2020-07-30staging: qlge: qlge_dbg: removed comment repitionDhiraj Sharma1-1/+1
2020-07-28staging: qlge: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-17staging: qlge/qlge_main.c: Replace depracated MSI API.Suraj Upadhyay1-1/+1
2020-07-13staging: qlge: qlge_ethtool: Remove one byte memset.Suraj Upadhyay1-2/+2
2020-07-13staging: qlge: qlge_mpi: Simplify while statements.Suraj Upadhyay1-17/+15
2020-07-13staging: qlge: qlge_dbg: Simplify while statementsSuraj Upadhyay1-3/+2
2020-07-13staging: qlge: qlge.h: Insert line after declaration.Suraj Upadhyay1-0/+1
2020-07-13staging: qlge: qlge.h: Function definition arguments should have names.Suraj Upadhyay1-3/+3
2020-07-13staging: qlge: Remove pci-dma-compat wrapper APIs.Suraj Upadhyay1-4/+5
2020-07-07PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck1-1/+1
2020-07-03staging: qlge: qlge_ethtool.c: Proper indentation.Suraj Upadhyay1-2/+2
2020-07-01staging: qlge: qlge.h: remove unnecessary spacesDiego Bienz1-2/+2
2020-07-01staging: qlge/qlge_main.c: use generic power managementVaibhav Gupta1-28/+10
2020-06-28staging: qlge: replace pr_err with netdev_errCoiby Xu1-279/+289
2020-06-28staging: qlge: fix ql_sem_unlockCoiby Xu1-3/+3
2020-06-27staging: qlge: fix else after return or breakCoiby Xu3-19/+16
2020-06-27staging: qlge: fix trailing */ in block commentCoiby Xu2-5/+8
2020-06-18staging: qlge: qlge_main.c: fixed spaces coding style issuesJil Rouceau1-9/+9
2020-05-19staging: qlge: unmap dma when lock failedXiangyang Zhang1-1/+2
2020-05-15staging: qlge: Remove unnecessary spaces in qlge_main.cXiangyang Zhang1-18/+18
2020-05-05staging: qlge: Fix function argument alignment warning in ql_init_deviceRylan Dmello1-4/+2
2020-05-05staging: qlge: Fix suspect code indent warning in ql_init_deviceRylan Dmello1-1/+2
2020-05-05staging: qlge: Remove multi-line dereference from ql_request_irqRylan Dmello1-3/+3
2020-05-05staging: qlge: Remove goto statements from ql_get_mac_addr_regRylan Dmello1-7/+6
2020-05-05staging: qlge: Fix indentation in ql_get_mac_addr_regRylan Dmello1-39/+37