index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
bcm
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-30
Staging: bcm: Bcmchar.c: Renamed variable: "psFwInfo" -> "fw_info"
Matthias Beyer
1
-12
/
+12
2014-08-30
Staging: bcm: Bcmchar.c: Renamed variable: "ulSFId" -> "sf_id"
Matthias Beyer
1
-4
/
+4
2014-08-30
Staging: bcm: Bcmchar.c: Renamed variable: "pvBuffer" -> "buff"
Matthias Beyer
1
-14
/
+14
2014-08-30
Staging: bcm: Bcmchar.c: Renamed variable: "ucResetValue" -> "reset_val"
Matthias Beyer
1
-16
/
+16
2014-08-30
Staging: bcm: Bcmchar.c: Renamed variable: "Status" -> "status"
Matthias Beyer
1
-231
/
+231
2014-08-30
Staging: bcm: Bcmchar.c: Renamed variable: "ucRead" -> "read"
Matthias Beyer
1
-2
/
+2
2014-08-30
Staging: bcm: Bcmchar.c: Renamed variable: "uiBit" -> "bit"
Matthias Beyer
1
-2
/
+2
2014-08-30
Staging: bcm: Bcmchar.c: Renamed variable: "IoBuffer" -> "io_buff"
Matthias Beyer
1
-126
/
+126
2014-08-30
Staging: bcm: Bcmchar.c: Renamed variable: "threadReq" -> "thread_req"
Matthias Beyer
1
-4
/
+4
2014-08-30
Staging: bcm: Bcmchar.c: Renamed variable: "Adapter" -> "ad"
Matthias Beyer
1
-452
/
+452
2014-08-30
Staging: bcm: Bcmchar.c: Fixed debug output
Matthias Beyer
1
-4
/
+4
2014-08-16
Staging: bmc: fix coding style warning
Ramesh Basukala
1
-8
/
+11
2014-08-16
Staging: bcm: Bcmchar.c: Renamed variable "uiOperation" -> "operation"
Matthias Beyer
1
-3
/
+3
2014-08-16
Staging: bcm: Bcmchar.c: Renamed variable "uiBit" -> "bit"
Matthias Beyer
1
-6
/
+6
2014-08-16
Staging: bcm: Bcmchar.c: Renamed variable "ucResetValue" -> "reset_val"
Matthias Beyer
1
-4
/
+4
2014-08-16
Staging: bcm: Bcmchar.c: Renamed variable "uiTempVar" -> "tmp"
Matthias Beyer
1
-14
/
+14
2014-08-16
Staging: bcm: Bcmchar.c: Renamed variable "sWrmBuffer" -> "wrm_buff"
Matthias Beyer
1
-16
/
+16
2014-08-16
Staging: bcm: Bcmchar.c: Renamed variable "Bufflen" -> "buff_len"
Matthias Beyer
1
-6
/
+6
2014-08-16
Staging: bcm: Bcmchar.c: Renamed variable "IoBuffer" -> "io_buff"
Matthias Beyer
1
-34
/
+34
2014-08-16
Staging: bcm: Bcmchar.c: Renamed variable "sRdmBuffer" -> "rdm_buff"
Matthias Beyer
1
-12
/
+12
2014-08-16
Staging: bcm: Bcmchar.c: Renamed variable "Packet" -> "packet"
Matthias Beyer
1
-8
/
+8
2014-08-16
Staging: bcm: Bcmchar.c: Renamed variable "PktLen" -> "pkt_len"
Matthias Beyer
1
-5
/
+5
2014-08-16
Staging: bcm: Bcmchar.c: Renamed variable "pTarang" -> "tarang"
Matthias Beyer
1
-23
/
+23
2014-08-16
Staging: bcm: Bcmchar.c: Renamed variable "ulDSDMagicNumInUsrBuff" -> "dsd_magic_num_in_usr_buff"
Matthias Beyer
1
-3
/
+3
2014-08-16
Staging: bcm: Bcmchar.c: Renamed variable "Status" -> "status"
Matthias Beyer
1
-40
/
+40
2014-08-16
Staging: bcm: Bcmchar.c: Renamed variable "stNVMReadWrite" -> "nvm_rw"
Matthias Beyer
1
-9
/
+8
2014-08-16
Staging: bcm: Bcmchar.c: Renamed variable "pReadData" -> "read_data"
Matthias Beyer
1
-10
/
+10
2014-08-16
Staging: bcm: Bcmchar.c: Renamed variable "Adapter" -> "ad"
Matthias Beyer
1
-87
/
+87
2014-08-16
Staging: bcm: Bcmchar.c: Fixed indentation of function arguments
Matthias Beyer
1
-25
/
+31
2014-07-30
Staging: bcm: Qos.c: checkpatch.pl fix: Indentation of case-statements fixed
Matthias Beyer
1
-45
/
+41
2014-07-30
Staging: bcm: Qos.c: checkpatch.pl fix: Removed parentheses from return statement
Matthias Beyer
1
-1
/
+1
2014-07-30
Staging: bcm: Qos.c: checkpatch.pl fix: Transformed C99-style comments
Matthias Beyer
1
-2
/
+2
2014-07-30
Staging: bcm: Qos.c: checkpatch.pl fix: Added blank lines after declarations
Matthias Beyer
1
-0
/
+2
2014-07-30
Staging: bcm: Qos.c: Line length / Whitespace cleanup in EThCSGetPktInfo()
Matthias Beyer
1
-11
/
+40
2014-07-30
Staging: bcm: Qos.c: Line length / Whitespace cleanup in EThCSClassifyPkt()
Matthias Beyer
1
-12
/
+35
2014-07-30
Staging: bcm: Qos.c: Line length / Whitespace cleanup in EthCSMatchVLANRules()
Matthias Beyer
1
-11
/
+42
2014-07-30
Staging: bcm: Qos.c: Line length / Whitespace cleanup in EthCSMatchEThTypeSAP()
Matthias Beyer
1
-7
/
+33
2014-07-30
Staging: bcm: Qos.c: Line length / Whitespace cleanup in EthCSMatchDestMACAdress()
Matthias Beyer
1
-5
/
+20
2014-07-30
Staging: bcm: Qos.c: Line length / Whitespace cleanup in EthCSMatchSrcMACAdress()
Matthias Beyer
1
-5
/
+19
2014-07-30
Staging: bcm: Qos.c: Line length / Whitespace cleanup in ClassifyPacket()
Matthias Beyer
1
-45
/
+148
2014-07-30
Staging: bcm: Qos.c: Line length / Whitespace cleanup in flush_all_queues()
Matthias Beyer
1
-4
/
+16
2014-07-30
Staging: bcm: Qos.c: Line length / Whitespace cleanup in PruneQueue()
Matthias Beyer
1
-13
/
+37
2014-07-30
Staging: bcm: Qos.c: Line length / Whitespace cleanup in IpVersion4()
Matthias Beyer
1
-21
/
+75
2014-07-30
Staging: bcm: Qos.c: Line length / Whitespace cleanup in MatchDestPort()
Matthias Beyer
1
-4
/
+19
2014-07-30
Staging: bcm: Qos.c: Line length / Whitespace cleanup in MatchSrcPort()
Matthias Beyer
1
-3
/
+11
2014-07-30
Staging: bcm: Qos.c: Line length / Whitespace cleanup in MatchProtocol()
Matthias Beyer
1
-4
/
+17
2014-07-30
Staging: bcm: Qos.c: Line length / Whitespace cleanup in MatchTos()
Matthias Beyer
1
-3
/
+11
2014-07-30
Staging: bcm: Qos.c: Line length / Whitespace cleanup in MatchDestIpAddress()
Matthias Beyer
1
-4
/
+18
2014-07-30
Staging: bcm: Qos.c: Line length / Whitespace cleanup in MatchSrcIpAddress()
Matthias Beyer
1
-3
/
+10
2014-07-30
Staging: bcm: Qos.c: Replaced if-else return with ternary operator
Matthias Beyer
1
-4
/
+1
[prev]
[next]