1. 6d23987 staging: vt6655: Fix memory leak in wpa_ioctl() by Christian Engelmayer · 11 years ago
  2. edd236a vt6655: fix printk usage in wpactl.c by Martin Hofmann · 11 years ago
  3. 91d9b19 vt6655: remove typedefs in wpactl.h by Martin Hofmann · 11 years ago
  4. 0027d9a vt6655: fix indentation in wroute.c by Martin Hofmann · 11 years ago
  5. ed07c0e vt6655: remove unnecessary braces in wroute.c by Martin Hofmann · 11 years ago
  6. 85d396b vt6655: remove casts in wroute.c by Martin Hofmann · 11 years ago
  7. 4d60901 vt6655: balance faulty parentheses in 80211hdr.h by Martin Hofmann · 11 years ago
  8. 1c5ebaa staging: vt6655: check too restrictive (off by one) by Dan Carpenter · 11 years ago
  9. 885a947 staging: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  10. 41e043f staging: remove DEFINE_PCI_DEVICE_TABLE macro by Jingoo Han · 11 years ago
  11. 06749f1 Merge v3.13-rc2 into staging-next by Greg Kroah-Hartman · 11 years ago
  12. cb4855b Staging: vt6655-6: potential NULL dereference in hostap_disable_hostapd() by Dan Carpenter · 11 years ago
  13. 2b0c2a4 staging: vt6655: delete explicit comparison to bool by Teodora Baluta · 11 years ago
  14. a777289 staging: vt6655: delete unnecessary whitespace before a quoted newline by Teodora Baluta · 11 years ago
  15. 1827877 staging: vt6655: use netdev_* instead of printk by Teodora Baluta · 11 years ago
  16. 88cc850 staging: vt6655: remove unneeded semicolon by Teodora Baluta · 11 years ago
  17. 649520b staging: vt6655: fix comparison of bool to 0/1 by Teodora Baluta · 11 years ago
  18. 0fd682f staging: vt6655: fix assignment of bool to 0 by Teodora Baluta · 11 years ago
  19. 1208f14 staging: vt6655: delete explicit comparison to bool by Teodora Baluta · 11 years ago
  20. 938db28 staging: vt6655: put brace on previous line by Teodora Baluta · 11 years ago
  21. b4f66ad staging: vt6655: put trailing statements on next line by Teodora Baluta · 11 years ago
  22. 347a047 staging: vt6655: remove braces for single statement blocks by Teodora Baluta · 11 years ago
  23. 3839564 staging: vt6655: replace C99 comments wtih C89 comments by Teodora Baluta · 11 years ago
  24. 1e01f94 staging: vt6655: fixed sparse warning for static declaration in wpa2.c by Archana kumari · 11 years ago
  25. 5c36d5a staging: vt6655: fixed use of unnecessary braces in baseband.c by Archana kumari · 11 years ago
  26. 0aa8269 Staging: vt6655: Fix Sparse Warning for Static Declarations in wpa.c by Ebru Akagunduz · 11 years ago
  27. 07bcc80 Staging: vt6655: Fix Sparse Warning for Static Declarations in tkip.c by Ebru Akagunduz · 11 years ago
  28. c8e46f4 staging: vt6655: Fix C99 commenting style in michael.h by Archana kumari · 11 years ago
  29. f1f9f35 staging: vt6655:removed incorrect casting in hostap.c by Archana kumari · 11 years ago
  30. 8009ae1 staging: vt6655: Fix Sparse Warning for Static Declarations by Archana kumari · 11 years ago
  31. 1d612bd Staging: vt6655: Removal of Unused Function by Rashika Kheria · 11 years ago
  32. 5da5804 Staging: vt6655: Fix Sparse Warning for Static Declarations by Rashika Kheria · 11 years ago
  33. c6e9a05 staging: vt6655: Removed C99 style comments by Nandini Hanumanthagowda · 11 years ago
  34. b806ad4 staging: vt6655: Use NULL instead of 0 by Sachin Kamat · 11 years ago
  35. e72f876 staging: vt6655: don't leak when returning -EOPNOTSUPP in vt6655_hostap_ioctl by Jesper Juhl · 11 years ago
  36. 6b8c281 Staging: vt6655: 80211mgr: Cleanup of brace coding style issues by Martin Berglund · 11 years ago
  37. 27e8110 staging: vt6655: Remove redundant pci_set_drvdata by Sachin Kamat · 11 years ago
  38. a0ae9e3c staging: vt6655: vt6656: Fix typo in comments by Masanari Iida · 11 years ago
  39. 4620355 staging: vt6655: Remove commented out block with compare_ether_addr by Joe Perches · 11 years ago
  40. 8329419 Staging: Convert uses of compare_ether_addr to ether_addr_equal by Joe Perches · 11 years ago
  41. cc998ff Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  42. 314cb11 staging: vt6655: inherit addr_assign_type along with dev_addr by Bjørn Mork · 11 years ago
  43. 6496c04 vt6655/trivial: replace numeric with standard PM state macros by Yijing Wang · 11 years ago
  44. 2b8d5e5 Staging: vt6655: aes_ccmp: fixed a brace coding style by John B. Wyatt IV · 11 years ago
  45. 34fbb97 staging: vt6655: info leak in ioctl by Dan Carpenter · 11 years ago
  46. 3147cf5 Staging: vt6655: add missing free_netdev() on error in hostap_enable_hostapd() by Wei Yongjun · 11 years ago
  47. 3523a90 staging: vt6655: Use alloc_etherdev() for kzalloc by Hema Prathaban · 11 years ago
  48. bd83515 Staging: vt6655: Fixed ERROR: do not use C99 // comments in vt6655/80211hdr.h by Tülin İzer · 11 years ago
  49. 9c358e5 Staging: vt6655: Fixed ERROR: do not use C99 // comments in vt6655/aes_ccmp.h. by Tülin İzer · 11 years ago
  50. 600816c Staging: vt6655: Fixed ERROR: do not use C99 // comments in vt6655/aes_ccmp.c by Tülin İzer · 11 years ago
  51. c52011c Staging: vt6655: Fixed ERROR: do not use C99 // comments in vt6655/80211mgr.h by Tülin İzer · 11 years ago
  52. 1b37f29 Staging: vt6655: Fixed ERROR: do not use C99 // comments in 80211mgr.c by Tülin İzer · 11 years ago
  53. 3030d40 staging: vt6655: use free_netdev instead of kfree by Hema Prathaban · 11 years ago
  54. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  55. f805442 vt6655: slightly clean reading config file by Al Viro · 11 years ago
  56. 96d69e2 staging: vt6655: Remove unnecessary blank lines by Joe Perches · 11 years ago
  57. bda2a44 staging: vt6655: Fix macro definitions by Joe Perches · 11 years ago
  58. a730753 staging: vt6655: Remove commented out if()s by Joe Perches · 11 years ago
  59. a4ef27a staging: vt6655: Remove unnecessary parentheses from returns by Joe Perches · 11 years ago
  60. 5e0cc8a staging: vt6655: Convert to kernel brace style by Joe Perches · 11 years ago
  61. f2046f9 staging: vt6655: Remove commented out printks by Joe Perches · 11 years ago
  62. 180071a staging:vt6655:wroute: Whitespace cleanups by Joe Perches · 11 years ago
  63. f9cf92b staging:vt6655:wpactl: Whitespace cleanups by Joe Perches · 11 years ago
  64. 3e28383 staging:vt6655:wpa2: Whitespace cleanups by Joe Perches · 11 years ago
  65. f0c3523 staging:vt6655:wpa: Whitespace cleanups by Joe Perches · 11 years ago
  66. cb850a6 staging:vt6655:wmgr: Whitespace cleanups by Joe Perches · 11 years ago
  67. e2b8c6d staging:vt6655:wctl: Whitespace cleanups by Joe Perches · 11 years ago
  68. 3bd1a38 staging:vt6655:wcmd: Whitespace cleanups by Joe Perches · 11 years ago
  69. d9d644e staging:vt6655:vntwifi: Whitespace cleanups by Joe Perches · 11 years ago
  70. 031d399 staging:vt6655:upc: Whitespace cleanups by Joe Perches · 11 years ago
  71. 76dffe6 staging:vt6655:ttype: Whitespace cleanups by Joe Perches · 11 years ago
  72. 5fd36ba staging:vt6655:tkip: Whitespace cleanups by Joe Perches · 11 years ago
  73. 947f9a0 staging:vt6655:tether: Whitespace cleanups by Joe Perches · 11 years ago
  74. 9eb6c75 staging:vt6655:tcrc: Whitespace cleanups by Joe Perches · 11 years ago
  75. 0c97914 staging:vt6655:srom: Whitespace cleanups by Joe Perches · 11 years ago
  76. 547f1cf staging:vt6655:rxtx: Whitespace cleanups by Joe Perches · 11 years ago
  77. 3bd1996 staging:vt6655:rf: Whitespace cleanups by Joe Perches · 11 years ago
  78. 7e58568 staging:vt6655:rc4: Whitespace cleanups by Joe Perches · 11 years ago
  79. 474f0f8 staging:vt6655:power: Whitespace cleanups by Joe Perches · 11 years ago
  80. a51ff90 staging:vt6655:michael: Whitespace cleanups by Joe Perches · 11 years ago
  81. fd0badb staging:vt6655:mib: Whitespace cleanups by Joe Perches · 11 years ago
  82. c3504bf staging:vt6655:mac: Whitespace cleanups by Joe Perches · 11 years ago
  83. d82adca staging:vt6655:key: Whitespace cleanups by Joe Perches · 11 years ago
  84. 6da16f9 staging:vt6655:iwctl: Whitespace cleanups by Joe Perches · 11 years ago
  85. 722bf5e staging:vt6655:iowpa: Whitespace cleanups by Joe Perches · 11 years ago
  86. 281c746 staging:vt6655:ioctl: Whitespace cleanups by Joe Perches · 11 years ago
  87. 5f25687 staging:vt6655:iocmd: Whitespace cleanups by Joe Perches · 11 years ago
  88. 4b61d80 staging:vt6655:hostap: Whitespace cleanups by Joe Perches · 11 years ago
  89. 22c5291 staging:vt6655:dpc: Whitespace cleanups by Joe Perches · 11 years ago
  90. 915006c staging:vt6655:device_main: Whitespace cleanups by Joe Perches · 11 years ago
  91. 74533af staging:vt6655:device_cfg: Whitespace cleanups by Joe Perches · 11 years ago
  92. 4ec4aa4 staging:vt6655:device: Whitespace cleanups by Joe Perches · 11 years ago
  93. 78a717d staging:vt6655:desc: Whitespace cleanups by Joe Perches · 11 years ago
  94. b8314cf staging:vt6655:datarate: Whitespace cleanups by Joe Perches · 11 years ago
  95. 9aa69c9 staging:vt6655:country: Whitespace cleanups by Joe Perches · 11 years ago
  96. 86fcb55 staging:vt6655:channel: Whitespace cleanups by Joe Perches · 11 years ago
  97. d4945f0 staging:vt6655:card: Whitespace cleanups by Joe Perches · 11 years ago
  98. e1c7757 staging:vt6655:bssdb: Whitespace cleanups by Joe Perches · 11 years ago
  99. 3752936 staging:vt6655:baseband: Whitespace cleanups by Joe Perches · 11 years ago
  100. 659b4d9 staging:vt6655:aes_ccmp: Whitespace cleanups by Joe Perches · 11 years ago