summaryrefslogtreecommitdiffstats
path: root/drivers/staging/qlge
Commit message (Expand)AuthorAgeFilesLines
* 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
* Staging: qlge: Rewrite two while loops as simple for loopsSamuil Ivanov2019-10-261-6/+4
* staging: qlge: fix comparison to NULL warningJules Irenge2019-10-111-1/+1
* staging: qlge: add space to fix check warningJules Irenge2019-10-111-1/+1
* staging: qlge: Fix multiple assignments warning by replacing integer variable...Jules Irenge2019-10-111-11/+10
* staging: qlge: fix "alignment should match open parenthesis" checksJules Irenge2019-10-111-91/+91
* staging: qlge: correct a misspelled wordJules Irenge2019-10-111-1/+1
* staging: qlge: Refill empty buffer queues from wqBenjamin Poirier2019-10-043-19/+72
* staging: qlge: Refill rx buffers up to multiple of 16Benjamin Poirier2019-10-042-18/+19
* staging: qlge: Update buffer queue prod index despite oomBenjamin Poirier2019-10-043-63/+60
* staging: qlge: Replace memset with assignmentBenjamin Poirier2019-10-041-2/+1
* staging: qlge: Remove useless memsetBenjamin Poirier2019-10-041-1/+0
* staging: qlge: Remove qlge_bq.len & sizeBenjamin Poirier2019-10-043-57/+39
* staging: qlge: Factor out duplicated expressionBenjamin Poirier2019-10-042-12/+11
* staging: qlge: Remove rx_ring.typeBenjamin Poirier2019-10-043-38/+19
* staging: qlge: Fix dma_sync_single callsBenjamin Poirier2019-10-042-37/+22
* staging: qlge: Deduplicate rx buffer queue managementBenjamin Poirier2019-10-043-394/+335
* staging: qlge: Remove useless dma synchronization callsBenjamin Poirier2019-10-041-12/+0
* staging: qlge: Remove rx_ring.sbq_buf_sizeBenjamin Poirier2019-10-043-16/+10
* staging: qlge: Remove bq_desc.maplenBenjamin Poirier2019-10-042-29/+15
* staging: qlge: Deduplicate lbq_buf_sizeBenjamin Poirier2019-10-043-37/+28
* staging: qlge: Remove page_chunk.last_flagBenjamin Poirier2019-10-042-9/+5
* staging: qlge: Remove irq_cntBenjamin Poirier2019-10-043-79/+27
* staging: qlge: Fix irq masking in INTx modeBenjamin Poirier2019-10-041-0/+11
* staging: qlge: Removed unnecessary variableAliasgar Surti2019-09-301-2/+1
* qlge: Fix build error without CONFIG_ETHERNETYueHaibing2019-07-241-1/+1
* qlge: Move drivers/net/ethernet/qlogic/qlge/ to drivers/staging/qlge/Benjamin Poirier2019-07-238-0/+11488