aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-30Staging: bcm: Qos.c: checkpatch.pl fix: Indentation of case-statements fixedMatthias Beyer1-45/+41
2014-07-30Staging: bcm: Qos.c: checkpatch.pl fix: Removed parentheses from return statementMatthias Beyer1-1/+1
2014-07-30Staging: bcm: Qos.c: checkpatch.pl fix: Transformed C99-style commentsMatthias Beyer1-2/+2
2014-07-30Staging: bcm: Qos.c: checkpatch.pl fix: Added blank lines after declarationsMatthias Beyer1-0/+2
2014-07-30Staging: bcm: Qos.c: Line length / Whitespace cleanup in EThCSGetPktInfo()Matthias Beyer1-11/+40
2014-07-30Staging: bcm: Qos.c: Line length / Whitespace cleanup in EThCSClassifyPkt()Matthias Beyer1-12/+35
2014-07-30Staging: bcm: Qos.c: Line length / Whitespace cleanup in EthCSMatchVLANRules()Matthias Beyer1-11/+42
2014-07-30Staging: bcm: Qos.c: Line length / Whitespace cleanup in EthCSMatchEThTypeSAP()Matthias Beyer1-7/+33
2014-07-30Staging: bcm: Qos.c: Line length / Whitespace cleanup in EthCSMatchDestMACAdress()Matthias Beyer1-5/+20
2014-07-30Staging: bcm: Qos.c: Line length / Whitespace cleanup in EthCSMatchSrcMACAdress()Matthias Beyer1-5/+19
2014-07-30Staging: bcm: Qos.c: Line length / Whitespace cleanup in ClassifyPacket()Matthias Beyer1-45/+148
2014-07-30Staging: bcm: Qos.c: Line length / Whitespace cleanup in flush_all_queues()Matthias Beyer1-4/+16
2014-07-30Staging: bcm: Qos.c: Line length / Whitespace cleanup in PruneQueue()Matthias Beyer1-13/+37
2014-07-30Staging: bcm: Qos.c: Line length / Whitespace cleanup in IpVersion4()Matthias Beyer1-21/+75
2014-07-30Staging: bcm: Qos.c: Line length / Whitespace cleanup in MatchDestPort()Matthias Beyer1-4/+19
2014-07-30Staging: bcm: Qos.c: Line length / Whitespace cleanup in MatchSrcPort()Matthias Beyer1-3/+11
2014-07-30Staging: bcm: Qos.c: Line length / Whitespace cleanup in MatchProtocol()Matthias Beyer1-4/+17
2014-07-30Staging: bcm: Qos.c: Line length / Whitespace cleanup in MatchTos()Matthias Beyer1-3/+11
2014-07-30Staging: bcm: Qos.c: Line length / Whitespace cleanup in MatchDestIpAddress()Matthias Beyer1-4/+18
2014-07-30Staging: bcm: Qos.c: Line length / Whitespace cleanup in MatchSrcIpAddress()Matthias Beyer1-3/+10
2014-07-30Staging: bcm: Qos.c: Replaced if-else return with ternary operatorMatthias Beyer1-4/+1
2014-07-30Staging: bcm: Qos.c: Replaced do-while(0) breaks with continueMatthias Beyer1-49/+46
2014-07-30Staging: bcm: Qos.c: Replaced member accessing by variable in flush_all_queues()Matthias Beyer1-12/+14
2014-07-30Staging: bcm: Qos.c: Replaced member accessing with variable in PruneQueue()Matthias Beyer1-15/+16
2014-07-30Staging: bcm: Qos.c: Replaced do-while(0) jumps with goto and label, removes one level of indentationMatthias Beyer1-58/+57
2014-07-30Staging: bcm: Qos.c: Replaced member accessing with variable in MatchDestIpAddress()Matthias Beyer1-3/+4
2014-07-30Staging: bcm: Qos.c: Replaced member accessing with variable in PruneQueue()Matthias Beyer1-4/+15
2014-07-30Staging: bcm: IPv6Protocol.c: Line length fixesMatthias Beyer1-33/+60
2014-07-30Staging: bcm: IPv6Protocol.c: Whitespace cleanupMatthias Beyer1-6/+5
2014-07-30Staging: bcm: IPv6Protocol.c: Replaced member accessing with variableMatthias Beyer1-4/+6
2014-07-30Staging: bcm: IPv6Procotol.c: Replaced member accessing with variableMatthias Beyer1-4/+6
2014-07-30Staging: bcm: IPv6Protocol.c: Removed unnecessary if-else blocksMatthias Beyer1-5/+2
2014-07-30Staging: bcm: IPv6Protocol.c: Reindented switch-caseMatthias Beyer1-48/+40
2014-07-27staging: bcm: DDRInit.c: fixed coding style: lines over 80 charSudip Mukherjee1-20/+39
2014-07-27bcm: fix code styleZahari Doychev1-8/+17
2014-07-23Staging: bcm: nvm.c: Don't pass the indexMatthias Beyer1-4/+3
2014-07-23Staging: bcm: nvm.c: Fixed variable typeMatthias Beyer1-1/+1
2014-07-23staging:bcm:Transmit.c:coding style:line over 80 charSudip Mukherjee1-3/+7
2014-07-23drivers/staging/bcm/Misc.c: fix a checkAndrey Utkin1-1/+1
2014-07-21Staging: bcm: nvm.c: replaced member accessing with variableMatthias Beyer1-3/+5
2014-07-21Staging: bcm: nvm.c: Removed indentation level by concatenating nested if statementsMatthias Beyer1-8/+6
2014-07-21Staging: bcm: nvm.c: Removed indentation level by using continue statementMatthias Beyer1-12/+13
2014-07-21Staging: bcm: nvm.c: Outsourced chunk of code into functionMatthias Beyer1-22/+48
2014-07-21Staging: bcm: nvm.c: Shortened linesMatthias Beyer1-24/+40
2014-07-17staging: bcm: Qos.c: Fix coding styleKhoa Mai1-20/+20
2014-07-17staging: bcm: Qos.c: Fix coding styleKhoa Mai1-5/+5
2014-07-15Staging: bcm: PHSModule.c: Shortened linesMatthias Beyer1-54/+89
2014-07-15Staging: bcm: PHSModule.c: Replaced if-else return code with simple return assertionMatthias Beyer1-9/+1
2014-07-15Staging: bcm: PHSModule.c: Replaced member accessing with variable in CreateSFToClassifierRuleMapping()Matthias Beyer1-8/+11
2014-07-15Staging: bcm: PHSModule.c: Simplified nested if statements by linking them with logical AND in GetPhsRuleEntry()Matthias Beyer1-5/+4