1. ec65ef8 Staging: rtl8192e: mark symbols static where possible by Baoyou Xie · 8 years ago
  2. 38bee76 rtl8192e: Replace semaphore ips_sem with mutex by Binoy Jayan · 8 years ago
  3. be10cee rtl8192e: Replace semaphore scan_sem with mutex by Binoy Jayan · 8 years ago
  4. 9afa937 rtl8192e: rtllib_device: Replace semaphore wx_sem with mutex by Binoy Jayan · 8 years ago
  5. 4d0e965 drivers: replace dev->trans_start accesses with dev_trans_start by Florian Westphal · 8 years ago
  6. 3724197 Staging: rtl8192e: Replace random_ether_addr with eth_random_addr by Bhumika Goyal · 8 years ago
  7. 354605f staging: rtl8192e: Remove create_workqueue() by Amitoj Kaur Chawla · 8 years ago
  8. 7949be6 staging: rtl8192e: Drop useless initialisation by Bhaktipriya Shridhar · 8 years ago
  9. 686f0c2 staging: rtl8192e: prefer using eth_broadcast_addr() by Hari Prasath Gujulan Elango · 8 years ago
  10. 0bd3553 staging:rtl8192e: Usage count off by one by Sean MacLennan · 9 years ago
  11. bd60ac1 Staging: rtl8192e: rtllib_softmac: Remove useless cast by Shivani Bhardwaj · 9 years ago
  12. 4c29207 staging: rtl8192e: Fix CONSTANT_COMPARISON warnings by Mateusz Kulikowski · 9 years ago
  13. fc00af0 staging: rtl8192e: Fix SUSPECT_CODE_INDENT warnings by Mateusz Kulikowski · 9 years ago
  14. 3e3148c Staging: rtl8192e: Replace memset with eth_zero_addr by Vaishali Thakkar · 9 years ago
  15. 6957248 staging: rtl8192e: rtllib_softmac: Make functions static by Mateusz Kulikowski · 9 years ago
  16. 9efe891 staging: rtl8192e: Remove unused defines by Mateusz Kulikowski · 9 years ago
  17. 2e59e40 Staging: rtl8192e: Timer setup using macro rather assignment by Gnanachandran Dhanapal · 9 years ago
  18. 47eae6d staging: rtl8192e: Remove rtllib_device::agregation by Mateusz Kulikowski · 9 years ago
  19. 0941f87 staging: rtl8192e: Remove softmac_hint11d_wq queue by Mateusz Kulikowski · 9 years ago
  20. 48eb2b7 staging: rtl8192e: Remove unused rtllib_device members by Mateusz Kulikowski · 9 years ago
  21. 79b7d69 staging: rtl8192e: Remove rtllib_is_shortslot() by Mateusz Kulikowski · 9 years ago
  22. 4b2f218 staging: rtl8192e: Remove rtllib_wake_queue() by Mateusz Kulikowski · 9 years ago
  23. f525984 staging: rtl8192e: Remove rtllib_stop_queue() by Mateusz Kulikowski · 9 years ago
  24. fa70ae0 Staging: rtl8192e: Casting correct Endianness by Gnanachandran Dhanapal · 9 years ago
  25. 35e33b0 staging: rtl8192e: Fix LONG_LINE warnings by Mateusz Kulikowski · 9 years ago
  26. e9fea2e staging: rtl8192e: Remove RTLLIB_DEBUG_MGMT() by Mateusz Kulikowski · 9 years ago
  27. 11e672c staging: rtl8192e: Replace RTLLIB_DEBUG(DL_ERR) with netdev_*() by Mateusz Kulikowski · 9 years ago
  28. c2f8b4a staging: rtl8192e: Replace memcmp() with ether_addr_equal() by Mateusz Kulikowski · 9 years ago
  29. b57ceb1 staging: rtl8192e: Fix PREFER_ETHER_ADDR_COPY warnings by Mateusz Kulikowski · 9 years ago
  30. 06c1110 staging: rtl8192e: Make ethernet addresses properly aligned by Mateusz Kulikowski · 9 years ago
  31. c7ddc28 staging: rtl8192e: accept const MAC address by Mateusz Kulikowski · 9 years ago
  32. 640f7d6 staging: rtl8192e: Change cpu_to_le16 to le16_to_cpu by Arno Tiemersma · 9 years ago
  33. acd442d rtl8192e: delete local copy of iee80211 reason codes. by Paul Gortmaker · 9 years ago
  34. 14b40d9 staging: rtl8192e: Comment cleanup (style/format) by Mateusz Kulikowski · 9 years ago
  35. e725fb6 staging: rtl8192e: Fix indentation in rtllib_rx_auth_resp() by Mateusz Kulikowski · 9 years ago
  36. f7567e2 staging: rtl8192e: Decrease nesting of rtllib_rx_auth_resp() by Mateusz Kulikowski · 9 years ago
  37. e8f05b0 staging: rtl8192e: Divide rtllib_rx_auth() by Mateusz Kulikowski · 9 years ago
  38. e2ac043 staging: rtl8192e: Fix LINE_CONTINUATIONS warning by Mateusz Kulikowski · 9 years ago
  39. 0f0688b staging: rtl8192e: Fix RETURN_VOID warnings by Mateusz Kulikowski · 9 years ago
  40. 285b7c0 staging: rtl8192e: Fix UNNECESSARY_ELSE warning by Mateusz Kulikowski · 9 years ago
  41. d69d205 staging: rtl8192e: fix coding style warnings (printk -> netdev_*) by Mateusz Kulikowski · 9 years ago
  42. dc986e3 staging: rtl8192e: fix coding style issues (spaces before semicolon) by Mateusz Kulikowski · 9 years ago
  43. 0822339 staging: rtl8192e: fix coding style issues (merge broken strings) by Mateusz Kulikowski · 9 years ago
  44. 26049b1 staging: rtl8192e: remove break after return by Supriya Karanth · 9 years ago
  45. 8b9733c Staging: rtl8192e: Eliminate use of MSECS macro by Vaishali Thakkar · 9 years ago
  46. d272f9d staging: rtl8192e: Use kzalloc instead of kmalloc. by Navya Sri Nizamkari · 9 years ago
  47. cdbaf3f staging: rtl8192e: replace memset(x,0,ETH_ALEN) by eth_zero_addr(x) by Aya Mahfouz · 9 years ago
  48. 876e20d staging: rtl8192e: add missing tasklet_kill on remove path by Devendra Naga · 10 years ago
  49. 16fc54e staging, rtl8192e, LLVMLinux: Make static local in inline function const by Behan Webster · 10 years ago
  50. d82f002 staging, rtl8192e, LLVMLinux: Remove unused prototype by Behan Webster · 10 years ago
  51. 6d91857 staging, rtl8192e, LLVMLinux: Change extern inline to static inline by Behan Webster · 10 years ago
  52. 92db2a2 Staging: rtl8192e: Fix else is not useful warning style by Mahati Chamarthy · 10 years ago
  53. 3a6b70c staging: rtl8192e: fixed coding style issues by Matthew Casey · 10 years ago
  54. 4764ca9 drivers/staging: Remove useless return variables by Peter Senna Tschudin · 10 years ago
  55. 430fb25 staging: rtl8192e: Fix typo in rtl8192e by Masanari Iida · 10 years ago
  56. a0711c4 Staging rtl8192e: Fixing checkpatch errors by Matthias Schoepe · 10 years ago
  57. c5654c0 Staging: rtl8192e: Fix Sparse Warning for Static Declarations in rtllib_softmac.c by Rashika Kheria · 11 years ago
  58. 1830a6d Staging: rtl8192e: Fix incorrect type in assignment in rtllib_softmac.c by Rashika Kheria · 11 years ago
  59. 7fe30a7 Staging: rtl8192e: Fix Sparse Warning of invalid assignment '|=' in rtllib_softmac.c by Rashika Kheria · 11 years ago
  60. f7df191 Staging: rtl8192e: Fix Sparse warning of restricted __le16 degrades to integer in rtllib_softmac.c by Rashika Kheria · 11 years ago
  61. 014e4c2 staging: rtl8192e: use true and false for bool variables by Valentina Manea · 11 years ago
  62. 2162498 staging: rtl8192e: use memdup_user to simplify code by Teodora Baluta · 11 years ago
  63. 4bb01423 staging: rtl8192e: do not use comparisons on bool tests by Valentina Manea · 11 years ago
  64. 559a4c3 staging: Update e-mail address for Andrea Merello by Andrea Merello · 11 years ago
  65. 6dea0da staging: rtl8192e: Use kmemdup for duplicating memory by Hema Prathaban · 11 years ago
  66. ae05325 staging: rtl8192e: Fix potential null dereference by Hema Prathaban · 11 years ago
  67. f263589 staging: Fix misspellings of "whether". by Adam Buchbinder · 12 years ago
  68. 71cd791 staging: rtl8192e: using random_ether_addr() to generate random MAC by Wei Yongjun · 12 years ago
  69. b4797fe staging: rtl8192e: remove casting of returned pointer from kmalloc by Devendra Naga · 12 years ago
  70. 0c43e56 staging: rtl8192e: use is_broadcast_ether_addr() instead of memcmp() by Wei Yongjun · 12 years ago
  71. db2c8da staging: rtl8192e: Fix typo in staging/rtl8192e by Masanari Iida · 12 years ago
  72. cd01712 staging: rtl8192e: Fix typos. by Justin P. Mattock · 12 years ago
  73. ea9f10f staging: r8192e_pci: Change memcpy to memcmp by Larry Finger · 12 years ago
  74. 3375034 Staging, rtl8192e, softmac: remove redundant memset and fix mem leak by Jesper Juhl · 12 years ago
  75. 3b148be staging/rtl8192e: Register against lib80211 by Sean MacLennan · 13 years ago
  76. 0ddcf5f staging/rtl8192e: Convert to lib80211_crypt_info by Sean MacLennan · 13 years ago
  77. 32c44cb staging/rtl8192e: Convert to lib80211_crypt_data and lib80211_crypt_ops by Sean MacLennan · 13 years ago
  78. 184f193 staging/rtl8192e: Add lib80211.h to rtllib.h by Sean MacLennan · 13 years ago
  79. e0ec8a67 staging: remove version.h includes in rtl8192e by Devendra Naga · 13 years ago
  80. 3b28499 rtl8192e: Export symbols by Sean MacLennan · 13 years ago
  81. ea74fed rtl8192e: create generic rtllib_debug.h by Sean MacLennan · 13 years ago
  82. d931753 staging: rtl8192e: Use kmemdup rather than duplicating its implementation by Thomas Meyer · 13 years ago
  83. 929fa2a staging: rtl8192e: Use kzalloc rather than kmalloc v2 by Thomas Meyer · 13 years ago
  84. 6f03053 rtl8192e: Don't copy huge struct by value (and make it const). by Jesper Juhl · 13 years ago
  85. d7613e5 staging: rtl8192e: Fix various problems noted by smatch by Larry Finger · 13 years ago
  86. ec0dc6be staging: rtl8192e: Fix sparse (non-endian) messages - Part I by Larry Finger · 13 years ago
  87. ac50dda staging: rtl8192e: Remove MAC_FMT and MAC_ARG for %pM by Larry Finger · 13 years ago
  88. 9d92ece80 staging: rtl8192e: Cleanup checkpatch -f errors - Part XIV by Larry Finger · 13 years ago
  89. 0dd5650 staging: rtl8192e: Modify time handling by Larry Finger · 13 years ago
  90. 3b83db4 staging: rtl8192e: Convert typedef cb_desc to struct cb_desc by Larry Finger · 13 years ago
  91. ca99001 staging: rtl8192e: Convert typedef RT_POWER_SAVE_CONTROL to struct rt_pwr_save_ctrl by Larry Finger · 13 years ago
  92. 8310b6c0 staging: rtl8192e: Convert typedef OCTET_STRING to struct octet_string by Larry Finger · 13 years ago
  93. 7796d93 staging: rtl8192e: Convert typedef RT_HIGH_THROUGHPUT to struct rt_hi_throughput by Larry Finger · 13 years ago
  94. ce403a6 staging: rtl8192e: Remove dead code associated with CUSTOMER_ID_INTEL_CMPC and CONFIG_CRDA by Larry Finger · 13 years ago
  95. d32ddcb staging: rtl8192e: Remove dead code associated with FOR_ANDROID_X86 and FOR_MOBLIN by Larry Finger · 13 years ago
  96. 07f4323 staging: rtl8192e: Remove dead code associated with ADHOC_11N by Larry Finger · 13 years ago
  97. f1c2256 staging: rtl8192e: Remove dead code associated with WIFI_TEST by Larry Finger · 13 years ago
  98. 6e2c538 staging: rtl8192e: Remove dead code associated with RTK_DMP_PLATFORM by Larry Finger · 13 years ago
  99. 0252596 staging: rtl8192e: Remove dead code associated with SUPPORT_USPD by Larry Finger · 13 years ago
  100. bf47428 staging: rtl8192e: Remove dead code associated with USB_TX_DRIVER_AGGREGATION_ENABLE by Larry Finger · 13 years ago