aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/qlge (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+2
2020-03-19Staging: qlge: Add a blank line after variableSam Muhammed1-0/+5
2020-03-17staging: qlge: qlge_ethtool.c: remove an unneeded variablePayal Kshirsagar1-3/+1
2020-03-17staging: qlge: qlge_dbg.c: remove an unneeded variablePayal Kshirsagar1-3/+1
2020-03-17staging: qlge: qlge_mpi.c: remove an unneeded variablePayal Kshirsagar1-4/+1
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-03-17staging: qlge: qlge_dbg: remove unneeded spacesLourdes Pedrajas1-11/+11
2020-03-11staging: qlge: Fix WARNING: Missing a blank line after declarationsCarlos Henrique Lima Melara1-0/+6
2020-03-10staging: qlge: qlge.h: remove excess newlinesPayal Kshirsagar1-3/+0
2020-03-10staging: qlge: qlge.h: add spaces around operatorsPayal Kshirsagar1-3/+3
2020-03-10staging: qlge: qlge.h: remove spaces before tabs and align codePayal Kshirsagar1-30/+30
2020-03-10staging: qlge: remove blank linePayal Kshirsagar1-4/+0
2020-03-06staging: qlge: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-02-23staging: qlge: emit debug and dump at same levelKaaira Gupta1-20/+3
2020-02-23staging: qlge: add braces around macro argumentsKaaira Gupta1-3/+3
2020-02-23staging: qlge: add braces on all arms of if-elseKaaira Gupta1-6/+12
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 Torvalds5-173/+154
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-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-12-17staging: qlge: Fix CHECK: Alignment should match open parenthesisScott Schafer4-130/+117
2019-12-17staging: qlge: Fix CHECK extra blank lines in many filesScott Schafer5-13/+0
2019-12-16Merge 5.5-rc2 into staging-nextGreg Kroah-Hartman1-1/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-12-10staging: qlge: Fix CamelCase in qlge.h and qlge_dbg.cScott Schafer2-17/+17
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: add blank lines after declarationsDorothea Ehrl1-0/+4
2019-12-10staging/qlge: remove initialising of static local variableDorothea Ehrl1-1/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-11-05staging: qlge: Avoid NULL comparisonNachammai Karuppiah2-11/+11
2019-10-26Staging: qlge: Rewrite two while loops as simple for loopsSamuil Ivanov1-6/+4
2019-10-11staging: qlge: fix comparison to NULL warningJules Irenge1-1/+1
2019-10-11staging: qlge: add space to fix check warningJules Irenge1-1/+1
2019-10-11staging: qlge: Fix multiple assignments warning by replacing integer variables to boolJules Irenge1-11/+10
2019-10-11staging: qlge: fix "alignment should match open parenthesis" checksJules Irenge1-91/+91
2019-10-11staging: qlge: correct a misspelled wordJules Irenge1-1/+1
2019-10-04staging: qlge: Refill empty buffer queues from wqBenjamin Poirier3-19/+72
2019-10-04staging: qlge: Refill rx buffers up to multiple of 16Benjamin Poirier2-18/+19
2019-10-04staging: qlge: Update buffer queue prod index despite oomBenjamin Poirier3-63/+60
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 Poirier3-57/+39
2019-10-04staging: qlge: Factor out duplicated expressionBenjamin Poirier2-12/+11
2019-10-04staging: qlge: Remove rx_ring.typeBenjamin Poirier3-38/+19
2019-10-04staging: qlge: Fix dma_sync_single callsBenjamin Poirier2-37/+22