1. 859171c drivers/staging: Remove unnecessary semicolons by Joe Perches · 14 years ago
  2. e4c5bf8 Merge 'staging-next' to Linus's tree by Greg Kroah-Hartman · 14 years ago
  3. a1ecc6a Staging: vt6655: Makefile: cleaned up Makefile cflag lines by Tracey Dent · 14 years ago
  4. 4f10d88 Staging: vt6655: remove unused update_BssList definition by Charles Clément · 14 years ago
  5. dd173ab Staging: vt6655: fix buffer overflow by Dan Carpenter · 14 years ago
  6. e7cde7b staging: vt6655: '&pointer[0]' to 'pointer' fix by Andy Shevchenko · 14 years ago
  7. a09eae8 Staging: vt665x: remove unused DEF definition by Charles Clément · 14 years ago
  8. 3c02dc2 staging: vt6655: use '%pM' format to print MAC address by Andy Shevchenko · 14 years ago
  9. 4d9db97 staging: Use available error codes by Julia Lawall · 14 years ago
  10. 13b631a staging: vt6655: do not use PCI resources before pci_enable_device() by Kulikov Vasiliy · 14 years ago
  11. 7b6a001 Staging: vt6655: replace BOOL with in kernel bool by Charles Clément · 14 years ago
  12. 5a5a2a6 Staging: vt6655: replace FALSE with in kernel false by Charles Clément · 14 years ago
  13. 1b12068 Staging: vt6655: replace TRUE with in kernel true by Charles Clément · 14 years ago
  14. 5bddefa Staging: vt6655: use for_each_pci_dev() by Kulikov Vasiliy · 14 years ago
  15. 388bf2e Staging: vt6655: simplify broadcast and multicast ethernet address test by Charles Clément · 14 years ago
  16. 5e95efe Staging: vt6655: Add TODO entries on x86-64 pointers and .data size by Charles Clément · 14 years ago
  17. fe4f34b Staging: vt6655: remove PUINT typedef by Charles Clément · 14 years ago
  18. 3fc9b58 Staging: vt6655: remove BYTE typedef by Charles Clément · 14 years ago
  19. 2986db5 Staging: vt6655: remove WORD typedef by Charles Clément · 14 years ago
  20. 0f4c60d Staging: vt6655: remove DWORD typedef by Charles Clément · 14 years ago
  21. 412b2d0 Staging: vt6655: remove DWORD_PTR pointer typedef by Charles Clément · 14 years ago
  22. dec572c Staging: vt6655: remove ULONG_PTR typedef by Charles Clément · 14 years ago
  23. 79566eb Staging: vt6655: move channel mapping code from card.c to channel.c by Charles Clément · 14 years ago
  24. 013a468 Staging: vt6655: struct pci_driver cleanup by Charles Clément · 14 years ago
  25. 0d74395 Staging: vt665*: fix typos concerning "management" by Uwe Kleine-König · 14 years ago
  26. afb97d9 Staging: vt6655: fix up U32 conversion by Greg Kroah-Hartman · 14 years ago
  27. cf160bc Staging: vt6655: include linux/ headers instead of asm/ by Charles Clément · 14 years ago
  28. 9d828c4 Staging: vt6655: remove PDWORD typedef by Charles Clément · 14 years ago
  29. 15df6c2 Staging: vt6655: remove PWORD typedef by Charles Clément · 14 years ago
  30. 2989e96 Staging: vt6655: remove PBYTE typedef by Charles Clément · 14 years ago
  31. b2e876b Staging: vt6655: remove custom ULONGLONG typedef by Charles Clément · 14 years ago
  32. e3fd16d Staging: vt6655: remove custom ULONG typedef by Charles Clément · 14 years ago
  33. b6e95cd Staging: vt6655: remove custom UINT typedef by Charles Clément · 14 years ago
  34. 800acdb Staging: vt6655: remove custom USHORT typedef by Charles Clément · 14 years ago
  35. 5c9824e Staging: vt6655: remove custom UCHAR typedef by Charles Clément · 14 years ago
  36. b83cc2ed Staging: vt6655: remove custom LONG typedef by Charles Clément · 14 years ago
  37. 7ca3019 Staging: vt6655: remove custom INT typedef by Charles Clément · 14 years ago
  38. 0c93a98 Staging: vt6655: removed custom SHORT typedef by Charles Clément · 14 years ago
  39. 5a4197b Staging: vt6655: removed custom CHAR typedef by Charles Clément · 14 years ago
  40. 902d241 Staging: vt6655: remove U32 custom macro by Charles Clément · 14 years ago
  41. c17ce8c Staging: vt6655: remove U16 custom macro by Charles Clément · 14 years ago
  42. 737c3d7 Staging: vt6655: remove U8 custom macro by Charles Clément · 14 years ago
  43. ec28c7f Staging: vt6655: remove I8 custom macro by Charles Clément · 14 years ago
  44. 8fa5dd1 Staging: vt6655: remove unused OUT definition by Charles Clément · 14 years ago
  45. 8fee12e Staging: vt6655: remove double definition of Calcu_LinkQual by Charles Clément · 14 years ago
  46. 6b1e6b8 Staging: vt6655: remove unused argument in ChannelValid function by Charles Clément · 14 years ago
  47. 2ef98c6 Staging: vt6655: use compare_ether_addr instead of custom macro by Charles Clément · 14 years ago
  48. 8b0591e Staging: vt6655: use is_zero_ether_addr instead of custom macro by Charles Clément · 14 years ago
  49. ca9e12a Staging: vt6655: use is_broadcast_ether_addr instead of custom macro by Charles Clément · 14 years ago
  50. 670ea81 Staging: vt6655: use is_multicast_ether_addr instead of custom macro by Charles Clément · 14 years ago
  51. c92069f Staging: vt6655: use ETH_ZLEN macro instead of custom one by Charles Clément · 14 years ago
  52. c8d1a12 Merge staging-next tree into Linus's latest version by Greg Kroah-Hartman · 14 years ago
  53. f896546 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  54. f4a68b9 Staging: vt6655: use ETH_FRAME_LEN macro instead of custom one by Charles Clément · 14 years ago
  55. 31c21b7 Staging: vt6655: use ETH_DATA_LEN macro instead of custom one by Charles Clément · 14 years ago
  56. 855181f Staging: vt6655: use ETH_FCS_LEN macro instead of custom one by Charles Clément · 14 years ago
  57. 96fe9ee Staging: vt6655: use ETH_HLEN macro instead of custom one by Charles Clément · 14 years ago
  58. 078b078 Staging: vt6655: use ETH_ALEN macro instead of custom one by Charles Clément · 14 years ago
  59. 7a6cb0d Staging: Use kcalloc or kzalloc by Julia Lawall · 14 years ago
  60. 3cdec55 Staging: vt6655: remove OUT definition by Charles Clément · 14 years ago
  61. 3a215e0 Staging: vt6655: remove IN definition by Charles Clément · 14 years ago
  62. e64354c Staging: vt6655: remove HANDLE definition and use by Charles Clément · 14 years ago
  63. 3241487 Staging: Drop memory allocation cast by Julia Lawall · 14 years ago
  64. f655152 staging: vt6655: Fix kernel BUG on driver wpa initialization by Larry Finger · 14 years ago
  65. 830a619 Staging: vt6655: remove PVOID definition and use by Charles Clément · 14 years ago
  66. 6b35b7b Staging: vt6655: remove VOID definition and use by Charles Clément · 14 years ago
  67. 7fb794b Staging: vt6655: remove unused SUCCESS definition by Charles Clément · 14 years ago
  68. ecf739e Staging: vt6655: Rename hostap_set_hostapd, hostap_iotctl. by Forest Bond · 14 years ago
  69. b46966e Staging: vt6655: fix brace coding style issue in ioctl.c by Ng Kian Yong · 14 years ago
  70. d2c6170 Staging: vt6655: Hoist assign from if by Joe Perches · 14 years ago
  71. 646755a Staging: vt6655: CGI/CSI confusion in device_ioctl() by Roel Kluin · 14 years ago
  72. ec8f002 Staging: vt6655: Convert C99 style comments, remove spaces between function definitions and parenthesis by Steven Harms · 14 years ago
  73. 8f18604 Staging: drop redundant memset by Julia Lawall · 14 years ago
  74. 0b25a61 Staging: vt6655: 80211hdr.h: Checkpatch cleanup by Andrea Gelmini · 14 years ago
  75. 6c9468e Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  76. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  77. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  78. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  79. f77f13e Fix comment and Kconfig typos for 'require' and 'fragment' by Gilles Espinasse · 14 years ago
  80. f341ddd Staging: merge staging patches into Linus's main branch by Greg Kroah-Hartman · 14 years ago
  81. cd9d25b staging: vt6655: add missing curly braces by Dan Carpenter · 14 years ago
  82. 267c39c Staging: v56655: add missing parentheses (in comment) by Roel Kluin · 15 years ago
  83. 00367a6 Staging: vt6655/device_main.c: use %pM to shown MAC address by H Hartley Sweeten · 15 years ago
  84. d590794 staging: convert to use netdev_for_each_mc_addr by Jiri Pirko · 14 years ago
  85. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 14 years ago
  86. b2cd414 Staging/vt66*: kconfig, depends on WLAN by Randy Dunlap · 15 years ago
  87. bbc9a99 Staging: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  88. 9885369 Staging: vt665*: fix printk formats by Randy Dunlap · 15 years ago
  89. 47a14f1 Staging: vt6655: remove __cplusplus ifdefs by Shawn Bohrer · 15 years ago
  90. 3afc571 Staging: vt6655 remove unneeded version.h by Shawn Bohrer · 15 years ago
  91. a8ee05f Staging: vt6655 remove duplicate includes by Shawn Bohrer · 15 years ago
  92. 6d0158f Staging: vt6655 remove kcompat.h by Shawn Bohrer · 15 years ago
  93. ee93e19 Staging: vt6655: Correct unsigned bound issue by Roel Kluin · 15 years ago
  94. ff9c38b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  95. fb08808 Staging: update TODO files by Bartlomiej Zolnierkiewicz · 15 years ago
  96. 125b181 staging: Add proper selection of WIRELESS_EXT and WEXT_PRIV by Larry Finger · 15 years ago
  97. 14386fd Staging: vt665x: fix built-in compiling by Alexander Beregalov · 15 years ago
  98. c07d3c7 Staging: vt665x: rename the module binary by Greg Kroah-Hartman · 15 years ago
  99. 03cd713 Staging: vt6655: fix possible Read buffer overflow by Roel Kluin · 15 years ago
  100. 256a816 Staging: vt665x: remove tbit.h part 2 by Jim Lieb · 15 years ago