1. 9da060d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  2. 9475af6 mac80211: convert to idr_alloc() by Tejun Heo · 11 years ago
  3. a7679ed mac80211: Ensure off-channel frames don't get queued by Seth Forshee · 11 years ago
  4. 163df6c mac80211: fix the problem of forwarding from DS to DS in Mesh by Chun-Yeow Yeoh · 11 years ago
  5. 1b91731 mac80211: fix tim_lock locking by Johannes Berg · 11 years ago
  6. bf7cd94 mac80211: clean up mesh code by Johannes Berg · 11 years ago
  7. 2b5e196 mac80211: cache mesh beacon by Thomas Pedersen · 11 years ago
  8. 65f704a mac80211: use spin_lock_bh() for tim_lock by Johannes Berg · 12 years ago
  9. 89afe61 mac80211: fix auth/assoc timeout handling by Johannes Berg · 12 years ago
  10. de74a1d mac80211: fix WPA with VLAN on AP side with ps-sta by Michael Braun · 12 years ago
  11. 6c17b77 mac80211: Fix tx queue handling during scans by Seth Forshee · 12 years ago
  12. 3f52b7e mac80211: mesh power save basics by Marco Porsch · 12 years ago
  13. e54faf2 mac80211: allow transmitting deauth with tainted key by Johannes Berg · 12 years ago
  14. 448cd55 Merge remote-tracking branch 'wireless-next/master' into HEAD by Johannes Berg · 12 years ago
  15. 9ebea38 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  16. fe80123 mac80211: avoid a build warning by Arnd Bergmann · 12 years ago
  17. eac70c1 mac80211: move add_tim to subfunction by Marco Porsch · 12 years ago
  18. b4a7ff7 mac80211: fix monitor mode injection by Felix Fietkau · 12 years ago
  19. 403e167 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 12 years ago
  20. b9a9ada mac80211: remove probe response temporary buffer allocation by Johannes Berg · 12 years ago
  21. 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
  22. 4bf8853 mac80211: convert to channel definition struct by Johannes Berg · 12 years ago
  23. b311749 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  24. 1f98ab7 mac80211: call skb_dequeue/ieee80211_free_txskb instead of __skb_queue_purge by Felix Fietkau · 12 years ago
  25. 1c963be mac80211: fix TX error path by Johannes Berg · 12 years ago
  26. d012a60 mac80211: make client powersave independent of interface type by Marco Porsch · 12 years ago
  27. 444e3803 mac80211: remove some unused code by Johannes Berg · 12 years ago
  28. 55de908 mac80211: use channel contexts by Johannes Berg · 12 years ago
  29. c3e7724 mac80211: use ieee80211_free_txskb to fix possible skb leaks by Felix Fietkau · 12 years ago
  30. e548c49 mac80211: add key flag for management keys by Johannes Berg · 12 years ago
  31. 944b9e3 Merge remote-tracking branch 'mac80211/master' into mac80211-next by Johannes Berg · 12 years ago
  32. 27f0112 mac80211: fix DS to MBSS address translation by Thomas Pedersen · 12 years ago
  33. dcf3396 mac80211: clean up ieee80211_subif_start_xmit by Johannes Berg · 12 years ago
  34. e31583c mac80211: remove almost unused local variable by Johannes Berg · 12 years ago
  35. aa7a008 mac80211: avoid using synchronize_rcu in ieee80211_set_probe_resp by Eyal Shapira · 12 years ago
  36. e83e654 mac80211: use eth_broadcast_addr by Johannes Berg · 12 years ago
  37. 2d56577 mac80211: use correct channel in TX by Johannes Berg · 12 years ago
  38. 6b77863 mac80211: fix current vs. operating channel in preq/beacon by Johannes Berg · 12 years ago
  39. 36323f8 mac80211: move TX station pointer and restructure TX by Thomas Huehn · 12 years ago
  40. d369f7b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  41. 4922f71 mac80211: tx: do not drop non-robust mgmt to non-MFP stas. by Nicolas Cavallari · 12 years ago
  42. 46e6de1 mac80211: restructure key selection by Johannes Berg · 12 years ago
  43. 7c41f31 mac80211: Fix the Problem of Unreachable Mesh STA from DS by Chun-Yeow Yeoh · 12 years ago
  44. 353d09c mac80211: fix read outside array bounds by Christian Lamparter · 12 years ago
  45. e3e1a0b mac80211: reduce IEEE80211_TX_MAX_RATES by Thomas Huehn · 12 years ago
  46. cb831b5 mac80211: remove tx_frags driver callback by Johannes Berg · 12 years ago
  47. 3a0c52a cfg80211: add 802.11ad (60gHz band) support by Vladimir Kondratiev · 12 years ago
  48. fc8a732 mac80211: don't expose ieee80211_add_srates_ie() by Johannes Berg · 12 years ago
  49. 1712436 mac80211: remove unused function by Johannes Berg · 12 years ago
  50. bdcbd8e mac80211: clean up debugging by Johannes Berg · 12 years ago
  51. 7c9c46c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  52. f0d2320 net: mac80211: Convert printk(KERN_DEBUG to pr_debug by Joe Perches · 12 years ago
  53. b8bacc1 mac80211: Fix Unreachable Mesh Station Problem when joining to another MBSS by Chun-Yeow Yeoh · 12 years ago
  54. c26a0e1 mac80211: fix flag check for QoS NOACK frames by Claudio Pisa · 12 years ago
  55. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 12 years ago
  56. b203ca3 mac80211: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 12 years ago
  57. 0d6c4a2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  58. 66f2c99 mac80211: fix AP mode EAP tx for VLAN stations by Felix Fietkau · 12 years ago
  59. 030ef8f mac80211: rename AP variable num_sta_authorized to num_mcast_sta by Felix Fietkau · 12 years ago
  60. 4ee73f3 mac80211: remove hw.conf.channel usage where possible by Michal Kazior · 12 years ago
  61. 3a25a8c mac80211: add improved HW queue control by Johannes Berg · 12 years ago
  62. 4b6f1dd mac80211: add explicit monitor interface if needed by Johannes Berg · 12 years ago
  63. 657c3e0 mac80211: Indicate basic rates when adding rate IEs by Ashok Nagarajan · 12 years ago
  64. dbf498f mac80211: Implement mesh synchronization framework by Javier Cardona · 12 years ago
  65. 88c868c mac80211: sanity check for null SSID by Stanislaw Gruszka · 12 years ago
  66. 32c5057 mac80211: use IEEE80211_NUM_ACS by Johannes Berg · 12 years ago
  67. 4875d30d mac80211: clean up uAPSD TX code by Johannes Berg · 12 years ago
  68. 98aed9f mac80211: fix mesh TX coding style by Johannes Berg · 12 years ago
  69. 12d3952f mac80211: optimize aggregation session timeout handling by Felix Fietkau · 12 years ago
  70. 074d46d wireless: rename ht_info to ht_operation by Johannes Berg · 12 years ago
  71. dc41e4d mac80211: make uapsd_* keys per-vif by Eliad Peller · 12 years ago
  72. aa45458 mac80211: Limit TID buffering during BA session setup/teardown by Helmut Schaa · 12 years ago
  73. 02f2f1a mac80211: handle non-bufferable MMPDUs correctly by Johannes Berg · 12 years ago
  74. 005e472 mac80211: remove local_to_hw by Johannes Berg · 12 years ago
  75. 8860020 cfg80211: restructure AP/GO mode API by Johannes Berg · 13 years ago
  76. 1946841 mac80211: add support for mcs masks by Simon Wunderlich · 13 years ago
  77. d32a102 mac80211: fix tx->skb NULL pointer dereference by Yoni Divinsky · 13 years ago
  78. cf6bb79 mac80211: Use appropriate TID for sending BAR, ADDBA and DELBA frames by Helmut Schaa · 13 years ago
  79. 4d33960 mac80211: reduce station management complexity by Johannes Berg · 13 years ago
  80. 2962389 mac80211: count authorized stations per BSS by Johannes Berg · 13 years ago
  81. d9a7ddb mac80211: refactor station state transitions by Johannes Berg · 13 years ago
  82. aa5b549 mac80211: fix retransmit by Johannes Berg · 13 years ago
  83. 0cfda85 mac80211: don't initiate path discovery when forwarding frame with unknown DA by Thomas Pedersen · 13 years ago
  84. 4bb6234 {nl,cfg,mac}80211: Allow Setting Multicast Rate in Mesh by Chun-Yeow Yeoh · 13 years ago
  85. 5220da3 mac80211: call skb_put() before copying the data (trivial) by Eliad Peller · 13 years ago
  86. 4db4e0a mac80211: fix TX warning by Johannes Berg · 13 years ago
  87. 285fa69 mac80211: timeout tx agg sessions in way similar to rx agg sessions by Nikolay Martynov · 13 years ago
  88. 6674f21 mac80211: fix duration calculation for QoS NOACK frames by Simon Wunderlich · 13 years ago
  89. 6fd67e9 mac80211: remove debugfs noack test by Simon Wunderlich · 13 years ago
  90. 515db09 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by John W. Linville · 13 years ago
  91. 11127e9 mac80211: transmit fragment list to drivers by Johannes Berg · 13 years ago
  92. 74e4dbf mac80211: make TX LED handling independent of fragmentation by Johannes Berg · 13 years ago
  93. a1a3fce mac80211: move fragment flag adjustment by Johannes Berg · 13 years ago
  94. 252b86c mac80211: use skb list for fragments by Johannes Berg · 13 years ago
  95. a7f23f0 mac80211: remove crypto special case for auth frames by Johannes Berg · 13 years ago
  96. 0294582 mac80211: Save probe response data for bss by Arik Nemtsov · 13 years ago
  97. a729cff mac80211: implement wifi TX status by Johannes Berg · 13 years ago
  98. 176f360 mac80211: add HT IEs to mesh frames by Thomas Pedersen · 13 years ago
  99. 3b69a9c mac80211: comment allocation of mesh frames by Thomas Pedersen · 13 years ago
  100. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago