aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/slicoss
AgeCommit message (Expand)AuthorFilesLines
2016-09-27staging: slicoss: cleaning up codestyle warningsGravatar Grygorii Maistrenko 1-4/+4
2016-09-22staging: slicoss: Move NULL test closer to assignmentGravatar Rehas Sachdeva 1-3/+3
2016-09-16staging: slicoss: Remove unnecessary braces {}Gravatar Rehas Sachdeva 1-3/+2
2016-09-16staging: slicoss: Remove blank lines before & after bracesGravatar Rehas Sachdeva 1-3/+0
2016-09-16staging: slicoss: Remove unnecessary blank lineGravatar Rehas Sachdeva 1-1/+0
2016-09-13staging: slicoss: add new line after struct declarationGravatar Gargi Sharma 1-0/+1
2016-09-01staging: slicoss: constify ethtool_ops structuresGravatar Julia Lawall 1-2/+2
2016-08-21staging: slicoss: simplify struct for statisticsGravatar Lino Sanfilippo 3-120/+47
2016-08-21staging: slicoss: improve implementation concerning the shared memoryGravatar Lino Sanfilippo 2-149/+136
2016-08-21staging: slicoss: dont use a structure but offsets for register accessesGravatar Lino Sanfilippo 3-423/+120
2016-08-21staging: slicoss: avoid PCI write postingGravatar Lino Sanfilippo 2-1/+23
2016-08-21staging: slicoss: introduce register accessors that use register offsetsGravatar Lino Sanfilippo 3-0/+138
2016-08-21staging: slicoss: start tx queue when interface is brought upGravatar Lino Sanfilippo 1-2/+3
2016-08-21staging: slicoss: ensure mapping of io-memory is uncachedGravatar Lino Sanfilippo 1-1/+1
2016-08-21staging: slicoss: notifiy network stack about change in link stateGravatar Lino Sanfilippo 1-0/+8
2016-08-21staging: slicoss: handle allocation failure in slic_init_adapterGravatar Lino Sanfilippo 1-16/+22
2016-04-29staging: slicoss: fix missing blank lineGravatar Clifton Barnes 1-0/+1
2016-04-29staging: slicoss: fix bare use of 'unsigned'Gravatar Clifton Barnes 1-1/+1
2016-03-28staging: slicoss: Add error check for pci_map_singleGravatar Amitoj Kaur Chawla 1-0/+5
2016-03-11Staging: slicoss: changes comparisons to NULL in slicoss.cGravatar Ben Marsh 1-3/+3
2016-03-11Staging: slicoss: removes unnecessary blank lines in slicoss.cGravatar Ben Marsh 1-2/+0
2016-03-11Staging: slicoss: change memory allocation style in slicoss.cGravatar Ben Marsh 1-1/+1
2016-03-11Staging: slicoss: changes the style of memory allocation in slicoss.cGravatar Ben Marsh 1-1/+1
2016-03-11Staging: slicoss: changes memory allocation style in slicoss.cGravatar Ben Marsh 1-1/+1
2016-03-11Staging: slicoss: memory allocation style change in slicoss.cGravatar Ben Marsh 1-1/+1
2016-03-11staging: slicoss: Eliminate commented out codeGravatar Janani Ravichandran 1-16/+1
2016-02-11staging: slicoss: Align #define constantsGravatar Janani Ravichandran 1-3/+3
2016-02-06staging/slicoss: Use ethtool_ops instead of module_param.Gravatar Kevin Wern 2-10/+33
2015-10-27staging: slicoss: Fixes block comment styleGravatar Amarjargal Gundjalam 3-73/+113
2015-10-27staging: slicoss: Adds space around operatorsGravatar Amarjargal Gundjalam 2-3/+3
2015-10-27staging: slicoss: Removes unnecessary space after a castGravatar Amarjargal Gundjalam 1-18/+18
2015-10-27staging: slicoss: Removes multiple blank linesGravatar Amarjargal Gundjalam 2-7/+0
2015-10-16Staging: slicoss: Remove unnecessary cast on void pointerGravatar Shraddha Barke 1-5/+4
2015-09-18staging: slicoss: use status in isrGravatar Sudip Mukherjee 1-1/+2
2015-09-18staging: slicoss: use status in slic_ioctlGravatar Sudip Mukherjee 1-1/+2
2015-09-18staging: slicoss: use status in slic_if_initGravatar Sudip Mukherjee 1-1/+16
2015-09-18staging: slicoss: return status of slic_link_event_handlerGravatar Sudip Mukherjee 1-2/+3
2015-07-31staging: slicoss: Add blank line after variable declarations.Gravatar Ciprian Manea 1-0/+1
2015-06-17staging: slicoss: remove unused macroGravatar Hari Prasath Gujulan Elango 1-2/+0
2015-05-31staging: slicoss: restore IRQs correctly after slic_cmdq_reset()Gravatar Dan Carpenter 1-2/+2
2015-05-13staging: slicoss: fix occasionally writing out only half of a dma addressGravatar David Matlack 2-5/+1
2015-05-13staging: slicoss: remove slic_spinlock wrapperGravatar David Matlack 3-80/+65
2015-03-27Staging: slicoss: Remove redundant and disabled code blockGravatar Niranjan Dighe 1-35/+0
2015-03-06Staging: slicoss: clean dev_err loggingGravatar Haneen Mohammed 1-5/+4
2015-03-06staging: slicoss: remove extra parentheses around left bit shift operationsGravatar Aya Mahfouz 1-1/+1
2015-03-06staging: slicoss: remove extra parentheses around right bit shift operationsGravatar Aya Mahfouz 1-3/+3
2015-03-01staging: Remove <linux/moduleparam.h> header.Gravatar Navya Sri Nizamkari 1-1/+0
2015-02-26Staging: slicoss: Join split string.Gravatar Ksenija Stanojevic 1-2/+1
2015-02-26staging: slicloss: replace init_timer by setup_timerGravatar Aya Mahfouz 1-6/+3
2014-12-02Staging: slicoss: Fix long line issues in slicoss.cGravatar Sean Cleator 1-13/+26