summaryrefslogtreecommitdiffstats
path: root/drivers/staging/qlge/qlge_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+2
* Merge tag 'staging-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-041-20/+20
|\
| * staging: qlge: refine variable nameBinyi Han2022-07-271-7/+7
| * staging: qlge: Avoid multiplication while keep the same logicBinyi Han2022-07-141-6/+8
| * staging: qlge: Fix indentation issue under long for loopBinyi Han2022-07-141-8/+10
| * staging: switch to netif_napi_add_weight()Jakub Kicinski2022-07-081-2/+2
| * staging: qlge: qlge_main.c: rewrite do-while loops into more compact for loopsSrivathsan Sivakumar2022-06-101-14/+10
| * staging: qlge: fix typo in commentJulia Lawall2022-06-061-1/+1
* | net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-1/+1
|/
* staging: qlge: add unregister_netdev in qlge_probeHangyu Hua2022-02-211-4/+7
* Merge tag 'staging-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-041-11/+7
|\
| * staging: qlge: use eth_hw_addr_set()Jakub Kicinski2021-10-201-4/+4
| * staging: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-201-7/+3
* | staging: qlge: Move devlink registration to be last devlink commandLeon Romanovsky2021-09-271-5/+3
* | devlink: Make devlink_register to be voidLeon Romanovsky2021-09-221-5/+1
|/
* devlink: Set device as early as possibleLeon Romanovsky2021-08-091-2/+3
* staging: qlge: removed unnecessary debug message to fix coding style warningAshish Vara2021-05-131-5/+1
* staging: most: dim2: hal: Demote non-conformant kernel-doc headersLee Jones2021-05-101-2/+2
* staging: qlge: deal with the case that devlink_health_reporter_create failsCoiby Xu2021-03-261-1/+7
* staging: qlge: fix an error code in probe()Dan Carpenter2021-03-221-2/+4
* staging: qlge: fix comment style in qlge_main.cDu Cheng2021-03-101-2/+1
* 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