1. 030bda0 drivers/net/wireless: Use static const char * const where possible by Joe Perches · 14 years ago
  2. 78ab952 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  3. cd35a39 rt2x00: Cleanup rt2x00usb_watchdog_reset_tx by Ivo van Doorn · 14 years ago
  4. 652a9dd rt2x00: Split watchdog check into a DMA and STATUS timeout by Ivo van Doorn · 14 years ago
  5. 0e3afe5 rt2x00: Correctly kill beacon queue by Ivo van Doorn · 14 years ago
  6. e054087 rt2x00: Set PWR_PIN_CFG during initialization by Ivo van Doorn · 14 years ago
  7. c600c82 rt2x00: Don't set unicast/BSSID masks when clearning MAC or BSSID by Ivo van Doorn · 14 years ago
  8. b9eca24 rt2x00: Wakeup hardware before loading firmware by Ivo van Doorn · 14 years ago
  9. 3613884 rt2x00: Validate TX status results with current data entry by Ivo van Doorn · 14 years ago
  10. 5ffddc4 rt2x00: Add rt2800_wait_csr_ready by Ivo van Doorn · 14 years ago
  11. 2035c0c rt2x00: Update rt2800 comments regarding AMPDU and PACKET_ID in TXWI by Helmut Schaa · 14 years ago
  12. a908a74 rt2x00: Rename txentry_desc.queue -> txentry_desc.qid by Helmut Schaa · 14 years ago
  13. e569aa7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  14. f8d8b7a rt2x00: fix "buffer size not provably correct" build warning by Arnaud Patard (Rtp) · 14 years ago
  15. 8d1331b rt2x00: Fix max TX power settings by Ivo van Doorn · 14 years ago
  16. 46323e1 rt2x00: Fix channel configuration for RF3052 by Ivo van Doorn · 14 years ago
  17. b9a07ae rt2x00: Merge rt2800{pci/usb} radio enabling/disabling code to rt2800lib by Ivo van Doorn · 14 years ago
  18. 21595bd rt2x00: Fix rt2800 retry calculation by Ivo van Doorn · 14 years ago
  19. 54e34fb rt2x00: Remove Q_INDEX_CRYPTO and ENTRY_OWNER_DEVICE_CRYPTO by Ivo van Doorn · 14 years ago
  20. 5eb7efe rt2x00: Move direct access to queue->entries to rt2x00queue.c by Ivo van Doorn · 14 years ago
  21. ee1e755 rt2x00: Reduce indenting by Ivo van Doorn · 14 years ago
  22. 9333145 rt2x00: Simplify arguments to rt2x00 driver callback functions by Ivo van Doorn · 14 years ago
  23. baeb2ff drivers/net: Convert unbounded kzalloc calls to kcalloc by Joe Perches · 14 years ago
  24. 97359d1 mac80211: use cipher suite selectors by Johannes Berg · 14 years ago
  25. e5ef5ba rt2x00: Remove ieee80211_rx_status from rt2x00_dev by Ivo van Doorn · 14 years ago
  26. 0856d9c rt2x00: Update comments regarding TXWI and TX_STA_FIFO by Helmut Schaa · 14 years ago
  27. 96481b2 rt2x00: Implement TX status reporting for rt2800usb by Ivo van Doorn · 14 years ago
  28. 0c5879b rt2x00: Request TXWI pointer from driver by Ivo van Doorn · 14 years ago
  29. 3392bec rt2x00: Add helper function for reporting tx status by Ivo van Doorn · 14 years ago
  30. 84804cd rt2x00: Set MIMO PS flag in tx descriptor for STAs in dynamic SMPS mode by Ivo van Doorn · 14 years ago
  31. 7e613e1 rt2x00: Move USB tx/rx done handling to workqueue by Ivo van Doorn · 14 years ago
  32. 4d7ede7 rt2x00: do not shortcut rt2x00lib_config_antenna by John W. Linville · 14 years ago
  33. dd358c9 rt2x00: update fw version info in wiphy struct by John W. Linville · 14 years ago
  34. 47cb905 rt2x00: do not use PCI resources before pci_enable_device() by Kulikov Vasiliy · 14 years ago
  35. 98ec621 rt2500usb: disallow to set WEP key with non zero index by Stanislaw Gruszka · 14 years ago
  36. ac59b49 rt2500usb: truly disable encryption when initialize by Stanislaw Gruszka · 14 years ago
  37. 1279f5e rt2500usb: write keys to proper registers by Stanislaw Gruszka · 14 years ago
  38. 800f65b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-next-2.6 by John W. Linville · 14 years ago
  39. 06b3cda rt2x00: Fix regression for rt2500pci by Ivo van Doorn · 14 years ago
  40. 11fe883 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  41. 1612454 rt2x00: correct sparse warning in rt2x00debug.c by John W. Linville · 14 years ago
  42. 9acd56d rt2x00: Fix lockdep warning in rt2x00lib_probe_dev() by Stephen Boyd · 14 years ago
  43. e300d95 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  44. e796643 rt2x00: Move driver callback functions into the ops structure by Ivo van Doorn · 14 years ago
  45. f31c9a8 rt2x00: Move common firmware loading into rt2800lib by Ivo van Doorn · 14 years ago
  46. ab8966d rt2x00: Add missing TSF sync mode for AP operation by Helmut Schaa · 14 years ago
  47. 8544df3 rt2x00: Don't initialize beacon interval to 0 on rt2800 devices by Helmut Schaa · 14 years ago
  48. ab0ed4a rt2x00: Remove set_tim callback from PCI drivers by Helmut Schaa · 14 years ago
  49. e783619 rt2x00: Use separate mac80211_ops for rt2800pci and rt2800usb by Helmut Schaa · 14 years ago
  50. 9f926fb rt2x00: Use pretbtt irq for fetching beacons on rt2800pci by Helmut Schaa · 14 years ago
  51. 07896fe rt2x00: Implement broad- and multicast buffering by Helmut Schaa · 14 years ago
  52. 4dee32f rt2x00: Allow beacon update without scheduling a work by Helmut Schaa · 14 years ago
  53. 78e256c rt2x00: Convert rt2x00 to use threaded interrupts by Helmut Schaa · 14 years ago
  54. 50e888e rt2x00: Make rt2800_write_beacon only export to GPL by Ivo van Doorn · 14 years ago
  55. c965c74 rt2x00: Implement watchdog monitoring by Ivo van Doorn · 14 years ago
  56. 223dcc2 rt2x00: Fix vgc_level_reg handling by Ivo van Doorn · 14 years ago
  57. d8147f9 rt2x00: Disable link tuning while scanning by Ivo van Doorn · 14 years ago
  58. 27df2a9 rt2x00: Rename CONFIG_DISABLE_LINK_TUNING by Ivo van Doorn · 14 years ago
  59. 7486192 rt2x00: Convert AGC value from descriptor to RSSI (dBm) by Ivo van Doorn · 14 years ago
  60. 5e84600 rt2x00: Limit txpower by eeprom values by Helmut Schaa · 14 years ago
  61. 05318bc Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  62. 4e9e58c rt2x00: Fix compile warning when debug disabled by Ivo van Doorn · 14 years ago
  63. efc7d36 rt2x00: Always set BBP_CSR_CFG_BBP_RW_MODE to 1 by Ivo van Doorn · 14 years ago
  64. e22557f rt2x00: Fix antenna initialization by Ivo van Doorn · 14 years ago
  65. aa67463 rt2x00: Fix IEEE80211_HT_CAP_RX_STBC assignment by Ivo van Doorn · 14 years ago
  66. fdb8725 rt2x00: fix beacon reset on rt2800 by Helmut Schaa · 14 years ago
  67. 8654b79 rt2x00: Disable link tuning in AP mode by Helmut Schaa · 14 years ago
  68. fa43750 rt2x00: Fix beacon updates in rt61pci by Helmut Schaa · 14 years ago
  69. ad90319 rt2x00: Fix beacon updates in rt2800pci by Helmut Schaa · 14 years ago
  70. d440cb9 rt2x00: Enable multiBSS in rt2800 by Ivo van Doorn · 14 years ago
  71. ec2d179 rt2x00: Align rt2800 EEPROM validation to Ralink vendor driver. by Gertjan van Wingerde · 14 years ago
  72. 20f8b13 rt2x00: Correctly detect 93C86 EEPROMs in rt2800pci. by Gertjan van Wingerde · 14 years ago
  73. 9cf4cb0 rt2x00: Split of TXWI writing to write_tx_data callback in rt2800usb. by Gertjan van Wingerde · 14 years ago
  74. 76dd5dd rt2x00: Rename driver write_tx_datadesc callback function. by Gertjan van Wingerde · 14 years ago
  75. e513a0b rt2x00: Move common txdone handling to rt2x00lib_txdone. by Gertjan van Wingerde · 14 years ago
  76. 78eea11 rt2x00: Merge PCI and USB versions of write_tx_data into single function. by Gertjan van Wingerde · 14 years ago
  77. fe72569 rt2x00: Move filling of TX URB to rt2x00usb_kick_tx_entry function. by Gertjan van Wingerde · 14 years ago
  78. 398ab9e rt2x00: Fix frame dumping for USB devices. by Gertjan van Wingerde · 14 years ago
  79. 1ed7a17 rt2x00: Remove unneeded variable by Ivo van Doorn · 14 years ago
  80. f1aa4c5 rt2x00: Write the BSSID to register when interface is added by Ivo van Doorn · 14 years ago
  81. 1df9080 rt2x00: Implement tx mpdu aggregation by Helmut Schaa · 14 years ago
  82. 75f64dd rt2500usb: fallback to SW encryption for TKIP+AES by Ondrej Zary · 14 years ago
  83. bb9c03d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  84. e4a0ab3 rt2x00: Synchronize WCID initialization with legacy driver by Ivo van Doorn · 14 years ago
  85. 04f1e34 rt2x00: Enable HW crypto by default by Ivo van Doorn · 14 years ago
  86. e6474c3 rt2x00: Limit TX done looping to number of TX ring entries by Ivo van Doorn · 14 years ago
  87. a5ea2f0 rt2x00: Update author rt2800lib by Ivo van Doorn · 14 years ago
  88. e1b4d7b rt2x00: Enable fallback rates for rt61pci and rt73usb by Ivo van Doorn · 14 years ago
  89. 3d2bc10 rt2x00: Fix tx status reporting when falling back to the lowest rate by Helmut Schaa · 14 years ago
  90. 3f2bee2 rt2x00: provide mac80211 a suitable max_rates value by Helmut Schaa · 14 years ago
  91. a3f84ca rt2x00: Fix typo in rt2800_config_txpower by Helmut Schaa · 14 years ago
  92. 3afa626 rt2x00: Fix TX_STA_FIFO handling by Helmut Schaa · 14 years ago
  93. 52b58fa rt2x00: Add comment about BBP1_TX_POWER by Helmut Schaa · 14 years ago
  94. 2606e42 rt2x00: Fix IEEE80211_TX_CTL_MORE_FRAMES handling by Helmut Schaa · 14 years ago
  95. ecb7cab rt2x00: only set TXDONE_FALLBACK in rt2800pci if the frame was retried by Helmut Schaa · 14 years ago
  96. fd6dcb8 rt2x00: don't use TXDONE_FALLBACK as success indicator by Helmut Schaa · 14 years ago
  97. 46678b1 rt2x00: clarify meaning of txdone flags by Helmut Schaa · 14 years ago
  98. 14599f1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  99. ba2d358 drivers/net: use __packed annotation by Eric Dumazet · 14 years ago
  100. 6e387aa rt2x00: Remove suspicious register write by Helmut Schaa · 14 years ago