1. b2e506b mac80211: parse VHT channel switch IEs by Johannes Berg · 11 years ago
  2. 0ca54f6 mac80211: provide SSID in IBSS mode by Marek Puzyniak · 11 years ago
  3. 1cd8e88 mac80211: check DSSS params IE length in parser by Johannes Berg · 11 years ago
  4. c3ffeab mac80211: ibss: use beacon_data struct for beacon and probe response by Johannes Berg · 12 years ago
  5. 1852d40 mac80211: ibss: disable beaconing before freeing beacon by Johannes Berg · 12 years ago
  6. a618294 mac80211: cleanup suspend/resume on ibss mode by Stanislaw Gruszka · 12 years ago
  7. e1a0c6b mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40 by Johannes Berg · 12 years ago
  8. fd0f979 mac80211: simplify idle handling by Johannes Berg · 12 years ago
  9. 8cef2c9 cfg80211: move TSF into IEs by Johannes Berg · 12 years ago
  10. 5b112d3 cfg80211: pass wiphy to cfg80211_ref_bss/put_bss by Johannes Berg · 12 years ago
  11. 1672c0e3 mac80211: start auth/assoc timeout on frame status by Johannes Berg · 12 years ago
  12. d6a8322 mac80211: track enable_beacon explicitly by Johannes Berg · 12 years ago
  13. d45c417 mac82011: use frame control to differentiate probe resp/beacon by Emmanuel Grumbach · 12 years ago
  14. b998e8b mac80211: remove final sta_info_flush() by Johannes Berg · 12 years ago
  15. 34bcf71 mac80211: fix ibss scanning by Stanislaw Gruszka · 12 years ago
  16. c66cfd5 Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-next by John W. Linville · 12 years ago
  17. 2f91a96 mac80211: adapt slot time in IBSS mode by Simon Wunderlich · 12 years ago
  18. 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
  19. 4bf8853 mac80211: convert to channel definition struct by Johannes Berg · 12 years ago
  20. 3d9d1d6 nl80211/cfg80211: support VHT channel configuration by Johannes Berg · 12 years ago
  21. 683b6d3 cfg80211: pass a channel definition struct by Johannes Berg · 12 years ago
  22. 7bed205 mac80211: in ADHOC print debug message for every Auth message by Antonio Quartulli · 12 years ago
  23. 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
  24. b311749 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  25. f4bda33 mac80211: support RX_FLAG_MACTIME_END by Thomas Pedersen · 12 years ago
  26. b78a493 mac80211: deinitialize ibss-internals after emptiness check by Simon Wunderlich · 12 years ago
  27. ab3d59d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  28. badecb0 mac80211: fix SSID copy on IBSS JOIN by Antonio Quartulli · 12 years ago
  29. c13a765 mac80211: Notify new IBSS network creation by Sujith Manoharan · 12 years ago
  30. 700e8ea mac80211: Take status code as parameter to ieee80211_send_auth by Jouni Malinen · 12 years ago
  31. 04ecd25 mac80211: track needed RX chains for channel contexts by Johannes Berg · 12 years ago
  32. 55de908 mac80211: use channel contexts by Johannes Berg · 12 years ago
  33. 2514ec8 mac80211: fix IBSS auth TX debug message by Sylvain Roger Rieunier · 12 years ago
  34. 2cc59e7 mac80211: reply to AUTH with DEAUTH if sta allocation fails in IBSS by Antonio Quartulli · 12 years ago
  35. e687f61 mac80211: add supported rates change notification in IBSS by Antonio Quartulli · 12 years ago
  36. e83e654 mac80211: use eth_broadcast_addr by Johannes Berg · 12 years ago
  37. 273686d mac80211: use oper_channel in ibss by Johannes Berg · 12 years ago
  38. bdcbd8e mac80211: clean up debugging by Johannes Berg · 12 years ago
  39. 08ce5ab mac80211: two small verbose debug cleanups by Johannes Berg · 12 years ago
  40. 452a6d2 mac80211: send auth in IBSS only if userspace isn't handling it by Will Hawkins · 12 years ago
  41. d58e7e3 cfg80211: simplify cfg80211_can_beacon_sec_chan API by Johannes Berg · 12 years ago
  42. 499f42b net: mac80211: Add and use ibss_vdbg debugging macro by Joe Perches · 12 years ago
  43. f0d2320 net: mac80211: Convert printk(KERN_DEBUG to pr_debug by Joe Perches · 12 years ago
  44. a0d0d16 Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by John W. Linville · 12 years ago
  45. 0d894ec mac80211: Push the deleted comment to correct place by Ashok Nagarajan · 12 years ago
  46. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 12 years ago
  47. c597f66 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 12 years ago
  48. b203ca3 mac80211: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 12 years ago
  49. 431e315 mac80211: Advertise HT protection mode in IEs by Ashok Nagarajan · 12 years ago
  50. f240019 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  51. 6741e7f mac80211: fix logic error in ibss channel type check by Felix Fietkau · 12 years ago
  52. 9ebb61a mac80211: Modify sta_get_rates to give basic rates by Ashok Nagarajan · 12 years ago
  53. 32c5057 mac80211: use IEEE80211_NUM_ACS by Johannes Berg · 12 years ago
  54. 074d46d wireless: rename ht_info to ht_operation by Johannes Berg · 13 years ago
  55. 888d04d mac80211: use compare_ether_addr on MAC addresses instead of memcmp by Felix Fietkau · 13 years ago
  56. d26ad37 mac80211: clean up asm/unaligned.h inclusion by Johannes Berg · 13 years ago
  57. 267335d cfg80211/mac80211: userspace peer authorization in IBSS by Antonio Quartulli · 13 years ago
  58. 874239f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 13 years ago
  59. 83d5cc0 mac80211: station state transition error handling by Johannes Berg · 13 years ago
  60. c037b83 Revert "mac80211: Do not scan for IBSS merge with a fixed BSSID." by John W. Linville · 13 years ago
  61. f1e3be15 mac80211: Do not scan for IBSS merge with a fixed BSSID. by Nicolas Cavallari · 13 years ago
  62. ba19602 mac80211: update oper_channel on ibss join by Eliad Peller · 13 years ago
  63. 6d810f1 mac80211: in IBSS use the Auth frame to trigger STA reinsertion by Antonio Quartulli · 13 years ago
  64. 24dd0dd mac80211: add a 2-way Authentication challenge to IBSS mode by Antonio Quartulli · 13 years ago
  65. f124970 mac80211: remove useless DA checking in ieee80211_rx_mgmt_probe_resp() by Antonio Quartulli · 13 years ago
  66. efa6a09 mac80211: In IBSS the DA field of auth frames is different from BSSID by Antonio Quartulli · 13 years ago
  67. 39d02a7 mac80211: minor cleanup by Mohammed Shafi Shajakhan · 13 years ago
  68. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 13 years ago
  69. 8bf11d8 mac80211: delay IBSS station insertion by Johannes Berg · 13 years ago
  70. d9a7ddb mac80211: refactor station state transitions by Johannes Berg · 13 years ago
  71. cb71b8d mac80211: free skb on error path of ieee80211_ibss_join() by Simon Wunderlich · 13 years ago
  72. fb03c5e mac80211: unlock on error path in ieee80211_ibss_join() by Dan Carpenter · 13 years ago
  73. 13c40c5 mac80211: Add HT operation modes for IBSS by Alexander Simon · 13 years ago
  74. ff3cc5f mac80211: handle protection mode, RIFS and ADDBA for HT IBSS by Simon Wunderlich · 13 years ago
  75. 86a2ea4 mac80211: set carrier_on for ibss vifs only while joined by Eliad Peller · 13 years ago
  76. 094daf7 Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  77. c2c98fd mac80211: optimise station flags by Johannes Berg · 13 years ago
  78. 8e00f5f Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  79. 37a41b4 mac80211: add ieee80211_vif param to tsf functions by Eliad Peller · 13 years ago
  80. a7ce1c9 mac80211: fix indentation by Alexander Simon · 13 years ago
  81. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  82. f3209be mac80211: fix IBSS teardown race by Johannes Berg · 13 years ago
  83. 40b275b mac80211: sparse RCU annotations by Johannes Berg · 13 years ago
  84. 0915cba mac80211: Fix warnings due to -Wunused-but-set-variable by Rajkumar Manoharan · 13 years ago
  85. 1ed7648 mac80211: fix suppressing probe responses in ad-hoc mode by Felix Fietkau · 13 years ago
  86. 2973773 mac80211: remove IBSS merge delay by Johannes Berg · 14 years ago
  87. 6ebacbb mac80211: rename RX_FLAG_TSFT by Johannes Berg · 14 years ago
  88. c269a20 mac80211: reply to directed probes in IBSS by Johannes Berg · 14 years ago
  89. 59eb21a cfg80211: Extend channel to frequency mapping for 802.11j by Bruno Randolf · 14 years ago
  90. b4aa9e0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  91. c926d00 mac80211: Fix NULL-pointer deference on ibss merge when not ready by Tim Harvey · 14 years ago
  92. dd5b4cc cfg80211/mac80211: improve ad-hoc multicast rate handling by Felix Fietkau · 14 years ago
  93. 8f0729b mac80211: add support for setting the ad-hoc multicast rate by Felix Fietkau · 14 years ago
  94. c8716d9 mac80211: Fix ibss station got expired immediately by Rajkumar Manoharan · 14 years ago
  95. 9eba612 mac80211: Add WME information element for IBSS by Bruno Randolf · 14 years ago
  96. 0fb9a9e net/mac80211: Use wiphy_<level> by Joe Perches · 14 years ago
  97. 7da7cc1 mac80211: per interface idle notification by Johannes Berg · 14 years ago
  98. 7a17a33 mac80211: proper IBSS locking by Johannes Berg · 14 years ago
  99. bc05d19 mac80211: fix IBSS lockdep complaint by Johannes Berg · 14 years ago
  100. 5ea096c mac80211: remove BSS from cfg80211 list when leaving IBSS by Teemu Paasikivi · 14 years ago