1. b7ffbd7 cfg80211: make ethtool the driver's responsibility by Johannes Berg · 10 years ago
  2. 5ac2e35 mac80211: fix station/driver powersave race by Johannes Berg · 10 years ago
  3. 737be10 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 10 years ago
  4. 53d0452 mac80211: fix a memory leak on sta rate selection table by Felix Fietkau · 10 years ago
  5. 3231d65 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 10 years ago
  6. 308f7fc mac80211: remove unnecessary BUG_ON() by Zhao, Gang · 10 years ago
  7. 062f1d6 mac80211: avoid handling of SMPS for mesh by Chun-Yeow Yeoh · 10 years ago
  8. 864a604 mac80211: clear sequence/fragment number in QoS-null frames by Johannes Berg · 11 years ago
  9. e3685e0 mac80211: fix station wakeup powersave race by Johannes Berg · 11 years ago
  10. 5108ca8 mac80211: insert stations before adding to driver by Johannes Berg · 11 years ago
  11. 1d147bf mac80211: fix AP powersave TX vs. wakeup race by Emmanuel Grumbach · 11 years ago
  12. b77cf4f mac80211: handle MMPDUs at EOSP correctly by Johannes Berg · 11 years ago
  13. f9f760b mac80211: release multiple ACs in uAPSD, fix more-data bug by Johannes Berg · 11 years ago
  14. 0a1cb80 mac80211: fix PS-Poll driver release TID by Johannes Berg · 11 years ago
  15. ef04a29 mac80211: handle station TX latency allocation errors by Johannes Berg · 11 years ago
  16. 1b00078 mac80211: add tracing for ieee80211_sta_set_buffered by Johannes Berg · 11 years ago
  17. e716251 mac80211: optimise mixed AP/VLAN station removal by Johannes Berg · 11 years ago
  18. d778207 mac80211: optimise synchronize_net() for sta_info_flush by Johannes Berg · 11 years ago
  19. c878207 mac80211: move synchronize_net() before sta key removal by Johannes Berg · 11 years ago
  20. d34ba21 mac80211: don't delay station destruction by Johannes Berg · 11 years ago
  21. a710c81 mac80211: move 4-addr sta pointer clearing before synchronize_rcu() by Johannes Berg · 11 years ago
  22. 6a9d1b9 mac80211: add pre-RCU-sync sta removal driver operation by Johannes Berg · 11 years ago
  23. b01711b mac80211: warn if unhashing station fails by Johannes Berg · 11 years ago
  24. ad38bfc mac80211: Tx frame latency statistics by Matti Gottlieb · 11 years ago
  25. 21f659b mac80211: add min required channel definition field by Eliad Peller · 11 years ago
  26. 6f101ef mac80211: use put_unaligned_le16 in mesh_plink_frame_tx by Chun-Yeow Yeoh · 11 years ago
  27. 204d130 mac80211: clean up mesh local link ID generation by Thomas Pedersen · 11 years ago
  28. 687da13 mac80211: implement SMPS for AP by Emmanuel Grumbach · 11 years ago
  29. 6c7c4cb mac80211: initialize power mode for mesh STAs by Thomas Pedersen · 11 years ago
  30. 661eb38 mac80211: fix TX aggregation TID struct leak by Johannes Berg · 11 years ago
  31. d6d23de2 mac80211: add a tx control flag to indicate PS-Poll/uAPSD response by Felix Fietkau · 11 years ago
  32. ef0621e mac80211: add support for per-chain signal strength reporting by Felix Fietkau · 11 years ago
  33. 6d10e46 mac80211: batch key free synchronize_net() by Johannes Berg · 12 years ago
  34. 3b8d9c2 mac80211: remove underscores from some key functions by Johannes Berg · 12 years ago
  35. 3d5839b mac80211: Call drv_set_tim only if there is a change by Ilan Peer · 12 years ago
  36. e943789 mac80211: provide ieee80211_sta_eosp() by Johannes Berg · 12 years ago
  37. 87f59c7 mac80211: init mesh timer for user authed STAs by Thomas Pedersen · 12 years ago
  38. 8d1f7ec mac80211: defer tailroom counter manipulation when roaming by Johannes Berg · 12 years ago
  39. af0ed69 mac80211: stop modifying HT SMPS capability by Johannes Berg · 12 years ago
  40. 65f704a mac80211: use spin_lock_bh() for tim_lock by Johannes Berg · 12 years ago
  41. 89afe61 mac80211: fix auth/assoc timeout handling by Johannes Berg · 12 years ago
  42. 45b5028 mac80211: fix mesh sta teardown by Thomas Pedersen · 12 years ago
  43. 3f52b7e mac80211: mesh power save basics by Marco Porsch · 12 years ago
  44. 296fcba mac80211: clean up mesh sta allocation warning by Thomas Pedersen · 12 years ago
  45. c82c4a8 mac80211: split aggregation stop by reason by Johannes Berg · 12 years ago
  46. 75de911 mac80211: optimise AP stop RCU handling by Johannes Berg · 12 years ago
  47. 051007d mac80211: optimise roaming time again by Johannes Berg · 12 years ago
  48. b998e8b mac80211: remove final sta_info_flush() by Johannes Berg · 12 years ago
  49. a56f992 mac80211: use del_timer_sync for final sta cleanup timer deletion by Johannes Berg · 12 years ago
  50. 97f97b1 mac80211: fix station destruction in AP/mesh modes by Johannes Berg · 12 years ago
  51. 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
  52. 4bf8853 mac80211: convert to channel definition struct by Johannes Berg · 12 years ago
  53. 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
  54. b311749 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  55. 5a306f5 mac80211: introduce IEEE80211_NUM_TIDS and use it by Johannes Berg · 12 years ago
  56. bd2a813 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 12 years ago
  57. 1f98ab7 mac80211: call skb_dequeue/ieee80211_free_txskb instead of __skb_queue_purge by Felix Fietkau · 12 years ago
  58. 987c285 mac80211: sync acccess to tx_filtered/ps_tx_buf queues by Arik Nemtsov · 12 years ago
  59. 9b34f40 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  60. d012a60 mac80211: make client powersave independent of interface type by Marco Porsch · 12 years ago
  61. eea57d4 mac80211: Use appropriate debug wrapper by Mohammed Shafi Shajakhan · 12 years ago
  62. 55de908 mac80211: use channel contexts by Johannes Berg · 12 years ago
  63. d4fa14c mac80211: use ieee80211_free_txskb in a few more places by Felix Fietkau · 12 years ago
  64. 582bb50 mac80211: don't send delBA when removing stations by Johannes Berg · 12 years ago
  65. b22cfcf mac80211: use call_rcu() on sta deletion by Eliad Peller · 12 years ago
  66. bdcbd8e mac80211: clean up debugging by Johannes Berg · 12 years ago
  67. 7c9c46c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  68. 499f42b net: mac80211: Add and use ibss_vdbg debugging macro by Joe Perches · 12 years ago
  69. f0d2320 net: mac80211: Convert printk(KERN_DEBUG to pr_debug by Joe Perches · 12 years ago
  70. 794454c mac80211: fix non RCU-safe sta_list manipulation by Arik Nemtsov · 12 years ago
  71. b203ca3 mac80211: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 12 years ago
  72. 7e3ed02 mac80211: fix num_mcast_sta counting issues by Felix Fietkau · 12 years ago
  73. 030ef8f mac80211: rename AP variable num_sta_authorized to num_mcast_sta by Felix Fietkau · 12 years ago
  74. 52a3f20 mac80211: end service period only after sending last buffered frame by Marco Porsch · 13 years ago
  75. 888d04d mac80211: use compare_ether_addr on MAC addresses instead of memcmp by Felix Fietkau · 13 years ago
  76. 02f2f1a mac80211: handle non-bufferable MMPDUs correctly by Johannes Berg · 13 years ago
  77. 3431683 mac80211: fix sta_info_flush() return value by Johannes Berg · 13 years ago
  78. 7902759 mac80211: add #ifdef CONFIG_MAC80211_VERBOSE_DEBUG for a debug printk by Felix Fietkau · 13 years ago
  79. 7852e36 mac80211: remove dummy STA support by Johannes Berg · 13 years ago
  80. a4ec45a mac80211: implement sta_add/sta_remove in sta_state by Johannes Berg · 13 years ago
  81. f09603a mac80211: add sta_state callback by Johannes Berg · 13 years ago
  82. 71ec375 mac80211: add NOTEXIST station state by Johannes Berg · 13 years ago
  83. 077f493 mac80211: simplify AP_VLAN handling by Johannes Berg · 13 years ago
  84. 4f3eb0b mac80211: Move num_sta_ps counter decrement after synchronize_rcu by Helmut Schaa · 13 years ago
  85. 608383b mac80211: Fix incorrect num_sta_ps decrement in ap_sta_ps_end by Helmut Schaa · 13 years ago
  86. 2ab694d mac80211: Fix incorrect num_sta_ps decrement in __sta_info_destroy by Helmut Schaa · 13 years ago
  87. 83d5cc0 mac80211: station state transition error handling by Johannes Berg · 13 years ago
  88. 889cbb9 mac80211: clean up rate control code by Johannes Berg · 13 years ago
  89. 151a02f mac80211: clean up aggregation destruction by Johannes Berg · 13 years ago
  90. 5442047 mac80211: Fix possible race between sta_unblock and network softirq by Helmut Schaa · 13 years ago
  91. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 13 years ago
  92. e46a2cf mac80211: fix kernel panic in IBSS due to a regression by Mohammed Shafi Shajakhan · 13 years ago
  93. ec2b774 mac80211: ibss should not purge clients it is not responsible for by Marek Lindner · 13 years ago
  94. 27bf888 mac80211: Fixing sparse warning at sta_info.c by Yogesh Ashok Powar · 13 years ago
  95. 4d33960 mac80211: reduce station management complexity by Johannes Berg · 13 years ago
  96. 8bf11d8 mac80211: delay IBSS station insertion by Johannes Berg · 13 years ago
  97. 5654416 mac80211: make address arguments to sta_info_alloc const by Johannes Berg · 13 years ago
  98. 2962389 mac80211: count authorized stations per BSS by Johannes Berg · 13 years ago
  99. d9a7ddb mac80211: refactor station state transitions by Johannes Berg · 13 years ago
  100. 42624d4 mac80211: Purge A-MPDU TX queues before station destructions by Yogesh Ashok Powar · 13 years ago