index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
bcm
Age
Commit message (
Expand
)
Author
Lines
2012-09-19
Staging: bcm: Properly format braces in cntrl_SignalingInterface.h
Kevin McKinney
-2
/
+1
2012-09-19
Staging: bcm: Properly format comments in cntrl_SignalingInterface.h
Kevin McKinney
-181
/
+183
2012-09-19
Staging: bcm: Fix all white space issues in cntrl_SignalingInterface.h
Kevin McKinney
-297
/
+226
2012-09-17
Staging: remove CONFIG_EXPERIMENTAL dependancies
Greg Kroah-Hartman
-1
/
+1
2012-09-13
Staging: bcm: Fix udelay related compilation error
Tushar Behera
-1
/
+1
2012-09-13
Staging: bcm: Convert INT to int in Transmit.c
Kevin McKinney
-2
/
+2
2012-09-13
Staging: bcm: Properly format comments in Transmit.c
Kevin McKinney
-46
/
+46
2012-09-13
Staging: bcm: Remove initialization from if statement in Transmit.c
Kevin McKinney
-1
/
+2
2012-09-13
Staging: bcm: Properly format braces in Transmit.c
Kevin McKinney
-36
/
+17
2012-09-13
Staging: bcm: Fix all white space issues in Transmit.c
Kevin McKinney
-60
/
+56
2012-09-12
Staging: bcm: Create and initialize new device id in InterfaceInit
Kevin McKinney
-1
/
+3
2012-09-04
staging: bcm: use pr_info and pr_err rather than printk
Alexey Khoroshilov
-4
/
+4
2012-09-04
staging: bcm: fix error handling in bcm_init()
Alexey Khoroshilov
-1
/
+9
2012-09-04
Staging: bcm: Convert INT to int in InterfaceInit.h
Kevin McKinney
-3
/
+3
2012-09-04
Staging: bcm: Fix white space issues in InterfaceInit.h
Kevin McKinney
-14
/
+12
2012-09-04
staging: bcm: fix possible memory leak in bcm_char_ioctl()
Wei Yongjun
-0
/
+2
2012-08-17
staging: bcm: Fix typo in drivers/bcm
Masanari Iida
-5
/
+5
2012-08-13
staging: bcm: print small buffers with %*ph
Andy Shevchenko
-47
/
+36
2012-08-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
-26
/
+5
2012-07-29
slightly reduce idiocy in drivers/staging/bcm/Misc.c
Al Viro
-26
/
+5
2012-07-11
staging: bcm: Misc.c: Remove unused macros
Marcos Paulo de Souza
-3
/
+0
2012-07-11
staging: bcm: Remove all commented macros
Marcos Paulo de Souza
-8
/
+0
2012-07-11
staging: bcm: Remove code that will never execute
Marcos Paulo de Souza
-63
/
+0
2012-07-06
staging: bcm: use %pM to print MAC addresses
Andy Shevchenko
-28
/
+16
2012-06-20
Staging: bcm: Change order in if conditions to make more readable in nvm.c
Kevin McKinney
-4
/
+4
2012-06-20
Staging: bcm: Change conditions that check for NULL in nvm.c
Kevin McKinney
-14
/
+14
2012-06-20
Staging: bcm: Replace UINT with "unsigned int" in nvm.c
Kevin McKinney
-206
/
+206
2012-06-20
Staging: bcm: Replace INT with int in nvm.c
Kevin McKinney
-111
/
+111
2012-06-13
staging bcm: spelling of suppress in code
Peter Meerwald
-14
/
+14
2012-06-13
staging bcm: spelling of suppress in comments
Peter Meerwald
-6
/
+6
2012-06-12
Staging: bcm: Return -ENOMEM instead of -1 when memory not acquired in nmv.c
Kevin McKinney
-2
/
+2
2012-06-12
Staging: bcm: Use udelay instead of msleep for delays in nvm.c
Kevin McKinney
-9
/
+9
2012-06-12
Staging: bcm: Fix ERROR: return is not a function, parentheses are not required.
Kevin McKinney
-2
/
+2
2012-06-12
Staging: bcm: Correctly format all comments in nvm.c
Kevin McKinney
-940
/
+955
2012-06-12
Staging: bcm: Properly format braces in nvm.c
Kevin McKinney
-1125
/
+659
2012-06-12
Staging: bcm: Fix all whitespace issues in nvm.c
Kevin McKinney
-2087
/
+1980
2012-06-04
Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly.
Kevin McKinney
-400
/
+399
2012-06-04
Staging: bcm: Remove typedef for _LEADER and call directly.
Kevin McKinney
-18
/
+17
2012-06-04
Staging: bcm: Remove typedef for _PACKETTOSEND and call directly.
Kevin McKinney
-5
/
+4
2012-06-04
Staging: bcm: Remove typedef for _CONTROL_PACKET and call directly.
Kevin McKinney
-3
/
+2
2012-06-04
Staging: bcm: Remove typedef for link_request and call directly.
Kevin McKinney
-15
/
+12
2012-06-04
Staging: bcm: Remove typedef for _ADD_CONNECTION.
Kevin McKinney
-20
/
+0
2012-06-04
Staging: bcm: Remove typedef for _CLASSIFICATION_RULE.
Kevin McKinney
-12
/
+0
2012-06-04
Staging: bcm: Remove typedef for _CLASSIFICATION_ONLY.
Kevin McKinney
-10
/
+0
2012-06-04
Staging: bcm: Remove typedef for _S_HDR_SUPRESSION_CONTEXTINFO and call direc...
Kevin McKinney
-3
/
+3
2012-06-04
Staging: bcm: Remove typedef for _S_CLASSIFIER_RULE and call directly.
Kevin McKinney
-43
/
+42
2012-06-04
Staging: bcm: Remove typedef for _S_FRAGMENTED_PACKET_INFO and call directly.
Kevin McKinney
-9
/
+9
2012-06-04
Staging: bcm: Remove typedef for _packet_info and call directly.
Kevin McKinney
-12
/
+10
2012-06-04
Staging: bcm: Remove typedef for _PER_TARANG_DATA and call directly.
Kevin McKinney
-14
/
+14
2012-06-04
Staging: bcm: Remove condition check on macro REL_4_1 because it is not used.
Kevin McKinney
-85
/
+0
[next]