summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm
Commit message (Expand)AuthorAgeFilesLines
* Staging: bcm: Qos.c: checkpatch.pl fix: Indentation of case-statements fixedMatthias Beyer2014-07-301-45/+41
* Staging: bcm: Qos.c: checkpatch.pl fix: Removed parentheses from return state...Matthias Beyer2014-07-301-1/+1
* Staging: bcm: Qos.c: checkpatch.pl fix: Transformed C99-style commentsMatthias Beyer2014-07-301-2/+2
* Staging: bcm: Qos.c: checkpatch.pl fix: Added blank lines after declarationsMatthias Beyer2014-07-301-0/+2
* Staging: bcm: Qos.c: Line length / Whitespace cleanup in EThCSGetPktInfo()Matthias Beyer2014-07-301-11/+40
* Staging: bcm: Qos.c: Line length / Whitespace cleanup in EThCSClassifyPkt()Matthias Beyer2014-07-301-12/+35
* Staging: bcm: Qos.c: Line length / Whitespace cleanup in EthCSMatchVLANRules()Matthias Beyer2014-07-301-11/+42
* Staging: bcm: Qos.c: Line length / Whitespace cleanup in EthCSMatchEThTypeSAP()Matthias Beyer2014-07-301-7/+33
* Staging: bcm: Qos.c: Line length / Whitespace cleanup in EthCSMatchDestMACAdr...Matthias Beyer2014-07-301-5/+20
* Staging: bcm: Qos.c: Line length / Whitespace cleanup in EthCSMatchSrcMACAdre...Matthias Beyer2014-07-301-5/+19
* Staging: bcm: Qos.c: Line length / Whitespace cleanup in ClassifyPacket()Matthias Beyer2014-07-301-45/+148
* Staging: bcm: Qos.c: Line length / Whitespace cleanup in flush_all_queues()Matthias Beyer2014-07-301-4/+16
* Staging: bcm: Qos.c: Line length / Whitespace cleanup in PruneQueue()Matthias Beyer2014-07-301-13/+37
* Staging: bcm: Qos.c: Line length / Whitespace cleanup in IpVersion4()Matthias Beyer2014-07-301-21/+75
* Staging: bcm: Qos.c: Line length / Whitespace cleanup in MatchDestPort()Matthias Beyer2014-07-301-4/+19
* Staging: bcm: Qos.c: Line length / Whitespace cleanup in MatchSrcPort()Matthias Beyer2014-07-301-3/+11
* Staging: bcm: Qos.c: Line length / Whitespace cleanup in MatchProtocol()Matthias Beyer2014-07-301-4/+17
* Staging: bcm: Qos.c: Line length / Whitespace cleanup in MatchTos()Matthias Beyer2014-07-301-3/+11
* Staging: bcm: Qos.c: Line length / Whitespace cleanup in MatchDestIpAddress()Matthias Beyer2014-07-301-4/+18
* Staging: bcm: Qos.c: Line length / Whitespace cleanup in MatchSrcIpAddress()Matthias Beyer2014-07-301-3/+10
* Staging: bcm: Qos.c: Replaced if-else return with ternary operatorMatthias Beyer2014-07-301-4/+1
* Staging: bcm: Qos.c: Replaced do-while(0) breaks with continueMatthias Beyer2014-07-301-49/+46
* Staging: bcm: Qos.c: Replaced member accessing by variable in flush_all_queues()Matthias Beyer2014-07-301-12/+14
* Staging: bcm: Qos.c: Replaced member accessing with variable in PruneQueue()Matthias Beyer2014-07-301-15/+16
* Staging: bcm: Qos.c: Replaced do-while(0) jumps with goto and label, removes ...Matthias Beyer2014-07-301-58/+57
* Staging: bcm: Qos.c: Replaced member accessing with variable in MatchDestIpAd...Matthias Beyer2014-07-301-3/+4
* Staging: bcm: Qos.c: Replaced member accessing with variable in PruneQueue()Matthias Beyer2014-07-301-4/+15
* Staging: bcm: IPv6Protocol.c: Line length fixesMatthias Beyer2014-07-301-33/+60
* Staging: bcm: IPv6Protocol.c: Whitespace cleanupMatthias Beyer2014-07-301-6/+5
* Staging: bcm: IPv6Protocol.c: Replaced member accessing with variableMatthias Beyer2014-07-301-4/+6
* Staging: bcm: IPv6Procotol.c: Replaced member accessing with variableMatthias Beyer2014-07-301-4/+6
* Staging: bcm: IPv6Protocol.c: Removed unnecessary if-else blocksMatthias Beyer2014-07-301-5/+2
* Staging: bcm: IPv6Protocol.c: Reindented switch-caseMatthias Beyer2014-07-301-48/+40
* staging: bcm: DDRInit.c: fixed coding style: lines over 80 charSudip Mukherjee2014-07-271-20/+39
* bcm: fix code styleZahari Doychev2014-07-271-8/+17
* Staging: bcm: nvm.c: Don't pass the indexMatthias Beyer2014-07-231-4/+3
* Staging: bcm: nvm.c: Fixed variable typeMatthias Beyer2014-07-231-1/+1
* staging:bcm:Transmit.c:coding style:line over 80 charSudip Mukherjee2014-07-231-3/+7
* drivers/staging/bcm/Misc.c: fix a checkAndrey Utkin2014-07-231-1/+1
* Staging: bcm: nvm.c: replaced member accessing with variableMatthias Beyer2014-07-211-3/+5
* Staging: bcm: nvm.c: Removed indentation level by concatenating nested if sta...Matthias Beyer2014-07-211-8/+6
* Staging: bcm: nvm.c: Removed indentation level by using continue statementMatthias Beyer2014-07-211-12/+13
* Staging: bcm: nvm.c: Outsourced chunk of code into functionMatthias Beyer2014-07-211-22/+48
* Staging: bcm: nvm.c: Shortened linesMatthias Beyer2014-07-211-24/+40
* staging: bcm: Qos.c: Fix coding styleKhoa Mai2014-07-171-20/+20
* staging: bcm: Qos.c: Fix coding styleKhoa Mai2014-07-171-5/+5
* Staging: bcm: PHSModule.c: Shortened linesMatthias Beyer2014-07-151-54/+89
* Staging: bcm: PHSModule.c: Replaced if-else return code with simple return as...Matthias Beyer2014-07-151-9/+1
* Staging: bcm: PHSModule.c: Replaced member accessing with variable in CreateS...Matthias Beyer2014-07-151-8/+11
* Staging: bcm: PHSModule.c: Simplified nested if statements by linking them wi...Matthias Beyer2014-07-151-5/+4
OpenPOWER on IntegriCloud