summaryrefslogtreecommitdiff
path: root/drivers/staging/qlge/qlge_main.c
AgeCommit message (Expand)Author
2023-10-21staging: qlge: Retire the driverBenjamin Poirier
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-08-04Merge tag 'staging-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-07-27staging: qlge: refine variable nameBinyi Han
2022-07-14staging: qlge: Avoid multiplication while keep the same logicBinyi Han
2022-07-14staging: qlge: Fix indentation issue under long for loopBinyi Han
2022-07-08staging: switch to netif_napi_add_weight()Jakub Kicinski
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2022-06-10staging: qlge: qlge_main.c: rewrite do-while loops into more compact for loopsSrivathsan Sivakumar
2022-06-06staging: qlge: fix typo in commentJulia Lawall
2022-02-21staging: qlge: add unregister_netdev in qlge_probeHangyu Hua
2021-11-04Merge tag 'staging-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-10-20staging: qlge: use eth_hw_addr_set()Jakub Kicinski
2021-10-20staging: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-09-27staging: qlge: Move devlink registration to be last devlink commandLeon Romanovsky
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky
2021-08-09devlink: Set device as early as possibleLeon Romanovsky
2021-05-13staging: qlge: removed unnecessary debug message to fix coding style warningAshish Vara
2021-05-10staging: most: dim2: hal: Demote non-conformant kernel-doc headersLee Jones
2021-03-26staging: qlge: deal with the case that devlink_health_reporter_create failsCoiby Xu
2021-03-22staging: qlge: fix an error code in probe()Dan Carpenter
2021-03-10staging: qlge: fix comment style in qlge_main.cDu Cheng
2021-02-11staging: qlge: Remove duplicate word in commentTom Seewald
2021-02-06staging: qlge/qlge_main: Use min_t instead of minAmey Narkhede
2021-01-29staging: qlge: clean up debugging code in the QL_ALL_DUMP ifdef landCoiby Xu
2021-01-29staging: qlge: remove mpi_core_to_log which sends coredump to the kernel ring...Coiby Xu
2021-01-29staging: qlge: re-write qlge_init_deviceCoiby Xu
2021-01-29staging: qlge: Initialize devlink health dump frameworkCoiby Xu
2021-01-29staging: qlge: use qlge_* prefix to avoid namespace clashes with other qlogic...Coiby Xu
2020-11-23staging: qlge: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-10-26staging: qlge: remove extra blank linesDeepak R Varma
2020-10-15Merge tag 'staging-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-10-05staging: qlge: fix build breakage with dumping enabledCoiby Xu
2020-09-16net/qlge: Convert to SPDX license identifiersThomas Gleixner
2020-09-13staging: qlge: fix quoted string split across linesRoss Schmidt
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-07-17staging: qlge/qlge_main.c: Replace depracated MSI API.Suraj Upadhyay
2020-07-07PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck
2020-07-01staging: qlge/qlge_main.c: use generic power managementVaibhav Gupta
2020-06-27staging: qlge: fix else after return or breakCoiby Xu
2020-06-27staging: qlge: fix trailing */ in block commentCoiby Xu
2020-06-18staging: qlge: qlge_main.c: fixed spaces coding style issuesJil Rouceau
2020-05-19staging: qlge: unmap dma when lock failedXiangyang Zhang
2020-05-15staging: qlge: Remove unnecessary spaces in qlge_main.cXiangyang Zhang
2020-05-05staging: qlge: Fix function argument alignment warning in ql_init_deviceRylan Dmello
2020-05-05staging: qlge: Fix suspect code indent warning in ql_init_deviceRylan Dmello
2020-05-05staging: qlge: Remove multi-line dereference from ql_request_irqRylan Dmello
2020-05-05staging: qlge: Remove goto statements from ql_get_mac_addr_regRylan Dmello
2020-05-05staging: qlge: Fix indentation in ql_get_mac_addr_regRylan Dmello
2020-05-05staging: qlge: Remove gotos from ql_set_mac_addr_regRylan Dmello