1. 888d04d mac80211: use compare_ether_addr on MAC addresses instead of memcmp by Felix Fietkau · 12 years ago
  2. 02f2f1a mac80211: handle non-bufferable MMPDUs correctly by Johannes Berg · 12 years ago
  3. 3431683 mac80211: fix sta_info_flush() return value by Johannes Berg · 12 years ago
  4. 7902759 mac80211: add #ifdef CONFIG_MAC80211_VERBOSE_DEBUG for a debug printk by Felix Fietkau · 13 years ago
  5. 7852e36 mac80211: remove dummy STA support by Johannes Berg · 13 years ago
  6. a4ec45a mac80211: implement sta_add/sta_remove in sta_state by Johannes Berg · 13 years ago
  7. f09603a mac80211: add sta_state callback by Johannes Berg · 13 years ago
  8. 71ec375 mac80211: add NOTEXIST station state by Johannes Berg · 13 years ago
  9. 077f493 mac80211: simplify AP_VLAN handling by Johannes Berg · 13 years ago
  10. 4f3eb0b mac80211: Move num_sta_ps counter decrement after synchronize_rcu by Helmut Schaa · 13 years ago
  11. 608383b mac80211: Fix incorrect num_sta_ps decrement in ap_sta_ps_end by Helmut Schaa · 13 years ago
  12. 2ab694d mac80211: Fix incorrect num_sta_ps decrement in __sta_info_destroy by Helmut Schaa · 13 years ago
  13. 83d5cc0 mac80211: station state transition error handling by Johannes Berg · 13 years ago
  14. 889cbb9 mac80211: clean up rate control code by Johannes Berg · 13 years ago
  15. 151a02f mac80211: clean up aggregation destruction by Johannes Berg · 13 years ago
  16. 5442047 mac80211: Fix possible race between sta_unblock and network softirq by Helmut Schaa · 13 years ago
  17. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 13 years ago
  18. e46a2cf mac80211: fix kernel panic in IBSS due to a regression by Mohammed Shafi Shajakhan · 13 years ago
  19. ec2b774 mac80211: ibss should not purge clients it is not responsible for by Marek Lindner · 13 years ago
  20. 27bf888 mac80211: Fixing sparse warning at sta_info.c by Yogesh Ashok Powar · 13 years ago
  21. 4d33960 mac80211: reduce station management complexity by Johannes Berg · 13 years ago
  22. 8bf11d8 mac80211: delay IBSS station insertion by Johannes Berg · 13 years ago
  23. 5654416 mac80211: make address arguments to sta_info_alloc const by Johannes Berg · 13 years ago
  24. 2962389 mac80211: count authorized stations per BSS by Johannes Berg · 13 years ago
  25. d9a7ddb mac80211: refactor station state transitions by Johannes Berg · 13 years ago
  26. 42624d4 mac80211: Purge A-MPDU TX queues before station destructions by Yogesh Ashok Powar · 13 years ago
  27. bc192f8 mac80211: do not pass AP VLAN vif pointers to drivers by Felix Fietkau · 13 years ago
  28. 24b9c37 mac80211: uAPSD - fix IEEE80211_FCTL_MOREDATA bit setting by Janusz.Dziedzic@tieto.com · 13 years ago
  29. 41ebe9c Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  30. 59b6625 mac80211: fix TID for null poll response by Johannes Berg · 13 years ago
  31. 094daf7 Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  32. 37fbd90 mac80211: allow out-of-band EOSP notification by Johannes Berg · 13 years ago
  33. 40b9640 mac80211: explicitly notify drivers of frame release by Johannes Berg · 13 years ago
  34. c2c98fd mac80211: optimise station flags by Johannes Berg · 13 years ago
  35. deeaee1 mac80211: reply only once to each PS-poll by Johannes Berg · 13 years ago
  36. ce662b44 mac80211: send (QoS) Null if no buffered frames by Johannes Berg · 13 years ago
  37. 47086fc mac80211: implement uAPSD by Johannes Berg · 13 years ago
  38. 4049e09 mac80211: allow releasing driver-buffered frames by Johannes Berg · 13 years ago
  39. 948d887 mac80211: split PS buffers into ACs by Johannes Berg · 13 years ago
  40. 6075039 mac80211: also expire filtered frames by Johannes Berg · 13 years ago
  41. c868cb3 mac80211: unify TIM bit handling by Johannes Berg · 13 years ago
  42. 042ec45 mac80211: let drivers inform it about per TID buffered frames by Johannes Berg · 13 years ago
  43. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  44. 4d8b614 Merge branch 'master' of git://git.infradead.org/users/linville/wireless by John W. Linville · 13 years ago
  45. b53d63e Merge branch 'master' of ssh://infradead/~/public_git/wireless-next into for-davem by John W. Linville · 13 years ago
  46. cd0b8d8 mac80211: further optimise buffer expiry timer by Johannes Berg · 13 years ago
  47. 4bae7d9 mac80211: fix missing sta_lock in __sta_info_destroy by Johannes Berg · 13 years ago
  48. 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
  49. 2a33bee mac80211: fix race condition between assoc_done and first EAP packet by Guy Eilam · 13 years ago
  50. 8c71df7 mac80211: refactor sta_info_insert_rcu to 3 main stages by Guy Eilam · 13 years ago
  51. 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
  52. f612ced nl80211/cfg80211: Make addition of new sinfo fields safer by Jouni Malinen · 13 years ago
  53. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  54. d8bf4ca rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_check by Michal Hocko · 13 years ago
  55. 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
  56. 57cf804 nl80211: Move peer link state definition to nl80211 by Javier Cardona · 13 years ago
  57. 40b275b mac80211: sparse RCU annotations by Johannes Berg · 13 years ago
  58. 8cb2315 mac80211: fix another key non-race by Johannes Berg · 13 years ago
  59. 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
  60. 0915cba mac80211: Fix warnings due to -Wunused-but-set-variable by Rajkumar Manoharan · 13 years ago
  61. 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
  62. dcf55fb mac80211: add a function for setting the TIM bit for a specific station by Felix Fietkau · 13 years ago
  63. ebe27c9 {mac|nl}80211: Add station connected time by Mohammed Shafi Shajakhan · 13 years ago
  64. 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
  65. 26d5953 mac80211: clean up station cleanup timer by Johannes Berg · 13 years ago
  66. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  67. ec15e68 cfg80211: Add nl80211 event for deletion of a station entry by Jouni Malinen · 13 years ago
  68. 8bc8aec mac80211: initialize sta->last_rx in sta_info_alloc by Felix Fietkau · 13 years ago
  69. d057e5a mac80211: add HW flag for disabling auto link-PS in AP mode by Arik Nemtsov · 14 years ago
  70. 541a45a nl80211/mac80211: Report signal average by Bruno Randolf · 14 years ago
  71. ccb1435 Revert "nl80211/mac80211: Report signal average" by John W. Linville · 14 years ago
  72. 86107fd nl80211/mac80211: Report signal average by Bruno Randolf · 14 years ago
  73. 50a9432 mac80211: fix powersaving clients races by Johannes Berg · 14 years ago
  74. e31b821 cfg80211/mac80211: allow per-station GTKs by Johannes Berg · 14 years ago
  75. 53f73c0 mac80211: avoid transmitting delBA to old AP by Johannes Berg · 14 years ago
  76. 686b9cb mac80211/ath9k: Support AMPDU with multiple VIFs. by Ben Greear · 14 years ago
  77. 46a5eba cfg80211/mac80211: use lockdep_assert_held by Johannes Berg · 14 years ago
  78. a2c1e3d mac80211: match only assigned bss in sta_info_get_bss by Johannes Berg · 14 years ago
  79. 0fb9a9e net/mac80211: Use wiphy_<level> by Joe Perches · 14 years ago
  80. 32162a4 mac80211: Fix key freeing to handle unlinked keys by Jouni Malinen · 14 years ago
  81. 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
  82. a93e364 mac80211: change RX aggregation locking by Johannes Berg · 14 years ago
  83. 67c282c mac80211: move BA session work by Johannes Berg · 14 years ago
  84. 0ab3370 mac80211: make TX aggregation start/stop request async by Johannes Berg · 14 years ago
  85. a622ab7 mac80211: use RCU for TX aggregation by Johannes Berg · 14 years ago
  86. 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
  87. ad0e2b5 mac80211: simplify key locking by Johannes Berg · 14 years ago
  88. 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
  89. f7c6559 mac80211: fix ieee80211_find_sta[_by_hw] by Johannes Berg · 14 years ago
  90. 3393a60 mac80211: Prevent running sta_cleanup timer unnecessarily by Juuso Oikarinen · 14 years ago
  91. b5878a2 mac80211: enhance tracing by Johannes Berg · 14 years ago
  92. 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
  93. 098a607 mac80211: clean up/fix aggregation code by Johannes Berg · 14 years ago
  94. e64b379 mac80211: fix station destruction problem by Johannes Berg · 14 years ago
  95. 0379185 mac80211: annotate station rcu dereferences by Johannes Berg · 14 years ago
  96. 38a679a mac80211: Fix sta_mtx unlocking on insert STA failure path by Jouni Malinen · 14 years ago
  97. 34e8950 mac80211: allow station add/remove to sleep by Johannes Berg · 15 years ago
  98. 0e5ded5 mac80211: allow station updates on ap interfaces for vlan stations by Felix Fietkau · 15 years ago
  99. 98b6218 mac80211/cfg80211: add station events by Johannes Berg · 15 years ago
  100. 9607e6b mac80211: add ieee80211_sdata_running by Johannes Berg · 15 years ago