summaryrefslogtreecommitdiffstats
path: root/drivers/staging/slicoss
Commit message (Expand)AuthorAgeFilesLines
* staging: slicoss: change some macros into inline functionsSergio Paracuellos2016-11-232-9/+17
* staging: slicoss: fix different address space warningsSergio Paracuellos2016-11-211-1/+1
* staging: slicoss: avoid CamelCases slicoss.cSergio Paracuellos2016-11-191-14/+14
* staging: slicoss: avoid CamelCases in slichw.hSergio Paracuellos2016-11-192-117/+117
* staging: slicoss: braces should be used on all arms of this statementSergio Paracuellos2016-11-191-2/+2
* staging: slicoss: logical continuations should be on the previous lineSergio Paracuellos2016-11-191-2/+2
* staging: slicoss: fix parenthesis alignment in slicoss.cSergio Paracuellos2016-11-191-35/+33Star
* staging: slicoss: avoid CamelCases in slic.hSergio Paracuellos2016-11-192-40/+40
* staging: slicoss: replace memcpy_fromio with memcpyRyan Swan2016-10-251-1/+1
* staging: slicoss: cleaning up codestyle warningsGrygorii Maistrenko2016-09-271-4/+4
* staging: slicoss: Move NULL test closer to assignmentRehas Sachdeva2016-09-221-3/+3
* staging: slicoss: Remove unnecessary braces {}Rehas Sachdeva2016-09-161-3/+2Star
* staging: slicoss: Remove blank lines before & after bracesRehas Sachdeva2016-09-161-3/+0Star
* staging: slicoss: Remove unnecessary blank lineRehas Sachdeva2016-09-161-1/+0Star
* staging: slicoss: add new line after struct declarationGargi Sharma2016-09-131-0/+1
* staging: slicoss: constify ethtool_ops structuresJulia Lawall2016-09-011-2/+2
* staging: slicoss: simplify struct for statisticsLino Sanfilippo2016-08-213-120/+47Star
* staging: slicoss: improve implementation concerning the shared memoryLino Sanfilippo2016-08-212-149/+136Star
* staging: slicoss: dont use a structure but offsets for register accessesLino Sanfilippo2016-08-213-423/+120Star
* staging: slicoss: avoid PCI write postingLino Sanfilippo2016-08-212-1/+23
* staging: slicoss: introduce register accessors that use register offsetsLino Sanfilippo2016-08-213-0/+138
* staging: slicoss: start tx queue when interface is brought upLino Sanfilippo2016-08-211-2/+3
* staging: slicoss: ensure mapping of io-memory is uncachedLino Sanfilippo2016-08-211-1/+1
* staging: slicoss: notifiy network stack about change in link stateLino Sanfilippo2016-08-211-0/+8
* staging: slicoss: handle allocation failure in slic_init_adapterLino Sanfilippo2016-08-211-16/+22
* staging: slicoss: fix missing blank lineClifton Barnes2016-04-301-0/+1
* staging: slicoss: fix bare use of 'unsigned'Clifton Barnes2016-04-301-1/+1
* staging: slicoss: Add error check for pci_map_singleAmitoj Kaur Chawla2016-03-281-0/+5
* Staging: slicoss: changes comparisons to NULL in slicoss.cBen Marsh2016-03-121-3/+3
* Staging: slicoss: removes unnecessary blank lines in slicoss.cBen Marsh2016-03-121-2/+0Star
* Staging: slicoss: change memory allocation style in slicoss.cBen Marsh2016-03-121-1/+1
* Staging: slicoss: changes the style of memory allocation in slicoss.cBen Marsh2016-03-121-1/+1
* Staging: slicoss: changes memory allocation style in slicoss.cBen Marsh2016-03-121-1/+1
* Staging: slicoss: memory allocation style change in slicoss.cBen Marsh2016-03-121-1/+1
* staging: slicoss: Eliminate commented out codeJanani Ravichandran2016-03-121-16/+1Star
* staging: slicoss: Align #define constantsJanani Ravichandran2016-02-121-3/+3
* staging/slicoss: Use ethtool_ops instead of module_param.Kevin Wern2016-02-072-10/+33
* staging: slicoss: Fixes block comment styleAmarjargal Gundjalam2015-10-273-73/+113
* staging: slicoss: Adds space around operatorsAmarjargal Gundjalam2015-10-272-3/+3
* staging: slicoss: Removes unnecessary space after a castAmarjargal Gundjalam2015-10-271-18/+18
* staging: slicoss: Removes multiple blank linesAmarjargal Gundjalam2015-10-272-7/+0Star
* Staging: slicoss: Remove unnecessary cast on void pointerShraddha Barke2015-10-171-5/+4Star
* staging: slicoss: use status in isrSudip Mukherjee2015-09-191-1/+2
* staging: slicoss: use status in slic_ioctlSudip Mukherjee2015-09-191-1/+2
* staging: slicoss: use status in slic_if_initSudip Mukherjee2015-09-191-1/+16
* staging: slicoss: return status of slic_link_event_handlerSudip Mukherjee2015-09-191-2/+3
* staging: slicoss: Add blank line after variable declarations.Ciprian Manea2015-08-011-0/+1
* staging: slicoss: remove unused macroHari Prasath Gujulan Elango2015-06-181-2/+0Star
* staging: slicoss: restore IRQs correctly after slic_cmdq_reset()Dan Carpenter2015-05-311-2/+2
* staging: slicoss: fix occasionally writing out only half of a dma addressDavid Matlack2015-05-142-5/+1Star