1. ff3a1b2 staging: rtl8188eu: fix possible null dereference by Connor Kuehl · 4 years, 9 months ago
  2. 8315bcf rtl8188eu: Fix a possible sleep-in-atomic bug in rtw_disassoc_cmd by Jia-Ju Bai · 7 years ago
  3. 6641d3e rtl8188eu: Fix a possible sleep-in-atomic bug in rtw_createbss_cmd by Jia-Ju Bai · 7 years ago
  4. ee08fca staging: rtl8188eu: avoid a null dereference on pmlmepriv by Colin Ian King · 7 years ago
  5. 773fdcd staging: rtl8188eu: prevent an underflow in rtw_check_beacon_data() by Dan Carpenter · 7 years ago
  6. c7472b9 staging: rtl: fix possible NULL pointer dereference by Arnd Bergmann · 7 years ago
  7. c1300df staging:r8188eu: remove GEN_EVT_CODE macro by Ivan Safonov · 8 years ago
  8. ae7f7aa staging:r8188eu: remove GEN_CMD_CODE macro by Ivan Safonov · 8 years ago
  9. 7b170ba staging: rtl8188eu: core: rtw_xmit: Use macros instead of constants by Georgiana Rodica Chelu · 8 years ago
  10. 7d7be35 staging: rtl8188eu: core: rtw_xmit: Move constant of the right side by Georgiana Rodica Chelu · 8 years ago
  11. b941f06 staging: rtl8188eu: core: rtw_security: Remove return statement from void function by Georgiana Rodica Chelu · 8 years ago
  12. a27e6e6 staging: rtl8188eu: core: rtw_mlme: Remove return statement from void function by Georgiana Rodica Chelu · 8 years ago
  13. 63e6464 Staging:rtl8188eu: Fix multiple blank lines by Yannis Damigos · 8 years ago
  14. dc0283c staging: rtl8188eu: core: rtw_xmit: Remove extra braces by Georgiana Rodica Chelu · 8 years ago
  15. 177aa53 staging: r8188eu: remove GET_HAL_DATA macro by Ivan Safonov · 8 years ago
  16. fb11340 staging: r8188eu: replace N_BYTE_ALIGMENT macro with PTR_ALIGN by Ivan Safonov · 8 years ago
  17. 111e4e5 staging: r8188eu: remove pkt_hdrlen member of pkt_attrib structure by Ivan Safonov · 8 years ago
  18. 58f0ff2 staging: rtl8188eu: core: Add spaces around operators by Anchal Jain · 8 years ago
  19. 70b9bb7 staging: rtl8188eu: core: Fix comparison to NULL by Anchal Jain · 8 years ago
  20. c60298c staging: rtl8188eu: core: Replace memcpy() with ether_addr_copy() if ethernet addresses are __aligned(2) by sayli karnik · 8 years ago
  21. da25a8e staging: rtl8188eu: remove unused debugging functions by Luca Ceresoli · 8 years ago
  22. 181c6c6 staging: rtl8188eu: declare internal function as static by Luca Ceresoli · 8 years ago
  23. 348526f staging: r8188eu: rename sreset_init_value to rtw_hal_sreset_init by Ivan Safonov · 8 years ago
  24. 655266d staging: r8188eu: rename SetHwReg8188EU to rtw_hal_set_hwreg by Ivan Safonov · 8 years ago
  25. 385b452 staging: r8188eu: rename GetHwReg8188EU to rtw_hal_get_hwreg by Ivan Safonov · 8 years ago
  26. 3929667 staging: r8188eu: remove do_queue_select function by Ivan Safonov · 8 years ago
  27. ec355ca staging: r8188eu: remove num_of_scanned member of mlme_priv structure and corresponding to it code by Ivan Safonov · 8 years ago
  28. e015bae staging: r8188eu: remove scan_start_time and assoc_by_rssi members from mlme_priv structure by Ivan Safonov · 8 years ago
  29. 1c23e99 staging: r8188eu: remove p2p_* members from mlme_priv structure by Ivan Safonov · 8 years ago
  30. 5cd3809 staging: r8188eu: remove bNotifyChannelChange member of struct adapter by Ivan Safonov · 8 years ago
  31. 5cd8396 staging: r8188eu: replace rtw_ieee80211_hdr_3addr_qos with ieee80211_qos_hdr by Ivan Safonov · 8 years ago
  32. bbfe286 staging: r8188eu: replace rtw_ieee80211_hdr_3addr with ieee80211_hdr_3addr by Ivan Safonov · 8 years ago
  33. d87f574 staging: r8188eu: replace rtw_ieee80211_hdr with ieee80211_hdr by Ivan Safonov · 8 years ago
  34. 8204ba143 staging: r8188eu: remove dead code from rtw_update_ht_cap function by Ivan Safonov · 8 years ago
  35. 8e5e764 staging: r8188eu: remove rx_ampdu_maxlen member of ht_priv by Ivan Safonov · 8 years ago
  36. 3d3cd94 staging: r8188eu: replace HT_caps_element with ieee80211_ht_cap structure by Ivan Safonov · 8 years ago
  37. ad0ca59 staging: r8188eu: simplify HT_caps_element structure by Ivan Safonov · 8 years ago
  38. 16d475c staging: r8188eu: remove HT_cap member of HT_caps_element structure by Ivan Safonov · 8 years ago
  39. cfecac2 staging: r8188eu: change rtw_ieee80211_ht_cap type of structures members to ieee80211_ht_cap by Ivan Safonov · 8 years ago
  40. c7873d8 staging: r8188eu: change rtw_ieee80211_ht_cap type of local variables to ieee80211_ht_cap by Ivan Safonov · 8 years ago
  41. 7f98038 staging: r8188eu: remove dead code from rtw_get_cur_max_rate function by Ivan Safonov · 8 years ago
  42. 81a2b8e staging: r8188eu: replace sizeof(struct rtw_ieee80211_ht_cap) with sizeof(struct ieee80211_ht_cap) by Ivan Safonov · 8 years ago
  43. 042ca34 staging: r8188eu: replace rtw_ieee80211_ht_cap with ieee80211_ht_cap type in rtw_check_beacon_data function by Ivan Safonov · 8 years ago
  44. 1b9e6df staging: r8188eu: remove action_public_str function by Ivan Safonov · 8 years ago
  45. 86d54a7 staging: r8188eu: remove rtw_action_frame_parse function by Ivan Safonov · 8 years ago
  46. c9735cb staging: r8188eu: remove dump_wps_ie function by Ivan Safonov · 8 years ago
  47. 92224ac staging: r8188eu: remove dump_ies function by Ivan Safonov · 8 years ago
  48. ec4eb6e staging: r8188eu: remove rtw_set_ie_ch_switch function by Ivan Safonov · 8 years ago
  49. 798d8c2 staging: r8188eu: remove rtw_set_ie_mesh_ch_switch_parm function by Ivan Safonov · 8 years ago
  50. b02b573 staging: r8188eu: remove rtw_set_ie_secondary_ch_offset function by Ivan Safonov · 8 years ago
  51. d5b80f9 staging: r8188eu: remove hal_ch_offset_to_secondary_ch_offset function by Ivan Safonov · 8 years ago
  52. d02463e staging: r8188eu: remove issue_action_spct_ch_switch function by Ivan Safonov · 8 years ago
  53. f92dcec staging: r8188eu: remove secondary_ch_offset_to_hal_ch_offset function by Ivan Safonov · 8 years ago
  54. fd0a793 staging: r8188eu: remove rtw_ap_inform_ch_switch function by Ivan Safonov · 8 years ago
  55. d7335dc staging: r8188eu: remove rtw_get_ie_ex function by Ivan Safonov · 8 years ago
  56. f0fde4f staging: r8188eu: remove rtw_ies_remove_ie function by Ivan Safonov · 8 years ago
  57. 1335a95 staging: r8188eu: Fix scheduling while atomic splat by Larry Finger · 8 years ago
  58. 9de204c staging: rtl8188eu: remove EFUSE_GetEfuseDefinition function by Ivan Safonov · 8 years ago
  59. 054bf87 staging: rtl8188eu: replace EFUSE_GetEfuseDefinition(..., TYPE_AVAILABLE_EFUSE_BYTES_BANK, &a) call with a = (EFUSE_REAL_CONTENT_LEN_88E - EFUSE_OOB_PROTECT_BYTES_88E) by Ivan Safonov · 8 years ago
  60. f573fed staging: rtl8188eu: replace EFUSE_GetEfuseDefinition(..., TYPE_EFUSE_MAX_SECTION, &a) with a = EFUSE_MAX_SECTION_88E by Ivan Safonov · 8 years ago
  61. 28d040f staging: rtl8188eu: remove efuse_max variable in hal_EfusePartialWriteCheck by Ivan Safonov · 8 years ago
  62. 0cdec5a staging: rtl8188eu: replace EFUSE_GetEfuseDefinition(..., TYPE_EFUSE_MAP_LEN, ...) call with it's result (EFUSE_MAP_LEN_88E) by Ivan Safonov · 8 years ago
  63. 7fbf8f7 rtl8188eu: Remove unused semaphores by Binoy Jayan · 8 years ago
  64. f18c566 rtl8188eu: pwrctrl_priv: Replace semaphore 'lock' with mutex by Binoy Jayan · 8 years ago
  65. 16677cc rtl8188eu: Replace semaphore terminate_cmdthread_sema with completion by Binoy Jayan · 8 years ago
  66. c84f5e2 rtl8188eu: Replace semaphore cmd_queue_sema with completion by Binoy Jayan · 8 years ago
  67. bc8201e Revert "Staging: rtl8188eu: rtw_efuse: Use sizeof type *pointer instead of sizeof type." by Hans de Goede · 8 years ago
  68. e7c77e4 staging: rtl8188eu: remove return at end of void function call by Nicholas Sim · 8 years ago
  69. 6e9aeda staging: rtl8188eu: core: rtw_mlme: Clean up tests if NULL returned on failure by Bhaktipriya Shridhar · 8 years ago
  70. a703f47 staging: rtl8188eu: rtw_mlme_ext: Clean up tests if NULL returned on failure by Bhaktipriya Shridhar · 8 years ago
  71. 12f037e staging: rtl8188eu: rtw_cmd: Clean up tests if NULL returned on failure by Bhaktipriya Shridhar · 8 years ago
  72. b5e12ec Staging: rtl8188eu: rtw_efuse: Use sizeof type *pointer instead of sizeof type. by Sandhya Bankar · 8 years ago
  73. 17d4591 staging: rtl8188eu: remove return at end of void function call by Nicholas Sim · 8 years ago
  74. fb02538 staging: rtl8188eu: Remove license paragraph with mailing address by Kyle Kuffermann · 8 years ago
  75. 78a729f Staging: rtl8188eu: Remove function rtw_freq2ch by Bhumika Goyal · 8 years ago
  76. eb8329c Staging: rtl8188eu: removed unnecessary check in core/rtw_ap.c by Claudiu Beznea · 8 years ago
  77. e59b76c Staging: rtl8188eu: Use !x instead of x==NULL. by Sandhya Bankar · 8 years ago
  78. b08e0fc Staging: rtl8188eu: rtw_efuse: Do not print message if kzalloc() failed. by Sandhya Bankar · 8 years ago
  79. d4ff4e2 Staging: rtl8188eu: Do not print message if kzalloc() failed. by Sandhya Bankar · 8 years ago
  80. 7a15863 rtl8188eu: Add spaces around arithmetic operators by Kyle Kuffermann · 8 years ago
  81. 5e3027b staging: rtl8188eu: FIELD_OFFSET macro replaced by offsetof macro by Ivan Safonov · 8 years ago
  82. 7570ad9 staging: rtl8188eu: core: Remove NULL test before vfree by Bhaktipriya Shridhar · 8 years ago
  83. 235a010 staging: rtl8188eu: core: Remove useless return variables by Bhaktipriya Shridhar · 8 years ago
  84. bd37c43 staging: rtl8188eu: core: Remove casts of pointer to same type by Bhaktipriya Shridhar · 8 years ago
  85. 47b6770 staging: rtl8188eu: Remove unnecessary parantheses by Bhaktipriya Shridhar · 8 years ago
  86. b383f2a staging: rtl8188eu: core: Remove unnecessary braces by Bhaktipriya Shridhar · 8 years ago
  87. a3c0c480 Staging: rtl8188eu/core: Coding style fix, avoid line over 80 characters by Colin Vidal · 8 years ago
  88. 18dbf8e Staging: rtl8188eu/core: Coding style fix, set constant operand on right in tests by Colin Vidal · 8 years ago
  89. c358821 Staging: rtl8188eu/core: Coding style fix, set conform spaces between identifiers by Colin Vidal · 8 years ago
  90. 7ca6a96 Staging: rtl8188eu/core: remove paragraph which mention FSF address in comment header by Colin Vidal · 8 years ago
  91. 684d2f1 staging: rtl8188eu: core: Use put_unaligned_le16 by Amitoj Kaur Chawla · 8 years ago
  92. da04bf7 Staging: rtl8188eu: core: rtw_xmit.c: Remove NULL test before vfree by Bhumika Goyal · 8 years ago
  93. 64e6619 Staging: rtl8188eu: core: rtw_mlme.c: Remove NULL test before vfree by Bhumika Goyal · 8 years ago
  94. 1397379 staging: rtl8188eu: Remove unnecessary pointer cast by Janani Ravichandran · 8 years ago
  95. b9f1c27 staging: rtl8188eu: use list_first_entry_or_null() by Geliang Tang · 8 years ago
  96. a67080e staging: rtl8188eu: print OUI with %*ph by Andy Shevchenko · 9 years ago
  97. fb27e19 staging: rtl8188eu: replace open-coded print_hex_dump() by Andy Shevchenko · 9 years ago
  98. 5fa0e06 Staging: rtl8188eu: core: rtw_debug: fixed a parentheses coding style issue by Chris Elliott · 9 years ago
  99. b0800a4 staging: rtl8188eu: remove an extra space by Alexey Tulia · 9 years ago
  100. 35ad45a staging: rtl8188eu: rtw_mlme_ext.c: simplify call to issue_action_BA() by Luca Ceresoli · 9 years ago