1. 86e8cf9 nl80211: use small state buffer for wiphy_dump by Johannes Berg · 12 years ago
  2. f93beba Merge remote-tracking branch 'mac80211/master' into HEAD by Johannes Berg · 12 years ago
  3. 3a5a423 nl80211: fix attrbuf access race by allocating a separate one by Johannes Berg · 12 years ago
  4. 52874a5 Revert "mac80211: in IBSS use the Auth frame to trigger STA reinsertion" by Antonio Quartulli · 12 years ago
  5. 3aede78 mac80211: change IBSS channel state to chandef by Simon Wunderlich · 12 years ago
  6. 0418a44 mac80211: fix various components for the new 5 and 10 MHz widths by Simon Wunderlich · 12 years ago
  7. 2f301ab nl80211/cfg80211: add 5 and 10 MHz defines and wiphy flag by Simon Wunderlich · 12 years ago
  8. f81a9de mac80211: update mesh beacon on workqueue by Thomas Pedersen · 12 years ago
  9. a1193be nl80211: use attributes to parse beacons by Simon Wunderlich · 12 years ago
  10. 38745c7 mac80211: Fix VHT bandwidth change event by Ilan Peer · 12 years ago
  11. 817cee7 mac80211: track AP's beacon rate and give it to the driver by Alexander Bondar · 12 years ago
  12. e562078 mac80211: Ensure tid_start_tx is protected by sta->lock by Ben Greear · 12 years ago
  13. 661eb38 mac80211: fix TX aggregation TID struct leak by Johannes Berg · 12 years ago
  14. 795d855 mac80211: Fix rate control mask matching call by Simon Wunderlich · 12 years ago
  15. a6b368f mac80211: abort CAC in stop_ap() by Simon Wunderlich · 12 years ago
  16. 35d865a mac80211: work around broken APs not including HT info by Johannes Berg · 12 years ago
  17. 940d0ac cfg80211: fix rtnl leak in wiphy dump error cases by Johannes Berg · 12 years ago
  18. ea141b75 nl80211: allow sending CMD_FRAME without specifying any frequency by Antonio Quartulli · 12 years ago
  19. f7aeb6f mac80211: make mgmt_tx accept a NULL channel by Antonio Quartulli · 12 years ago
  20. 3d124ea cfg80211: fix VHT TDLS peer AID verification by Jouni Malinen · 12 years ago
  21. ffb3cf3 {nl,mac,cfg}80211: Allow user to configure basic rates for mesh by Ashok Nagarajan · 12 years ago
  22. 66de671 mac80211: expire mesh peers based on mesh configuration by Colleen Twitty · 12 years ago
  23. 8e7c053 {nl,cfg}80211: make peer link expiration time configurable by Colleen Twitty · 12 years ago
  24. ecccd07 mac80211: fix mesh deadlock by Thomas Pedersen · 12 years ago
  25. 780b40d wireless: fix kernel-doc by Johannes Berg · 12 years ago
  26. 989c650 mac80211: Use suitable semantics for beacon availability indication by Alexander Bondar · 12 years ago
  27. 482a9c7 mac80211: fix powersave bug and clean up ieee80211_rx_bss_info by Alexander Bondar · 12 years ago
  28. 9b88196 cfg80211: make wiphy index start at 0 again by Johannes Berg · 12 years ago
  29. 256c90d cfg80211: fix potential deadlock regression by Johannes Berg · 12 years ago
  30. 3430140 regulatory: use proper enum return value by Johannes Berg · 12 years ago
  31. ceca7b7 cfg80211: separate internal SME implementation by Johannes Berg · 12 years ago
  32. 6ff57cf cfg80211/mac80211: clean up cfg80211 SME APIs by Johannes Berg · 12 years ago
  33. ff40b42 mac80211: set IEEE80211_TX_CTL_REQ_TX_STATUS on nullframes by Pontus Fuchs · 12 years ago
  34. 9c90a9f nl80211: remove bogus genlmsg_end() error checking by Johannes Berg · 12 years ago
  35. d6d23de mac80211: add a tx control flag to indicate PS-Poll/uAPSD response by Felix Fietkau · 12 years ago
  36. 964dc9e cfg80211: take WoWLAN support information out of wiphy struct by Johannes Berg · 12 years ago
  37. e05eccc mac80211: set mesh formation field properly by Jacob Minshall · 12 years ago
  38. 866403a mac80211: don't check local mesh TTL on TX by Thomas Pedersen · 12 years ago
  39. ed405be mac80211: fix sdata locking around __ieee80211_request_smps by Johannes Berg · 12 years ago
  40. f4d5794 mac80211: always send multicast on CAB queue by Johannes Berg · 12 years ago
  41. 31eba5b mac80211: support active monitor interfaces by Felix Fietkau · 12 years ago
  42. e057d3c cfg80211: support an active monitor interface flag by Felix Fietkau · 12 years ago
  43. 6abb9cb cfg80211: make WoWLAN configuration available to drivers by Johannes Berg · 12 years ago
  44. ac20976 mac80211: Allow single vif mac address change with addr_mask by Helmut Schaa · 12 years ago
  45. c8aa22d mac80211: close AP_VLAN interfaces before unregistering all by Johannes Berg · 12 years ago
  46. 1351c5d mac80211: assign AP_VLAN hw queues correctly by Johannes Berg · 12 years ago
  47. 83739b0 cfg80211: remove some locked wrappers from sme API by Johannes Berg · 12 years ago
  48. 91bf9b2 cfg80211: remove some locked wrappers from mlme API by Johannes Berg · 12 years ago
  49. 38fd214 regulatory: remove reg_mutex by Johannes Berg · 12 years ago
  50. db2424c regulatory: use RCU in regulatory_hint_11d() by Johannes Berg · 12 years ago
  51. 1cdd59c cfg80211: simplify and correct P2P-Device scan check by Johannes Berg · 12 years ago
  52. 8d61ffa cfg80211/mac80211: use cfg80211 wdev mutex in mac80211 by Johannes Berg · 12 years ago
  53. 5fe231e cfg80211: vastly simplify locking by Johannes Berg · 12 years ago
  54. 73810b7 cfg80211: use atomic_t for wiphy counter by Johannes Berg · 12 years ago
  55. 9f419f3 cfg80211: move cfg80211_get_dev_from_ifindex under wext by Johannes Berg · 12 years ago
  56. dde7dc7 Merge remote-tracking branch 'mac80211/master' into mac80211-next by Johannes Berg · 12 years ago
  57. b422c6c {cfg,mac}80211: move mandatory rates calculation to cfg80211 by Ashok Nagarajan · 12 years ago
  58. d4a5a48 mac80211: Move mesh estab_plinks outside mesh_stats debug group by Ashok Nagarajan · 12 years ago
  59. 5e4b6f5 cfg80211: Allow TDLS peer AID to be configured for VHT by Jouni Malinen · 12 years ago
  60. 786677d mac80211: add STBC flag for radiotap by Oleksij Rempel · 12 years ago
  61. 4c8a9d4 mac80211: close AP_VLAN interfaces before unregistering all by Johannes Berg · 12 years ago
  62. 5f38a11 mac80211: assign AP_VLAN hw queues correctly by Johannes Berg · 12 years ago
  63. 4325d72 cfg80211: fix reporting 64-bit station info tx bytes by Felix Fietkau · 12 years ago
  64. 2b43631 mac80211: fix queue handling crash by Johannes Berg · 12 years ago
  65. c815797 cfg80211: check wdev->netdev in connection work by Johannes Berg · 12 years ago
  66. 6211dd1 mac80211: fix direct probe auth by Stanislaw Gruszka · 12 years ago
  67. ce85788 mac80211: enable power save only if DTIM period is available by Alexander Bondar · 12 years ago
  68. 0d4261a mac80211: enable Auth Protocol Identifier on mesh config. by Colleen Twitty · 12 years ago
  69. 6e16d90 cfg80211: Userspace may inform kernel of mesh auth method. by Colleen Twitty · 12 years ago
  70. 7ade703 cfg80211: use C99 initialisers to simplify code a bit by Johannes Berg · 12 years ago
  71. bd500af mac80211: write memcpy differently for smatch by Johannes Berg · 12 years ago
  72. 4325f6c wireless: move crypto constants to ieee80211.h by Johannes Berg · 12 years ago
  73. 04a161f mac80211: fix HT beacon-based channel switch handling by Johannes Berg · 12 years ago
  74. fb4e156 nl80211: Add generic netlink module alias for cfg80211/nl80211 by Marcel Holtmann · 12 years ago
  75. 55300a1 cfg80211: add 60GHz regulatory class by Vladimir Kondratiev · 12 years ago
  76. ef0621e mac80211: add support for per-chain signal strength reporting by Felix Fietkau · 12 years ago
  77. 119363c cfg80211: add support for per-chain signal strength reporting by Felix Fietkau · 12 years ago
  78. e248ad3 cfg80211: fix sending WoWLAN TCP wakeup settings by Johannes Berg · 12 years ago
  79. de3d43a mac80211: report deauth to cfg80211 for local state change by Johannes Berg · 12 years ago
  80. 2430816 cfg80211: fix interface down/disconnect state handling by Johannes Berg · 12 years ago
  81. 2b9ccd4 mac80211: fix AP-mode frame matching by Johannes Berg · 12 years ago
  82. a838490 nl80211: Add wdev identifier to some nl80211 notifications by Ilan Peer · 12 years ago
  83. 655914a mac80211: use just spin_lock() in ieee80211_get_tkip_p2k() by Johannes Berg · 12 years ago
  84. f6b3d85 mac80211: fix spurious RCU warning and update documentation by Felix Fietkau · 12 years ago
  85. 3670946 mac80211: fix HT beacon-based channel switch handling by Johannes Berg · 12 years ago
  86. b8360ab mac80211: fix IEEE80211_SDATA_DISCONNECT_RESUME by Johannes Berg · 12 years ago
  87. a92eecb cfg80211: fix WoWLAN wakeup tracing by Johannes Berg · 12 years ago
  88. 03cd7e4 cfg80211: fix wiphy_register error path by Johannes Berg · 12 years ago
  89. c4cc75c Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 12 years ago
  90. 2dbd3ca Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  91. 8cbc95e Merge tag 'nfs-for-3.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  92. 19acc32 gso: Handle Trans-Ether-Bridging protocol in skb_network_protocol() by Pravin B Shelar · 12 years ago
  93. fb43f11 SUNRPC: fix decoding of optional gss-proxy xdr fields by J. Bruce Fields · 12 years ago
  94. 51a26ae Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  95. 6bf1519 tipc: potential divide by zero in tipc_link_recv_fragment() by Dan Carpenter · 12 years ago
  96. cb4b102f tipc: add a bounds check in link_recv_changeover_msg() by Dan Carpenter · 12 years ago
  97. 91f8575 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  98. a3dbbc2 netpoll: inverted down_trylock() test by Dan Carpenter · 12 years ago
  99. 243198d rps_dev_flow_table_release(): no need to delay vfree() by Al Viro · 12 years ago
  100. 0020356 fib_trie: no need to delay vfree() by Al Viro · 12 years ago