1. 5f04d50 net: Fix more stale on-stack list_head objects. by Eric W. Biederman · 13 years ago
  2. 8bc26a0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 13 years ago
  3. a7b545f mac80211: add missing locking in ieee80211_reconfig by Eliad Peller · 13 years ago
  4. e0985f2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 13 years ago
  5. fc7c976 mac80211: fix the skb cloned check in the tx path by Felix Fietkau · 13 years ago
  6. 4334ec8 mac80211: fix TX status cookie in HW offload case by Johannes Berg · 13 years ago
  7. 9b6941d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 13 years ago
  8. eb3e554 mac80211: fix a crash in ieee80211_beacon_get_tim on change_interface by Felix Fietkau · 13 years ago
  9. 6a108a1 kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT by David Rientjes · 13 years ago
  10. 82694f7 mac80211: use maximum number of AMPDU frames as default in BA RX by Luciano Coelho · 13 years ago
  11. 681c4d0 mac80211: fix lockdep warning by Johannes Berg · 13 years ago
  12. 06778b1 mac80211: remove stray extern by Johannes Berg · 14 years ago
  13. 90fc4b3 mac80211: implement off-channel TX using hw r-o-c offload by Johannes Berg · 14 years ago
  14. 21f8358 mac80211: implement hardware offload for remain-on-channel by Johannes Berg · 14 years ago
  15. c96e963 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 · 14 years ago
  16. 6303710 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  17. b5c34f6 mac80211: fix some key comments and code by Johannes Berg · 14 years ago
  18. 707e634 Revert "mac80211: temporarily disable reorder release timer" by Christian Lamparter · 14 years ago
  19. 24a8fda mac80211: serialize rx path workers by Christian Lamparter · 14 years ago
  20. f76b57b mac80211: Fix mesh portal communication with other mesh nodes. by Joel A Fernandes · 14 years ago
  21. 4cfda47 mac80211: ignore PSM bit of reordered frames by Christian Lamparter · 14 years ago
  22. d2460f4 mac80211: add missing synchronize_rcu by Johannes Berg · 14 years ago
  23. 919bbad mac80211: fix mesh forwarding when ratelimited too by Milton Miller · 14 years ago
  24. 17f7f4d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  25. d7c1255 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  26. 1721284 mac80211: cleanup select_queue by Johannes Berg · 14 years ago
  27. 65a6538 mac80211: check for CONFIG_MAC80211_LEDS in the tpt_led_trigger declaration by Luciano Coelho · 14 years ago
  28. 67408c8 mac80211: selective throughput LED trigger active by Johannes Berg · 14 years ago
  29. e1e5406 mac80211: add throughput based LED blink trigger by Johannes Berg · 14 years ago
  30. fe67c91 mac80211: make LED trigger names available early by Johannes Berg · 14 years ago
  31. b51aff0 mac80211: fix mesh forwarding by Johannes Berg · 14 years ago
  32. f8a0a78 mac80211: fix potentially redundant skb data copying by Felix Fietkau · 14 years ago
  33. 4cd06a3 mac80211: skip unnecessary pskb_expand_head calls by Felix Fietkau · 14 years ago
  34. 489ee91 mac80211: fix initialization of skb->cb in ieee80211_subif_start_xmit by Felix Fietkau · 14 years ago
  35. 61ad539 mac80211: Remove unused third address from mesh address extension header. by Javier Cardona · 14 years ago
  36. c7108a7 mac80211: Send mesh non-HWMP path selection frames to userspace by Javier Cardona · 14 years ago
  37. c80d545 mac80211: Let userspace enable and configure vendor specific path selection. by Javier Cardona · 14 years ago
  38. 24bdd9f mac80211: Rename mesh_params to mesh_config to prepare for mesh_setup by Javier Cardona · 14 years ago
  39. cf4e594 nl80211: Add notification for dropped Deauth/Disassoc by Jouni Malinen · 14 years ago
  40. 38cd6b4 wireless:mac80211: kill unuse macro MESH_CFG_CMP_LEN in mesh.h by Shan Wei · 14 years ago
  41. bd2ce6e mac80211: Add timeout to BA session start API by Sujith Manoharan · 14 years ago
  42. a293911 nl80211: advertise maximum remain-on-channel duration by Johannes Berg · 14 years ago
  43. 1fcfe76 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  44. b4fe2a0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  45. 207aba6 mac80211: support IBSS RSN with SW crypto by Johannes Berg · 14 years ago
  46. 91f44b0 mac80211 default tx_last_beacon false (congestion) by Tim Harvey · 14 years ago
  47. f7e0104 mac80211: support separate default keys by Johannes Berg · 14 years ago
  48. dbd2fd6 cfg80211/nl80211: separate unicast/multicast default TX keys by Johannes Berg · 14 years ago
  49. 897bed8 mac80211: clean up RX key checks by Johannes Berg · 14 years ago
  50. 8808f64 mac80211: avoid calling ieee80211_work_work unconditionally by Herton Ronaldo Krzesinski · 14 years ago
  51. c926d00 mac80211: Fix NULL-pointer deference on ibss merge when not ready by Tim Harvey · 14 years ago
  52. 393934c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  53. 2f88675 mac80211: Show max number of probe tries in debug message. by Ben Greear · 14 years ago
  54. 80d7e40 mac80211: Apply ht_opmode changes in ieee80211_change_bss by Helmut Schaa · 14 years ago
  55. 7e24470 mac80211: Fix BUG in pskb_expand_head when transmitting shared skbs by Helmut Schaa · 14 years ago
  56. 7659a19 mac80211: Fix compilation error when mesh is disabled by Javier Cardona · 14 years ago
  57. c658e5d mac80211: fix a compiler warning by Felix Fietkau · 14 years ago
  58. 0ab82b0 mac80211: fix dynamic-ps/pm_qos magic numbers by Eliad Peller · 14 years ago
  59. 541a45a nl80211/mac80211: Report signal average by Bruno Randolf · 14 years ago
  60. 29cbe68 cfg80211/mac80211: add mesh join/leave commands by Johannes Berg · 14 years ago
  61. f9e10ce cfg80211: require add_virtual_intf to return new dev by Johannes Berg · 14 years ago
  62. 09b1747 mac80211: move mesh filter adjusting by Johannes Berg · 14 years ago
  63. 45904f2 nl80211/mac80211: define and allow configuring mesh element TTL by Javier Cardona · 14 years ago
  64. 04ac3c0 mac80211: speed up AP probing using nullfunc frames by Felix Fietkau · 14 years ago
  65. 75706d0 mac80211: remove a redundant check by Felix Fietkau · 14 years ago
  66. c1ce5a7 mac80211: Update last_tx_rate only for data frames by Helmut Schaa · 14 years ago
  67. 0bae35e leds: fix up dependencies by Johannes Berg · 14 years ago
  68. 09f921f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  69. 08ca944 mac80211: Minor optimization in ieee80211_rx_h_data by Helmut Schaa · 14 years ago
  70. 8e26d5a mac80211: Fix STA disconnect due to MIC failure by Senthil Balasubramanian · 14 years ago
  71. 2c31333 mac80211: ignore non-bcast mcast deauth/disassoc franes by Christian Lamparter · 14 years ago
  72. dd31857 mac80211: fix RX aggregation locking by Johannes Berg · 14 years ago
  73. f30221e mac80211: implement off-channel mgmt TX by Johannes Berg · 14 years ago
  74. f7ca38d nl80211/cfg80211: extend mgmt-tx API for off-channel by Johannes Berg · 14 years ago
  75. 7dff312 mac80211: Fix frame injection using non-AP vif by Jouni Malinen · 14 years ago
  76. 99ba2a1 mac80211: implement packet loss notification by Johannes Berg · 14 years ago
  77. 48124d1 mac80211: avoid aggregation for VO traffic by Luis R. Rodriguez · 14 years ago
  78. 72a8a3e mac80211: reduce the number of retries for nullfunc probing by Felix Fietkau · 14 years ago
  79. 4e5ff37 mac80211: use nullfunc instead of probe request for connection monitoring by Felix Fietkau · 14 years ago
  80. dd5b4cc cfg80211/mac80211: improve ad-hoc multicast rate handling by Felix Fietkau · 14 years ago
  81. 4609097 mac80211: probe the AP when resuming by Felix Fietkau · 14 years ago
  82. 7ccc8bd mac80211: calculate beacon loss time accurately by Felix Fietkau · 14 years ago
  83. c8a7972 mac80211: restart beacon miss timer on system resume from suspend by Felix Fietkau · 14 years ago
  84. d7a066c9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  85. ccb1435 Revert "nl80211/mac80211: Report signal average" by John W. Linville · 14 years ago
  86. 18890d4 mac80211: Disable hw crypto for GTKs on AP VLAN interfaces by Helmut Schaa · 14 years ago
  87. 86107fd nl80211/mac80211: Report signal average by Bruno Randolf · 14 years ago
  88. 50a9432 mac80211: fix powersaving clients races by Johannes Berg · 14 years ago
  89. 4bce22b mac80211: defines for AC numbers by Johannes Berg · 14 years ago
  90. 8f0729b mac80211: add support for setting the ad-hoc multicast rate by Felix Fietkau · 14 years ago
  91. a619a4c mac80211: Add function to get probe request template for current AP by Juuso Oikarinen · 14 years ago
  92. 15d9675 mac80211: Add antenna configuration by Bruno Randolf · 14 years ago
  93. f23a478 mac80211: support hardware TX fragmentation offload by Arik Nemtsov · 14 years ago
  94. ffa56e54 mac80211: Remove redundant checks for NULL before calls to crypto_free_cipher() by Jesper Juhl · 14 years ago
  95. 07caf9d mac80211: refactor debugfs function generation code by Eliad Peller · 14 years ago
  96. c7317e4 mac80211: minstrel_ht - reduce the overhead of rate sampling by Felix Fietkau · 14 years ago
  97. 352ffad mac80211: unset SDATA_STATE_OFFCHANNEL when cancelling a scan by Brian Cavagnolo · 14 years ago
  98. 520efd1 mac80211: fix failure to check kmalloc return value in key_key_read by Jesper Juhl · 14 years ago
  99. dc9f48c mac80211: Fix scan_ies_len to include DS Params by Jouni Malinen · 14 years ago
  100. c8716d9 mac80211: Fix ibss station got expired immediately by Rajkumar Manoharan · 14 years ago