aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/qlge/qlge_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-01staging: qlge/qlge_main.c: use generic power managementVaibhav Gupta1-28/+10
2020-06-27staging: qlge: fix else after return or breakCoiby Xu1-4/+4
2020-06-27staging: qlge: fix trailing */ in block commentCoiby Xu1-1/+2
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
2020-05-05staging: qlge: Remove gotos from ql_set_mac_addr_regRylan Dmello1-9/+6
2020-05-05staging: qlge: Fix indentation in ql_set_mac_addr_regRylan Dmello1-89/+78
2020-04-23staging: qlge: replace deprecated apis pci_dma_*realwakka1-82/+83
2020-04-23staging: qlge: cleanup indent in qlge_main.cMathieu Dolmen1-8/+8
2020-03-17staging: qlge: qlge_main.c: remove an unneeded variablePayal Kshirsagar1-4/+1
2020-03-17staging: qlge: qlge_main: remove unused codeLourdes Pedrajas1-4/+0
2020-02-11staging: qlge: qlge_main.c: fix style issuesMohana Datta Yelugoti1-0/+13
2020-02-09staging: qlge: remove spaces at the start of a lineMohana Datta Yelugoti1-6/+6
2020-01-29Merge tag 'staging-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-113/+102
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-2/+2
2019-12-17staging: qlge: Fix CHECK: Alignment should match open parenthesisScott Schafer1-98/+86
2019-12-17staging: qlge: Fix CHECK extra blank lines in many filesScott Schafer1-2/+0
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-12-10staging/qlge: fix block comment coding styleDorothea Ehrl1-5/+7
2019-12-10staging/qlge: remove braces in conditional statementDorothea Ehrl1-5/+4
2019-12-10staging/qlge: add braces to conditional statementDorothea Ehrl1-2/+4
2019-12-10staging/qlge: remove initialising of static local variableDorothea Ehrl1-1/+1
2019-11-05staging: qlge: Avoid NULL comparisonNachammai Karuppiah1-9/+9
2019-10-26Staging: qlge: Rewrite two while loops as simple for loopsSamuil Ivanov1-6/+4
2019-10-04staging: qlge: Refill empty buffer queues from wqBenjamin Poirier1-16/+64
2019-10-04staging: qlge: Refill rx buffers up to multiple of 16Benjamin Poirier1-18/+11
2019-10-04staging: qlge: Update buffer queue prod index despite oomBenjamin Poirier1-53/+52
2019-10-04staging: qlge: Replace memset with assignmentBenjamin Poirier1-2/+1
2019-10-04staging: qlge: Remove useless memsetBenjamin Poirier1-1/+0
2019-10-04staging: qlge: Remove qlge_bq.len & sizeBenjamin Poirier1-47/+28
2019-10-04staging: qlge: Factor out duplicated expressionBenjamin Poirier1-12/+6
2019-10-04staging: qlge: Remove rx_ring.typeBenjamin Poirier1-24/+7
2019-10-04staging: qlge: Fix dma_sync_single callsBenjamin Poirier1-33/+21
2019-10-04staging: qlge: Deduplicate rx buffer queue managementBenjamin Poirier1-322/+251
2019-10-04staging: qlge: Remove useless dma synchronization callsBenjamin Poirier1-12/+0
2019-10-04staging: qlge: Remove rx_ring.sbq_buf_sizeBenjamin Poirier1-14/+10
2019-10-04staging: qlge: Remove bq_desc.maplenBenjamin Poirier1-28/+15
2019-10-04staging: qlge: Deduplicate lbq_buf_sizeBenjamin Poirier1-35/+26
2019-10-04staging: qlge: Remove page_chunk.last_flagBenjamin Poirier1-8/+5
2019-10-04staging: qlge: Remove irq_cntBenjamin Poirier1-71/+27
2019-10-04staging: qlge: Fix irq masking in INTx modeBenjamin Poirier1-0/+11
2019-07-23qlge: Move drivers/net/ethernet/qlogic/qlge/ to drivers/staging/qlge/Benjamin Poirier1-0/+5027