1. b42fbed rtl8xxxu: Stop log spam from each successful interrupt by Larry Finger · 8 years ago
  2. 2fc5dd2 rtl8xxxu: Use a struct rtl8xxxu_fileops * in rtl8xxxu_init_device() by Jes Sorensen · 8 years ago
  3. c0a99bb rtl8xxxu: Clean up llt_init() API by Jes Sorensen · 8 years ago
  4. 3a589fa rtl8xxxu: Fix off by one error calculating pubq by Jes Sorensen · 8 years ago
  5. 0cd7f70 rtl8xxxu: fix spelling mistake "firmare" -> "firmware" by Colin Ian King · 8 years ago
  6. 54cdf5c rtl8xxxu: Reset device on module unload if still attached by Jes Sorensen · 8 years ago
  7. 7329dc1 rtl8xxxu: Make rtl8xxxu_ampdu_action less chatty by Hans de Goede · 8 years ago
  8. 77e3980 rtl8xxxu: gen1: Fix non static symbol warning by Wei Yongjun · 8 years ago
  9. b59415c rtl8xxxu: Split filling of TX descriptors into separate functions by Jes Sorensen · 8 years ago
  10. 99afaac rtl8xxxu: Determine need for shore preamble before updating TX descriptors by Jes Sorensen · 8 years ago
  11. 3972cc5 rtl8xxxu: Determine the need for SGI before handling specific TX desc formats by Jes Sorensen · 8 years ago
  12. be49b1f rtl8xxxu: Simplify calculating of hw value used for setting TX rate by Jes Sorensen · 8 years ago
  13. eed145a rtl8xxxu: Introduce fops bitflag indicating type of thermal meter by Jes Sorensen · 8 years ago
  14. e3ebcd7 rtl8xxxu: Use flag to indicate whether device has TX report timer support by Jes Sorensen · 8 years ago
  15. e02aa3e rtl8xxxu: Simplify code setting TX buffer boundary by Jes Sorensen · 8 years ago
  16. efeb8ce rtl8xxxu: Remove now obsolete rtl8xxxu_old_init_queue_reserved_page() by Jes Sorensen · 8 years ago
  17. 690a6d2 rtl8xxxu: Add TP-Link TL-WN823N v2 to list of supported devices by Jes Sorensen · 8 years ago
  18. deb6176 rtl8xxxu: Fix error handling if rtl8xxxu_init_device() fails by Jes Sorensen · 8 years ago
  19. 76a8e07 rtl8xxxu: Mark 0x2001:0x3308 as tested by Jes Sorensen · 8 years ago
  20. b81669b rtl8xxxu: Mark 0x20f4:0x648b as tested by Jes Sorensen · 8 years ago
  21. fd83f12 rtl8xxxu: gen1: Add module parameters to adjust DMA aggregation parameters by Jes Sorensen · 8 years ago
  22. 614e389 rtl8xxxu: gen1: Set aggregation timeout (REG_RXDMA_AGG_PG_TH + 1) as well by Jes Sorensen · 8 years ago
  23. 82cce22 rtl8xxxu: Make DMA aggregation optional by setting a module parameter by Jes Sorensen · 8 years ago
  24. 91dcbb7 rtl8xxxu: Enable aggregation for rtl8723au by Jes Sorensen · 8 years ago
  25. 1e5b3b3 rtl8xxxu: Adjust RX skb size to include space for phystats by Jes Sorensen · 8 years ago
  26. 04319ae rtl8xxxu: Allocate larger RX skbs when aggregation is enabled by Jes Sorensen · 8 years ago
  27. 040b97b rtl8xxxu: Add support for aggregated RX packets on gen1 parts by Jes Sorensen · 8 years ago
  28. 2db125d rtl8xxxu: Obtain ieee80211_rx_status within parse_rx_desc() by Jes Sorensen · 8 years ago
  29. a635df8 rtl8xxxu: Move skb delivery into parse_tx_desc() handler by Jes Sorensen · 8 years ago
  30. c14ee43 rtl8xxxu: Set all ieee80211_rx_status values in parse_rx_desc() by Jes Sorensen · 8 years ago
  31. 78383ac rtl8xxxu: Reduce console noise when removing the kernel module by Jes Sorensen · 8 years ago
  32. 27c7e89 rtl8xxxu: rtl8xxxu_prepare_calibrate() is never used on gen1 by Jes Sorensen · 8 years ago
  33. 9c0343d rtl8xxxu: Split rtl8723a_h2c_cmd() into a gen1 and a gen2 version by Jes Sorensen · 8 years ago
  34. 993dd9b rtl8xxxu: Rename rtl8723a_disabled_to_emu() to rtl8xxxu_disabled_to_emu() by Jes Sorensen · 8 years ago
  35. a46b099 rtl8xxxu: rename rtl8723a_channel_group() to rtl8xxxu_gen1_channel_to_group() by Jes Sorensen · 8 years ago
  36. 97db5a8 rtl8xxxu: Rename rtl8723a_stop_tx_beacon() to rtl8xxxu_stop_tx_beacon() by Jes Sorensen · 8 years ago
  37. 181725d rtl8xxxu: move rtl8188[cr] and rtl8192c related code into rtl8xxxu_8192c.c by Jes Sorensen · 8 years ago
  38. 20e3b2e rtl8xxxu: move rtl8723a related code into rtl8xxxu_8723a.c by Jes Sorensen · 8 years ago
  39. 6c46ca3 rtl8xxxu: move rtl8723b related code into rtl8xxxu_8723b.c by Jes Sorensen · 8 years ago
  40. 599119f rtl8xxxu: move rtl8192e related code into rtl8xxxu_8192e.c by Jes Sorensen · 8 years ago
  41. 6c60e65 rtl8xxxu: Rename rtl8xxxu.c to rtl8xxxu_core.c by Jes Sorensen · 8 years ago[Renamed from drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.c]
  42. 04a74a9 rtl8xxxu: Rename rtl8723au_iqk_phy_iq_bb_reg by Jes Sorensen · 8 years ago
  43. 85f4663 rtl8xxxu: Rename rtl8723bu_simularity_compare() by Jes Sorensen · 8 years ago
  44. 5ac7414 rtl8xxxu: Rename rtl8723b_channel_to_group() by Jes Sorensen · 8 years ago
  45. 8db7145 rtl8xxxu: Rename rtl8723a_mac_init_table to rtl8xxxu_gen1_mac_init_table by Jes Sorensen · 8 years ago
  46. 8396a41 rtl8xxxu: Rename rtl8723a_enable_rf() to rtl8xxxu_gen1_enable_rf() by Jes Sorensen · 8 years ago
  47. 42a3bc7 rtl8xxxu: Rename rtl8723a_set_tx_power() to rtl8xxxu_gen1_set_tx_power() by Jes Sorensen · 8 years ago
  48. de7c189 rtl8xxxu: Rename rtl8723au_init_phy_bb() to rtl8xxxu_gen1_init_phy_bb() by Jes Sorensen · 8 years ago
  49. 28466e9 rtl8xxxu: Rename rtl8723au_phy_iq_calibrate() to rtl8xxxu_gen1_phy_iq_calibrate() by Jes Sorensen · 8 years ago
  50. c6e39da rtl8xxxu: Rename rtl8723au_update_rate_mask() to rtl8xxxu_update_rate_mask() by Jes Sorensen · 8 years ago
  51. e09718c rtl8xxxu: Rename rtl8723au_config_channel() to rtl8xxxu_gen1_config_channel() by Jes Sorensen · 8 years ago
  52. 7eb1400 rtl8xxxu: Rename rtl8723a_disable_rf() to rtl8xxxu_gen1_disable_rf() by Jes Sorensen · 8 years ago
  53. 6a07b79 rtl8xxxu: Rename rtl8723b_disable_rf() to rtl8xxxu_gen2_disable_rf() by Jes Sorensen · 8 years ago
  54. 3a56bf6 rtl8xxxu: Rename rtl8723bu_config_channel() to rtl8xxxu_gen2_config_channel() by Jes Sorensen · 8 years ago
  55. beb5531 rtl8xxxu: Rename rtl8723au_report_connect() to rtl8xxxu_gen1_report_connect() by Jes Sorensen · 8 years ago
  56. 32353a7 rtl8xxxu: Rename rtl8723bu_report_connect() to rtl8xxxu_gen2_report_connect() by Jes Sorensen · 8 years ago
  57. a8c8dfa rtl8xxxu: Rename rtl8723bu_update_rate_mask() to rtl8xxxu_gen2_update_rate_mask() by Jes Sorensen · 8 years ago
  58. 06d0546 rtl8xxxu: hide unused tables by Arnd Bergmann · 8 years ago
  59. 265697e rtl8xxxu: Pause TX before calling disable_rf() by Jes Sorensen · 8 years ago
  60. ae5c01fd rtl8xxxu: Implement rtl8192e_enable_rf() by Jes Sorensen · 8 years ago
  61. 6a62f9d rtl8xxxu: Fix OOPS if user tries to add device via /sys by Jes Sorensen · 8 years ago
  62. cabb550 rtl8xxxu: Fix 8188RU support by Jes Sorensen · 8 years ago
  63. 2fc0b8e rtl8xxxu: Add TX power base values for gen1 parts by Jes Sorensen · 8 years ago
  64. b9f9d69 rtl8xxxu: Set register 0xfe10 on rtl8192cu based parts by Jes Sorensen · 8 years ago
  65. eb18806 rtl8xxxu: Update copyright statement to include 2016 by Jes Sorensen · 8 years ago
  66. 8cae2f1 rtl8xxxu: Unregister from mac80211 before shutting down the device by Jes Sorensen · 8 years ago
  67. 8e25496 rtl8xxxu: Match 8723bu power down sequence to vendor driver by Jes Sorensen · 8 years ago
  68. 8d95c80 rtl8xxxu: Use rtl_chip == RTL8188R to identify high PA parts by Jes Sorensen · 8 years ago
  69. 78a8421 rtl8xxxu: Apply 8188RU workaround for UMC B cut parts correctly by Jes Sorensen · 8 years ago
  70. b591e98 rtl8xxxu: For devices with external PA (8188RU), limit CCK TX power by Jes Sorensen · 8 years ago
  71. 4062b8f rtl8xxxu: Move PHY RF init into device specific functions by Jes Sorensen · 8 years ago
  72. 37ba4b6 rtl8xxxu: fix uninitialized return value in ret by Colin Ian King · 8 years ago
  73. e1d70c9 rtl8xxxu: Mark 0x050d:0x1004 as tested by Jes Sorensen · 8 years ago
  74. a39b683 Re-enable 8192eu support by Jes Sorensen · 8 years ago
  75. 46b3783 rtl8xxxu: 8192eu Fix bug in LDPC RX hang fix by Jes Sorensen · 8 years ago
  76. 31133da rtl8xxxu: Remove unneeded 8192eu hack by Jes Sorensen · 8 years ago
  77. 747bf23 rtl8xxxu: Split USB quirks into gen1 and gen2 quirks by Jes Sorensen · 8 years ago
  78. 9b323ee rtl8xxxu: Make PBP tuning a fileops parameter by Jes Sorensen · 8 years ago
  79. a773720 rtl8xxxu: Do not backup RF_MODE_AG when it's never being used by Jes Sorensen · 8 years ago
  80. 24e8e7e rtl8xxxu: Store device specific TRXFF boundary in the fileops by Jes Sorensen · 8 years ago
  81. b84cac1 rtl8xxxu: REG_LDOA15_CTRL is only used on gen1 parts by Jes Sorensen · 8 years ago
  82. c82f8d1 rtl8xxxu: Move loading of AGC table to device specific function by Jes Sorensen · 8 years ago
  83. ade0ded rtl8xxxu: Load AGC table before patching for 1T2R parts by Jes Sorensen · 8 years ago
  84. cb87725 rtl8xxxu: Split rtl8xxxu_init_phy_bb() into device specific functions by Jes Sorensen · 8 years ago
  85. bd8fe40 rtl8xxxu: Use descriptive bits for setting RX paths for 1T2R parts by Jes Sorensen · 8 years ago
  86. 9068308 rtl8xxxu: Correctly mask what was read from REG_CCK0_AFE_SETTING by Jes Sorensen · 8 years ago
  87. 15f9dc9 rtl8xxxu: Remove unused 8723bu path B IQ calibration code by Jes Sorensen · 8 years ago
  88. fe62171 rtl8xxxu: Remove misleading warning from rtl8192eu_phy_iqcalibrate() by Jes Sorensen · 8 years ago
  89. a49c7ce rtl8xxxu: Name RX descriptor types rxdesc16/rxdesc24 by Jes Sorensen · 8 years ago
  90. 2cb79eb rtl8xxxu: byteswap the entire RX descriptor for 24 byte RX descriptors by Jes Sorensen · 8 years ago
  91. 55c0b6a rtl8xxxu: Use has_s0s1 for REG_S0S1 issues only by Jes Sorensen · 8 years ago
  92. 57e42a2 rtl8xxxu: Implment rtl8192e_set_tx_power() by Jes Sorensen · 8 years ago
  93. 5bdb6b0 rtl8xxxu: Do not try to set REG_LEDCFG2 on 8192eu by Jes Sorensen · 8 years ago
  94. b816901 rtl8xxxu: Do not init FPGA0_TX_INFO on 8192eu by Jes Sorensen · 8 years ago
  95. 2e7c7b3 rtl8xxxu: Do not set REG_PBP on 8192eu by Jes Sorensen · 8 years ago
  96. 0486e80 rtl8xxxu: Reorder chip quirks to follow flow of 8192eu driver by Jes Sorensen · 8 years ago
  97. 89c2a09 rtl8xxxu: Implement generic init_queue_reserved_page() function by Jes Sorensen · 8 years ago
  98. 59b24da rtl8xxxu: Reorg more code to match the flow of the 8192eu vendor driver by Jes Sorensen · 8 years ago
  99. c157863 rtl8xxxu: Reorder parts of init code to match the 8192eu vendor code flow by Jes Sorensen · 8 years ago
  100. 28e460b0 rtl8xxxu: Adjust AFE crystal value on 8192eu by Jes Sorensen · 8 years ago