1. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  2. bae301d staging: single_open() leaks by Al Viro · 11 years ago
  3. 207e390 ft1000: Don't use create_proc_read_entry() by David Howells · 11 years ago
  4. 75ef9de constify a bunch of struct file_operations instances by Al Viro · 11 years ago
  5. b5c78e0 Merge tag 'staging-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 12 years ago
  6. 78110bb staging: Remove unnecessary OOM messages by Joe Perches · 12 years ago
  7. a11b0e860 Staging: ft1000-usb: Fix call to obsolete function by Kurt Kanzenbach · 12 years ago
  8. dedbc93 staging: ft1000: rename struct ft1000_device to ft1000_usb by Ondrej Zary · 12 years ago
  9. 3aa2303 staging: ft1000: unify struct ft1000_info between USB and PCMCIA drivers by Ondrej Zary · 12 years ago
  10. 7826d43 ethtool: fix drvinfo strings set in drivers by Jiri Pirko · 12 years ago
  11. f884c19 staging: ft1000: remove assigments of ret and initialise it in beginning by Devendra Naga · 12 years ago
  12. ad13963 staging: ft1000: replace c99 comments with c88 by Devendra Naga · 12 years ago
  13. b0add95 staging: ft1000: Replace timeout values with USB_CTRL_G(S)ET_TIMEOUT. by Marek Belisko · 12 years ago
  14. 1897895 staging: ft1000: Fix ft1000_control function timeout argument usage. by Marek Belisko · 12 years ago
  15. b70ac75 staging: ft1000-usb: Fix various checkpach warnings in ft1000_usb.h by Marek Belisko · 12 years ago
  16. 35975ea staging: ft1000-usb: Replace all C99 comments with regular in ft1000_usb.h. by Marek Belisko · 12 years ago
  17. f7e5780 staging: ft1000-usb: Fix lines over 80 chars. by Marek Belisko · 12 years ago
  18. 03b3ac1 staging: ft1000-usb: Remove name comments from ft1000_usb.h. by Marek Belisko · 12 years ago
  19. 586288c staging: ft1000-usb: Remove spaces from struct dpram_blk. by Marek Belisko · 12 years ago
  20. e2bdf27 staging: ft1000-usb: Remove leading spaces from struct ft1000_info. by Marek Belisko · 12 years ago
  21. 494e734 staging: ft1000-usb: Remove commented lines from ft1000_device. by Marek Belisko · 12 years ago
  22. 626888df staging: ft1000-usb: Change KERN_ERROR usage to pr_err in ft1000_usb.c. by Marek Belisko · 12 years ago
  23. aaf3ee4 staging: ft1000: Fix typo in ft1000_usb.c by Masanari Iida · 12 years ago
  24. 80145a5 staging/ft1000: remove all spaces, tabs issue in while loop of ft1000_interrupt by Devendra Naga · 12 years ago
  25. b7c5a77 staging/ft1000: remove unnecessary assignment of ret with STATUS_SUCCESS by Devendra Naga · 12 years ago
  26. 95f2825 staging/ft1000-pcmcia: fix checkpatch warnings by Devendra Naga · 12 years ago
  27. cfe116c staging/ft1000: fix the foo * bar warning by Devendra Naga · 12 years ago
  28. b3a87c3 staging/ft1000: fix the no brace needed warning in ft1000_read_fifo_len by Devendra Naga · 12 years ago
  29. 3bc2311 staging/ft1000: fix sparse warning about the kernel thread handler function by Devendra Naga · 12 years ago
  30. 3a0ccb0 staging/ft1000: fix sparse warning by Devendra Naga · 12 years ago
  31. 64cab4e staging/ft1000: fix the no brace needed warning in ft1000_interrupt by Devendra Naga · 12 years ago
  32. aab0489 staging/ft1000: fix minor coding style problem by Devendra Naga · 12 years ago
  33. 06e34df staging/ft1000: remove usage of ret in ft1000_open by Devendra Naga · 12 years ago
  34. 42ad4a8 staging/ft1000: use kzalloc to allocate the ft1000_device structure by Devendra Naga · 12 years ago
  35. b10c0b9 staging/ft1000: Return -ENOMEM if kmalloc fails at ft1000_probe by Devendra Naga · 12 years ago
  36. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  37. 3b59bf0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  38. 3274ce7 Staging: ft1000-pcmcia: print MAC via printk format specifier by Danny Kukawka · 13 years ago
  39. 8ebc0b6 Staging: ft1000: ft1000-pcmia: fix space required after that ', ' in ft1000_proc.c by Kashyap Gada · 13 years ago
  40. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  41. 42b2aa8 treewide: Fix typos in various parts of the kernel, and fix some comments. by Justin P. Mattock · 13 years ago
  42. bac2c12 USB: convert drivers/staging/* to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  43. 528959a staging: ft1000: dont cast void* from kmalloc() by Thomas Meyer · 13 years ago
  44. eb93ca4 staging: fix ft1000 sparse warnings by Randy Dunlap · 13 years ago
  45. c060ae7 staging: ft1000_proc needs asm/io.h for inw/outw on sparc by Paul Gortmaker · 13 years ago
  46. 1380516 Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 13 years ago
  47. e2270ea netdevice: Kill 'feature' test macros. by David S. Miller · 13 years ago
  48. 7648c99 staging: ft1000: Merge common definitions from USB and PCMCIA drivers by Ondrej Zary · 13 years ago
  49. e161a44 staging: ft1000-pcmcia: remove support for v5 firmware by Ondrej Zary · 13 years ago
  50. e1328c6 staging: ft1000-pcmcia: remove PSEUDOSZ, use sizeof(struct pseudo_hdr) instead by Ondrej Zary · 13 years ago
  51. 45c4cf1 staging: ft1000-pcmcia: CodingStyle fixes in ft1000.h by Ondrej Zary · 13 years ago
  52. 331eae6 staging: ft1000-pcmcia: remove useless ft1000_release() function by Ondrej Zary · 13 years ago
  53. 503b2d0 staging: ft1000-pcmcia: remove unused includes from ft1000_cs.c by Ondrej Zary · 13 years ago
  54. a6b0729 staging: ft1000-pcmcia: coding style fixes in ft1000_cs.c by Ondrej Zary · 13 years ago
  55. ba5e17e staging: ft1000-pcmcia: remove unused ft1000_asic_read and ft1000_asic_write functions by Ondrej Zary · 13 years ago
  56. 3061fab staging: ft1000-pcmcia: remove misleading and template comments from ft1000_cs.c by Ondrej Zary · 13 years ago
  57. 5312ba3 staging: ft1000-pcmcia: remove useless debugging from ft1000_cs.c by Ondrej Zary · 13 years ago
  58. 3d5bc3f staging: ft1000-pcmcia: remove useless defines from ft1000_cs.c by Ondrej Zary · 13 years ago
  59. ca14527 staging: ft1000-pcmcia: remove custom defines for standard types by Ondrej Zary · 13 years ago
  60. cefe8ad staging: ft1000-pcmcia: remove unused fields from struct ft1000_info by Ondrej Zary · 13 years ago
  61. 8e0fd2c staging: ft1000-pcmcia: remove firmware download typedefs by Ondrej Zary · 13 years ago
  62. 4370782 staging: ft1000-pcmcia: delete local_info_t typedef by Ondrej Zary · 13 years ago
  63. 540c44fe staging: ft1000-pcmcia: delete unused DPRAM_BLK typedefs by Ondrej Zary · 13 years ago
  64. d370655 staging: ft1000-pcmcia: remove FT1000_INFO typedefs by Ondrej Zary · 13 years ago
  65. 3aaf807 staging: ft1000-pcmcia: remove PROV_RECORD typedefs by Ondrej Zary · 13 years ago
  66. a8f0d23 staging: ft1000-pcmcia: delete unused APP_INFO_BLOCK typedefs by Ondrej Zary · 13 years ago
  67. ba50587 staging: ft1000-pcmcia: delete unused DSPHIBERNATE typedefs by Ondrej Zary · 13 years ago
  68. 2cbdcdc staging: ft1000-pcmcia: remove DSPINITMSG typedefs by Ondrej Zary · 13 years ago
  69. ed049d7 staging: ft1000-pcmcia: delete unused TIMEMSG typedefs by Ondrej Zary · 13 years ago
  70. 24c5b19 staging: ft1000-pcmcia: remove MEDIAMSG typedefs by Ondrej Zary · 13 years ago
  71. 8bc0d6f staging: ft1000-pcmcia: remove DRVMSG typedefs by Ondrej Zary · 13 years ago
  72. 2c9bf83 staging: ft1000-pcmcia: remove PSEUDO_HDR typedefs by Ondrej Zary · 13 years ago
  73. 8ac2998 staging: ft1000-pcmcia: get rid of ft1000_dev.h by Ondrej Zary · 13 years ago
  74. f1fb190 staging: ft1000-pcmcia: delete ft1000.conf by Ondrej Zary · 13 years ago
  75. e1ef436 staging: ft1000-pcmcia: fix compilation with FT_DEBUG enabled by Ondrej Zary · 13 years ago
  76. 01cafa5 staging: ft1000-pcmcia: don't crash on load by Ondrej Zary · 13 years ago
  77. f50d1d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 13 years ago
  78. 1f3a8e0 Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 13 years ago
  79. 2202a5a staging: pcmcia: Convert pcmcia_device_id declarations to const by Joe Perches · 13 years ago
  80. abc15bd staging: ft1000: Removed unused variable InterruptsEnabled. by Marek Belisko · 13 years ago
  81. 2989b19 staging: ft1000: Remove unused variable CurrentInterruptEnableMask. by Marek Belisko · 13 years ago
  82. 3d20634 staging: ft1000: Remove unused variable DSPResetNum. by Marek Belisko · 13 years ago
  83. 8016a34 staging: ft1000: Remove unused variable ASICResetNum. by Marek Belisko · 13 years ago
  84. 8cfff92 staging: ft1000: Remove unused variables in ft1000_info. by Marek Belisko · 13 years ago
  85. bb40876 staging: ft1000: Remove unused declaration in ft1000_usb.h. by Marek Belisko · 13 years ago
  86. 9f908a9 staging: ft1000: Remove unnecessary EXPORT_SYMBOLs by Jeff Mahoney · 13 years ago
  87. 19cb284 staging:ft1000: Remove dead code in ft1000_hw.c by Marek Belisko · 13 years ago
  88. df9b29d Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 13 years ago
  89. 14e5d8e staging: ft1000-pcmcia: Fix ft1000_dnld() to work also on 64bit architectures. by pixo · 14 years ago
  90. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  91. 6d2b672 staging: ft1000: Fix coding style in ft1000_proc_drvmsg function. by Marek Belisko · 14 years ago
  92. fc796a6 staging: ft1000: Fix coding style in ft1000_dsp_prov function. by Marek Belisko · 14 years ago
  93. 8b2dab1 staging: ft1000: Fix coding style in ft1000_receive_cmd function. by Marek Belisko · 14 years ago
  94. 53cd3aa staging: ft1000: Fix coding style in ft1000_chkcard function. by Marek Belisko · 14 years ago
  95. a007e84 staging: ft1000: Fix coding style in ft1000_close function. by Marek Belisko · 14 years ago
  96. a01ffcd staging: ft1000: Fix coding style in ft1000_open function. by Marek Belisko · 14 years ago
  97. bee1b21 staging: ft1000: Fix coding style in ft1000_copy_up_pkt function. by Marek Belisko · 14 years ago
  98. 6b2a66f staging: ft1000: Fix coding style in ft1000_submit_rx_urb function. by Marek Belisko · 14 years ago
  99. e31e338 staging: ft1000: Fix coding style in ft1000_start_xmit function. by Marek Belisko · 14 years ago
  100. d8dfaf4 staging: ft1000: Fix coding style in ft1000_copy_down_pkt function. by Marek Belisko · 14 years ago