1. 6fe70aa 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 · 16 years ago
  2. 185e5f7 rt2x00: Dump beacons under a different identifier than TX frames. by Gertjan van Wingerde · 16 years ago
  3. 85b7a8b rt2x00: Simplify TXD handling of beacons. by Gertjan van Wingerde · 16 years ago
  4. cc75589 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 · 16 years ago
  5. 6295d81 rt2x00: Clean up generic procedures on descriptor writing. by Gertjan van Wingerde · 16 years ago
  6. f224f4e rt2x00: provide beacon's txdesc to write_beacon callback function. by Gertjan van Wingerde · 16 years ago
  7. d61cb26 rt2x00: Clean up all driver's kick_tx_queue callback functions. by Gertjan van Wingerde · 16 years ago
  8. 8316324 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 · 16 years ago
  9. df624ca rt2x00: Register frame length in TX entry descriptor instead of L2PAD. by Gertjan van Wingerde · 16 years ago
  10. 3b51cc9 Merge branch 'master' into for-davem by John W. Linville · 16 years ago
  11. 4108669 rt2x00: add txdesc parameter to write_tx_data by Helmut Schaa · 16 years ago
  12. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 16 years ago
  13. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 16 years ago
  14. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 16 years ago
  15. 4f9b2a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 16 years ago
  16. b59a52f rt2x00: use correct headroom for transmission by Pavel Roskin · 16 years ago
  17. e54be4e rt2x00: Fix trimming of L2 padded frames. by Gertjan van Wingerde · 16 years ago
  18. 2e33146 rt2x00: Reorganize L2 padding inserting function. by Gertjan van Wingerde · 16 years ago
  19. 354e39d rt2x00: Remove SKBDESC_L2_PADDED flag. by Gertjan van Wingerde · 16 years ago
  20. 77e73d1 rt2x00: Further L2 padding fixes. by Gertjan van Wingerde · 16 years ago
  21. e81e0ae rt2x00 : avoid timestamp for monitor injected frame. by Alban Browaeys · 16 years ago
  22. 6a325d8 rt2x00 : modify padding location. by Alban Browaeys · 16 years ago
  23. a5186e9 rt2x00: Fix padding bug on L2PAD devices. by Gertjan van Wingerde · 16 years ago
  24. 95d69aa rt2x00: Fix typo (lengt --> length) in rt2x00queue.c by Gertjan van Wingerde · 16 years ago
  25. 7351c6b mac80211: request TX status where needed by Johannes Berg · 16 years ago
  26. 9c9a0d1 rt2x00: Update copyright statements. by Gertjan van Wingerde · 16 years ago
  27. daee6c0 rt2x00: Reorganize padding & L2 padding by Ivo van Doorn · 17 years ago
  28. 17512dc rt2x00: Fix for race condition while update beacon by Igor Perminov · 17 years ago
  29. 93354cb rt2x00: Align ieee80211 header to 4-byte boundary for PCI devices by Ivo van Doorn · 17 years ago
  30. 267e898 rt2x00: Use IEEE80211_TX_CTL_MORE_FRAMES flag by Ivo van Doorn · 17 years ago
  31. 35f00cf rt2x00: Implement support for 802.11n by Ivo van Doorn · 17 years ago
  32. 9f16617 rt2x00: Add support for L2 padding during TX/RX by Ivo van Doorn · 17 years ago
  33. 9eb4e21 rt2x00: Move iv_len into tx descriptor data by Ivo van Doorn · 17 years ago
  34. a2c9b65 rt2x00: Add kill_tx_queue callback function by Ivo van Doorn · 17 years ago
  35. 4e54c71 rt2x00: Update copyright year to 2009 by Ivo van Doorn · 17 years ago
  36. 076f958 rt2x00: Remove ENTRY_TXD_OFDM_RATE by Ivo van Doorn · 17 years ago
  37. 7b40982 rt2x00: Move code into seperate functions by Ivo van Doorn · 17 years ago
  38. 3f787bd rt2x00: Rename CONFIG_CRYPTO_COPY_IV by Ivo van Doorn · 17 years ago
  39. 7490889 rt2x00: Fix TX rate short preamble detection by Ivo van Doorn · 17 years ago
  40. 3ea9646 rt2x00: Fix TX short preamble detection by Ivo van Doorn · 17 years ago
  41. 9c3444d rt2x00: Move crypto TX descriptor handling to rt2x00crypto.c by Ivo van Doorn · 17 years ago
  42. dddfb47 rt2x00: Implement HW encryption (rt2500usb) by Ivo van Doorn · 17 years ago
  43. 42c8285 rt2x00: Store retry limit values by Ivo van Doorn · 17 years ago
  44. 0e3de99 rt2x00: Fix TX failure path by Ivo van Doorn · 17 years ago
  45. bad1363 rt2x00: Optimize get_duration / get_duration_res by Ivo van Doorn · 17 years ago
  46. 798b7ad rt2x00: Cleanup TX/RX entry handling by Ivo van Doorn · 17 years ago
  47. 5588751 rt2x00: reduce checkpatch.pl errors by John Daiker · 18 years ago
  48. e6a9854 mac80211/drivers: rewrite the rate control API by Johannes Berg · 18 years ago
  49. 8713a7c rt2x00: fix regression introduced by "mac80211: free up 2 bytes in skb->cb" by Felix Fietkau · 18 years ago
  50. 76708de mac80211: free up 2 bytes in skb->cb by Felix Fietkau · 18 years ago
  51. 25d834e mac80211: fix virtual interfaces vs. injection by Johannes Berg · 18 years ago
  52. 2af0a57 rt2x00: Initialize txop during conf_tx() callback by Ivo van Doorn · 18 years ago
  53. 3ee54a0 rt2x00: Map extra_tx_headroom to DMA by Ivo van Doorn · 18 years ago
  54. 0262ab0 rt2x00: Fix race conditions in flag handling by Ivo van Doorn · 18 years ago
  55. 2bb057d rt2x00: Implement HW encryption by Ivo van Doorn · 18 years ago
  56. d4764b2 rt2x00: Sequence counter should be protected in irqsave by Ivo van Doorn · 18 years ago
  57. 9c0ab71 rt2x00: Clear queue entry flags during initialization by Ivo van Doorn · 18 years ago
  58. 5adf6d6 rt2x00: Fix QOS sequence counting by Ivo van Doorn · 18 years ago
  59. bd88a78 rt2x00: Reorganize beacon handling by Ivo van Doorn · 18 years ago
  60. 9a61319 rt2x00: Fix NULL pointer error in adhoc/master mode by Ivo van Doorn · 18 years ago
  61. ff35239 rt2x00: Decrease alignment headroom by Ivo van Doorn · 18 years ago
  62. 61243d8 rt2x00: Remove duplicate deinitialization by Ivo van Doorn · 18 years ago
  63. d74f5ba rt2x00: Cleanup symbol exports by Ivo van Doorn · 18 years ago
  64. c4da004 rt2x00: Replace statically allocated DMA buffers with mapped skb's. by Gertjan van Wingerde · 18 years ago
  65. 30caa6e rt2x00: Centralize allocation of RX skbs. by Gertjan van Wingerde · 18 years ago
  66. ac10446 rt2x00: Use ieee80211 fc handlers by Ivo van Doorn · 18 years ago
  67. 8b7b1e0 mac80211: remove ieee80211_get_morefrag by Harvey Harrison · 18 years ago
  68. 239c249 rt2x00: Centralize RX packet alignment handling in rt2x00lib. by Gertjan van Wingerde · 18 years ago
  69. b869767 rt2x00: Don't kick TX queue after each frame by Ivo van Doorn · 18 years ago
  70. 6db3786 rt2x00: Move generic TX frame writing code into rt2x00queue by Ivo van Doorn · 18 years ago
  71. 565a019 rt2x00: Fix queue initialization by Ivo van Doorn · 18 years ago
  72. e039fa4 mac80211: move TX info into skb->cb by Johannes Berg · 18 years ago
  73. 2e92e6f mac80211: use rate index in TX control by Johannes Berg · 18 years ago
  74. 7050ec8 rt2x00: Split rt2x00lib_write_tx_desc() by Ivo van Doorn · 18 years ago
  75. 61448f8 rt2x00: Fix queue related oops in case of deselected mac80211 multi-queue feature. by Gertjan van Wingerde · 18 years ago
  76. e58c6ac rt2x00: Use rt2x00 queue numbering by Ivo van Doorn · 18 years ago
  77. 5f46c4d rt2x00: Upgrade queue->lock to use irqsave by Ivo van Doorn · 18 years ago
  78. 8f53927 rt2x00: Fix queue->qid initialization by Ivo van Doorn · 18 years ago
  79. 231be4e rt2x00: correct address calc for queue private data by Adam Baker · 18 years ago
  80. 10b6b80 rt2x00: Fix queue index handling by Ivo van Doorn · 18 years ago
  81. 5957da4 rt2x00: Move beacon and atim queue defines into rt2x00 by Ivo van Doorn · 18 years ago
  82. 181d690 rt2x00: Queue handling overhaul by Ivo van Doorn · 18 years ago