summaryrefslogtreecommitdiffstats
path: root/drivers/staging/qlge
AgeCommit message (Expand)AuthorLines
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2020-07-30staging: qlge: qlge_dbg: removed comment repitionDhiraj Sharma-1/+1
2020-07-28staging: qlge: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2020-07-17staging: qlge/qlge_main.c: Replace depracated MSI API.Suraj Upadhyay-1/+1
2020-07-13staging: qlge: qlge_ethtool: Remove one byte memset.Suraj Upadhyay-2/+2
2020-07-13staging: qlge: qlge_mpi: Simplify while statements.Suraj Upadhyay-17/+15
2020-07-13staging: qlge: qlge_dbg: Simplify while statementsSuraj Upadhyay-3/+2
2020-07-13staging: qlge: qlge.h: Insert line after declaration.Suraj Upadhyay-0/+1
2020-07-13staging: qlge: qlge.h: Function definition arguments should have names.Suraj Upadhyay-3/+3
2020-07-13staging: qlge: Remove pci-dma-compat wrapper APIs.Suraj Upadhyay-4/+5
2020-07-07PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck-1/+1
2020-07-03staging: qlge: qlge_ethtool.c: Proper indentation.Suraj Upadhyay-2/+2
2020-07-01staging: qlge: qlge.h: remove unnecessary spacesDiego Bienz-2/+2
2020-07-01staging: qlge/qlge_main.c: use generic power managementVaibhav Gupta-28/+10
2020-06-28staging: qlge: replace pr_err with netdev_errCoiby Xu-279/+289
2020-06-28staging: qlge: fix ql_sem_unlockCoiby Xu-3/+3
2020-06-27staging: qlge: fix else after return or breakCoiby Xu-19/+16
2020-06-27staging: qlge: fix trailing */ in block commentCoiby Xu-5/+8
2020-06-18staging: qlge: qlge_main.c: fixed spaces coding style issuesJil Rouceau-9/+9
2020-05-19staging: qlge: unmap dma when lock failedXiangyang Zhang-1/+2
2020-05-15staging: qlge: Remove unnecessary spaces in qlge_main.cXiangyang Zhang-18/+18
2020-05-05staging: qlge: Fix function argument alignment warning in ql_init_deviceRylan Dmello-4/+2
2020-05-05staging: qlge: Fix suspect code indent warning in ql_init_deviceRylan Dmello-1/+2
2020-05-05staging: qlge: Remove multi-line dereference from ql_request_irqRylan Dmello-3/+3
2020-05-05staging: qlge: Remove goto statements from ql_get_mac_addr_regRylan Dmello-7/+6
2020-05-05staging: qlge: Fix indentation in ql_get_mac_addr_regRylan Dmello-39/+37
2020-05-05staging: qlge: Remove gotos from ql_set_mac_addr_regRylan Dmello-9/+6
2020-05-05staging: qlge: Fix indentation in ql_set_mac_addr_regRylan Dmello-89/+78
2020-04-28staging: qlge: Remove print statements for lbq_clean_idx and lbq_free_cntRylan Dmello-2/+0
2020-04-28staging: qlge: Remove print statement for vlgrp fieldRylan Dmello-1/+0
2020-04-28staging: qlge: Remove unnecessary parentheses around struct fieldRylan Dmello-1/+1
2020-04-25staging: qlge: qlge_dbg.c: Remove trailing semicolon from macroRylan Dmello-1/+1
2020-04-23staging: qlge: replace deprecated apis pci_dma_*realwakka-82/+83
2020-04-23staging: qlge: cleanup indent in qlge_main.cMathieu Dolmen-8/+8
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-0/+2
2020-03-19Staging: qlge: Add a blank line after variableSam Muhammed-0/+5
2020-03-17staging: qlge: qlge_ethtool.c: remove an unneeded variablePayal Kshirsagar-3/+1
2020-03-17staging: qlge: qlge_dbg.c: remove an unneeded variablePayal Kshirsagar-3/+1
2020-03-17staging: qlge: qlge_mpi.c: remove an unneeded variablePayal Kshirsagar-4/+1
2020-03-17staging: qlge: qlge_main.c: remove an unneeded variablePayal Kshirsagar-4/+1
2020-03-17staging: qlge: qlge_main: remove unused codeLourdes Pedrajas-4/+0
2020-03-17staging: qlge: qlge_dbg: remove unneeded spacesLourdes Pedrajas-11/+11
2020-03-11staging: qlge: Fix WARNING: Missing a blank line after declarationsCarlos Henrique Lima Melara-0/+6
2020-03-10staging: qlge: qlge.h: remove excess newlinesPayal Kshirsagar-3/+0
2020-03-10staging: qlge: qlge.h: add spaces around operatorsPayal Kshirsagar-3/+3
2020-03-10staging: qlge: qlge.h: remove spaces before tabs and align codePayal Kshirsagar-30/+30
2020-03-10staging: qlge: remove blank linePayal Kshirsagar-4/+0
2020-03-06staging: qlge: reject unsupported coalescing paramsJakub Kicinski-0/+2
2020-02-23staging: qlge: emit debug and dump at same levelKaaira Gupta-20/+3
2020-02-23staging: qlge: add braces around macro argumentsKaaira Gupta-3/+3