1. 60930a0 Staging: vt6656: Makefile: cleaned up Makefile cflag lines by Tracey Dent · 14 years ago
  2. a09eae8 Staging: vt665x: remove unused DEF definition by Charles Clément · 14 years ago
  3. b411f12 staging: vt6656: Fixed indentation with spaces by Clelia V. Korol · 14 years ago
  4. c3aca01 staging: vt6656: removed dummy errors like extra spaces by Ema Cuevas · 14 years ago
  5. cd74ea3 staging: vt6656: delete some parenthesis by matias · 14 years ago
  6. 357bcdf staging: vt6656: Space Added after definition of Variable MSG_LEVEL_INFO by Emanuel Mariano Ravera · 14 years ago
  7. b168ae4 staging: vt6656: removed not required parentheses. by Diego H. Iglesias · 14 years ago
  8. baa5251 Staging: vt6656: use ARRAY_SIZE macro in channel.c by Nikitas Angelinas · 14 years ago
  9. 4d9db97 staging: Use available error codes by Julia Lawall · 14 years ago
  10. e3a92cd Staging: vt6656: problems in error handling by Dan Carpenter · 14 years ago
  11. fe14978 staging: vt6656: resolved checkpatch finding by Luis Bosch · 14 years ago
  12. 62e7e96 staging: vt6656: removed extra spaces by Victor Rosales · 14 years ago
  13. 4846cbc staging: vt6656: changed comments convention and removed spaces before tab by Alejandro Emanuel Paredes · 14 years ago
  14. 731047f staging: vt6656: removed macro to test bits by Andres More · 14 years ago
  15. 27264fb staging: vt6656: removed NDIS_STATUS int redefinition by Andres More · 14 years ago
  16. 203e461 staging: vt6656: removed custom definitions of Ethernet packet types by Andres More · 14 years ago
  17. 465711b staging: vt6656: removed not useful comments by Andres More · 14 years ago
  18. bd2bc4c staging: vt6656: added spaces around '||' by Andres More · 14 years ago
  19. 6487c49 staging: vt6656: removed NTSTATUS definition by Andres More · 14 years ago
  20. 22040bb staging: vt6656: simplified tests involving both multi/broad-casts by Andres More · 14 years ago
  21. 93a94c4 Staging: vt6656: Remove PUINT from ttype.h by Roel Van Nyen · 14 years ago
  22. 529e5b3 staging: vt6656: code cleanup in device_netdev_ops' device_xmit() by Andres More · 14 years ago
  23. 6d4e807 staging: vt6656: replaced MAX_PACKET_LEN with ETH_FRAME_LEN by Andres More · 14 years ago
  24. 5e03f73 staging: vt6656: replaced MIN_PACKET_LEN with ETH_ZLEN by Andres More · 14 years ago
  25. 020c0a9 staging: vt6656: replaced MAX_DATA_LEN with ETH_DATA_LEN by Andres More · 14 years ago
  26. abad19d staging: vt6656: replaced U_CRC_LEN with ETH_FCS_LEN by Andres More · 14 years ago
  27. 8efe1ab staging: vt6656: removed Calcu_LinkQual definition by Andres More · 14 years ago
  28. 24fe608 staging: vt6656: removed WPA_SM_Transtatus definition by Andres More · 14 years ago
  29. b7526f1 staging: vt6656: removed update_BssList definition by Andres More · 14 years ago
  30. 5926b9a staging: vt6656: removed Adhoc_STA definition by Andres More · 14 years ago
  31. 6874674 staging: vt6656: removed Safe_Close definition by Andres More · 14 years ago
  32. e1669ed staging: vt6656: code cleanup in vt6656 DMA TX by Andres More · 14 years ago
  33. 7a8b005 staging: vt6656: code cleanup in vt6656_probe() by Andres More · 14 years ago
  34. 89b28e5 staging: vt6656: removed '#if 1'/'#if 0' definitions by Andres More · 14 years ago
  35. 5583dcf staging: vt6656: removed SndEvt_ToAPI definition by Andres More · 14 years ago
  36. feaf03d staging: vt6656: removed TxInSleep definition by Andres More · 14 years ago
  37. 3adb149 staging: vt6656: removed unused IS_NULL_ADDRESS definition by Andres More · 14 years ago
  38. 4722a26 staging: vt6656: replace IS_ETH_ADDRESS_EQUAL with compare_ether_addr by Andres More · 14 years ago
  39. 4b50fb4 Staging: vt6656: replaced IS_BROADCAST_ADDRESS with is_broadcast_ether_addr by Andres More · 14 years ago
  40. 6cda24f Staging: vt6656: code cleanup of vt6656_disconnect() by Andres More · 14 years ago
  41. e54d9eb Staging: vt6656: code cleanup in vt6656_suspend()/vt6656_resume() by Andres More · 14 years ago
  42. 2a1a174 Staging: vt6656: removed '#if 0' definitions by Andres More · 14 years ago
  43. 0d74395 Staging: vt665*: fix typos concerning "management" by Uwe Kleine-König · 14 years ago
  44. 2555cd9 Staging: vt6656: fix coding style issues in 80211mgr.c by Timofey Trofimov · 14 years ago
  45. d500648 Staging: vt6656: fix up built-in compilation together with rt2870 by Otavio Salvador · 14 years ago
  46. d9d1ccb Staging: vt6656: code cleanup, resolved checkpatch findings in headers by Andres More · 14 years ago
  47. 33d33e42 Staging: vt6656: code cleanup, fixed 'for' statements by Andres More · 14 years ago
  48. c8d1a12 Merge staging-next tree into Linus's latest version by Greg Kroah-Hartman · 14 years ago
  49. f896546 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  50. 21ec51f Staging: vt6656: use ETH_HLEN macro instead of custom one by Charles Clément · 14 years ago
  51. cc856e6 Staging: vt6656: removed custom UCHAR/USHORT/UINT/ULONG/ULONGLONG typedefs by Andres More · 14 years ago
  52. 213d2e9 Staging: vt6656: removed custom CHAR/SHORT/INT/LONG typedefs by Andres More · 14 years ago
  53. 7a6cb0d Staging: Use kcalloc or kzalloc by Julia Lawall · 14 years ago
  54. 71e5106 staging: vt6656: code cleanup, removed unused I8 macro by Andres More · 14 years ago
  55. 659770d staging: vt6656: code cleanup, replaced U32 macro with u32 by Andres More · 14 years ago
  56. 26233e6 staging: vt6656: code cleanup, replaced U16 macro with u16 by Andres More · 14 years ago
  57. 442f9cb staging: vt6656: code cleanup, replaced U8 macro with u8 by Andres More · 14 years ago
  58. 6593dfa staging: vt6656: card.h: code cleanup, resolved checkpatch findings by Andres More · 14 years ago
  59. 3241487 Staging: Drop memory allocation cast by Julia Lawall · 14 years ago
  60. 8ff2377 staging: vt6656: aes_ccmp.c: code cleanup, cleared checkpatch findings by Andres More · 14 years ago
  61. 0cbd8d9 staging: vt6656: code cleanup, removed HANDLE definition in ttype.h by Andres More · 14 years ago
  62. 6e1b4e2 Staging: vt6656: code cleanup, resolved sparse finding by Andres More · 14 years ago
  63. 6f8c13c Staging: vt6656: code cleanup, removed OUT definition by Andres More · 14 years ago
  64. fa10b25 Staging: vt6656: removed SUCCESS define as it is not used by Andres More · 14 years ago
  65. e7b07d1 Staging: vt6656: code cleanup, fixed comments style at the end of headers by Andres More · 14 years ago
  66. 8611a29 Staging: vt6656: removed VOID/PVOID definitions by Andres More · 14 years ago
  67. 592ccfe Staging: vt6656: Removed IN definition by Andres More · 14 years ago
  68. c30d797 Staging: vt6656: Rename hostap_set_hostapd, hostap_iotctl. by Forest Bond · 14 years ago
  69. 9a0e756 Staging: vt6656: incorporated ETH_ALEN macro instead of custom one by Andres More · 14 years ago
  70. 26e5b65 Staging: vt6656: struct usb_driver cleanup by Andres More · 14 years ago
  71. bd2de35 staging: vt6656: cleared checkpatch.pl findings in 80211hdr.h by Andres More · 14 years ago
  72. ff8041b Staging: vt6656: int.c: Fixed Coding Style issues by Daniel Kenji Toyama · 14 years ago
  73. 6dde1c6 Staging: vt6656: tcrc.c: Fixed coding style issues by Daniel Kenji Toyama · 14 years ago
  74. b77694b Staging: vt6656: tether.c: Fixed coding style issues by Daniel Kenji Toyama · 14 years ago
  75. 183cd29 Staging: vt6656: michael.c: Fixed coding style issues by Daniel Kenji Toyama · 14 years ago
  76. f9ea02a Staging: vt6656: control.c: Fixed coding style issues by Daniel Kenji Toyama · 14 years ago
  77. 69d5b49 Staging: vt6656: rc4.c: Fixed coding style issues by Daniel Kenji Toyama · 14 years ago
  78. bfbfeec Staging: vt6656: Hoist assign from if by Joe Perches · 14 years ago
  79. 8f18604 Staging: drop redundant memset by Julia Lawall · 15 years ago
  80. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  81. f77f13e Fix comment and Kconfig typos for 'require' and 'fragment' by Gilles Espinasse · 14 years ago
  82. d590794 staging: convert to use netdev_for_each_mc_addr by Jiri Pirko · 15 years ago
  83. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 15 years ago
  84. b2cd414 Staging/vt66*: kconfig, depends on WLAN by Randy Dunlap · 15 years ago
  85. bbc9a99 Staging: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  86. 9885369 Staging: vt665*: fix printk formats by Randy Dunlap · 15 years ago
  87. 42caa16 Staging: vt6656 remove unneeded version.h and version check by Shawn Bohrer · 15 years ago
  88. 50fcfe5 Staging: vt6656 remove duplicate includes by Shawn Bohrer · 15 years ago
  89. d30b271 Staging: vt6656 remove kcompat.h by Shawn Bohrer · 15 years ago
  90. ee93e19 Staging: vt6655: Correct unsigned bound issue by Roel Kluin · 15 years ago
  91. 5008c45 Staging: vt6656: use lowercase for VIA USB vendor id by Otavio Salvador · 15 years ago
  92. ff9c38b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  93. fb08808 Staging: update TODO files by Bartlomiej Zolnierkiewicz · 15 years ago
  94. 3505d1a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  95. 557c028 Staging: vt6656: fix the memory free bug in vntwusb_disconnect() by miaofng · 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. 8a3d91b Staging: vt665x: remove tbit.h by Jim Lieb · 15 years ago
  100. dad72fe Staging: vt665x: cleanup USB definitions by Jim Lieb · 15 years ago