summaryrefslogtreecommitdiffstats
path: root/drivers/staging/qlge
Commit message (Expand)AuthorAgeFilesLines
* 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: Remove print statements for lbq_clean_idx and lbq_free_cntRylan Dmello2020-04-281-2/+0
* staging: qlge: Remove print statement for vlgrp fieldRylan Dmello2020-04-281-1/+0
* staging: qlge: Remove unnecessary parentheses around struct fieldRylan Dmello2020-04-281-1/+1
* staging: qlge: qlge_dbg.c: Remove trailing semicolon from macroRylan Dmello2020-04-251-1/+1
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-03-311-0/+2
|\
| * staging: qlge: reject unsupported coalescing paramsJakub Kicinski2020-03-061-0/+2
* | Staging: qlge: Add a blank line after variableSam Muhammed2020-03-191-0/+5
* | staging: qlge: qlge_ethtool.c: remove an unneeded variablePayal Kshirsagar2020-03-171-3/+1
* | staging: qlge: qlge_dbg.c: remove an unneeded variablePayal Kshirsagar2020-03-171-3/+1
* | staging: qlge: qlge_mpi.c: remove an unneeded variablePayal Kshirsagar2020-03-171-4/+1
* | 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_dbg: remove unneeded spacesLourdes Pedrajas2020-03-171-11/+11
* | staging: qlge: Fix WARNING: Missing a blank line after declarationsCarlos Henrique Lima Melara2020-03-111-0/+6
* | staging: qlge: qlge.h: remove excess newlinesPayal Kshirsagar2020-03-101-3/+0
* | staging: qlge: qlge.h: add spaces around operatorsPayal Kshirsagar2020-03-101-3/+3
* | staging: qlge: qlge.h: remove spaces before tabs and align codePayal Kshirsagar2020-03-101-30/+30
* | staging: qlge: remove blank linePayal Kshirsagar2020-03-101-4/+0
* | staging: qlge: emit debug and dump at same levelKaaira Gupta2020-02-231-20/+3
* | staging: qlge: add braces around macro argumentsKaaira Gupta2020-02-231-3/+3
* | staging: qlge: add braces on all arms of if-elseKaaira Gupta2020-02-231-6/+12
* | 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-295-173/+154
|\
| * staging: qlge: Fix CHECK: Alignment should match open parenthesisScott Schafer2019-12-174-130/+117
| * staging: qlge: Fix CHECK extra blank lines in many filesScott Schafer2019-12-175-13/+0
| * Merge 5.5-rc2 into staging-nextGreg Kroah-Hartman2019-12-161-1/+1
| |\
| * | staging: qlge: Fix CamelCase in qlge.h and qlge_dbg.cScott Schafer2019-12-102-17/+17
| * | 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: add blank lines after declarationsDorothea Ehrl2019-12-101-0/+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
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-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
| |/ |/|
* | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
|/
* staging: qlge: Avoid NULL comparisonNachammai Karuppiah2019-11-052-11/+11