1. c246d19 Staging: silicom: fix sparse non static symbol warnings by Wei Yongjun · 11 years ago
  2. 382d277 silicom: remaining checkpatch issues in bypass.c by Michael Hoefler · 11 years ago
  3. 6618b75 silicom: fix coding style issues in bypass.c by Michael Hoefler · 11 years ago
  4. 74552f1 silicom: fix whitespace issues in bypass.c by Michael Hoefler · 11 years ago
  5. 14f4f4a staging: silicom: remove dead code by Michal Nazarewicz · 11 years ago
  6. 473b171 Staging: silicom: Remove unnecessary variable from get_bypass_info() by Rupert Muchembled · 11 years ago
  7. a82c40c Staging: silicom: Remove unnecessary variable from do_cmd() by Rupert Muchembled · 11 years ago
  8. b8b04ee staging: silicom: fix space prohibited before semicolon by Tugce Sirin · 11 years ago
  9. de2e487 staging: silicom: introduce bp_dev_get_idx_bsf() and use it by Andy Shevchenko · 11 years ago
  10. c429df9 Staging: silicom: Remove useless unneeded semicolons by Vladimir · 11 years ago
  11. 11c920b Staging: silicom: remove typedef for dev_desc_t by Chad Williamson · 11 years ago
  12. c014185 Staging: silicom: remove the typedef for bpmod_info_t by Chad Williamson · 11 years ago
  13. efb39e4 Staging: silicom: remove the bpctl_dev_t typdef by Chad Williamson · 11 years ago
  14. 496322b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  15. 27a9095 silicom: checkpatch: errors caused by macros by Lorenz Haspel · 11 years ago
  16. bbeebec Staging: silicom: remove the board_t typedef in bpctl_mod.c by Chad Williamson · 11 years ago
  17. ae0b953 Staging: silicom: capitalize labels in the bp_media_type enum by Chad Williamson · 11 years ago
  18. ff2e54c Staging: silicom: remove bp_media_type enum typedef by Chad Williamson · 11 years ago
  19. 2206209 net: Add missing dependencies on NETDEVICES by Ben Hutchings · 11 years ago
  20. a1606c7 net: Move MII out from under NET_CORE and hide it by Ben Hutchings · 11 years ago
  21. d0941b1 Staging: silicom: move more assignments out of if conditions by Chad Williamson · 11 years ago
  22. 3f3c1fc Staging: silicom: move assignments out of if conditions by Chad Williamson · 11 years ago
  23. ea675ee Staging: silicom: remove unnecessary braces in bpctl_mod.c by Chad Williamson · 11 years ago
  24. 28352c3 silicom: checkpatch: trailing statements by Lorenz Haspel · 11 years ago
  25. 7517758 silicom: checkpatch: fixed whitespace errors by Lorenz Haspel · 11 years ago
  26. cadf87a Staging: silicom: move symbol exports beneath definitions in bpctl_mod.c by Chad Williamson · 11 years ago
  27. 22ca14a Staging: silicom: move symbol exports beneath definitions in bypass.c by Chad Williamson · 11 years ago
  28. c482ca7 Staging: silicom: remove the EXPORT_SYMBOL_NOVERS macro by Chad Williamson · 11 years ago
  29. a30c0e1 staging/silicom/bypasslib: Move opening brace to previous line by Lisa Nguyen · 11 years ago
  30. d5025da staging/silicom/bypasslib: Remove extra space before line by Lisa Nguyen · 11 years ago
  31. 0248598 staging/silicom/bypasslib: Add space around || by Lisa Nguyen · 11 years ago
  32. 14cd6f9 staging/silicom/bypasslib: Add space around && by Lisa Nguyen · 11 years ago
  33. d8195f8 staging/silicom/bypasslib: Add space around == by Lisa Nguyen · 11 years ago
  34. f55a690 staging/silicom/bypasslib: Fix code indentation errors by Lisa Nguyen · 11 years ago
  35. 4d18cd3 staging/silicom/bypasslib: Reformat comments by Lisa Nguyen · 11 years ago
  36. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  37. 0f1be19 Staging: silicom: Fixed warning 'preferred seq_puts instead of seq_printf'. by Tülin İzer · 11 years ago
  38. 6a301f4 Staging: silicom: Fixed error 'space prohibited before that close parenthesis ')'' by Tülin İzer · 11 years ago
  39. 001bd4b Staging: silicom: Fixed error 'space required after that ',''. by Tülin İzer · 11 years ago
  40. a7ce87e1 Staging: silicom: Fixed warning 'please, no space before tabs'. by Tülin İzer · 11 years ago
  41. a0069a4 Staging: silicom : Fixed error 'exactly one space required after that #ifdef' by Tülin İzer · 11 years ago
  42. 01c7b4c Staging: silicom: Fixed warning 'space prohibited before semicolon'. by Tülin İzer · 11 years ago
  43. f84b075 Staging: silicom: Fixed error 'do not initialise statics to 0 or NULL'. by Tülin İzer · 11 years ago
  44. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  45. 7294b0b silicom-bypass: Remove device_open/close() by David Howells · 11 years ago
  46. 75ef9de constify a bunch of struct file_operations instances by Al Viro · 11 years ago
  47. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  48. 685e55e silicom: bury bp_proc.c by Al Viro · 11 years ago
  49. a01b0c5 silicom: switch to create_proc_data(), clean procfs side of things up by Al Viro · 11 years ago
  50. bdcecec silicom: untangle module_init by Al Viro · 11 years ago
  51. f1b68d4 silicom: get_bypass_slave_pfs() open-codes lookup_port() by Al Viro · 11 years ago
  52. fb8004d silicom: unobfuscate get_{status,master}_port_fn() by Al Viro · 11 years ago
  53. 7e1be8a silicom: helper functions are often useful... by Al Viro · 11 years ago
  54. d39625c staging: silicom: Remove redundant NULL check before kfree by Syam Sidhardhan · 11 years ago
  55. f54ab7d Staging: silicom: bp_mod: Removed trailing whitespaces by Alexandru Gheorghiu · 11 years ago
  56. 90a08fd staging: fix all sparse warnings in silicom/bypasslib/ by Randy Dunlap · 11 years ago
  57. f489e2d Staging: silicom: bypasslib: remove unused including <linux/version.h> by Wei Yongjun · 12 years ago
  58. 8db0bc7 Staging: silicom: remove unused including <linux/version.h> by Wei Yongjun · 12 years ago
  59. 3e4cce9 Staging: silicom: remove code requiring an old LINUX_VERSION_CODE by Chad Williamson · 12 years ago
  60. 4c0a655 Staging: silicom: Fix up version.h includes by Jesper Juhl · 12 years ago
  61. 41c66e0 Staging: silicom: fix up compiler warnings in bp_proc.c by Greg Kroah-Hartman · 12 years ago
  62. 6b8c877 staging: silicom: fix explicit intialization of procfs_dir in bp_proc.c by Chad Williamson · 12 years ago
  63. c460c7d staging: silicom: remove unnecessary braces in bp_proc.c by Chad Williamson · 12 years ago
  64. ed5054b staging: silicom: remove parentheses from return statements in bg_proc.c by Chad Williamson · 12 years ago
  65. 1713eaf staging: silicom: fix C99 comments in bp_proc.c by Chad Williamson · 12 years ago
  66. 19c1fb1 staging: silicom: fix whitespace in bp_proc.c by Chad Williamson · 12 years ago
  67. b1a4fdd staging: silicom: pointless check removal by Alan Cox · 12 years ago
  68. 8fb0aeb staging: fix silicom dependencies and build errors by Randy Dunlap · 12 years ago
  69. 687bcca Staging: silicom: bp_mod.c: checkpatch cleanups: C99 comments by Daniel Cotey · 12 years ago
  70. 7935c80 Staging: silicom: bp_mod.c: checkpatch cleanup: fix returns by Daniel Cotey · 12 years ago
  71. 7c01432 Staging: silicom: checkpatch.pl cleanup: pretty pointers by Daniel Cotey · 12 years ago
  72. 9f7a6f3 Staging: silicom: checkpatch.pl cleanup: pretty pointers by Daniel Cotey · 12 years ago
  73. 0920af7 Staging: silicom: checkpatch.pl cleanup: pretty pointers by Daniel Cotey · 12 years ago
  74. 81908e8 Staging: silicom: checkpatch.pl cleanup: pretty pointers by Daniel Cotey · 12 years ago
  75. 1bd5374 Staging: silicom: checkpatch.pl cleanup: pretty pointers by Daniel Cotey · 12 years ago
  76. 01448bb Staging: silicom: checkpatch.pl cleanup: pretty pointers by Daniel Cotey · 12 years ago
  77. 86bc9eb Staging: silicom: checkpatch cleanup: fix includes by Daniel Cotey · 12 years ago
  78. 25dd851 Staging: silicom: checkpatch cleanup: header file whitespace by Daniel Cotey · 12 years ago
  79. f8402b6 Staging: silicom: checkpatch cleanup: header file whitespace by Daniel Cotey · 12 years ago
  80. 65af0ae Staging: silicom: bypass.h: checkpatch whitespace by Daniel Cotey · 12 years ago
  81. b2774ed Staging: silicom: bypass.h: checkpatch whitespace by Daniel Cotey · 12 years ago
  82. 30f62902 Staging: silicom: bp_mod.h: checkpatch tab and space cleanup by Daniel Cotey · 12 years ago
  83. d5b4f42 Staging: silicom: bp_mod.h: checkpatch tab and space cleanup by Daniel Cotey · 12 years ago
  84. 97ef0a4 Staging: silicom: bp_mod.h: checkpatch tab and space cleanup by Daniel Cotey · 12 years ago
  85. fab8569 Staging: silicom: bp_mod.h: checkpatch tab and space cleanup by Daniel Cotey · 12 years ago
  86. 9088c8a Staging: silicom: bp_mod.h: checkpatch tab and space cleanup by Daniel Cotey · 12 years ago
  87. 22f35046 Staging: silicom: bp_mod.h: checkpatch tab and space cleanup by Daniel Cotey · 12 years ago
  88. 0118f42 Staging: silicom: bp_mod.h: checkpatch tab and space cleanup by Daniel Cotey · 12 years ago
  89. 2ea2ea4 Staging: silicom: bp_mod.h: checkpatch tab and space cleanup by Daniel Cotey · 12 years ago
  90. 0fe8f5d Staging: silicom: bp_mod.h: checkpatch tab and space cleanup by Daniel Cotey · 12 years ago
  91. c2cf193 Staging: silicom: bp_mod.h: checkpatch tab and space cleanup by Daniel Cotey · 12 years ago
  92. 7cdaac3 Staging: silicom: bp_mod.h: checkpatch tab and space cleanup by Daniel Cotey · 12 years ago
  93. 490deb7 Staging: silicom: bp_mod.h: checkpatch tab and space cleanup by Daniel Cotey · 12 years ago
  94. 0c4a9f6 staging: silicom: fix a comparing proc_dir_entry pointer against 0 by Devendra Naga · 12 years ago
  95. 82e6bb0 Staging: silicom: use kstrtoint_from_user() by Dan Carpenter · 12 years ago
  96. e4c536b Staging: silicom: add some range checks to proc functions by Dan Carpenter · 12 years ago
  97. f325129 Staging: silicom: remove S_IWOTH from proc declaration by Dan Carpenter · 12 years ago
  98. b84a9ce Staging: silicom: checkpatch cleanup: header tabs n spaces by Daniel Cotey · 12 years ago
  99. 13d6b7b2 Staging: silicom: minor cleanup: remove unused define by Daniel Cotey · 12 years ago
  100. e3845b3 Staging: silicom: checkpatch: cleanup macros by Daniel Cotey · 12 years ago