1. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  2. c64557d 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. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  4. a13c8f3 rt2x00: Fix URB error handling by Ivo van Doorn · 14 years ago
  5. 1a39769 rt2x00: Don't perform watchdog checks on empty queue by Ivo van Doorn · 14 years ago
  6. a1d1eab rt2x00: Make queue_entry flags access atomic by Ivo van Doorn · 14 years ago
  7. 1550c8e rt2x00: Fix dead queue when skb allocation failed by Ivo van Doorn · 14 years ago
  8. 3590eea rt2x00: Validate MCS on RX path by Ivo van Doorn · 14 years ago
  9. cdfd2c5 rt2x00: Move watchdog work to kernel work_queue by Ivo van Doorn · 14 years ago
  10. fa69560 rt2x00: Simplify Queue function arguments by Ivo van Doorn · 14 years ago
  11. 12eec2c rt2x00: Fix tx status handling in rt2800pci by Helmut Schaa · 14 years ago
  12. 7437472 rt2x00: Remove superfluous initialization of qidx by Helmut Schaa · 14 years ago
  13. c6084d5 rt2x00: Use unlikely for error case in rt2x00queue_write_tx_frame by Helmut Schaa · 14 years ago
  14. ff6133b rt2x00: Use proper type for rxwi_w2 in rt2800_agc_to_rssi by Helmut Schaa · 14 years ago
  15. 546adf2 rt2x00: Optimize unmapping of skbs by Helmut Schaa · 14 years ago
  16. a23c220 rt2x00: Shortcut link state updates when not operating as STA by Helmut Schaa · 14 years ago
  17. e9a6870 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
  18. b34793e rt2x00: Work around hw aggregation oddity in rt2800 by Helmut Schaa · 14 years ago
  19. 01e946f rt2x00: Improve cooperation between rt2800pci and minstrel by Helmut Schaa · 14 years ago
  20. 1f0280c rt2x00: Fix oops caused by error path in rt2x00lib_start by Helmut Schaa · 14 years ago
  21. 74ee380 rt2x00: Update comment about the AMPDU flag in the TXWI by Helmut Schaa · 14 years ago
  22. 58ed826 rt2x00: Enable rx aggregation in rt2800 by Helmut Schaa · 14 years ago
  23. bc8a979 rt2x00: Improve TX status entry validation by Ivo van Doorn · 14 years ago
  24. ba3b9e5 rt2x00: correctly set max_report_rates in rt61pci and rt2800 by Helmut Schaa · 14 years ago
  25. 5a5b6ed rt2x00: Don't enable broad- and multicast buffering on USB devices by Helmut Schaa · 14 years ago
  26. c4c18a9 rt2x00: add field definitions for the TBTT_SYNC_CFG register by Helmut Schaa · 14 years ago
  27. d4ce3a5 rt2x00: Add register definition for busy time on secondary channel by Helmut Schaa · 14 years ago
  28. b1ef725 rt2x00: Add rt73usb device ID by Ivo van Doorn · 14 years ago
  29. cb753b7 rt2x00: Allow tx duplication for legacy rates in HT40 mode by Helmut Schaa · 14 years ago
  30. 9519233 rt2x00: Fix race between dma mapping and clearing rx entries in rt2800pci by Helmut Schaa · 14 years ago
  31. d13a97f rt2x00: Don't initialize MM40 HT protection to RTS/CTS on PCI devices by Helmut Schaa · 14 years ago
  32. 87c1915 rt2x00: Implement HT protection for rt2800 by Helmut Schaa · 14 years ago
  33. a13ac9d rt2x00: Fix SM PS check by Helmut Schaa · 14 years ago
  34. 96c3da7 rt2x00: rework tx status handling in rt2800pci by Helmut Schaa · 14 years ago
  35. 1443333 rt2x00: Split out parts of the rt2800_txdone function for easier reuse by Helmut Schaa · 14 years ago
  36. 2a0cfeb rt2x00: Don't overwrite beacon buffers in pairwise key setup by Helmut Schaa · 14 years ago
  37. b618f6f 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
  38. 2b18ab3 net/wireless: use generic_file_llseek in debugfs by Arnd Bergmann · 14 years ago
  39. 030bda0 drivers/net/wireless: Use static const char * const where possible by Joe Perches · 14 years ago
  40. 65b7fc9 rt2x00: fix oops in rt2x00lib_txdone with rt61pci by Helmut Schaa · 14 years ago
  41. 6646505 rt2x00: Enable missing interrupts in rt61pci by Helmut Schaa · 14 years ago
  42. 93149cf rt2x00: Mask out unused interrupts in rt2800pci by Helmut Schaa · 14 years ago
  43. 0204464 rt2x00: Check for specific changed flags when updating the erp config by Helmut Schaa · 14 years ago
  44. 47ee3eb rt2x00: Initialize AMPDU_BA_WINSIZE register by Helmut Schaa · 14 years ago
  45. 85f4d64 rt2x00: Antenna diversity does not work in 2.6.35 by Lars Ericsson · 14 years ago
  46. 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
  47. cd35a39 rt2x00: Cleanup rt2x00usb_watchdog_reset_tx by Ivo van Doorn · 14 years ago
  48. 652a9dd rt2x00: Split watchdog check into a DMA and STATUS timeout by Ivo van Doorn · 14 years ago
  49. 0e3afe5 rt2x00: Correctly kill beacon queue by Ivo van Doorn · 14 years ago
  50. e054087 rt2x00: Set PWR_PIN_CFG during initialization by Ivo van Doorn · 14 years ago
  51. c600c82 rt2x00: Don't set unicast/BSSID masks when clearning MAC or BSSID by Ivo van Doorn · 14 years ago
  52. b9eca24 rt2x00: Wakeup hardware before loading firmware by Ivo van Doorn · 14 years ago
  53. 3613884 rt2x00: Validate TX status results with current data entry by Ivo van Doorn · 14 years ago
  54. 5ffddc4 rt2x00: Add rt2800_wait_csr_ready by Ivo van Doorn · 14 years ago
  55. 2035c0c rt2x00: Update rt2800 comments regarding AMPDU and PACKET_ID in TXWI by Helmut Schaa · 14 years ago
  56. a908a74 rt2x00: Rename txentry_desc.queue -> txentry_desc.qid by Helmut Schaa · 14 years ago
  57. 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
  58. f8d8b7a rt2x00: fix "buffer size not provably correct" build warning by Arnaud Patard (Rtp) · 14 years ago
  59. 8d1331b rt2x00: Fix max TX power settings by Ivo van Doorn · 14 years ago
  60. 46323e1 rt2x00: Fix channel configuration for RF3052 by Ivo van Doorn · 14 years ago
  61. b9a07ae rt2x00: Merge rt2800{pci/usb} radio enabling/disabling code to rt2800lib by Ivo van Doorn · 14 years ago
  62. 21595bd rt2x00: Fix rt2800 retry calculation by Ivo van Doorn · 14 years ago
  63. 54e34fb rt2x00: Remove Q_INDEX_CRYPTO and ENTRY_OWNER_DEVICE_CRYPTO by Ivo van Doorn · 14 years ago
  64. 5eb7efe rt2x00: Move direct access to queue->entries to rt2x00queue.c by Ivo van Doorn · 14 years ago
  65. ee1e755 rt2x00: Reduce indenting by Ivo van Doorn · 14 years ago
  66. 9333145 rt2x00: Simplify arguments to rt2x00 driver callback functions by Ivo van Doorn · 14 years ago
  67. baeb2ff drivers/net: Convert unbounded kzalloc calls to kcalloc by Joe Perches · 14 years ago
  68. 97359d1 mac80211: use cipher suite selectors by Johannes Berg · 14 years ago
  69. e5ef5ba rt2x00: Remove ieee80211_rx_status from rt2x00_dev by Ivo van Doorn · 14 years ago
  70. 0856d9c rt2x00: Update comments regarding TXWI and TX_STA_FIFO by Helmut Schaa · 14 years ago
  71. 96481b2 rt2x00: Implement TX status reporting for rt2800usb by Ivo van Doorn · 14 years ago
  72. 0c5879b rt2x00: Request TXWI pointer from driver by Ivo van Doorn · 14 years ago
  73. 3392bec rt2x00: Add helper function for reporting tx status by Ivo van Doorn · 14 years ago
  74. 84804cd rt2x00: Set MIMO PS flag in tx descriptor for STAs in dynamic SMPS mode by Ivo van Doorn · 14 years ago
  75. 7e613e1 rt2x00: Move USB tx/rx done handling to workqueue by Ivo van Doorn · 14 years ago
  76. 4d7ede7 rt2x00: do not shortcut rt2x00lib_config_antenna by John W. Linville · 14 years ago
  77. dd358c9 rt2x00: update fw version info in wiphy struct by John W. Linville · 14 years ago
  78. 47cb905 rt2x00: do not use PCI resources before pci_enable_device() by Kulikov Vasiliy · 14 years ago
  79. 98ec621 rt2500usb: disallow to set WEP key with non zero index by Stanislaw Gruszka · 14 years ago
  80. ac59b49 rt2500usb: truly disable encryption when initialize by Stanislaw Gruszka · 14 years ago
  81. 1279f5e rt2500usb: write keys to proper registers by Stanislaw Gruszka · 14 years ago
  82. 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
  83. 06b3cda rt2x00: Fix regression for rt2500pci by Ivo van Doorn · 14 years ago
  84. 11fe883 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  85. 1612454 rt2x00: correct sparse warning in rt2x00debug.c by John W. Linville · 14 years ago
  86. 9acd56d rt2x00: Fix lockdep warning in rt2x00lib_probe_dev() by Stephen Boyd · 14 years ago
  87. 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
  88. e796643 rt2x00: Move driver callback functions into the ops structure by Ivo van Doorn · 14 years ago
  89. f31c9a8 rt2x00: Move common firmware loading into rt2800lib by Ivo van Doorn · 14 years ago
  90. ab8966d rt2x00: Add missing TSF sync mode for AP operation by Helmut Schaa · 14 years ago
  91. 8544df3 rt2x00: Don't initialize beacon interval to 0 on rt2800 devices by Helmut Schaa · 14 years ago
  92. ab0ed4a rt2x00: Remove set_tim callback from PCI drivers by Helmut Schaa · 14 years ago
  93. e783619 rt2x00: Use separate mac80211_ops for rt2800pci and rt2800usb by Helmut Schaa · 14 years ago
  94. 9f926fb rt2x00: Use pretbtt irq for fetching beacons on rt2800pci by Helmut Schaa · 14 years ago
  95. 07896fe rt2x00: Implement broad- and multicast buffering by Helmut Schaa · 14 years ago
  96. 4dee32f rt2x00: Allow beacon update without scheduling a work by Helmut Schaa · 14 years ago
  97. 78e256c rt2x00: Convert rt2x00 to use threaded interrupts by Helmut Schaa · 14 years ago
  98. 50e888e rt2x00: Make rt2800_write_beacon only export to GPL by Ivo van Doorn · 14 years ago
  99. c965c74 rt2x00: Implement watchdog monitoring by Ivo van Doorn · 14 years ago
  100. 223dcc2 rt2x00: Fix vgc_level_reg handling by Ivo van Doorn · 14 years ago