1. 07c15a3 ath9k: Fix powersave locking by Sujith Manoharan · 12 years ago
  2. 781b14a ath9k: Use atomic operations by Sujith Manoharan · 12 years ago
  3. ef1b6cd ath9k: Group link monitoring logic by Sujith Manoharan · 12 years ago
  4. 81357a2 ath9k: fix a use-after-free-bug when ath_tx_setup_buffer() fails by Felix Fietkau · 12 years ago
  5. fd09c85 ath9k: Fix TX fragmentation by Sujith Manoharan · 12 years ago
  6. 239c795 ath9k_hw: remove ath9k_hw_gettxintrtxqs by Felix Fietkau · 12 years ago
  7. ce8fdf6 ath9k_hw: clean up tx completion interrupt handling by Felix Fietkau · 12 years ago
  8. d47a61a ath9k: Fix multi-VIF BSS handling by Sujith Manoharan · 12 years ago
  9. 3d4e20f ath9k: Remove aggregation flags by Sujith Manoharan · 12 years ago
  10. 4e0ad25 ath9k: fix drv_tx_last_beacon on AR9003 by processing beacon tx status by Felix Fietkau · 12 years ago
  11. c0ac53f ath9k: Calculate ampdu limit using a helper by Sujith Manoharan · 12 years ago
  12. 1032c73 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  13. 1512a48 ath9k: fix tx queue sparse complaint by Luis R. Rodriguez · 13 years ago
  14. 57adc1f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  15. 3db1cd5 net: fix assignment of 0/1 to bool variables. by Rusty Russell · 13 years ago
  16. 23de5dc ath9k: fix tx locking issues by Felix Fietkau · 13 years ago
  17. d2182b6 ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOO by Joe Perches · 13 years ago
  18. f943754 ath9k: avoid retransmitting aggregation frames that a BAR was sent for by Felix Fietkau · 13 years ago
  19. 3ad2952 ath9k: simplify tx locking by Felix Fietkau · 13 years ago
  20. 6ee8284 ath9k: remove bogus sequence number increment by Felix Fietkau · 13 years ago
  21. b047701 ath9k: reduce indentation level in a few places by Felix Fietkau · 13 years ago
  22. 156369f ath9k: reduce the number of unnecessary BAR tx packets by Felix Fietkau · 13 years ago
  23. da64762 ath9k: change maximum software retransmission handling by Felix Fietkau · 13 years ago
  24. c8e8868 ath9k: always issue a full hw reset after waking up from full-sleep mode by Felix Fietkau · 13 years ago
  25. 4eb287a ath9k: improve ath_tx_aggr_stop to avoid TID stuck in cleanup state by Nikolay Martynov · 13 years ago
  26. 7dc181c ath9k: Add btcoex profile management support for AR9462 by Rajkumar Manoharan · 13 years ago
  27. daa5c40 ath9k: fix retry counting / BAR handling during queue flush by Felix Fietkau · 13 years ago
  28. 26a6425 ath9k: improve PS filter clearing and retry counting for A-MPDU by Felix Fietkau · 13 years ago
  29. 030d629 ath9k: keep track of what's triggering hardware resets by Felix Fietkau · 13 years ago
  30. 34d2581 ath9k: indicate which queues are blocked when stopping tx fails by Felix Fietkau · 13 years ago
  31. f49bbd2 ath9k: remove some bogus error handling code by Dan Carpenter · 13 years ago
  32. 042ec45 mac80211: let drivers inform it about per TID buffered frames by Johannes Berg · 13 years ago
  33. 185d158 ath9k: Remove unnecessary AMPDU check at tx status by Rajkumar Manoharan · 13 years ago
  34. f11cc94 ath9k: sync the dma buffer after changing the retry flag by Felix Fietkau · 13 years ago
  35. 6e82bc4a ath9k: fix setting the IEEE80211_TX_CTL_CLEAR_PS_FILT flag by Felix Fietkau · 13 years ago
  36. 42cecc3 Revert "ath9k: do not insert padding into tx buffers on AR9380+" by John W. Linville · 13 years ago
  37. 4245d31 ath9k: do not insert padding into tx buffers on AR9380+ by Felix Fietkau · 13 years ago
  38. 3afd21e ath9k: optimize ath_tx_rc_status usage by Felix Fietkau · 13 years ago
  39. bdf2dbf ath9k: remove a redundant check in ath_tx_form_aggr by Felix Fietkau · 13 years ago
  40. 493cf04 ath9k: use the new API for setting tx descriptors by Felix Fietkau · 13 years ago
  41. 38dad7b ath9k: move ath_buf_set_rate to remove a forward declaration by Felix Fietkau · 13 years ago
  42. 399c648 ath9k: reduce the number of functions that access the tx descriptor by Felix Fietkau · 13 years ago
  43. 55797b1 ath9k: remove ATH_TX_XRETRY and BUF_XRETRY flags by Felix Fietkau · 13 years ago
  44. 236de51 ath9k: always call ath_reset from workqueue context by Felix Fietkau · 13 years ago
  45. 82b2d33 ath9k: eliminate common->{rx,tx}_chainmask by Felix Fietkau · 13 years ago
  46. 3459731 ath9k: fix checks for first subframe delimiter padding by Felix Fietkau · 13 years ago
  47. 44f1d26 ath9k: defer ath_tx_setup_buffer setup to the first tx attempt during aggr by Felix Fietkau · 13 years ago
  48. fa05f87 ath9k: move seqno allocation in the tx path to ath_tx_setup_buffer by Felix Fietkau · 13 years ago
  49. 6a0ddae ath9k: move the sequence number from ath_frame_info to ath_buf by Felix Fietkau · 13 years ago
  50. 56dc633 ath9k: clean up the aggregation tid queue by Felix Fietkau · 13 years ago
  51. 059ee09 ath9k: fix regression in sending aggregated packets by Felix Fietkau · 13 years ago
  52. 1a6e9d0 ath9k: Send legacy rated frames as unaggregated by Rajkumar Manoharan · 13 years ago
  53. d77bf3e ath9k: Remove SC_OP_ENABLE_APM by Rajkumar Manoharan · 13 years ago
  54. 7a12dfd ath9k_hw: Fix exceed transmission burst-time of 5GHz by Rajkumar Manoharan · 13 years ago
  55. 9af73cf ath9k: avoid sending a-mpdu packets to sleeping stations by Felix Fietkau · 13 years ago
  56. 0f9dc29 ath9k: Remove virtual wiphy specific frame type by Rajkumar Manoharan · 13 years ago
  57. 41bf371 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 · 13 years ago
  58. 5479de6 ath9k: Fix sparse warnings by Rajkumar Manoharan · 13 years ago
  59. 6a7ebdf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  60. d859898 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 13 years ago
  61. 4f6760b ath9k: Fix tx throughput drops for AR9003 chips with AES encryption by Rajkumar Manoharan · 13 years ago
  62. df2cbe4 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 · 13 years ago
  63. f6b4e4d ath9k: Fix locking issue during tx completion by Rajkumar Manoharan · 13 years ago
  64. b7f080c net: remove mm.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  65. fce041b ath9k: unify edma and non-edma tx code, improve tx fifo handling by Felix Fietkau · 13 years ago
  66. 31ec97d Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  67. 5b68138 ath9k: Drag the driver to the year 2011 by Sujith Manoharan · 13 years ago
  68. e00cf3b 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 · 13 years ago
  69. f59a59f ath9k: fix a regression in PS frame filter handling by Felix Fietkau · 13 years ago
  70. cbe8c73 ath9k_hw: remove aggregation protection mode by Mohammed Shafi Shajakhan · 13 years ago
  71. a70171d 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 · 13 years ago
  72. 9eab61c ath9k: cleanup hw pll work handler by Senthil Balasubramanian · 13 years ago
  73. cfef604 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 · 13 years ago
  74. 93ae2dd ath9k: assign keycache slots to unencrypted stations by Felix Fietkau · 13 years ago
  75. 5519541 ath9k: fix powersave frame filtering/buffering in AP mode by Felix Fietkau · 13 years ago
  76. 252f4bf 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 · 13 years ago
  77. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  78. 83860c5 ath9k_hw: remove pCap->tx_triglevel_max by Felix Fietkau · 13 years ago
  79. a9cbe96 ath9k: remove the pending frames ath_txq_schedule workaround by Felix Fietkau · 13 years ago
  80. 61e1b0b ath9k: Fix kernel panic in AR2427 by Mohammed Shafi Shajakhan · 13 years ago
  81. 7d2c16b ath9k: fix aggregation related interoperability issues by Felix Fietkau · 13 years ago
  82. 86271e4 ath9k: fix the .flush driver op implementation by Felix Fietkau · 13 years ago
  83. 0d51ccc ath9k: fix stopping tx dma on reset by Felix Fietkau · 13 years ago
  84. 6908162 ath9k: Implement op_flush() by Vasanthakumar Thiagarajan · 13 years ago
  85. b67afe7 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 13 years ago
  86. 9814f6b ath9k: Remove redundant beacon_interval by Steve Brown · 14 years ago
  87. 9cf04dc ath9k: Fix possible double free of PAPRD skb's by Mohammed Shafi Shajakhan · 14 years ago
  88. 3e11210d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  89. bdd62c0 ath9k: Fix a locking related issue. by Vivek Natarajan · 14 years ago
  90. 181fb18 ath9k: Fix a PLL hang issue observed with AR9485. by Vivek Natarajan · 14 years ago
  91. 5bec3e5 ath9k: fix tx queue index confusion in debugfs code by Felix Fietkau · 14 years ago
  92. 9ac5861 ath9k: fold struct ath_wiphy into struct ath_softc by Felix Fietkau · 14 years ago
  93. 0cdd5c6 ath9k: remove the bf->aphy field by Felix Fietkau · 14 years ago
  94. 7545daf ath9k: remove support for virtual wiphys by Felix Fietkau · 14 years ago
  95. 9246041 ath9k: clean up the code that wakes the mac80211 queues by Felix Fietkau · 14 years ago
  96. 8d8d3fd ath9k: fix misplaced debug code by Felix Fietkau · 14 years ago
  97. 436d0d9 ath9k: clean up enums and unused macros by Mohammed Shafi Shajakhan · 14 years ago
  98. 7755bad ath9k: Try more than one queue when scheduling new aggregate. by Ben Greear · 14 years ago
  99. 60f2d1d ath9k: Restart xmit logic in xmit watchdog. by Ben Greear · 14 years ago
  100. bda8add ath9k: Add counters to distinquish AMPDU enqueues. by Ben Greear · 14 years ago