1. 97f97b1 mac80211: fix station destruction in AP/mesh modes by Johannes Berg · 12 years ago
  2. 62c8003 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 12 years ago
  3. 4bf8853 mac80211: convert to channel definition struct by Johannes Berg · 12 years ago
  4. 75c8ec7 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 12 years ago
  5. b311749 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  6. 5a306f5 mac80211: introduce IEEE80211_NUM_TIDS and use it by Johannes Berg · 12 years ago
  7. bd2a813 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 12 years ago
  8. 1f98ab7 mac80211: call skb_dequeue/ieee80211_free_txskb instead of __skb_queue_purge by Felix Fietkau · 12 years ago
  9. 987c285 mac80211: sync acccess to tx_filtered/ps_tx_buf queues by Arik Nemtsov · 12 years ago
  10. 9b34f40 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  11. d012a60 mac80211: make client powersave independent of interface type by Marco Porsch · 12 years ago
  12. eea57d4 mac80211: Use appropriate debug wrapper by Mohammed Shafi Shajakhan · 12 years ago
  13. 55de908 mac80211: use channel contexts by Johannes Berg · 12 years ago
  14. d4fa14c mac80211: use ieee80211_free_txskb in a few more places by Felix Fietkau · 12 years ago
  15. 582bb50 mac80211: don't send delBA when removing stations by Johannes Berg · 12 years ago
  16. b22cfcf mac80211: use call_rcu() on sta deletion by Eliad Peller · 12 years ago
  17. bdcbd8e mac80211: clean up debugging by Johannes Berg · 12 years ago
  18. 7c9c46c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  19. 499f42b net: mac80211: Add and use ibss_vdbg debugging macro by Joe Perches · 12 years ago
  20. f0d2320 net: mac80211: Convert printk(KERN_DEBUG to pr_debug by Joe Perches · 12 years ago
  21. 794454c mac80211: fix non RCU-safe sta_list manipulation by Arik Nemtsov · 12 years ago
  22. b203ca3 mac80211: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 12 years ago
  23. 7e3ed02 mac80211: fix num_mcast_sta counting issues by Felix Fietkau · 12 years ago
  24. 030ef8f mac80211: rename AP variable num_sta_authorized to num_mcast_sta by Felix Fietkau · 12 years ago
  25. 52a3f20 mac80211: end service period only after sending last buffered frame by Marco Porsch · 12 years ago
  26. 888d04d mac80211: use compare_ether_addr on MAC addresses instead of memcmp by Felix Fietkau · 12 years ago
  27. 02f2f1a mac80211: handle non-bufferable MMPDUs correctly by Johannes Berg · 12 years ago
  28. 3431683 mac80211: fix sta_info_flush() return value by Johannes Berg · 12 years ago
  29. 7902759 mac80211: add #ifdef CONFIG_MAC80211_VERBOSE_DEBUG for a debug printk by Felix Fietkau · 12 years ago
  30. 7852e36 mac80211: remove dummy STA support by Johannes Berg · 12 years ago
  31. a4ec45a mac80211: implement sta_add/sta_remove in sta_state by Johannes Berg · 12 years ago
  32. f09603a mac80211: add sta_state callback by Johannes Berg · 12 years ago
  33. 71ec375 mac80211: add NOTEXIST station state by Johannes Berg · 12 years ago
  34. 077f493 mac80211: simplify AP_VLAN handling by Johannes Berg · 12 years ago
  35. 4f3eb0b mac80211: Move num_sta_ps counter decrement after synchronize_rcu by Helmut Schaa · 12 years ago
  36. 608383b mac80211: Fix incorrect num_sta_ps decrement in ap_sta_ps_end by Helmut Schaa · 12 years ago
  37. 2ab694d mac80211: Fix incorrect num_sta_ps decrement in __sta_info_destroy by Helmut Schaa · 12 years ago
  38. 83d5cc0 mac80211: station state transition error handling by Johannes Berg · 13 years ago
  39. 889cbb9 mac80211: clean up rate control code by Johannes Berg · 12 years ago
  40. 151a02f mac80211: clean up aggregation destruction by Johannes Berg · 12 years ago
  41. 5442047 mac80211: Fix possible race between sta_unblock and network softirq by Helmut Schaa · 12 years ago
  42. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 13 years ago
  43. e46a2cf mac80211: fix kernel panic in IBSS due to a regression by Mohammed Shafi Shajakhan · 13 years ago
  44. ec2b774 mac80211: ibss should not purge clients it is not responsible for by Marek Lindner · 13 years ago
  45. 27bf888 mac80211: Fixing sparse warning at sta_info.c by Yogesh Ashok Powar · 13 years ago
  46. 4d33960 mac80211: reduce station management complexity by Johannes Berg · 13 years ago
  47. 8bf11d8 mac80211: delay IBSS station insertion by Johannes Berg · 13 years ago
  48. 5654416 mac80211: make address arguments to sta_info_alloc const by Johannes Berg · 13 years ago
  49. 2962389 mac80211: count authorized stations per BSS by Johannes Berg · 13 years ago
  50. d9a7ddb mac80211: refactor station state transitions by Johannes Berg · 13 years ago
  51. 42624d4 mac80211: Purge A-MPDU TX queues before station destructions by Yogesh Ashok Powar · 13 years ago
  52. bc192f8 mac80211: do not pass AP VLAN vif pointers to drivers by Felix Fietkau · 13 years ago
  53. 24b9c37 mac80211: uAPSD - fix IEEE80211_FCTL_MOREDATA bit setting by Janusz.Dziedzic@tieto.com · 13 years ago
  54. 41ebe9c Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  55. 59b6625 mac80211: fix TID for null poll response by Johannes Berg · 13 years ago
  56. 094daf7 Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  57. 37fbd90 mac80211: allow out-of-band EOSP notification by Johannes Berg · 13 years ago
  58. 40b9640 mac80211: explicitly notify drivers of frame release by Johannes Berg · 13 years ago
  59. c2c98fd mac80211: optimise station flags by Johannes Berg · 13 years ago
  60. deeaee1 mac80211: reply only once to each PS-poll by Johannes Berg · 13 years ago
  61. ce662b44 mac80211: send (QoS) Null if no buffered frames by Johannes Berg · 13 years ago
  62. 47086fc mac80211: implement uAPSD by Johannes Berg · 13 years ago
  63. 4049e09 mac80211: allow releasing driver-buffered frames by Johannes Berg · 13 years ago
  64. 948d887 mac80211: split PS buffers into ACs by Johannes Berg · 13 years ago
  65. 6075039 mac80211: also expire filtered frames by Johannes Berg · 13 years ago
  66. c868cb35 mac80211: unify TIM bit handling by Johannes Berg · 13 years ago
  67. 042ec45 mac80211: let drivers inform it about per TID buffered frames by Johannes Berg · 13 years ago
  68. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  69. 4d8b614 Merge branch 'master' of git://git.infradead.org/users/linville/wireless by John W. Linville · 13 years ago
  70. b53d63e Merge branch 'master' of ssh://infradead/~/public_git/wireless-next into for-davem by John W. Linville · 13 years ago
  71. cd0b8d8 mac80211: further optimise buffer expiry timer by Johannes Berg · 13 years ago
  72. 4bae7d9 mac80211: fix missing sta_lock in __sta_info_destroy by Johannes Berg · 13 years ago
  73. 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
  74. 2a33bee mac80211: fix race condition between assoc_done and first EAP packet by Guy Eilam · 13 years ago
  75. 8c71df7 mac80211: refactor sta_info_insert_rcu to 3 main stages by Guy Eilam · 13 years ago
  76. 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
  77. f612ced nl80211/cfg80211: Make addition of new sinfo fields safer by Jouni Malinen · 13 years ago
  78. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  79. d8bf4ca rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_check by Michal Hocko · 13 years ago
  80. 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
  81. 57cf804 nl80211: Move peer link state definition to nl80211 by Javier Cardona · 13 years ago
  82. 40b275b mac80211: sparse RCU annotations by Johannes Berg · 13 years ago
  83. 8cb2315 mac80211: fix another key non-race by Johannes Berg · 13 years ago
  84. 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
  85. 0915cba mac80211: Fix warnings due to -Wunused-but-set-variable by Rajkumar Manoharan · 13 years ago
  86. 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
  87. dcf55fb mac80211: add a function for setting the TIM bit for a specific station by Felix Fietkau · 13 years ago
  88. ebe27c9 {mac|nl}80211: Add station connected time by Mohammed Shafi Shajakhan · 13 years ago
  89. 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
  90. 26d5953 mac80211: clean up station cleanup timer by Johannes Berg · 13 years ago
  91. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  92. ec15e68 cfg80211: Add nl80211 event for deletion of a station entry by Jouni Malinen · 13 years ago
  93. 8bc8aec mac80211: initialize sta->last_rx in sta_info_alloc by Felix Fietkau · 13 years ago
  94. d057e5a mac80211: add HW flag for disabling auto link-PS in AP mode by Arik Nemtsov · 13 years ago
  95. 541a45a nl80211/mac80211: Report signal average by Bruno Randolf · 14 years ago
  96. ccb1435 Revert "nl80211/mac80211: Report signal average" by John W. Linville · 14 years ago
  97. 86107fd nl80211/mac80211: Report signal average by Bruno Randolf · 14 years ago
  98. 50a9432 mac80211: fix powersaving clients races by Johannes Berg · 14 years ago
  99. e31b821 cfg80211/mac80211: allow per-station GTKs by Johannes Berg · 14 years ago
  100. 53f73c0 mac80211: avoid transmitting delBA to old AP by Johannes Berg · 14 years ago