aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/silicom
Commit message (Expand)AuthorAgeFilesLines
* Staging: silicom: fix sparse non static symbol warningsWei Yongjun2014-01-091-2/+2
* silicom: remaining checkpatch issues in bypass.cMichael Hoefler2013-12-201-8/+7
* silicom: fix coding style issues in bypass.cMichael Hoefler2013-12-201-15/+17
* silicom: fix whitespace issues in bypass.cMichael Hoefler2013-12-201-50/+61
* staging: silicom: remove dead codeMichal Nazarewicz2013-12-031-2/+0
* Staging: silicom: Remove unnecessary variable from get_bypass_info()Rupert Muchembled2013-11-111-4/+4
* Staging: silicom: Remove unnecessary variable from do_cmd()Rupert Muchembled2013-11-111-3/+3
* staging: silicom: fix space prohibited before semicolonTugce Sirin2013-10-021-1/+1
* staging: silicom: introduce bp_dev_get_idx_bsf() and use itAndy Shevchenko2013-09-171-141/+47
* Staging: silicom: Remove useless unneeded semicolonsVladimir2013-07-231-9/+9
* Staging: silicom: remove typedef for dev_desc_tChad Williamson2013-07-231-4/+2
* Staging: silicom: remove the typedef for bpmod_info_tChad Williamson2013-07-231-4/+4
* Staging: silicom: remove the bpctl_dev_t typdefChad Williamson2013-07-231-276/+276
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-092-5/+4
|\
| * net: Add missing dependencies on NETDEVICESBen Hutchings2013-06-191-3/+3
| * net: Move MII out from under NET_CORE and hide itBen Hutchings2013-06-191-1/+0
| * net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+1
* | silicom: checkpatch: errors caused by macrosLorenz Haspel2013-06-241-7/+4
* | Staging: silicom: remove the board_t typedef in bpctl_mod.cChad Williamson2013-06-241-2/+2
* | Staging: silicom: capitalize labels in the bp_media_type enumChad Williamson2013-06-241-17/+17
* | Staging: silicom: remove bp_media_type enum typedefChad Williamson2013-06-241-3/+3
* | Staging: silicom: move more assignments out of if conditionsChad Williamson2013-06-181-19/+34
* | Staging: silicom: move assignments out of if conditionsChad Williamson2013-06-181-20/+34
* | Staging: silicom: remove unnecessary braces in bpctl_mod.cChad Williamson2013-06-181-35/+23
* | silicom: checkpatch: trailing statementsLorenz Haspel2013-06-171-4/+8
* | silicom: checkpatch: fixed whitespace errorsLorenz Haspel2013-06-171-3/+3
* | Staging: silicom: move symbol exports beneath definitions in bpctl_mod.cChad Williamson2013-06-171-46/+45
* | Staging: silicom: move symbol exports beneath definitions in bypass.cChad Williamson2013-06-171-45/+44
* | Staging: silicom: remove the EXPORT_SYMBOL_NOVERS macroChad Williamson2013-06-172-4/+0
* | staging/silicom/bypasslib: Move opening brace to previous lineLisa Nguyen2013-05-301-2/+2
* | staging/silicom/bypasslib: Remove extra space before lineLisa Nguyen2013-05-301-1/+1
* | staging/silicom/bypasslib: Add space around ||Lisa Nguyen2013-05-301-1/+1
* | staging/silicom/bypasslib: Add space around &&Lisa Nguyen2013-05-301-1/+1
* | staging/silicom/bypasslib: Add space around ==Lisa Nguyen2013-05-301-3/+3
* | staging/silicom/bypasslib: Fix code indentation errorsLisa Nguyen2013-05-301-3/+3
* | staging/silicom/bypasslib: Reformat commentsLisa Nguyen2013-05-301-32/+32
* | Staging: silicom: Fixed warning 'preferred seq_puts instead of seq_printf'.Tülin İzer2013-05-161-68/+68
* | Staging: silicom: Fixed error 'space prohibited before that close parenthesis...Tülin İzer2013-05-161-1/+1
* | Staging: silicom: Fixed error 'space required after that ',''.Tülin İzer2013-05-161-1/+1
* | Staging: silicom: Fixed warning 'please, no space before tabs'.Tülin İzer2013-05-161-4/+4
* | Staging: silicom : Fixed error 'exactly one space required after that #ifdef'Tülin İzer2013-05-161-1/+1
* | Staging: silicom: Fixed warning 'space prohibited before semicolon'.Tülin İzer2013-05-161-3/+3
* | Staging: silicom: Fixed error 'do not initialise statics to 0 or NULL'.Tülin İzer2013-05-161-4/+4
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-013-2699/+556
|\
| * silicom-bypass: Remove device_open/close()David Howells2013-04-091-24/+0
| * constify a bunch of struct file_operations instancesAl Viro2013-04-091-1/+1
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-19/+19
| * silicom: bury bp_proc.cAl Viro2013-04-093-1330/+0
| * silicom: switch to create_proc_data(), clean procfs side of things upAl Viro2013-04-091-820/+379
| * silicom: untangle module_initAl Viro2013-04-091-192/+133