index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
silicom
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-2699
/
+556
2013-04-09
silicom-bypass: Remove device_open/close()
David Howells
1
-24
/
+0
2013-04-09
constify a bunch of struct file_operations instances
Al Viro
1
-1
/
+1
2013-04-09
procfs: new helper - PDE_DATA(inode)
Al Viro
1
-19
/
+19
2013-04-09
silicom: bury bp_proc.c
Al Viro
3
-1330
/
+0
2013-04-09
silicom: switch to create_proc_data(), clean procfs side of things up
Al Viro
1
-820
/
+379
2013-04-09
silicom: untangle module_init
Al Viro
1
-192
/
+133
2013-04-09
silicom: get_bypass_slave_pfs() open-codes lookup_port()
Al Viro
1
-25
/
+2
2013-04-09
silicom: unobfuscate get_{status,master}_port_fn()
Al Viro
1
-48
/
+19
2013-04-09
silicom: helper functions are often useful...
Al Viro
1
-280
/
+43
2013-03-11
staging: silicom: Remove redundant NULL check before kfree
Syam Sidhardhan
1
-4
/
+2
2013-03-11
Staging: silicom: bp_mod: Removed trailing whitespaces
Alexandru Gheorghiu
1
-2
/
+2
2013-03-11
staging: fix all sparse warnings in silicom/bypasslib/
Randy Dunlap
1
-47
/
+47
2012-11-01
Staging: silicom: bypasslib: remove unused including <linux/version.h>
Wei Yongjun
1
-1
/
+0
2012-11-01
Staging: silicom: remove unused including <linux/version.h>
Wei Yongjun
1
-1
/
+0
2012-10-30
Staging: silicom: remove code requiring an old LINUX_VERSION_CODE
Chad Williamson
2
-213
/
+3
2012-10-23
Staging: silicom: Fix up version.h includes
Jesper Juhl
3
-2
/
+1
2012-10-23
Staging: silicom: fix up compiler warnings in bp_proc.c
Greg Kroah-Hartman
1
-3
/
+1
2012-10-23
staging: silicom: fix explicit intialization of procfs_dir in bp_proc.c
Chad Williamson
1
-1
/
+1
2012-10-23
staging: silicom: remove unnecessary braces in bp_proc.c
Chad Williamson
1
-39
/
+19
2012-10-23
staging: silicom: remove parentheses from return statements in bg_proc.c
Chad Williamson
1
-2
/
+2
2012-10-23
staging: silicom: fix C99 comments in bp_proc.c
Chad Williamson
1
-3
/
+3
2012-10-23
staging: silicom: fix whitespace in bp_proc.c
Chad Williamson
1
-6
/
+6
2012-10-23
staging: silicom: pointless check removal
Alan Cox
1
-9
/
+2
2012-09-21
staging: fix silicom dependencies and build errors
Randy Dunlap
1
-2
/
+2
2012-09-19
Staging: silicom: bp_mod.c: checkpatch cleanups: C99 comments
Daniel Cotey
1
-154
/
+70
2012-09-19
Staging: silicom: bp_mod.c: checkpatch cleanup: fix returns
Daniel Cotey
1
-84
/
+81
2012-09-17
Staging: silicom: checkpatch.pl cleanup: pretty pointers
Daniel Cotey
1
-35
/
+35
2012-09-17
Staging: silicom: checkpatch.pl cleanup: pretty pointers
Daniel Cotey
1
-41
/
+41
2012-09-17
Staging: silicom: checkpatch.pl cleanup: pretty pointers
Daniel Cotey
1
-33
/
+33
2012-09-17
Staging: silicom: checkpatch.pl cleanup: pretty pointers
Daniel Cotey
1
-33
/
+33
2012-09-17
Staging: silicom: checkpatch.pl cleanup: pretty pointers
Daniel Cotey
1
-32
/
+32
2012-09-17
Staging: silicom: checkpatch.pl cleanup: pretty pointers
Daniel Cotey
1
-23
/
+23
2012-09-17
Staging: silicom: checkpatch cleanup: fix includes
Daniel Cotey
1
-4
/
+1
2012-09-17
Staging: silicom: checkpatch cleanup: header file whitespace
Daniel Cotey
1
-26
/
+26
2012-09-17
Staging: silicom: checkpatch cleanup: header file whitespace
Daniel Cotey
1
-71
/
+71
2012-09-17
Staging: silicom: bypass.h: checkpatch whitespace
Daniel Cotey
1
-27
/
+27
2012-09-17
Staging: silicom: bypass.h: checkpatch whitespace
Daniel Cotey
1
-2
/
+2
2012-09-17
Staging: silicom: bp_mod.h: checkpatch tab and space cleanup
Daniel Cotey
1
-5
/
+5
2012-09-17
Staging: silicom: bp_mod.h: checkpatch tab and space cleanup
Daniel Cotey
1
-22
/
+22
2012-09-17
Staging: silicom: bp_mod.h: checkpatch tab and space cleanup
Daniel Cotey
1
-16
/
+16
2012-09-17
Staging: silicom: bp_mod.h: checkpatch tab and space cleanup
Daniel Cotey
1
-24
/
+24
2012-09-17
Staging: silicom: bp_mod.h: checkpatch tab and space cleanup
Daniel Cotey
1
-15
/
+15
2012-09-17
Staging: silicom: bp_mod.h: checkpatch tab and space cleanup
Daniel Cotey
1
-27
/
+27
2012-09-17
Staging: silicom: bp_mod.h: checkpatch tab and space cleanup
Daniel Cotey
1
-5
/
+5
2012-09-17
Staging: silicom: bp_mod.h: checkpatch tab and space cleanup
Daniel Cotey
1
-6
/
+6
2012-09-17
Staging: silicom: bp_mod.h: checkpatch tab and space cleanup
Daniel Cotey
1
-15
/
+15
2012-09-17
Staging: silicom: bp_mod.h: checkpatch tab and space cleanup
Daniel Cotey
1
-13
/
+13
2012-09-17
Staging: silicom: bp_mod.h: checkpatch tab and space cleanup
Daniel Cotey
1
-8
/
+8
2012-09-17
Staging: silicom: bp_mod.h: checkpatch tab and space cleanup
Daniel Cotey
1
-3
/
+3
[next]