1. 4e94390 cfg80211: constify key mac address in ops by Johannes Berg · 15 years ago
  2. 413ad50 mac80211: properly track HT operation_mode by Johannes Berg · 15 years ago
  3. 9ed6bcc mac80211: move HT operation mode BSS info by Johannes Berg · 15 years ago
  4. 99c84cb mac80211: improve scan timing by Johannes Berg · 15 years ago
  5. f2ca3ea mac80211: MFP - Drop unprotected Action frames prior key setup by Jouni Malinen · 15 years ago
  6. 0c7c10c mac80211: Drop unencrypted frames based on key setup by Jouni Malinen · 15 years ago
  7. aa837e1 mac80211: set default QoS values according to spec by Johannes Berg · 15 years ago
  8. 58905ca mac80211: fix scan channel race by Johannes Berg · 15 years ago
  9. dc6382c nl80211 : Add support for configuring MFP by Jouni Malinen · 15 years ago
  10. 621ad7c mac80211: avoid NULL ptr deref when finding max_rates in PID and minstrel by John W. Linville · 15 years ago
  11. a8679be Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  12. 22f6dac Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  13. aec6795 mac80211: Comment the order of HT RX reorder handler vs. RX handlers by Jouni Malinen · 15 years ago
  14. 4d050f1 mac80211: Add a timeout for frames in the RX reorder buffer by Jouni Malinen · 15 years ago
  15. 2d3babd mac80211: Use a shared function to release frames from RX reorder buf by Jouni Malinen · 15 years ago
  16. 6cfe62c mac80211: Fix sparse warning for ssid_len on ieee80211_sta_config_auth() by Luis R. Rodriguez · 15 years ago
  17. 7738231 mac80211: report operating frequency rather than current by Johannes Berg · 15 years ago
  18. 5cff20e mac80211: tell driver when idle by Johannes Berg · 15 years ago
  19. 9955151 mac80211: Warn if the rate controller requests retries for a NO_ACK frame by Gábor Stefanik · 15 years ago
  20. 9223684 mac80211: Fix handling of retry count of NO_ACK frames in PID by Gábor Stefanik · 15 years ago
  21. 4edf040 mac80211: Fix handling of retry count of NO_ACK frames in minstrel by Gábor Stefanik · 15 years ago
  22. 16cf438 mac80211: fix probe response processing by Johannes Berg · 15 years ago
  23. e61f234 nl80211: Send timeout event on failed direct probe by Jouni Malinen · 15 years ago
  24. 2448798 mac80211: add driver ops wrappers by Johannes Berg · 15 years ago
  25. 2d0ddec mac80211: unify config_interface and bss_info_changed by Johannes Berg · 15 years ago
  26. 57c4d7b mac80211: clean up beacon interval settings by Johannes Berg · 15 years ago
  27. f3b8525 mac80211: fix scan races and rework scanning by Johannes Berg · 15 years ago
  28. 2d72289 mac80211: internally clear failed scans properly by Johannes Berg · 15 years ago
  29. 9ccebe6 mac80211: rename max_sleep_interval to max_sleep_period by Johannes Berg · 15 years ago
  30. d5edaed mac80211: fix PS vs. scan race by Johannes Berg · 15 years ago
  31. 0e41f71 mac80211: fix various problems in ibss code by Johannes Berg · 15 years ago
  32. 6909268 mac80211: pid, fix memory corruption by Jiri Slaby · 15 years ago
  33. 8e53217 mac80211: minstrel, fix memory corruption by Jiri Slaby · 15 years ago
  34. 8ccd8f2 mac80211: correct fragmentation threshold check by Johannes Berg · 15 years ago
  35. aba7453 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  36. c428c89 mac80211: default to automatic power control by Johannes Berg · 15 years ago
  37. d4c4a9a mac80211: fix modprobe deadlock by not calling wep_init under rtnl_lock by Alan Jenkins · 15 years ago
  38. 495a1b4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  39. d3feaf5 wireless: remove some (bogus?) 'may be used uninitialized' warnings by John W. Linville · 15 years ago
  40. 1965c85 nl80211: Add event for authentication/association timeout by Jouni Malinen · 15 years ago
  41. 04fe203 mac80211: calculate maximum sleep interval by Johannes Berg · 15 years ago
  42. e255d5e mac80211: remove IEEE80211_CONF_CHANGE_DYNPS_TIMEOUT by Johannes Berg · 15 years ago
  43. 1d4df3a mac80211: fix variable truncation on 32-bit by Johannes Berg · 15 years ago
  44. 29b4a4f mac80211: fix IBSS code to not sleep while atomic by Johannes Berg · 15 years ago
  45. e7ec86f mac80211: validate TIM IE length (redux) by Johannes Berg · 15 years ago
  46. b9a5f8ca nl80211: Add set/get for frag/rts threshold and retry limits by Jouni Malinen · 15 years ago
  47. d323655 cfg80211: clean up includes by Johannes Berg · 15 years ago
  48. af8cdcd mac80211: convert to cfg80211 IBSS API by Johannes Berg · 15 years ago
  49. 691597c cfg80211/mac80211: move wext SIWMLME into cfg80211 by Johannes Berg · 15 years ago
  50. fef9992 mac80211: set CLEAR_PS for pspolled frames by Christian Lamparter · 15 years ago
  51. 357303e mac80211: Allow scan to be requested in AP mode by Jouni Malinen · 15 years ago
  52. bbbdff9 mac80211: enable PS by default by Johannes Berg · 15 years ago
  53. d91f36d mac80211: implement beacon filtering in software by Johannes Berg · 15 years ago
  54. 10f644a mac80211: disable powersave if pm_qos asks for low latency by Johannes Berg · 15 years ago
  55. 965beda mac80211: improve powersave implementation by Johannes Berg · 15 years ago
  56. f2753dd mac80211: add hardware restart function by Johannes Berg · 15 years ago
  57. 4499b23 mac80211: re-upload keys only after telling driver about association by Johannes Berg · 15 years ago
  58. 25e47c1 cfg80211: add cipher capabilities by Johannes Berg · 15 years ago
  59. 66174bb mac80211: Report rejected association to user space SME by Jouni Malinen · 15 years ago
  60. 5ef2d41 mac80211: include HT capabilities in probe request by Johannes Berg · 15 years ago
  61. de95a54 mac80211: pass all probe request IEs to driver by Johannes Berg · 15 years ago
  62. 18a8365 cfg80211: introduce scan IE limit attribute by Johannes Berg · 15 years ago
  63. d5522e0 mac80211: move ieee80211_enable_ht function to mlme.c by Johannes Berg · 15 years ago
  64. a3b8b05 nl80211: Add Michael MIC failure event by Jouni Malinen · 15 years ago
  65. 53b46b8 nl80211: Generate deauth/disassoc event for locally generated frames by Jouni Malinen · 15 years ago
  66. b0741a1 mac80211: Don't access managed mode bits in non-managed mode by Vasanthakumar Thiagarajan · 15 years ago
  67. d1bcb9f mac80211: fix alignment calculation bug by Johannes Berg · 15 years ago
  68. 7d42081 mac80211: do not print WARN if config interface by Reinette Chatre · 15 years ago
  69. 7e0986c mac80211: fix basic rate bitmap calculation by Johannes Berg · 15 years ago
  70. ad93568 mac80211: fix beacon loss detection after scan by Kalle Valo · 15 years ago
  71. 18aaab1 MAC80211: Remove unused MAC80211_VERBOSE_SPECT_MGMT_DEBUG. by Robert P. J. Day · 15 years ago
  72. 6037554 mac80211: validate TIM IE length by Johannes Berg · 15 years ago
  73. 7181d46 mac80211: avoid crashing when no scan sdata by Johannes Berg · 15 years ago
  74. 23a9984 mac80211: Fragmentation threshold (typo) by Gerrit Renker · 15 years ago
  75. a860402 mac80211: quiet beacon loss messages by Michael Buesch · 15 years ago
  76. 47afbaf mac80211: correct wext transmit power handler by Johannes Berg · 15 years ago
  77. b363128 mac80211: Fix bug in getting rx status for frames pending in reorder buffer by Vasanthakumar Thiagarajan · 15 years ago
  78. 692105b trivial: fix typos/grammar errors in Kconfig texts by Matt LaPlante · 16 years ago
  79. e4e72fb mac80211/iwlwifi: move virtual A-MDPU queue bookkeeping to iwlwifi by Johannes Berg · 15 years ago
  80. cd8ffc8 mac80211: fix aggregation to not require queue stop by Johannes Berg · 15 years ago
  81. a220858 mac80211: add skb length sanity checking by Johannes Berg · 15 years ago
  82. b172023 mac80211: unify and fix TX aggregation start by Johannes Berg · 15 years ago
  83. 1870cd7 mac80211: clean up __ieee80211_tx args by Johannes Berg · 15 years ago
  84. 2a577d9 mac80211: rework the pending packets code by Johannes Berg · 15 years ago
  85. f0e7285 mac80211: fix A-MPDU queue assignment by Johannes Berg · 15 years ago
  86. 2de8e0d mac80211: rewrite fragmentation by Johannes Berg · 15 years ago
  87. 3832c28 mac80211: fix RX path by Johannes Berg · 15 years ago
  88. 2b874e8 mac80211: rate control status only for controlled packets by Johannes Berg · 15 years ago
  89. 04de838 mac80211: add beacon filtering support by Kalle Valo · 15 years ago
  90. 9050bdd mac80211: disable power save when scanning by Kalle Valo · 15 years ago
  91. 15b7b06 mac80211: track beacons separately from the rx path activity by Kalle Valo · 15 years ago
  92. 3cf335d mac80211: decrease execution of the associated timer by Kalle Valo · 15 years ago
  93. 7986cf9 mac80211: remove mixed-cell and userspace MLME code by Johannes Berg · 15 years ago
  94. eec60b0 nl80211: Check iftype in cfg80211 code by Jouni Malinen · 15 years ago
  95. 35a8efe nl80211: Check that netif_runnin is true in cfg80211 code by Jouni Malinen · 15 years ago
  96. 65fc73a nl80211: Remove NL80211_CMD_SET_MGMT_EXTRA_IE by Jouni Malinen · 15 years ago
  97. d7873cb mac80211: Fix memleak in nl80211 authentication on deinit by Jouni Malinen · 15 years ago
  98. 827b1fb mac80211: resume properly, add suspend/resume test by Johannes Berg · 15 years ago
  99. 636a5d3 nl80211: Add MLME primitives to support external SME by Jouni Malinen · 15 years ago
  100. 6039f6d nl80211: Event notifications for MLME events by Jouni Malinen · 15 years ago