summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm/Qos.c
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 state...Matthias 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 EthCSMatchDestMACAdr...Matthias Beyer1-5/+20
2014-07-30Staging: bcm: Qos.c: Line length / Whitespace cleanup in EthCSMatchSrcMACAdre...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 ...Matthias Beyer1-58/+57
2014-07-30Staging: bcm: Qos.c: Replaced member accessing with variable in MatchDestIpAd...Matthias Beyer1-3/+4
2014-07-30Staging: bcm: Qos.c: Replaced member accessing with variable in PruneQueue()Matthias Beyer1-4/+15
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-09staging: bcm: add missing blank lines after declarationsPawel Lebioda1-1/+8
2014-06-20Staging: bcm: Qos.c: fix checkpatch errors: whitespacesMartin Gumbrecht1-19/+19
2014-06-20Staging: bcm: Qos.c: fix checkpatch errors: commentsMartin Gumbrecht1-37/+51
2014-05-25staging: Convert __FUNCTION__ to __func__Joe Perches1-7/+7
2014-04-18Staging:bcm: Fixes coding style issues in drivers/staging/bcm/Qos.cMarcos A. Di Pietro1-5/+12
2014-04-14Staging: bcm: Qos: fixed braces' coding styleLuis Ortega1-126/+48
2014-02-27staging: bcm: fix checkpatch error 'assignment in if condition'Daeseok Youn1-18/+14
2014-02-27staging: bcm: Remove unneeded set a variableDaeseok Youn1-3/+0
2014-01-08drivers: bcm: Mark functions as static in Qos.cRashika Kheria1-3/+3
2013-10-28staging: bcm: Replace FALSE with falseLisa Nguyen1-42/+42
2013-10-28staging: bcm: Replace BOOLEAN with boolLisa Nguyen1-13/+13
2013-07-23Staging: bcm: Qos: Fix some coding style issuesLilis Iskandar1-269/+269
2013-01-07Staging: bcm: Remove typedef for TransportHeaderT and call directly.Kevin McKinney1-2/+2
2013-01-07Staging: bcm: Remove typedef for _S_ETHCS_PKT_INFO and call directly.Kevin McKinney1-7/+7
2013-01-07Staging: bcm: Remove typedef for _ETH_CS_802_Q_FRAME and call directly.Kevin McKinney1-2/+2
2013-01-07Staging: bcm: Remove typedef for _ETH_CS_802_LLC_FRAME and call directly.Kevin McKinney1-3/+3
2013-01-07Staging: bcm: Remove typedef for _ETH_CS_802_LLC_SNAP_FRAME and call directly.Kevin McKinney1-2/+2
2013-01-07Staging: bcm: Remove typedef for _ETH_CS_ETH2_FRAME and call directly.Kevin McKinney1-2/+2
2013-01-07Staging: bcm: Remove typedef for _TCP_HEADER and call directly.Kevin McKinney1-2/+2
2013-01-07Staging: bcm: Replace BOOLEAN with bool in IPv6ProtocolHdr.hKevin McKinney1-3/+3
2012-06-04Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly.Kevin McKinney1-21/+21