summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm/Qos.c
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: Qos.c: Fix coding styleKhoa Mai2014-07-171-20/+20
* staging: bcm: Qos.c: Fix coding styleKhoa Mai2014-07-171-5/+5
* staging: bcm: add missing blank lines after declarationsPawel Lebioda2014-07-091-1/+8
* Staging: bcm: Qos.c: fix checkpatch errors: whitespacesMartin Gumbrecht2014-06-201-19/+19
* Staging: bcm: Qos.c: fix checkpatch errors: commentsMartin Gumbrecht2014-06-201-37/+51
* staging: Convert __FUNCTION__ to __func__Joe Perches2014-05-251-7/+7
* Staging:bcm: Fixes coding style issues in drivers/staging/bcm/Qos.cMarcos A. Di Pietro2014-04-181-5/+12
* Staging: bcm: Qos: fixed braces' coding styleLuis Ortega2014-04-141-126/+48
* staging: bcm: fix checkpatch error 'assignment in if condition'Daeseok Youn2014-02-271-18/+14
* staging: bcm: Remove unneeded set a variableDaeseok Youn2014-02-271-3/+0
* drivers: bcm: Mark functions as static in Qos.cRashika Kheria2014-01-081-3/+3
* staging: bcm: Replace FALSE with falseLisa Nguyen2013-10-281-42/+42
* staging: bcm: Replace BOOLEAN with boolLisa Nguyen2013-10-281-13/+13
* Staging: bcm: Qos: Fix some coding style issuesLilis Iskandar2013-07-231-269/+269
* Staging: bcm: Remove typedef for TransportHeaderT and call directly.Kevin McKinney2013-01-071-2/+2
* Staging: bcm: Remove typedef for _S_ETHCS_PKT_INFO and call directly.Kevin McKinney2013-01-071-7/+7
* Staging: bcm: Remove typedef for _ETH_CS_802_Q_FRAME and call directly.Kevin McKinney2013-01-071-2/+2
* Staging: bcm: Remove typedef for _ETH_CS_802_LLC_FRAME and call directly.Kevin McKinney2013-01-071-3/+3
* Staging: bcm: Remove typedef for _ETH_CS_802_LLC_SNAP_FRAME and call directly.Kevin McKinney2013-01-071-2/+2
* Staging: bcm: Remove typedef for _ETH_CS_ETH2_FRAME and call directly.Kevin McKinney2013-01-071-2/+2
* Staging: bcm: Remove typedef for _TCP_HEADER and call directly.Kevin McKinney2013-01-071-2/+2
* Staging: bcm: Replace BOOLEAN with bool in IPv6ProtocolHdr.hKevin McKinney2013-01-071-3/+3
* Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly.Kevin McKinney2012-06-041-21/+21
OpenPOWER on IntegriCloud