1. 4e3c3b8 rtlwifi: Fix breakage in debug functions when built as a module by Larry Finger · 13 years ago
  2. 3fccdcf rtlwifi: rtl8192se firmware load can overflow target buffer by Tim Gardner · 14 years ago
  3. e1fa746 Correcting typos in rtlwifi/base.c by Tristan Pourcelot · 14 years ago
  4. 02b6ab0 rtlwifi: rtl8192c-common: rtl8192se: rtl8192de: Simplify if statements by Larry Finger · 14 years ago
  5. 2bd02d9 rtlwifi/rtl8192c: in _rtl92c_phy_calculate_bit_shift remove comparing bitmask against 1 by Devendra.Naga · 14 years ago
  6. 1232528 rtlwifi: Modify rtl_pci_init to return 0 on success by John W. Linville · 14 years ago
  7. 42bc0c97 rtlwifi: Return correct failure code on error by Simon Graham · 14 years ago
  8. 7f66c2f rtlwifi: Handle previous allocation failures when freeing device memory by Simon Graham · 14 years ago
  9. 3d86b93 rtlwifi: Fix PCI probe error path orphaned memory by Tim Gardner · 14 years ago
  10. 3eda95d rtlwifi: Remove extra debugging message accidentally left in by Larry Finger · 14 years ago
  11. 5aff4e7 rtlwifi: Fix typo in dm.c by Masanari Iida · 14 years ago
  12. 1d73c51 rtlwifi: remove return in _rtl_pci_switch_clk_req by Devendra.Naga · 14 years ago
  13. b0302ab rtlwifi: Convert to asynchronous firmware load by Larry Finger · 14 years ago
  14. d273bb2 rtlwifi: Move pr_fmt macros to a single location by Larry Finger · 14 years ago
  15. c1288b1 mac80211: make beacon filtering per virtual interface by Johannes Berg · 14 years ago
  16. ca742cd rtl8192se: Update copyright dates by Larry Finger · 14 years ago
  17. 6a57b08 rtl8192de: Update copyright dates by Larry Finger · 14 years ago
  18. c1d6604 rtl8192cu: Update copyright dates by Larry Finger · 14 years ago
  19. 9003a4a rtl8192ce: Update copyright dates by Larry Finger · 14 years ago
  20. fc61685 rtl8192c_common: Update copyright dates by Larry Finger · 14 years ago
  21. a8d7606 rtlwifi: Update copyright dates by Larry Finger · 14 years ago
  22. 9ef11f7 rtl8192cu: Remove dead code never selected by Larry Finger · 14 years ago
  23. 76a92be rtlwifi: rtl8192c_common: rtl8192de: Check for allocation failures by Larry Finger · 14 years ago
  24. 07839b1 rtlwifi: Simplify chip version id logging by Joe Perches · 14 years ago
  25. d9595ce rtlwifi: Remove incorrect logging message prefixes by Joe Perches · 14 years ago
  26. 481b960 rtlwifi: add CONFIG_RTLWIFI_DEBUG to remove all of the debug logging code by Joe Perches · 14 years ago
  27. f56e7eb rtlwifi: Optimize RT_TRACE macro use of KBUILD_MODNAME for size by Joe Perches · 14 years ago
  28. 4cd9f40 rtlwifi: Remove duplicate __func__ by Joe Perches · 14 years ago
  29. 9d833ed rtlwifi: Convert RT_ASSERT macro to use ##__VA_ARGS__ by Joe Perches · 14 years ago
  30. 4c48869 rtlwifi: Convert RTPRINT macro to use ##__VA_ARGS__ by Joe Perches · 14 years ago
  31. f30d750 rtlwifi: Convert RT_TRACE macro to use ##__VA_ARGS__ by Joe Perches · 14 years ago
  32. af08687 rtlwifi: Standardize RT_PRINT_DATA macro and uses by Joe Perches · 14 years ago
  33. 884dd24 rtlwifi: Neaten RT_ASSERT, RT_TRACE, RTPRINT, RT_PRINT_DATA macros by Joe Perches · 14 years ago
  34. 9ee6045 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 14 years ago
  35. d90db4b rtl8192se: Fix BUG caused by failure to check skb allocation by Larry Finger · 14 years ago
  36. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  37. 7affca3 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 14 years ago
  38. ff4b8a5 Merge branch 'driver-core-next' into Linux 3.2 by Greg Kroah-Hartman · 14 years ago
  39. 57adc1f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 14 years ago
  40. eb93992 module_param: make bool parameters really bool (net & drivers/net) by Rusty Russell · 14 years ago
  41. 3db1cd5 net: fix assignment of 0/1 to bool variables. by Rusty Russell · 14 years ago
  42. b9116b9a rtlwifi: Fix locking problem introduces with commit 6539306b by Larry Finger · 14 years ago
  43. 5d22df2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 14 years ago
  44. 6539306 rtlwifi: merge ips,lps spinlocks into one mutex by Stanislaw Gruszka · 14 years ago
  45. 41affd5 rtlwifi: use work for lps by Stanislaw Gruszka · 14 years ago
  46. e7ab5f1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 14 years ago
  47. 91ddff8 rtl8192{ce,cu,de,se}: avoid problems because of possible ERFOFF -> ERFSLEEP transition by Philipp Dreimann · 14 years ago
  48. 8ff08b4 rtl8192c: Do not log firmware load message unless actually done by Larry Finger · 14 years ago
  49. d7a4858 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 14 years ago
  50. 42b2aa8 treewide: Fix typos in various parts of the kernel, and fix some comments. by Justin P. Mattock · 14 years ago
  51. 3b95e9c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 14 years ago
  52. de2e56c rtlwifi: Fix incorrect return of IRQ_HANDLED by Larry Finger · 14 years ago
  53. e55b32c rtlwifi: fix lps_lock deadlock by Stanislaw Gruszka · 14 years ago
  54. eb1852b rtlwifi: squash warning in _usb_read_sync by John W. Linville · 14 years ago
  55. 515db09 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by John W. Linville · 14 years ago
  56. 0dcc3c8 rtlwifi: Remove redundant code from PCI interrupt by Larry Finger · 14 years ago
  57. abfabc9 rtlwifi: rtl8192cu: Fix endianian issues by Larry Finger · 14 years ago
  58. ff6ff96 rtlwifi: rtl8192cu: Change firmware upload to use block writes by Larry Finger · 14 years ago
  59. 040a727 rtlwifi: rtl8192cu: Allow retries for USB I/O by George · 14 years ago
  60. d632eb1 USB: convert drivers/net/* to use module_usb_driver() by Greg Kroah-Hartman · 14 years ago
  61. 5e81905 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 14 years ago
  62. 6cddafa rtl8192cu: Add new device IDs by Larry Finger · 14 years ago
  63. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 14 years ago
  64. de0a534 Merge branch 'for-linus' of git://github.com/richardweinberger/linux by Linus Torvalds · 14 years ago
  65. bad3118 um: a couple of missing dependencies... by Al Viro · 14 years ago
  66. ee40fa0 drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 14 years ago
  67. 9d9779e drivers/net: Add module.h to drivers who were implicitly using it by Paul Gortmaker · 14 years ago
  68. 8a9ea32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 14 years ago
  69. 59e5253 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  70. d83579e rtlwifi: rtl8192de: Updates from latest Reaktek driver - Part III by Chaoming Li · 14 years ago
  71. 5c079d8 rtlwifi: rtl8192se: Updates from latest Realtek driver version - Part II by Chaoming Li · 14 years ago
  72. db75993 rtlwifi: rtl8192ce: Add new chip revisions by Chaoming Li · 14 years ago
  73. 09e92f0 rtlwifi: Update to new Realtek version - Part I by Chaoming Li · 14 years ago
  74. 603be38 rtlwifi: Change PCI drivers to use the new PM framework by Larry Finger · 14 years ago
  75. 73a253c rtlwifi: Change debug parameter to apply to individual drivers by Larry Finger · 14 years ago
  76. 8a3a3c8 mac80211: pass vif param to conf_tx() callback by Eliad Peller · 14 years ago
  77. ffca287 rtlwifi: Remove unused _usb_nbytes_read_write and _usb_writeN_sync by Larry Finger · 14 years ago
  78. 970ba6a6 rtlwifi: Remove unused routine _usb_readN_sync by Larry Finger · 14 years ago
  79. 0874073 Merge branch 'master' of git://git.infradead.org/users/linville/wireless by John W. Linville · 14 years ago
  80. 37a41b4 mac80211: add ieee80211_vif param to tsf functions by Eliad Peller · 14 years ago
  81. 831d854 rtlwifi: rtl8192cu: Fix unitialized struct by Larry Finger · 14 years ago
  82. da3ba88 rtlwifi: Combine instances of RTL_HAL_IS_CCK_RATE macros. by Larry Finger · 14 years ago
  83. 87b6d09 rtlwifi: rtl8192de: Change modinfo messages by Larry Finger · 14 years ago
  84. 7664beeb rtlwifi: rtl8192se: Change modinfo messages by Larry Finger · 14 years ago
  85. eed7231 rtlwifi: rtl8192ce: Change modinfo messages by Larry Finger · 14 years ago
  86. 4d8b614 Merge branch 'master' of git://git.infradead.org/users/linville/wireless by John W. Linville · 14 years ago
  87. e060c38 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  88. fb914eb treewide: typo 'interrrupt' word corrections. by Vitaliy Ivanov · 14 years ago
  89. bac2555 rtlwifi: Fix problem when switching connections by George · 14 years ago
  90. 3401dc6 rtlwifi: rtl8192su: Fix problem connecting to HT-enabled AP by George · 14 years ago
  91. 5b62bb5 rtlwifi: rtl8192de: Convert to use the new rate-mapping routine in rtlwifi by Larry Finger · 14 years ago
  92. 8e35337 rtlwifi: rtl8192se: Convert to use the new rate-mapping routine in rtlwifi by Larry Finger · 14 years ago
  93. 2b67e88 rtlwifi: rtl8192cu: Convert to use the new rate-mapping routine in rtlwifi by Larry Finger · 14 years ago
  94. 78851b6 rtlwifi: rtl8192ce: Convert to use the new rate-mapping routine in rtlwifi by Larry Finger · 14 years ago
  95. 7ad0ce3 rtlwifi: Install updated rate-mapping routine by Larry Finger · 14 years ago
  96. b5be7e4 rtlwifi: add module parameter to set global debug level by Stefan Assmann · 14 years ago
  97. 03f18fa rtlwifi: rtl892cu: New USB IDs by Larry Finger · 14 years ago
  98. c3ccb33 rtlwifi: Remove raw read/write routines from header by Larry Finger · 14 years ago
  99. 886e14b rtlwifi: Eliminate raw reads and writes from PCIe portion by Larry Finger · 14 years ago
  100. a5d5a91 Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 14 years ago