1. a0d0d16 Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by John W. Linville · 12 years ago
  2. 7d4e15b mac80211: fix the increment of unicast/multicast counters for forwarded PREQ by Chun-Yeow Yeoh · 12 years ago
  3. b203ca3 mac80211: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 12 years ago
  4. 35bcd59 mac80211: fix the assignment of PREQ's MAC address for Proactive RANN by Chun-Yeow Yeoh · 12 years ago
  5. d2a079f mac80211: fix the RANN propagation issues by Chun-Yeow Yeoh · 12 years ago
  6. 292c41a mac80211: fix the sparse warnings on endian handling in RANN propagation by Chun-Yeow Yeoh · 12 years ago
  7. 6b62bf3 mac80211: fix mesh airtime link metric estimating by Thomas Pedersen · 12 years ago
  8. d665508 mac80211: fix the support of setting non-forwarding entity in Mesh by Chun-Yeow Yeoh · 12 years ago
  9. 888d04d mac80211: use compare_ether_addr on MAC addresses instead of memcmp by Felix Fietkau · 12 years ago
  10. 3d045a5 mac80211: Fix the generation of PREQs in proactive RANN mechanism of HWMP by Chun-Yeow Yeoh · 12 years ago
  11. d26ad37 mac80211: clean up asm/unaligned.h inclusion by Johannes Berg · 12 years ago
  12. 874239f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 13 years ago
  13. 94f9065 {nl,cfg,mac}80211: Add support of setting non-forwarding entity in Mesh by Chun-Yeow Yeoh · 13 years ago
  14. 65e8b0c mac80211: Use the right headroom size for mesh mgmt frames by Javier Cardona · 13 years ago
  15. 0cfda85 mac80211: don't initiate path discovery when forwarding frame with unknown DA by Thomas Pedersen · 13 years ago
  16. dca7e94 {nl,cfg,mac}80211: implement dot11MeshHWMPperrMinInterval by Thomas Pedersen · 13 years ago
  17. 3c26f1f mac80211: fix switched HWMP frame addresses by Thomas Pedersen · 13 years ago
  18. 7e3c886 mac80211: failed forwarded mesh frame addressing by Thomas Pedersen · 13 years ago
  19. f2dc798 mac80211: minor cleanup to mesh state locking by Johannes Berg · 13 years ago
  20. 88d5346 mac80211: memory leak in mesh_queue_preq() by Dan Carpenter · 13 years ago
  21. d0ce185 mac80211: simplify mesh frame queue mapping and QoS by Javier Cardona · 13 years ago
  22. f3011cf mac80211: Avoid filling up mesh preq queue with redundant requests by Javier Cardona · 13 years ago
  23. 3b69a9c mac80211: comment allocation of mesh frames by Thomas Pedersen · 13 years ago
  24. 9709131 mac80211: Fix regression that allowed mpaths between non-peers. by Javier Cardona · 13 years ago
  25. 2154c81 mac80211: Mesh data frames must have the QoS header by Javier Cardona · 13 years ago
  26. 2cca397 mac80211: Defer tranmission of mesh path errors by Javier Cardona · 13 years ago
  27. 16dd726 {nl,cfg,mac}80211: let userspace make meshif mesh gate by Javier Cardona · 13 years ago
  28. 0507e15 {nl,cfg,mac}80211: let userspace set RANN interval by Javier Cardona · 13 years ago
  29. 5ee68e5 mac80211: mesh gate implementation by Javier Cardona · 13 years ago
  30. 7646887 mac80211: improve mpath debugging by Javier Cardona · 13 years ago
  31. 25d49e4 mac80211: update mesh path selection frame format by Thomas Pedersen · 13 years ago
  32. 1b1de7a mac80211: fix erroneous clearing of MESH_PATH_SN_VALID flag by Javier Cardona · 13 years ago
  33. 987dafa mac80211/mesh: make the preq queue lock consistent by Baruch Siach · 13 years ago
  34. 497888c treewide: fix potentially dangerous trailing ';' in #defined values/expressions by Phil Carmody · 13 years ago
  35. 40b275b mac80211: sparse RCU annotations by Johannes Berg · 13 years ago
  36. dea4096 mac80211: remove pointless mesh path timer RCU code by Johannes Berg · 13 years ago
  37. 9b76b1e mac80211: Only process mesh PREPs with equal seq number if metric is better. by Fabrice Deyber · 13 years ago
  38. 0915cba mac80211: Fix warnings due to -Wunused-but-set-variable by Rajkumar Manoharan · 13 years ago
  39. 45904f2 nl80211/mac80211: define and allow configuring mesh element TTL by Javier Cardona · 14 years ago
  40. 64592c8 mac80211: use common work struct by Johannes Berg · 14 years ago
  41. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  42. 5c01d56 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
  43. 97ad913 mac80211: Moved mesh action codes to a more visible location by Javier Cardona · 14 years ago
  44. cb4361c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  45. 533866b mac80211: fix PREQ processing and one small bug by Porsch, Marco · 14 years ago
  46. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  47. d346f49 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
  48. 47846c9 mac80211: reduce reliance on netdev by Johannes Berg · 15 years ago
  49. abe6063 mac80211: make station management completely depend on vif by Johannes Berg · 15 years ago
  50. 7b324d2 mac80211: Revert 'Use correct sign for mesh active path refresh' by Javier Cardona · 15 years ago
  51. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  52. 62ae67b mac80211: remove encrypt parameter from ieee80211_tx_skb by Johannes Berg · 15 years ago
  53. 15ff636 mac80211: use fixed broadcast address by Johannes Berg · 15 years ago
  54. 264d9b7 mac80211: update copyrights to 2009 by Rui Paulo · 15 years ago
  55. e304bfd mac80211: implement a timer to send RANN action frames by Rui Paulo · 15 years ago
  56. d19b3bf mac80211: replace "destination" with "target" to follow the spec by Rui Paulo · 15 years ago
  57. a6a58b4 mac80211: properly forward the RANN IE by Rui Paulo · 15 years ago
  58. d611f06 mac80211: update PERR frame format by Rui Paulo · 15 years ago
  59. 90a5e16 mac80211: implement RANN processing and forwarding by Rui Paulo · 15 years ago
  60. f3c0d88 mac80211: improve HWMP debugging by Rui Paulo · 15 years ago
  61. dbb81c4 mac80211: allow processing of more than one HWMP IE by Rui Paulo · 15 years ago
  62. 27db2e4 mac80211: add MAC80211_VERBOSE_MHWMP_DEBUG by Rui Paulo · 15 years ago
  63. 095de01 mac80211: update the format of path selection frames by Rui Paulo · 15 years ago
  64. f99288d mac80211: trivial: fix spelling in mesh_hwmp by Andrey Yurovsky · 15 years ago
  65. c8a61a7 mac80211: New stat counters for multicast and unicast forwarded frames by Daniel Walker · 15 years ago
  66. bfc32e6 mac80211: Decouple fail_avg stats used by mesh from rate control algorithm. by Javier Cardona · 15 years ago
  67. 57ef5dd mac80211: Mark a destination sequence number as valid when a PREQ is received. by David Woo · 15 years ago
  68. a9e3091 mac80211: Use correct sign for mesh active path refresh. by Andrey Yurovsky · 15 years ago
  69. fe58343 mac80211: Improve dequeing from mpath frame queue. by Javier Cardona · 15 years ago
  70. c03e20f mac80211: fix compilation of mesh (although its disabled) by Luis R. Rodriguez · 15 years ago
  71. 42935ec mac80211: redefine usage of the mac80211 workqueue by Luis R. Rodriguez · 15 years ago
  72. 249b405 mac80211: Fix regression in mesh forwarding path. by Javier Cardona · 15 years ago
  73. a43816d mac80211: mesh: fix two small problems by Johannes Berg · 15 years ago
  74. 59615b5 mac80211: fix allocation in mesh_queue_preq by Andrey Yurovsky · 15 years ago
  75. 5bb644a mac80211: cancel/restart all timers across suspend/resume by Johannes Berg · 15 years ago
  76. 20ad19d mac80211: fix RX aggregation timeouts by Johannes Berg · 16 years ago
  77. 2182b83 mac80211: trivial documentation fix (mesh_nexthop_lookup()). by Rami Rosen · 16 years ago
  78. 1acc97b mac80211: 802.11w - Do not force Action frames to disable encryption by Jouni Malinen · 16 years ago
  79. cf005b1 net: remove redundant argument comments by Qinghuang Feng · 16 years ago
  80. e6a9854 mac80211/drivers: rewrite the rate control API by Johannes Berg · 16 years ago
  81. ae17e98 mac80211: move txrate_idx into RC algorithms by Johannes Berg · 16 years ago
  82. 17741cd mac80211: share STA information with driver by Johannes Berg · 16 years ago
  83. 472dbc4 mac80211: split off mesh handling entirely by Johannes Berg · 16 years ago
  84. e50db65 mac80211: move frame TX function by Johannes Berg · 16 years ago
  85. 9c80d3d mac80211: fix action frame length checks by Johannes Berg · 16 years ago
  86. f698d85 replace net_device arguments with ieee80211_{local,sub_if_data} as appropriate by Jasper Bryant-Greene · 16 years ago
  87. e7827a7 mac80211: remove IEEE80211_FC helper by Harvey Harrison · 16 years ago
  88. e32f85f mac80211: fix use of skb->cb for mesh forwarding by Luis Carlos Cobo · 16 years ago
  89. f42a444 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  90. ae7245c wireless: use get/put_unaligned_* helpers by Harvey Harrison · 16 years ago
  91. 812714d mac80211: mesh hwmp: fix kfree(skb) by Patrick McHardy · 16 years ago
  92. f375d55 asm/unaligned.h doesn't work well as the very first include by Al Viro · 16 years ago
  93. 9cfb000 mac80211: clean up IEEE80211_FC use by Johannes Berg · 16 years ago
  94. a00de5d mac80211: path IE fields macros, fix alignment problems and clean up by Luis Carlos Cobo · 16 years ago
  95. cfa22c7 mac80211: always force mesh_path deletions by Luis Carlos Cobo · 16 years ago
  96. aa2b592 mac80211: clean up use of endianness conversion functions by Luis Carlos Cobo · 16 years ago
  97. 37659ff mac80211: fix mesh endianness sparse warnings and unmark it as broken by Luis Carlos Cobo · 16 years ago
  98. d0709a6 mac80211: RCU-ify STA info structure access by Johannes Berg · 16 years ago
  99. dc0b0f7 mac80211: mesh hwmp locking fixes by Johannes Berg · 16 years ago
  100. 050ac52 mac80211: code for on-demand Hybrid Wireless Mesh Protocol by Luis Carlos Cobo · 16 years ago