1. 01e0daa cfg80211: fix reporting 5/10 MHz support to user space by Felix Fietkau · 11 years ago
  2. 4c7d398 cfg80211: use enum nl80211_dfs_regions for dfs_region everywhere by Luis R. Rodriguez · 11 years ago
  3. 21f659b mac80211: add min required channel definition field by Eliad Peller · 11 years ago
  4. fbdd90e mac80211: enable easier manipulation of VHT beamforming caps by Eyal Shapira · 11 years ago
  5. 2a90146 cfg80211: add an option to disable processing country IEs by Luis R. Rodriguez · 11 years ago
  6. a09a85a cfg80211: add flags to define country IE processing rules by Luis R. Rodriguez · 11 years ago
  7. a2f73b6 cfg80211: move regulatory flags to their own variable by Luis R. Rodriguez · 11 years ago
  8. 2475b1cc mac80211: add generic cipher scheme support by Max Stepanov · 11 years ago
  9. d2859df cfg80211/mac80211: DFS setup chandef for cac event by Janusz Dziedzic · 11 years ago
  10. 222ea58 cfg80211: force WIPHY_FLAG_CUSTOM_REGULATORY on wiphy_apply_custom_regulatory() by Luis R. Rodriguez · 11 years ago
  11. 8fe02e1 cfg80211: consolidate passive-scan and no-ibss flags by Luis R. Rodriguez · 11 years ago
  12. c17bff8 nl80211: better document NL80211_CMD_TDLS_MGMT by Arik Nemtsov · 11 years ago
  13. 33b4434 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 11 years ago
  14. 353c781 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 11 years ago
  15. 01925ef Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 11 years ago
  16. 8f2535b mac80211: process the CSA frame for mesh accordingly by Chun-Yeow Yeoh · 11 years ago
  17. 06be6b1 mac80211: add ieee80211_tx_prepare_skb() helper function by Felix Fietkau · 11 years ago
  18. 034c6d6 cfg80211: export reg_initiator_name() by Luis R. Rodriguez · 11 years ago
  19. 919be62 mac80211: add missing IEEE80211_HW_SUPPORTS_HT_CCK_RATES docs by Johannes Berg · 11 years ago
  20. 5336fa8 nl80211/cfg80211: enable DFS for IBSS mode by Simon Wunderlich · 11 years ago
  21. d78a32a Bluetooth: Remove sk member from struct l2cap_chan by Gustavo Padovan · 11 years ago
  22. 0e790c6 Bluetooth: Add L2CAP channel to skb private data by Gustavo Padovan · 11 years ago
  23. 4b4148e Bluetooth: Add support for setting DUT mode by Marcel Holtmann · 11 years ago
  24. 4e70c7e Bluetooth: Expose debugfs settings for LE connection interval by Marcel Holtmann · 11 years ago
  25. 06f5b77 Bluetooth: Add support for setting SSP debug mode by Marcel Holtmann · 11 years ago
  26. 3497ac8 Bluetooth: Remove interval parameter from HCI connection by Marcel Holtmann · 11 years ago
  27. 79830f6 Bluetooth: Select the own address type during initial setup phase by Marcel Holtmann · 11 years ago
  28. 03f2712 cfg80211: export reg_initiator_name() by Luis R. Rodriguez · 11 years ago
  29. df3c2ad Merge tag 'nfc-next-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-next by John W. Linville · 11 years ago
  30. b231070 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 11 years ago
  31. bdc3e0f Bluetooth: Move device_add handling into hci_register_dev by Marcel Holtmann · 11 years ago
  32. b9ee0a7 Bluetooth: Add address type to device blacklist table by Marcel Holtmann · 11 years ago
  33. a74a84f Bluetooth: Convert idle timer to use delayed work by Johan Hedberg · 11 years ago
  34. 7bc18d9 Bluetooth: Convert auto accept timer to use delayed work by Johan Hedberg · 11 years ago
  35. d3900cb Bluetooth: Remove enable_hs declaration by Marcel Holtmann · 11 years ago
  36. db3aebf Bluetooth: Remove duplicate definitions for advertising event types by Marcel Holtmann · 11 years ago
  37. f14d8f6 Bluetooth: Set the scan response data when needed by Marcel Holtmann · 11 years ago
  38. f8e808b Bluetooth: Store scan response data in HCI device by Marcel Holtmann · 11 years ago
  39. 083368f Bluetooth: Make mgmt_new_ltk() return void by Marcel Holtmann · 11 years ago
  40. 3edaf09 Bluetooth: Make mgmt_read_local_oob_data_reply_complete() return void by Marcel Holtmann · 11 years ago
  41. 7667da3 Bluetooth: Make mgmt_set_local_name_complete() return void by Marcel Holtmann · 11 years ago
  42. 4e1b024 Bluetooth: Make mgmt_set_class_of_dev_complete() return void by Marcel Holtmann · 11 years ago
  43. 3e24856 Bluetooth: Make mgmt_ssp_enable_complete() return void by Marcel Holtmann · 11 years ago
  44. 464996a Bluetooth: Make mgmt_auth_enable_complete() return void by Marcel Holtmann · 11 years ago
  45. e546099 Bluetooth: Make mgmt_auth_failed() return void by Marcel Holtmann · 11 years ago
  46. 3eb3852 Bluetooth: Make mgmt_pin_code_neg_reply_complete() return void by Marcel Holtmann · 11 years ago
  47. e669cf8 Bluetooth: Make mgmt_pin_code_reply_complete() return void by Marcel Holtmann · 11 years ago
  48. ce0e4a0 Bluetooth: Make mgmt_pin_code_request() return void by Marcel Holtmann · 11 years ago
  49. 2ce5fb5 Bluetooth: Add l2cap_chan_no_resume stub for A2MP by Marcel Holtmann · 11 years ago
  50. dc25306 Bluetooth: Move l2cap_wait_ack() to l2cap_sock.c by Gustavo Padovan · 11 years ago
  51. 5ec1bbe Bluetooth: Add chan->ops->set_shutdown() by Gustavo Padovan · 11 years ago
  52. 8d836d7 Bluetooth: Access sk_sndtimeo indirectly in l2cap_core.c by Gustavo Padovan · 11 years ago
  53. 53f5212 Bluetooth: Extend state_change() call to report errors too by Gustavo Padovan · 11 years ago
  54. d1967ff Bluetooth: Update class of device on discoverable timeout by Marcel Holtmann · 11 years ago
  55. efdcf8e Bluetooth: Move eir_get_length() function into hci_event.c by Marcel Holtmann · 11 years ago
  56. 9493399 Bluetooth: Move eir_append_data() function into mgmt.c by Marcel Holtmann · 11 years ago
  57. dc4a5ee Bluetooth: Make mgmt_new_link_key() return void by Marcel Holtmann · 11 years ago
  58. 3d50531 Bluetooth: Add HCI command structure for writing current IAC LAP by Marcel Holtmann · 11 years ago
  59. 4796e8a Bluetooth: Make mgmt_write_scan_failed() return void by Marcel Holtmann · 11 years ago
  60. a330916 Bluetooth: Make mgmt_connectable() return void by Marcel Holtmann · 11 years ago
  61. 86a7564 Bluetooth: Make mgmt_discoverable() return void by Marcel Holtmann · 11 years ago
  62. 6acd7db Bluetooth: Introduce flag for limited discoverable mode by Marcel Holtmann · 11 years ago
  63. 441ad2d Bluetooth: Update advertising data based on management commands by Marcel Holtmann · 11 years ago
  64. 4b836f3 Bluetooth: Read current IAC LAP on controller setup by Marcel Holtmann · 11 years ago
  65. b4cb9fb Bluetooth: Read number of supported IAC on controller setup by Marcel Holtmann · 11 years ago
  66. d97c899 Bluetooth: Introduce L2CAP channel callback for resuming by Marcel Holtmann · 11 years ago
  67. bdc2578 Bluetooth: Introduce L2CAP channel flag for defer setup by Marcel Holtmann · 11 years ago
  68. 2edf870 Bluetooth: Provide msg_name callback for L2CAP connectionless channels by Marcel Holtmann · 11 years ago
  69. d976369 Bluetooth: Add support for per socket msg_name callback by Marcel Holtmann · 11 years ago
  70. 5f6cd79 Bluetooth: Remove src and dst fields from bt_sock structure by Marcel Holtmann · 11 years ago
  71. 94a86df Bluetooth: Store RFCOMM address information in its own socket structure by Marcel Holtmann · 11 years ago
  72. eea9636 Bluetooth: Store SCO address information in its own socket structure by Marcel Holtmann · 11 years ago
  73. 041987c Bluetooth: Use SCO addresses from HCI connection directly by Marcel Holtmann · 11 years ago
  74. 4f1654e Bluetooth: Return the correct address type for L2CAP sockets by Marcel Holtmann · 11 years ago
  75. 7eafc59 Bluetooth: Store address information in L2CAP channel structure by Marcel Holtmann · 11 years ago
  76. 662e882 Bluetooth: Store source address of HCI connections by Marcel Holtmann · 11 years ago
  77. e7c4096 Bluetooth: Store the source address type of LE connections by Marcel Holtmann · 11 years ago
  78. 79d95a1 Bluetooth: Remove pointless bdaddr_to_le() helper function by Marcel Holtmann · 11 years ago
  79. a4de24d Bluetooth: Remove l2cap_conn->src and l2cap_conn->dst pointers by Marcel Holtmann · 11 years ago
  80. d40bffb Bluetooth: The L2CAP fixed channel connectionless data is supported by Marcel Holtmann · 11 years ago
  81. 3124b84 Bluetooth: Allow 3D profile to use security mode 4 level 0 by Marcel Holtmann · 11 years ago
  82. 14b49b9 Bluetooth: Add management command for setting LE scan parameters by Marcel Holtmann · 11 years ago
  83. bef6473 Bluetooth: Make LE scan interval and window a controller option by Marcel Holtmann · 11 years ago
  84. 7bd8f09 Bluetooth: Add hdev parameter to hdev->send driver callback by Marcel Holtmann · 11 years ago
  85. c01fc9a cfg80211: pass station supported channel and oper class info by Sunil Dutt · 11 years ago
  86. e1a2617 Bluetooth: Provide hdev parameter to hci_recv_frame() driver callback by Marcel Holtmann · 11 years ago
  87. ac4b723 Bluetooth: Move smp.h header file into net/bluetooth/ by Marcel Holtmann · 11 years ago
  88. 7024728 Bluetooth: Move a2mp.h header file into net/bluetooth/ by Marcel Holtmann · 11 years ago
  89. 7ef9fbf Bluetooth: Move amp.h header file into net/bluetooth/ by Marcel Holtmann · 11 years ago
  90. 324d36e Bluetooth: Remove hdev->ioctl driver callback by Marcel Holtmann · 11 years ago
  91. e9517fe Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 11 years ago
  92. 789fd03 cfg80211: rename regulatory_hint_11d() to regulatory_hint_country_ie() by Luis R. Rodriguez · 11 years ago
  93. fe18114 cfg80211: fix nl80211.h documentation for DFS enum states by Luis R. Rodriguez · 11 years ago
  94. 7528ca1 Bluetooth: Read location data on AMP controller init by Marcel Holtmann · 11 years ago
  95. 2f1e063 Bluetooth: Make mgmt_discovering() return void by Marcel Holtmann · 11 years ago
  96. 9cf12ae Bluetooth: Make mgmt_remote_name() return void by Marcel Holtmann · 11 years ago
  97. 901801b Bluetooth: Make mgmt_device_found() return void by Marcel Holtmann · 11 years ago
  98. 9b80ec5 Bluetooth: Make mgmt_device_disconnected() return void by Marcel Holtmann · 11 years ago
  99. ecd90ae Bluetooth: Make mgmt_device_connected() return void by Marcel Holtmann · 11 years ago
  100. 445608d Bluetooth: Make mgmt_connect_failed() return void by Marcel Holtmann · 11 years ago