1. 0a20ed8 rtl8xxxu: Enable aggregation for rtl8192cu/rtl8188cu/rtl8188ru by Jes Sorensen · 8 years ago
  2. 91dcbb7 rtl8xxxu: Enable aggregation for rtl8723au by Jes Sorensen · 8 years ago
  3. 1e5b3b3 rtl8xxxu: Adjust RX skb size to include space for phystats by Jes Sorensen · 8 years ago
  4. 04319ae rtl8xxxu: Allocate larger RX skbs when aggregation is enabled by Jes Sorensen · 8 years ago
  5. 040b97b rtl8xxxu: Add support for aggregated RX packets on gen1 parts by Jes Sorensen · 8 years ago
  6. 4189272 rtl8xxxu: Correct rxdesc16 definition by Jes Sorensen · 8 years ago
  7. 2db125d rtl8xxxu: Obtain ieee80211_rx_status within parse_rx_desc() by Jes Sorensen · 8 years ago
  8. a635df8 rtl8xxxu: Move skb delivery into parse_tx_desc() handler by Jes Sorensen · 8 years ago
  9. c14ee43 rtl8xxxu: Set all ieee80211_rx_status values in parse_rx_desc() by Jes Sorensen · 8 years ago
  10. 78383ac rtl8xxxu: Reduce console noise when removing the kernel module by Jes Sorensen · 8 years ago
  11. efcb3288 rtl8xxxu: remove unneeded assignments by Luis de Bethencourt · 8 years ago
  12. 2b9c9f5 rtl8xxxu: tuse %*ph to dump buffers by Andy Shevchenko · 8 years ago
  13. 08eca32 rtl8xxxu: Add additional documentation for RX DMA registers by Jes Sorensen · 8 years ago
  14. e4ac0a8 rtl8xxxu: Add bit definitions for REG_USB_SPECIAL_OPTION by Jes Sorensen · 8 years ago
  15. e1ca790 rtl8xxxu: Remove the now obsolete mbox_ext_reg info from rtl8xxxu_fileops by Jes Sorensen · 8 years ago
  16. 27c7e89 rtl8xxxu: rtl8xxxu_prepare_calibrate() is never used on gen1 by Jes Sorensen · 8 years ago
  17. 9c0343d rtl8xxxu: Split rtl8723a_h2c_cmd() into a gen1 and a gen2 version by Jes Sorensen · 8 years ago
  18. 993dd9b rtl8xxxu: Rename rtl8723a_disabled_to_emu() to rtl8xxxu_disabled_to_emu() by Jes Sorensen · 8 years ago
  19. a46b099 rtl8xxxu: rename rtl8723a_channel_group() to rtl8xxxu_gen1_channel_to_group() by Jes Sorensen · 8 years ago
  20. 97db5a8 rtl8xxxu: Rename rtl8723a_stop_tx_beacon() to rtl8xxxu_stop_tx_beacon() by Jes Sorensen · 8 years ago
  21. 181725d rtl8xxxu: move rtl8188[cr] and rtl8192c related code into rtl8xxxu_8192c.c by Jes Sorensen · 8 years ago
  22. 20e3b2e rtl8xxxu: move rtl8723a related code into rtl8xxxu_8723a.c by Jes Sorensen · 8 years ago
  23. 6c46ca3 rtl8xxxu: move rtl8723b related code into rtl8xxxu_8723b.c by Jes Sorensen · 8 years ago
  24. 599119f rtl8xxxu: move rtl8192e related code into rtl8xxxu_8192e.c by Jes Sorensen · 8 years ago
  25. 6c60e65 rtl8xxxu: Rename rtl8xxxu.c to rtl8xxxu_core.c by Jes Sorensen · 8 years ago
  26. 04a74a9 rtl8xxxu: Rename rtl8723au_iqk_phy_iq_bb_reg by Jes Sorensen · 8 years ago
  27. 85f4663 rtl8xxxu: Rename rtl8723bu_simularity_compare() by Jes Sorensen · 8 years ago
  28. 5ac7414 rtl8xxxu: Rename rtl8723b_channel_to_group() by Jes Sorensen · 8 years ago
  29. 8db7145 rtl8xxxu: Rename rtl8723a_mac_init_table to rtl8xxxu_gen1_mac_init_table by Jes Sorensen · 8 years ago
  30. 8396a41 rtl8xxxu: Rename rtl8723a_enable_rf() to rtl8xxxu_gen1_enable_rf() by Jes Sorensen · 8 years ago
  31. 42a3bc7 rtl8xxxu: Rename rtl8723a_set_tx_power() to rtl8xxxu_gen1_set_tx_power() by Jes Sorensen · 8 years ago
  32. de7c189 rtl8xxxu: Rename rtl8723au_init_phy_bb() to rtl8xxxu_gen1_init_phy_bb() by Jes Sorensen · 8 years ago
  33. 28466e9 rtl8xxxu: Rename rtl8723au_phy_iq_calibrate() to rtl8xxxu_gen1_phy_iq_calibrate() by Jes Sorensen · 8 years ago
  34. c6e39da rtl8xxxu: Rename rtl8723au_update_rate_mask() to rtl8xxxu_update_rate_mask() by Jes Sorensen · 8 years ago
  35. e09718c rtl8xxxu: Rename rtl8723au_config_channel() to rtl8xxxu_gen1_config_channel() by Jes Sorensen · 8 years ago
  36. 7eb1400 rtl8xxxu: Rename rtl8723a_disable_rf() to rtl8xxxu_gen1_disable_rf() by Jes Sorensen · 8 years ago
  37. 6a07b79 rtl8xxxu: Rename rtl8723b_disable_rf() to rtl8xxxu_gen2_disable_rf() by Jes Sorensen · 8 years ago
  38. 3a56bf6 rtl8xxxu: Rename rtl8723bu_config_channel() to rtl8xxxu_gen2_config_channel() by Jes Sorensen · 8 years ago
  39. beb5531 rtl8xxxu: Rename rtl8723au_report_connect() to rtl8xxxu_gen1_report_connect() by Jes Sorensen · 8 years ago
  40. 32353a7 rtl8xxxu: Rename rtl8723bu_report_connect() to rtl8xxxu_gen2_report_connect() by Jes Sorensen · 8 years ago
  41. a8c8dfa rtl8xxxu: Rename rtl8723bu_update_rate_mask() to rtl8xxxu_gen2_update_rate_mask() by Jes Sorensen · 8 years ago
  42. 06d0546 rtl8xxxu: hide unused tables by Arnd Bergmann · 8 years ago
  43. 265697e rtl8xxxu: Pause TX before calling disable_rf() by Jes Sorensen · 8 years ago
  44. ae5c01fd rtl8xxxu: Implement rtl8192e_enable_rf() by Jes Sorensen · 8 years ago
  45. 6a62f9d rtl8xxxu: Fix OOPS if user tries to add device via /sys by Jes Sorensen · 8 years ago
  46. cabb550 rtl8xxxu: Fix 8188RU support by Jes Sorensen · 8 years ago
  47. 2fc0b8e rtl8xxxu: Add TX power base values for gen1 parts by Jes Sorensen · 8 years ago
  48. b9f9d69 rtl8xxxu: Set register 0xfe10 on rtl8192cu based parts by Jes Sorensen · 8 years ago
  49. eb18806 rtl8xxxu: Update copyright statement to include 2016 by Jes Sorensen · 8 years ago
  50. 8cae2f1 rtl8xxxu: Unregister from mac80211 before shutting down the device by Jes Sorensen · 8 years ago
  51. 8e25496 rtl8xxxu: Match 8723bu power down sequence to vendor driver by Jes Sorensen · 8 years ago
  52. 8d95c80 rtl8xxxu: Use rtl_chip == RTL8188R to identify high PA parts by Jes Sorensen · 8 years ago
  53. 78a8421 rtl8xxxu: Apply 8188RU workaround for UMC B cut parts correctly by Jes Sorensen · 8 years ago
  54. b591e98 rtl8xxxu: For devices with external PA (8188RU), limit CCK TX power by Jes Sorensen · 8 years ago
  55. 4062b8f rtl8xxxu: Move PHY RF init into device specific functions by Jes Sorensen · 8 years ago
  56. 37ba4b6 rtl8xxxu: fix uninitialized return value in ret by Colin Ian King · 8 years ago
  57. e1d70c9 rtl8xxxu: Mark 0x050d:0x1004 as tested by Jes Sorensen · 8 years ago
  58. a39b683 Re-enable 8192eu support by Jes Sorensen · 8 years ago
  59. 46b3783 rtl8xxxu: 8192eu Fix bug in LDPC RX hang fix by Jes Sorensen · 8 years ago
  60. 31133da rtl8xxxu: Remove unneeded 8192eu hack by Jes Sorensen · 8 years ago
  61. 747bf23 rtl8xxxu: Split USB quirks into gen1 and gen2 quirks by Jes Sorensen · 8 years ago
  62. 9b323ee rtl8xxxu: Make PBP tuning a fileops parameter by Jes Sorensen · 8 years ago
  63. a773720 rtl8xxxu: Do not backup RF_MODE_AG when it's never being used by Jes Sorensen · 8 years ago
  64. 24e8e7e rtl8xxxu: Store device specific TRXFF boundary in the fileops by Jes Sorensen · 8 years ago
  65. b84cac1 rtl8xxxu: REG_LDOA15_CTRL is only used on gen1 parts by Jes Sorensen · 8 years ago
  66. c82f8d1 rtl8xxxu: Move loading of AGC table to device specific function by Jes Sorensen · 8 years ago
  67. ade0ded rtl8xxxu: Load AGC table before patching for 1T2R parts by Jes Sorensen · 8 years ago
  68. cb87725 rtl8xxxu: Split rtl8xxxu_init_phy_bb() into device specific functions by Jes Sorensen · 8 years ago
  69. bd8fe40 rtl8xxxu: Use descriptive bits for setting RX paths for 1T2R parts by Jes Sorensen · 8 years ago
  70. 9068308 rtl8xxxu: Correctly mask what was read from REG_CCK0_AFE_SETTING by Jes Sorensen · 8 years ago
  71. 15f9dc9 rtl8xxxu: Remove unused 8723bu path B IQ calibration code by Jes Sorensen · 8 years ago
  72. fe62171 rtl8xxxu: Remove misleading warning from rtl8192eu_phy_iqcalibrate() by Jes Sorensen · 8 years ago
  73. a49c7ce rtl8xxxu: Name RX descriptor types rxdesc16/rxdesc24 by Jes Sorensen · 8 years ago
  74. 2cb79eb rtl8xxxu: byteswap the entire RX descriptor for 24 byte RX descriptors by Jes Sorensen · 8 years ago
  75. 55c0b6a rtl8xxxu: Use has_s0s1 for REG_S0S1 issues only by Jes Sorensen · 8 years ago
  76. 57e42a2 rtl8xxxu: Implment rtl8192e_set_tx_power() by Jes Sorensen · 8 years ago
  77. 5bdb6b0 rtl8xxxu: Do not try to set REG_LEDCFG2 on 8192eu by Jes Sorensen · 8 years ago
  78. b816901 rtl8xxxu: Do not init FPGA0_TX_INFO on 8192eu by Jes Sorensen · 8 years ago
  79. 2e7c7b3 rtl8xxxu: Do not set REG_PBP on 8192eu by Jes Sorensen · 8 years ago
  80. 0486e80 rtl8xxxu: Reorder chip quirks to follow flow of 8192eu driver by Jes Sorensen · 8 years ago
  81. 89c2a09 rtl8xxxu: Implement generic init_queue_reserved_page() function by Jes Sorensen · 8 years ago
  82. 59b24da rtl8xxxu: Reorg more code to match the flow of the 8192eu vendor driver by Jes Sorensen · 8 years ago
  83. c157863 rtl8xxxu: Reorder parts of init code to match the 8192eu vendor code flow by Jes Sorensen · 8 years ago
  84. 28e460b0 rtl8xxxu: Adjust AFE crystal value on 8192eu by Jes Sorensen · 8 years ago
  85. f991f4e rtl8xxxu: Implement IQK calibration for 8192eu by Jes Sorensen · 8 years ago
  86. 70bc1e2 rtl8xxxu: Use proper register name for REG_PAD_CTRL1 by Jes Sorensen · 8 years ago
  87. b052b7f rtl8xxxu: Implement 8192eu device specific quirks by Jes Sorensen · 8 years ago
  88. e1394fe rtl8xxxu: Fix LDPC RX hang issue on 8192eu by Jes Sorensen · 8 years ago
  89. 3021e51 rtl8xxxu: Set REG_USB_HRPWM for 8192eu by Jes Sorensen · 8 years ago
  90. 57e5e2e rtl8xxxu: Set correct interrupt masking registers on 8192eu by Jes Sorensen · 8 years ago
  91. 8a59485 rtl8xxxu: Handle XTAL value setting on 8192eu by Jes Sorensen · 8 years ago
  92. 2949b9e rtl8xxxu: Provide special handling when writing RF regs on 8192eu by Jes Sorensen · 8 years ago
  93. 444004b rtl8xxxu: Handle BB init for 8192eu by Jes Sorensen · 8 years ago
  94. 9e24772 rtl8xxxu: Correctly parse 8192eu efuse by Jes Sorensen · 8 years ago
  95. abd71bd rtl8xxxu: Pick PHY init table based on chip version first by Jes Sorensen · 8 years ago
  96. ae14c5d rtl8xxxu: Add 8192eu PHY init table by Jes Sorensen · 8 years ago
  97. e293278 rtl8xxxu: Add 8192eu AGC tables by Jes Sorensen · 8 years ago
  98. 19102f8 rtl8xxxu: Add radio init tables for 8192eu by Jes Sorensen · 8 years ago
  99. 80805aa rtl8xxxu: Set TX page boundaries for 8192eu by Jes Sorensen · 8 years ago
  100. 2ca73dc rtl8xxxu: Do not mess with AFE_XTAL_CTRL on 8192eu by Jes Sorensen · 8 years ago