1. e83e654 mac80211: use eth_broadcast_addr by Johannes Berg · 12 years ago
  2. 273686d mac80211: use oper_channel in ibss by Johannes Berg · 12 years ago
  3. bdcbd8e mac80211: clean up debugging by Johannes Berg · 12 years ago
  4. 08ce5ab mac80211: two small verbose debug cleanups by Johannes Berg · 12 years ago
  5. 452a6d2 mac80211: send auth in IBSS only if userspace isn't handling it by Will Hawkins · 12 years ago
  6. d58e7e3 cfg80211: simplify cfg80211_can_beacon_sec_chan API by Johannes Berg · 12 years ago
  7. 499f42b net: mac80211: Add and use ibss_vdbg debugging macro by Joe Perches · 12 years ago
  8. f0d2320 net: mac80211: Convert printk(KERN_DEBUG to pr_debug by Joe Perches · 12 years ago
  9. a0d0d16 Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by John W. Linville · 12 years ago
  10. 0d894ec mac80211: Push the deleted comment to correct place by Ashok Nagarajan · 12 years ago
  11. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 12 years ago
  12. c597f66 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 12 years ago
  13. b203ca3 mac80211: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 12 years ago
  14. 431e315 mac80211: Advertise HT protection mode in IEs by Ashok Nagarajan · 12 years ago
  15. f240019 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  16. 6741e7f mac80211: fix logic error in ibss channel type check by Felix Fietkau · 12 years ago
  17. 9ebb61a mac80211: Modify sta_get_rates to give basic rates by Ashok Nagarajan · 12 years ago
  18. 32c5057 mac80211: use IEEE80211_NUM_ACS by Johannes Berg · 13 years ago
  19. 074d46d wireless: rename ht_info to ht_operation by Johannes Berg · 13 years ago
  20. 888d04d mac80211: use compare_ether_addr on MAC addresses instead of memcmp by Felix Fietkau · 13 years ago
  21. d26ad37 mac80211: clean up asm/unaligned.h inclusion by Johannes Berg · 13 years ago
  22. 267335d cfg80211/mac80211: userspace peer authorization in IBSS by Antonio Quartulli · 13 years ago
  23. 874239f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 13 years ago
  24. 83d5cc0 mac80211: station state transition error handling by Johannes Berg · 13 years ago
  25. c037b83 Revert "mac80211: Do not scan for IBSS merge with a fixed BSSID." by John W. Linville · 13 years ago
  26. f1e3be15 mac80211: Do not scan for IBSS merge with a fixed BSSID. by Nicolas Cavallari · 13 years ago
  27. ba19602 mac80211: update oper_channel on ibss join by Eliad Peller · 13 years ago
  28. 6d810f1 mac80211: in IBSS use the Auth frame to trigger STA reinsertion by Antonio Quartulli · 13 years ago
  29. 24dd0dd mac80211: add a 2-way Authentication challenge to IBSS mode by Antonio Quartulli · 13 years ago
  30. f124970 mac80211: remove useless DA checking in ieee80211_rx_mgmt_probe_resp() by Antonio Quartulli · 13 years ago
  31. efa6a09 mac80211: In IBSS the DA field of auth frames is different from BSSID by Antonio Quartulli · 13 years ago
  32. 39d02a7 mac80211: minor cleanup by Mohammed Shafi Shajakhan · 13 years ago
  33. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 13 years ago
  34. 8bf11d8 mac80211: delay IBSS station insertion by Johannes Berg · 13 years ago
  35. d9a7ddb mac80211: refactor station state transitions by Johannes Berg · 13 years ago
  36. cb71b8d mac80211: free skb on error path of ieee80211_ibss_join() by Simon Wunderlich · 13 years ago
  37. fb03c5e mac80211: unlock on error path in ieee80211_ibss_join() by Dan Carpenter · 13 years ago
  38. 13c40c5 mac80211: Add HT operation modes for IBSS by Alexander Simon · 13 years ago
  39. ff3cc5f mac80211: handle protection mode, RIFS and ADDBA for HT IBSS by Simon Wunderlich · 13 years ago
  40. 86a2ea4 mac80211: set carrier_on for ibss vifs only while joined by Eliad Peller · 13 years ago
  41. 094daf7 Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  42. c2c98fd mac80211: optimise station flags by Johannes Berg · 13 years ago
  43. 8e00f5f Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  44. 37a41b4 mac80211: add ieee80211_vif param to tsf functions by Eliad Peller · 13 years ago
  45. a7ce1c9 mac80211: fix indentation by Alexander Simon · 13 years ago
  46. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  47. f3209be mac80211: fix IBSS teardown race by Johannes Berg · 13 years ago
  48. 40b275b mac80211: sparse RCU annotations by Johannes Berg · 13 years ago
  49. 0915cba mac80211: Fix warnings due to -Wunused-but-set-variable by Rajkumar Manoharan · 13 years ago
  50. 1ed7648 mac80211: fix suppressing probe responses in ad-hoc mode by Felix Fietkau · 14 years ago
  51. 2973773 mac80211: remove IBSS merge delay by Johannes Berg · 14 years ago
  52. 6ebacbb mac80211: rename RX_FLAG_TSFT by Johannes Berg · 14 years ago
  53. c269a20 mac80211: reply to directed probes in IBSS by Johannes Berg · 14 years ago
  54. 59eb21a cfg80211: Extend channel to frequency mapping for 802.11j by Bruno Randolf · 14 years ago
  55. b4aa9e0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  56. c926d00 mac80211: Fix NULL-pointer deference on ibss merge when not ready by Tim Harvey · 14 years ago
  57. dd5b4cc cfg80211/mac80211: improve ad-hoc multicast rate handling by Felix Fietkau · 14 years ago
  58. 8f0729b mac80211: add support for setting the ad-hoc multicast rate by Felix Fietkau · 14 years ago
  59. c8716d9 mac80211: Fix ibss station got expired immediately by Rajkumar Manoharan · 14 years ago
  60. 9eba612 mac80211: Add WME information element for IBSS by Bruno Randolf · 14 years ago
  61. 0fb9a9e net/mac80211: Use wiphy_<level> by Joe Perches · 14 years ago
  62. 7da7cc1 mac80211: per interface idle notification by Johannes Berg · 14 years ago
  63. 7a17a33 mac80211: proper IBSS locking by Johannes Berg · 14 years ago
  64. bc05d19 mac80211: fix IBSS lockdep complaint by Johannes Berg · 14 years ago
  65. 5ea096c mac80211: remove BSS from cfg80211 list when leaving IBSS by Teemu Paasikivi · 14 years ago
  66. 392cfdb mac80211: Set changed basic rates flag by Teemu Paasikivi · 14 years ago
  67. fbd2c8d mac80211: Set basic rates while joining ibss network by Teemu Paasikivi · 14 years ago
  68. 77a121c mac80211: pull mgmt frame rx into rx handler by Johannes Berg · 14 years ago
  69. 36b3a62 mac80211: common work skb freeing by Johannes Berg · 14 years ago
  70. 1fa57d0 mac80211: use common work function by Johannes Berg · 14 years ago
  71. 64592c8 mac80211: use common work struct by Johannes Berg · 14 years ago
  72. 35f20c1 mac80211: use common skb queue by Johannes Berg · 14 years ago
  73. 3a4d4aa mac80211: remove bogus mod_timer() call by Johannes Berg · 14 years ago
  74. cc75589 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
  75. 0aaffa9 mac80211: improve HT channel handling by Johannes Berg · 14 years ago
  76. 8316324 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
  77. adfba3c mac80211: use fixed channel in ibss join when appropriate by Johannes Berg · 14 years ago
  78. be4a4b6 mac80211: improve IBSS scanning by Johannes Berg · 14 years ago
  79. 49b5c7f mac80211: tell driver about IBSS merge by Johannes Berg · 14 years ago
  80. 8fc214b mac80211: notify driver about IBSS status by Johannes Berg · 14 years ago
  81. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  82. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  83. 09a08cf mac80211: (really) fix rates setup on IBSS merge by Bruno Randolf · 15 years ago
  84. 819386d Revert "mac80211: fix rates setup on IBSS merge" by John W. Linville · 15 years ago
  85. b4d59a9 mac80211: fix rates setup on IBSS merge by Bruno Randolf · 15 years ago
  86. 34e8950 mac80211: allow station add/remove to sleep by Johannes Berg · 15 years ago
  87. 6e7e621 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 15 years ago
  88. 0da780c mac80211: Fix probe request filtering in IBSS mode by Benoit Papillault · 15 years ago
  89. a98bfec mac80211: Fixed a bug in IBSS merge by Benoit Papillault · 15 years ago
  90. ce9058a mac80211: removed useless code in IBSS management by Benoit Papillault · 15 years ago
  91. 891dc5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 15 years ago
  92. 0c1ad2c mac80211: proper bss private data handling by Johannes Berg · 15 years ago
  93. 9607e6b mac80211: add ieee80211_sdata_running by Johannes Berg · 15 years ago
  94. 2e10d33 mac80211: fix ibss join with fixed-bssid by Felix Fietkau · 15 years ago
  95. 47846c9 mac80211: reduce reliance on netdev by Johannes Berg · 15 years ago
  96. abe6063 mac80211: make station management completely depend on vif by Johannes Berg · 15 years ago
  97. 62ae67b mac80211: remove encrypt parameter from ieee80211_tx_skb by Johannes Berg · 15 years ago
  98. f6d773c 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
  99. 450aae3 mac80211: Fix IBSS merge by Sujith · 15 years ago
  100. f446d10 mac80211: fix BSS leak by Johannes Berg · 15 years ago