1. 2cc59e7 mac80211: reply to AUTH with DEAUTH if sta allocation fails in IBSS by Antonio Quartulli · 12 years ago
  2. 6ae1677 mac80211: move ieee80211_send_deauth_disassoc outside mlme code by Antonio Quartulli · 12 years ago
  3. 316b6b5 net/mac80211/scan.c: removes unnecessary semicolon by Peter Senna Tschudin · 12 years ago
  4. 23a85b45 mac80211: refactor set_channel_type by Michal Kazior · 12 years ago
  5. 964b19f mac80211: use synchronize_net() on key destroying by Eliad Peller · 12 years ago
  6. 761a48d mac80211: check power constraint IE size when parsing by Johannes Berg · 12 years ago
  7. 00b1482 Merge remote-tracking branch 'wireless-next/master' into mac80211-next by Johannes Berg · 12 years ago
  8. 882a7c6 mac80211: disconnect if channel switch fails by Johannes Berg · 12 years ago
  9. 30dd3ed mac80211: don't hang on to sched_scan_ies by Johannes Berg · 12 years ago
  10. 944b9e3 Merge remote-tracking branch 'mac80211/master' into mac80211-next by Johannes Berg · 12 years ago
  11. a4ed534 mac80211: use list_move instead of list_del/list_add by Wei Yongjun · 12 years ago
  12. 768be59 cfg80211: fix indentation by Hila Gonen · 12 years ago
  13. e5f5b2f wext: include wireless event id when it has a size problem by Arend van Spriel · 12 years ago
  14. 7ce8c7a mac80211: Various small fixes for cfg.c: mpath_set_pinfo() by LEO Airwarosu Yoichi Shinoda · 12 years ago
  15. 00ea6de mac80211: don't use kerneldoc for ieee80211_add_rx_radiotap_header by Johannes Berg · 12 years ago
  16. 00a9ac4 cfg80211: use list_move_tail instead of list_del/list_add_tail by Wei Yongjun · 12 years ago
  17. b4e4f47 nl80211: fix possible memory leak nl80211_connect() by Wei Yongjun · 12 years ago
  18. 3d2abdf mac80211: clear bssid on auth/assoc failure by Eliad Peller · 12 years ago
  19. 0ef24e5 mac80211: Do not check for valid hw_queues for P2P_DEVICE by Ilan Peer · 12 years ago
  20. a4881cc Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 12 years ago
  21. aba4e6f mac80211: Fix AP mode regression by Sujith Manoharan · 12 years ago
  22. 27f0112 mac80211: fix DS to MBSS address translation by Thomas Pedersen · 12 years ago
  23. 01e17da 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. 06d7de8 Revert "rfkill: remove dead code" by AceLan Kao · 12 years ago
  25. dcf3396 mac80211: clean up ieee80211_subif_start_xmit by Johannes Berg · 12 years ago
  26. fe94fe0 mac80211: pass channel to ieee80211_send_probe_req by Johannes Berg · 12 years ago
  27. c0af073 mac80211: convert ops checks to WARN_ON by Johannes Berg · 12 years ago
  28. 9b86487 mac80211: check operating channel in scan by Johannes Berg · 12 years ago
  29. 4797c7b mac80211: use RX status band instead of current band by Johannes Berg · 12 years ago
  30. 3d01be7 mac80211: don't assume channel is set in tracing by Johannes Berg · 12 years ago
  31. f9e6e95 mac80211: use oper_channel in rate init by Johannes Berg · 12 years ago
  32. 9e99a12 mac80211: remove freq/chantype from debugfs by Johannes Berg · 12 years ago
  33. e31583c mac80211: remove almost unused local variable by Johannes Berg · 12 years ago
  34. 466f310 mac80211: mesh: don't use global channel type by Johannes Berg · 12 years ago
  35. d348f69 mac80211: simplify buffers in aes_128_cmac_vector by Johannes Berg · 12 years ago
  36. 6d71117 mac80211: add IEEE80211_HW_P2P_DEV_ADDR_FOR_INTF by Johannes Berg · 12 years ago
  37. f142c6b mac80211: support P2P Device abstraction by Johannes Berg · 12 years ago
  38. 98104fde cfg80211: add P2P Device abstraction by Johannes Berg · 12 years ago
  39. cc74c0c mac80211: make ieee80211_beacon_connection_loss_work static by Johannes Berg · 12 years ago
  40. 5bc1420 mac80211: check size of channel switch IE when parsing by Johannes Berg · 12 years ago
  41. 3049000 mac80211: fix CSA handling timer by Johannes Berg · 12 years ago
  42. 57eebdf mac80211: clean up CSA handling code by Johannes Berg · 12 years ago
  43. 90bcf86 mac80211: remove unneeded 'bssid' variable by Johannes Berg · 12 years ago
  44. 4c29867 mac80211: support A-MPDU status reporting by Johannes Berg · 12 years ago
  45. 48613ec wireless: add radiotap A-MPDU status field by Johannes Berg · 12 years ago
  46. e687f61 mac80211: add supported rates change notification in IBSS by Antonio Quartulli · 12 years ago
  47. 4bd4c2d mac80211: clean up mpath_move_to_queue() by Thomas Pedersen · 12 years ago
  48. b22bd52 mac80211: use skb_queue_walk() in mesh_path_assign_nexthop by Thomas Pedersen · 12 years ago
  49. aa7a008 mac80211: avoid using synchronize_rcu in ieee80211_set_probe_resp by Eyal Shapira · 12 years ago
  50. df32381 mac80211: fix unnecessary beacon update after peering status change by Marco Porsch · 12 years ago
  51. 57f784f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 12 years ago
  52. cd17dec Bluetooth: Refactor in hci_le_conn_complete_evt by Andre Guedes · 12 years ago
  53. b47a09b Bluetooth: Lookup hci_conn in hci_le_conn_complete_evt by Andre Guedes · 12 years ago
  54. 0c95ab7 Bluetooth: Find hci_conn by BT_CONNECT state by Andre Guedes · 12 years ago
  55. f00a06a Bluetooth: Refactor hci_cs_le_create_conn by Andre Guedes · 12 years ago
  56. 847012c Bluetooth: Remove unneeded code by Andre Guedes · 12 years ago
  57. b9b343d Bluetooth: Fix hci_le_conn_complete_evt by Andre Guedes · 12 years ago
  58. 230fd16 Bluetooth: Trivial refactoring by Andre Guedes · 12 years ago
  59. de9b921 Bluetooth: Added /proc/net/sco via bt_procfs_init() by Masatake YAMATO · 12 years ago
  60. c6f5df16 Bluetooth: Added /proc/net/rfcomm via bt_procfs_init() by Masatake YAMATO · 12 years ago
  61. 5b28d95 Bluetooth: Added /proc/net/l2cap via bt_procfs_init() by Masatake YAMATO · 12 years ago
  62. 5c6ad8e Bluetooth: Added /proc/net/hidp via bt_procfs_init() by Masatake YAMATO · 12 years ago
  63. f7c8663 Bluetooth: Added /proc/net/hci via bt_procfs_init() by Masatake YAMATO · 12 years ago
  64. 8c8de58 Bluetooth: Added /proc/net/cmtp via bt_procfs_init() by Masatake YAMATO · 12 years ago
  65. 77cf558 Bluetooth: Added /proc/net/bnep via bt_procfs_init() by Masatake YAMATO · 12 years ago
  66. 256a06c Bluetooth: /proc/net/ entries for bluetooth protocols by Masatake YAMATO · 12 years ago
  67. 4af66c6 Bluetooth: Free the l2cap channel list only when refcount is zero by Jaganath Kanakkassery · 12 years ago
  68. 3064837 Bluetooth: Move l2cap_chan_hold/put to l2cap_core.c by Jaganath Kanakkassery · 12 years ago
  69. ee72d15 Bluetooth: Remove locking in hci_user_passkey_request_evt by Andre Guedes · 12 years ago
  70. 9e66463 Bluetooth: Make connect / disconnect cfm functions return void by Andrei Emeltchenko · 12 years ago
  71. c58e810 Bluetooth: Use lmp_no_flush_capable where applicable by Andre Guedes · 12 years ago
  72. 999dcd1 Bluetooth: Use lmp_sniffsubr_capable where applicable by Andre Guedes · 12 years ago
  73. 6eded10 Bluetooth: Use lmp_sniff_capable where applicable by Andre Guedes · 12 years ago
  74. 9f92ebf Bluetooth: Use lmp_rswitch_capable where applicable by Andre Guedes · 12 years ago
  75. 45db810f Bluetooth: Use lmp_esco_capable where applicable by Andre Guedes · 12 years ago
  76. 9a1a199 Bluetooth: Use lmp_ssp_capable where applicable by Andre Guedes · 12 years ago
  77. c383ddc Bluetooth: Use lmp_le_capable where applicable by Andre Guedes · 12 years ago
  78. ed3fa31 Bluetooth: Use lmp_bredr_capable where applicable by Andre Guedes · 12 years ago
  79. 78eb2f9 Bluetooth: Fix processing A2MP chan in security_cfm by Andrei Emeltchenko · 12 years ago
  80. d9fc1d5 Bluetooth: Do not shadow hdr variable by Andrei Emeltchenko · 12 years ago
  81. 8e8c7e3 Bluetooth: debug: Fix printing A2MP cmd code format by Andrei Emeltchenko · 12 years ago
  82. bb4b2a9 Bluetooth: mgmt: Managing only BR/EDR HCI controllers by Andrei Emeltchenko · 12 years ago
  83. f609a43 mac80211: skb leak in mesh_plink_frame_tx() by Thomas Pedersen · 12 years ago
  84. e7570df mac80211: don't request ack for peering close by Thomas Pedersen · 12 years ago
  85. 3e17f2b mac80211: remove ieee80211_clean_sdata() by Thomas Pedersen · 12 years ago
  86. 0d466b9c mac80211: improve cleanup when leaving mesh by Thomas Pedersen · 12 years ago
  87. 899852a cfg80211: Clear "beacon_found" on regulatory restore by Paul Stewart · 12 years ago
  88. 03f6b08 cfg80211: add channel flag to prohibit OFDM operation by Seth Forshee · 12 years ago
  89. dd4c926 mac80211: cancel mesh path timer by Johannes Berg · 12 years ago
  90. 2d9957c mac80211: clear timer bits when disconnecting by Johannes Berg · 12 years ago
  91. 19c3b83 mac80211: reset station MLME flags upon new association by Johannes Berg · 12 years ago
  92. caacf05 ipv4: Properly purge netdev references on uncached routes. by David S. Miller · 12 years ago
  93. c5038a8 ipv4: Cache routes in nexthop exception entries. by David S. Miller · 12 years ago
  94. d26b3a7 ipv4: percpu nh_rth_output cache by Eric Dumazet · 12 years ago
  95. 54764bb ipv4: Restore old dst_free() behavior. by Eric Dumazet · 12 years ago
  96. e83e654 mac80211: use eth_broadcast_addr by Johannes Berg · 12 years ago
  97. 1411af1 mac80211: enable WDS carrier only after adding station by Johannes Berg · 12 years ago
  98. c405c62 mac80211: manage carrier state in mesh by Johannes Berg · 12 years ago
  99. 2d56577 mac80211: use correct channel in TX by Johannes Berg · 12 years ago
  100. 6b77863 mac80211: fix current vs. operating channel in preq/beacon by Johannes Berg · 12 years ago