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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-30
Staging: bcm: Qos.c: Replaced do-while(0) breaks with continue
Matthias Beyer
1
-49
/
+46
2014-07-30
Staging: bcm: Qos.c: Replaced member accessing by variable in flush_all_queues()
Matthias Beyer
1
-12
/
+14
2014-07-30
Staging: bcm: Qos.c: Replaced member accessing with variable in PruneQueue()
Matthias Beyer
1
-15
/
+16
2014-07-30
Staging: bcm: Qos.c: Replaced do-while(0) jumps with goto and label, removes one level of indentation
Matthias Beyer
1
-51
/
+50
2014-07-30
Staging: bcm: Qos.c: Replaced member accessing with variable in MatchDestIpAddress()
Matthias Beyer
1
-3
/
+4
2014-07-30
Staging: bcm: Qos.c: Replaced member accessing with variable in PruneQueue()
Matthias Beyer
1
-4
/
+15
2014-07-30
Staging: bcm: IPv6Protocol.c: Line length fixes
Matthias Beyer
1
-31
/
+58
2014-07-30
Staging: bcm: IPv6Protocol.c: Whitespace cleanup
Matthias Beyer
1
-6
/
+5
2014-07-30
Staging: bcm: IPv6Protocol.c: Replaced member accessing with variable
Matthias Beyer
1
-4
/
+6
2014-07-30
Staging: bcm: IPv6Procotol.c: Replaced member accessing with variable
Matthias Beyer
1
-4
/
+6
2014-07-30
Staging: bcm: IPv6Protocol.c: Removed unnecessary if-else blocks
Matthias Beyer
1
-5
/
+2
2014-07-30
Staging: bcm: IPv6Protocol.c: Reindented switch-case
Matthias Beyer
1
-48
/
+40
2014-07-27
staging: bcm: DDRInit.c: fixed coding style: lines over 80 char
Sudip Mukherjee
1
-20
/
+39
2014-07-27
bcm: fix code style
Zahari Doychev
1
-8
/
+17
2014-07-23
Staging: bcm: nvm.c: Don't pass the index
Matthias Beyer
1
-4
/
+3
2014-07-23
Staging: bcm: nvm.c: Fixed variable type
Matthias Beyer
1
-1
/
+1
2014-07-23
staging:bcm:Transmit.c:coding style:line over 80 char
Sudip Mukherjee
1
-3
/
+7
2014-07-23
drivers/staging/bcm/Misc.c: fix a check
Andrey Utkin
1
-1
/
+1
2014-07-21
Staging: bcm: nvm.c: replaced member accessing with variable
Matthias Beyer
1
-3
/
+5
2014-07-21
Staging: bcm: nvm.c: Removed indentation level by concatenating nested if statements
Matthias Beyer
1
-8
/
+6
2014-07-21
Staging: bcm: nvm.c: Removed indentation level by using continue statement
Matthias Beyer
1
-12
/
+13
2014-07-21
Staging: bcm: nvm.c: Outsourced chunk of code into function
Matthias Beyer
1
-21
/
+47
2014-07-21
Staging: bcm: nvm.c: Shortened lines
Matthias Beyer
1
-21
/
+37
2014-07-17
staging: bcm: Qos.c: Fix coding style
Khoa Mai
1
-20
/
+20
2014-07-17
staging: bcm: Qos.c: Fix coding style
Khoa Mai
1
-5
/
+5
2014-07-15
Staging: bcm: PHSModule.c: Shortened lines
Matthias Beyer
1
-54
/
+89
2014-07-15
Staging: bcm: PHSModule.c: Replaced if-else return code with simple return assertion
Matthias Beyer
1
-9
/
+1
2014-07-15
Staging: bcm: PHSModule.c: Replaced member accessing with variable in CreateSFToClassifierRuleMapping()
Matthias Beyer
1
-8
/
+11
2014-07-15
Staging: bcm: PHSModule.c: Simplified nested if statements by linking them with logical AND in GetPhsRuleEntry()
Matthias Beyer
1
-5
/
+4
2014-07-15
Staging: bcm: PHSModule.c: Simplified nested if statements by linking them with logical AND in GetServiceFlowEntry()
Matthias Beyer
1
-5
/
+4
2014-07-15
Staging: bcm: PHSModule.c: Simplified nested if statements by linking them with logical AND in GetServiceFlowEntry()
Matthias Beyer
1
-5
/
+3
2014-07-15
Staging: bcm: PHSModule.c: Replaced member accessing with variable in GetServiceFlowEntry()
Matthias Beyer
1
-4
/
+5
2014-07-15
Staging: bcm: PHSModule.c: Added const keyword to ValidatePHSRUleComplete() argument
Matthias Beyer
1
-2
/
+2
2014-07-15
Staging: bcm: PHSModule.c: Rewrote ValidatePHSRuleComplete()
Matthias Beyer
1
-18
/
+4
2014-07-15
Staging: bcm: PHSModule.c: Replaced indentation level with goto jump on bad condition
Matthias Beyer
1
-29
/
+32
2014-07-15
Staging: bcm: PHSModule.c: Replaced member accessing with variable in free_phs_service()
Matthias Beyer
1
-12
/
+20
2014-07-15
Staging: bcm: PHSModule.c: Added missing braces around else block
Matthias Beyer
1
-1
/
+2
2014-07-15
Staging: bcm: PHSModule.c: Whitespace cleanup in PhsCompress()
Matthias Beyer
1
-3
/
+6
2014-07-15
Staging: bcm: PHSModule.c: Replaced member accessing with variables
Matthias Beyer
1
-16
/
+24
2014-07-15
Staging: bcm: PHSModule.c: Reduced indentation by using jump label in PhsDeleteSFRules()
Matthias Beyer
1
-32
/
+34
2014-07-15
Staging: bcm: PHSModule.c: Shortened lines
Matthias Beyer
1
-10
/
+14
2014-07-15
Staging: bcm: PHSModule.c: Reduced indentation level by using jump label
Matthias Beyer
1
-31
/
+34
2014-07-15
Staging: bcm: PHSModule.c: Replaced nested if statements with logical AND concatenation of the conditions
Matthias Beyer
1
-10
/
+10
2014-07-15
Staging: bcm: PHSModule.c: Replaced member accessing with variable in PhsDeletePHSRule()
Matthias Beyer
1
-7
/
+9
2014-07-15
Staging: bcm: PHSModule.c: Outsourced debug printing for phs classifier entry
Matthias Beyer
1
-18
/
+29
2014-07-15
Staging: bcm: PHSModule.c: Outsourced debug printing in own function
Matthias Beyer
1
-39
/
+56
2014-07-15
Staging: bcm: PHSModule.c: Whitespace & Indentation cleanup
Matthias Beyer
1
-201
/
+380
2014-07-12
Staging: bcm: Transmit.c: Removed obvious comment
Matthias Beyer
1
-1
/
+1
2014-07-12
Staging: bcm: Transmit.c: Line length / Whitespace cleanup
Matthias Beyer
1
-19
/
+38
2014-07-12
Staging: bcm: Transmit.c: Replaced member accessing with variable
Matthias Beyer
1
-10
/
+12
[prev]
[next]