1. 24b9c37 mac80211: uAPSD - fix IEEE80211_FCTL_MOREDATA bit setting by Janusz.Dziedzic@tieto.com · 13 years ago
  2. 41ebe9c Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  3. 59b6625 mac80211: fix TID for null poll response by Johannes Berg · 13 years ago
  4. 094daf7 Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  5. 37fbd90 mac80211: allow out-of-band EOSP notification by Johannes Berg · 13 years ago
  6. 40b9640 mac80211: explicitly notify drivers of frame release by Johannes Berg · 13 years ago
  7. c2c98fd mac80211: optimise station flags by Johannes Berg · 13 years ago
  8. deeaee1 mac80211: reply only once to each PS-poll by Johannes Berg · 13 years ago
  9. ce662b44 mac80211: send (QoS) Null if no buffered frames by Johannes Berg · 13 years ago
  10. 47086fc mac80211: implement uAPSD by Johannes Berg · 13 years ago
  11. 4049e09 mac80211: allow releasing driver-buffered frames by Johannes Berg · 13 years ago
  12. 948d887 mac80211: split PS buffers into ACs by Johannes Berg · 13 years ago
  13. 6075039 mac80211: also expire filtered frames by Johannes Berg · 13 years ago
  14. c868cb35 mac80211: unify TIM bit handling by Johannes Berg · 13 years ago
  15. 042ec45 mac80211: let drivers inform it about per TID buffered frames by Johannes Berg · 13 years ago
  16. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  17. 4d8b614 Merge branch 'master' of git://git.infradead.org/users/linville/wireless by John W. Linville · 13 years ago
  18. b53d63e Merge branch 'master' of ssh://infradead/~/public_git/wireless-next into for-davem by John W. Linville · 13 years ago
  19. cd0b8d8 mac80211: further optimise buffer expiry timer by Johannes Berg · 13 years ago
  20. 4bae7d9 mac80211: fix missing sta_lock in __sta_info_destroy by Johannes Berg · 13 years ago
  21. ba6e5eb 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
  22. 2a33bee mac80211: fix race condition between assoc_done and first EAP packet by Guy Eilam · 13 years ago
  23. 8c71df7 mac80211: refactor sta_info_insert_rcu to 3 main stages by Guy Eilam · 13 years ago
  24. b38d355 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
  25. f612ced nl80211/cfg80211: Make addition of new sinfo fields safer by Jouni Malinen · 13 years ago
  26. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  27. d8bf4ca rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_check by Michal Hocko · 13 years ago
  28. 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
  29. 57cf804 nl80211: Move peer link state definition to nl80211 by Javier Cardona · 13 years ago
  30. 40b275b mac80211: sparse RCU annotations by Johannes Berg · 13 years ago
  31. 8cb2315 mac80211: fix another key non-race by Johannes Berg · 13 years ago
  32. 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
  33. 0915cba mac80211: Fix warnings due to -Wunused-but-set-variable by Rajkumar Manoharan · 13 years ago
  34. 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
  35. dcf55fb mac80211: add a function for setting the TIM bit for a specific station by Felix Fietkau · 13 years ago
  36. ebe27c9 {mac|nl}80211: Add station connected time by Mohammed Shafi Shajakhan · 13 years ago
  37. 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
  38. 26d5953 mac80211: clean up station cleanup timer by Johannes Berg · 13 years ago
  39. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  40. ec15e68 cfg80211: Add nl80211 event for deletion of a station entry by Jouni Malinen · 13 years ago
  41. 8bc8aec mac80211: initialize sta->last_rx in sta_info_alloc by Felix Fietkau · 13 years ago
  42. d057e5a mac80211: add HW flag for disabling auto link-PS in AP mode by Arik Nemtsov · 14 years ago
  43. 541a45a nl80211/mac80211: Report signal average by Bruno Randolf · 14 years ago
  44. ccb1435 Revert "nl80211/mac80211: Report signal average" by John W. Linville · 14 years ago
  45. 86107fd nl80211/mac80211: Report signal average by Bruno Randolf · 14 years ago
  46. 50a9432 mac80211: fix powersaving clients races by Johannes Berg · 14 years ago
  47. e31b821 cfg80211/mac80211: allow per-station GTKs by Johannes Berg · 14 years ago
  48. 53f73c0 mac80211: avoid transmitting delBA to old AP by Johannes Berg · 14 years ago
  49. 686b9cb mac80211/ath9k: Support AMPDU with multiple VIFs. by Ben Greear · 14 years ago
  50. 46a5eba cfg80211/mac80211: use lockdep_assert_held by Johannes Berg · 14 years ago
  51. a2c1e3d mac80211: match only assigned bss in sta_info_get_bss by Johannes Berg · 14 years ago
  52. 0fb9a9e net/mac80211: Use wiphy_<level> by Joe Perches · 14 years ago
  53. 32162a4 mac80211: Fix key freeing to handle unlinked keys by Jouni Malinen · 14 years ago
  54. 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
  55. a93e364 mac80211: change RX aggregation locking by Johannes Berg · 14 years ago
  56. 67c282c mac80211: move BA session work by Johannes Berg · 14 years ago
  57. 0ab3370 mac80211: make TX aggregation start/stop request async by Johannes Berg · 14 years ago
  58. a622ab7 mac80211: use RCU for TX aggregation by Johannes Berg · 14 years ago
  59. 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
  60. ad0e2b5 mac80211: simplify key locking by Johannes Berg · 14 years ago
  61. 4be929b kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN by Alexey Dobriyan · 14 years ago
  62. f7c6559 mac80211: fix ieee80211_find_sta[_by_hw] by Johannes Berg · 14 years ago
  63. 3393a60 mac80211: Prevent running sta_cleanup timer unnecessarily by Juuso Oikarinen · 14 years ago
  64. b5878a2 mac80211: enhance tracing by Johannes Berg · 14 years ago
  65. 0f2df9e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into merge by John W. Linville · 14 years ago
  66. 098a607 mac80211: clean up/fix aggregation code by Johannes Berg · 14 years ago
  67. e64b379 mac80211: fix station destruction problem by Johannes Berg · 14 years ago
  68. 0379185 mac80211: annotate station rcu dereferences by Johannes Berg · 14 years ago
  69. 38a679a mac80211: Fix sta_mtx unlocking on insert STA failure path by Jouni Malinen · 14 years ago
  70. 34e8950 mac80211: allow station add/remove to sleep by Johannes Berg · 15 years ago
  71. 0e5ded5 mac80211: allow station updates on ap interfaces for vlan stations by Felix Fietkau · 15 years ago
  72. 98b6218 mac80211/cfg80211: add station events by Johannes Berg · 15 years ago
  73. 9607e6b mac80211: add ieee80211_sdata_running by Johannes Berg · 15 years ago
  74. 12375ef mac80211: trace interface name by Johannes Berg · 15 years ago
  75. 47846c9 mac80211: reduce reliance on netdev by Johannes Berg · 15 years ago
  76. abe6063 mac80211: make station management completely depend on vif by Johannes Berg · 15 years ago
  77. af65cd96 mac80211: make software rate control optional by Johannes Berg · 15 years ago
  78. 3b53fde8 mac80211: let sta_info_get_by_idx get sta by sdata by Johannes Berg · 15 years ago
  79. f14543ee mac80211: implement support for 4-address frames for AP and client mode by Felix Fietkau · 15 years ago
  80. af81858 mac80211: async station powersave handling by Johannes Berg · 15 years ago
  81. 5ed176e mac80211: make ieee80211_find_sta per virtual interface by Johannes Berg · 15 years ago
  82. fbc44bf mac80211: fix vlan and optimise RX by Johannes Berg · 15 years ago
  83. f5ea912 nl80211: add generation number to all dumps by Johannes Berg · 15 years ago
  84. 7e189a1 mac80211: extend sta kdoc - explain when they are added by Luis R. Rodriguez · 15 years ago
  85. 5bb644a mac80211: cancel/restart all timers across suspend/resume by Johannes Berg · 15 years ago
  86. cccaec9 mac80211: Initialize RX's last received sequence number by Senthil Balasubramanian · 15 years ago
  87. 2448798 mac80211: add driver ops wrappers by Johannes Berg · 15 years ago
  88. 57c4d7b mac80211: clean up beacon interval settings by Johannes Berg · 15 years ago
  89. af8cdcd mac80211: convert to cfg80211 IBSS API by Johannes Berg · 15 years ago
  90. e4e72fb mac80211/iwlwifi: move virtual A-MDPU queue bookkeeping to iwlwifi by Johannes Berg · 15 years ago
  91. cd8ffc8 mac80211: fix aggregation to not require queue stop by Johannes Berg · 15 years ago
  92. 96f5e66 mac80211: fix aggregation for hardware with ampdu queues by Johannes Berg · 15 years ago
  93. 55687e3 mac80211: fix aggregation timer lockups by Johannes Berg · 16 years ago
  94. 730c30e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  95. 5cf12e8 mac80211: use unaligned safe memcmp() in-place of compare_ether_addr() by Shaddy Baddah · 16 years ago
  96. c6a1fa1 mac80211: minor code cleanups by Johannes Berg · 16 years ago
  97. 0c68ae26 mac80211: convert to %pM away from print_mac by Johannes Berg · 16 years ago
  98. 63044e9 mac80211: fix debugfs lockup by Johannes Berg · 16 years ago
  99. 4b7679a mac80211: clean up rate control API by Johannes Berg · 16 years ago
  100. 17741cd mac80211: share STA information with driver by Johannes Berg · 16 years ago