1. 46e6de1 mac80211: restructure key selection by Johannes Berg · 12 years ago
  2. 7c41f31 mac80211: Fix the Problem of Unreachable Mesh STA from DS by Chun-Yeow Yeoh · 12 years ago
  3. 353d09c mac80211: fix read outside array bounds by Christian Lamparter · 12 years ago
  4. e3e1a0b mac80211: reduce IEEE80211_TX_MAX_RATES by Thomas Huehn · 12 years ago
  5. cb831b5 mac80211: remove tx_frags driver callback by Johannes Berg · 12 years ago
  6. 3a0c52a cfg80211: add 802.11ad (60gHz band) support by Vladimir Kondratiev · 12 years ago
  7. fc8a732 mac80211: don't expose ieee80211_add_srates_ie() by Johannes Berg · 12 years ago
  8. 1712436 mac80211: remove unused function by Johannes Berg · 12 years ago
  9. bdcbd8e mac80211: clean up debugging by Johannes Berg · 12 years ago
  10. 7c9c46c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  11. f0d2320 net: mac80211: Convert printk(KERN_DEBUG to pr_debug by Joe Perches · 12 years ago
  12. b8bacc1 mac80211: Fix Unreachable Mesh Station Problem when joining to another MBSS by Chun-Yeow Yeoh · 12 years ago
  13. c26a0e1 mac80211: fix flag check for QoS NOACK frames by Claudio Pisa · 12 years ago
  14. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 12 years ago
  15. b203ca3 mac80211: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 12 years ago
  16. 0d6c4a2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  17. 66f2c99 mac80211: fix AP mode EAP tx for VLAN stations by Felix Fietkau · 12 years ago
  18. 030ef8f mac80211: rename AP variable num_sta_authorized to num_mcast_sta by Felix Fietkau · 12 years ago
  19. 4ee73f3 mac80211: remove hw.conf.channel usage where possible by Michal Kazior · 13 years ago
  20. 3a25a8c mac80211: add improved HW queue control by Johannes Berg · 13 years ago
  21. 4b6f1dd mac80211: add explicit monitor interface if needed by Johannes Berg · 13 years ago
  22. 657c3e0 mac80211: Indicate basic rates when adding rate IEs by Ashok Nagarajan · 13 years ago
  23. dbf498f mac80211: Implement mesh synchronization framework by Javier Cardona · 13 years ago
  24. 88c868c mac80211: sanity check for null SSID by Stanislaw Gruszka · 13 years ago
  25. 32c5057 mac80211: use IEEE80211_NUM_ACS by Johannes Berg · 13 years ago
  26. 4875d30d mac80211: clean up uAPSD TX code by Johannes Berg · 13 years ago
  27. 98aed9f mac80211: fix mesh TX coding style by Johannes Berg · 13 years ago
  28. 12d3952f mac80211: optimize aggregation session timeout handling by Felix Fietkau · 13 years ago
  29. 074d46d wireless: rename ht_info to ht_operation by Johannes Berg · 13 years ago
  30. dc41e4d mac80211: make uapsd_* keys per-vif by Eliad Peller · 13 years ago
  31. aa45458 mac80211: Limit TID buffering during BA session setup/teardown by Helmut Schaa · 13 years ago
  32. 02f2f1a mac80211: handle non-bufferable MMPDUs correctly by Johannes Berg · 13 years ago
  33. 005e472 mac80211: remove local_to_hw by Johannes Berg · 13 years ago
  34. 8860020 cfg80211: restructure AP/GO mode API by Johannes Berg · 13 years ago
  35. 1946841 mac80211: add support for mcs masks by Simon Wunderlich · 13 years ago
  36. d32a102 mac80211: fix tx->skb NULL pointer dereference by Yoni Divinsky · 13 years ago
  37. cf6bb79 mac80211: Use appropriate TID for sending BAR, ADDBA and DELBA frames by Helmut Schaa · 13 years ago
  38. 4d33960 mac80211: reduce station management complexity by Johannes Berg · 13 years ago
  39. 2962389 mac80211: count authorized stations per BSS by Johannes Berg · 13 years ago
  40. d9a7ddb mac80211: refactor station state transitions by Johannes Berg · 13 years ago
  41. aa5b549 mac80211: fix retransmit by Johannes Berg · 13 years ago
  42. 0cfda85 mac80211: don't initiate path discovery when forwarding frame with unknown DA by Thomas Pedersen · 13 years ago
  43. 4bb6234 {nl,cfg,mac}80211: Allow Setting Multicast Rate in Mesh by Chun-Yeow Yeoh · 13 years ago
  44. 5220da3 mac80211: call skb_put() before copying the data (trivial) by Eliad Peller · 13 years ago
  45. 4db4e0a mac80211: fix TX warning by Johannes Berg · 13 years ago
  46. 285fa69 mac80211: timeout tx agg sessions in way similar to rx agg sessions by Nikolay Martynov · 13 years ago
  47. 6674f21 mac80211: fix duration calculation for QoS NOACK frames by Simon Wunderlich · 13 years ago
  48. 6fd67e9 mac80211: remove debugfs noack test by Simon Wunderlich · 13 years ago
  49. 515db09 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by John W. Linville · 13 years ago
  50. 11127e9 mac80211: transmit fragment list to drivers by Johannes Berg · 13 years ago
  51. 74e4dbf mac80211: make TX LED handling independent of fragmentation by Johannes Berg · 13 years ago
  52. a1a3fce mac80211: move fragment flag adjustment by Johannes Berg · 13 years ago
  53. 252b86c mac80211: use skb list for fragments by Johannes Berg · 13 years ago
  54. a7f23f0 mac80211: remove crypto special case for auth frames by Johannes Berg · 13 years ago
  55. 0294582 mac80211: Save probe response data for bss by Arik Nemtsov · 13 years ago
  56. a729cff mac80211: implement wifi TX status by Johannes Berg · 13 years ago
  57. 176f360 mac80211: add HT IEs to mesh frames by Thomas Pedersen · 13 years ago
  58. 3b69a9c mac80211: comment allocation of mesh frames by Thomas Pedersen · 13 years ago
  59. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  60. 55182e4 mac80211: reformat TX unauthorised check by Johannes Berg · 13 years ago
  61. d529497 mac80211: dont orphan TX skb by Johannes Berg · 13 years ago
  62. 72267e5 mac80211: dont adjust truesize by Johannes Berg · 13 years ago
  63. 73b9f03 mac80211: parse radiotap header earlier by Johannes Berg · 13 years ago
  64. a26eb27 mac80211: move fragment flag to info flag as dont-fragment by Johannes Berg · 13 years ago
  65. 68f2b51 mac80211: remove tx_data ethertype by Johannes Berg · 13 years ago
  66. 5d9cf4a mac80211: optimise monitor xmit by Johannes Berg · 13 years ago
  67. 893d73f mac80211: Allow noack flag overwrite for injected frames by Helmut Schaa · 13 years ago
  68. 49a5954 mac80211: dont assign seqno to or aggregate QoS Null frames by Johannes Berg · 13 years ago
  69. c2c98fd mac80211: optimise station flags by Johannes Berg · 13 years ago
  70. ce662b44 mac80211: send (QoS) Null if no buffered frames by Johannes Berg · 13 years ago
  71. 47086fc mac80211: implement uAPSD by Johannes Berg · 13 years ago
  72. 948d887 mac80211: split PS buffers into ACs by Johannes Berg · 13 years ago
  73. c868cb35 mac80211: unify TIM bit handling by Johannes Berg · 13 years ago
  74. 941c93c mac80211: data path modification for TDLS peers by Arik Nemtsov · 13 years ago
  75. 768db34 mac80211: standardize adding supported rates IEs by Arik Nemtsov · 13 years ago
  76. 2154c81 mac80211: Mesh data frames must have the QoS header by Javier Cardona · 13 years ago
  77. 4777be4 mac80211: Start implementing QoS support for mesh interfaces by Javier Cardona · 13 years ago
  78. edf6b78 mac80211: add flag to indicate HW only Tx-agg setup support by Arik Nemtsov · 13 years ago
  79. d15b845 mac80211: Remove unnecessary OOM logging messages by Joe Perches · 13 years ago
  80. 082ebb0 mac80211: fix mesh beacon format by Thomas Pedersen · 13 years ago
  81. f75f5c6 mac80211: Fill in skb->protocol information for injected frames by Helmut Schaa · 13 years ago
  82. 95acac6 mac80211: allow driver to disconnect after resume by Johannes Berg · 13 years ago
  83. 3bff186 mac80211: Skip tailroom reservation for full HW-crypto devices with race fix by Yogesh Ashok Powar · 13 years ago
  84. ab6a44c Revert "mac80211: Skip tailroom reservation for full HW-crypto devices" by John W. Linville · 13 years ago
  85. 9cbc94ea Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  86. 40b275b mac80211: sparse RCU annotations by Johannes Berg · 13 years ago
  87. 28104ca mac80211: Move call to mpp_path_lookup inside RCU-read section by Javier Cardona · 13 years ago
  88. 5db1c07 mac80211: don't start the dynamic ps timer if not associated by Luciano Coelho · 13 years ago
  89. 4c468fe mac80211: set TID of internal mgmt packets to 7 by Arik Nemtsov · 13 years ago
  90. aac6af5 mac80211: Skip tailroom reservation for full HW-crypto devices by Yogesh Ashok Powar · 13 years ago
  91. 0915cba mac80211: Fix warnings due to -Wunused-but-set-variable by Rajkumar Manoharan · 13 years ago
  92. 581a8b0 nl80211: rename NL80211_MESH_SETUP_VENDOR_PATH_SEL_IE by Javier Cardona · 14 years ago
  93. e16b396 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  94. 7bb4568 mac80211: make tx() operation return void by Johannes Berg · 14 years ago
  95. b67afe7 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  96. db28569 mac80211: Clear PS related flag on disabling power save. by Vivek Natarajan · 14 years ago
  97. 0a9d59a Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  98. 3ad97fb mac80211: remove unneeded check by Dan Carpenter · 14 years ago
  99. fc7c976 mac80211: fix the skb cloned check in the tx path by Felix Fietkau · 14 years ago
  100. b23b025 mac80211: Optimize scans on current operating channel. by Ben Greear · 14 years ago