1. b311749 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  2. 16a78e9 NFC: Fix nfc_llcp_local chained list insertion by Thierry Escande · 12 years ago
  3. be02b6b NFC: Queue a copy of the transmitted LLCP skb by Samuel Ortiz · 12 years ago
  4. dd2bf43 NFC: Stop sending LLCP frames when tx queues are getting too deep by Samuel Ortiz · 12 years ago
  5. 6e950fd NFC: Copy user space buffer when sending UI frames by Samuel Ortiz · 12 years ago
  6. 9c5121a NFC: Export nfc_hci_sak_to_protocol() by Eric Lapuyade · 12 years ago
  7. 84d4819 NFC: Export nfc_hci_result_to_errno as it can be needed by HCI drivers by Eric Lapuyade · 12 years ago
  8. 74a5b96 NFC: Dot not dispatch HCI event received on unopened pipe by Eric Lapuyade · 12 years ago
  9. 23f7e6d NFC: Ignore err when chip doesn't implement HW/SW info registers by Eric Lapuyade · 12 years ago
  10. 07887e9 NFC: Fix hci_connect_gate() when a pre-opened pipe is passed by Eric Lapuyade · 12 years ago
  11. e56108d9 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 12 years ago
  12. 38c1a01 wireless: add back sysfs directory by Johannes Berg · 12 years ago
  13. f368434 lib80211: hide Kconfig symbol by Johannes Berg · 12 years ago
  14. 0f62248 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 12 years ago
  15. b7fd76d Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 12 years ago
  16. 485f2b7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by John W. Linville · 12 years ago
  17. bd2a813 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 12 years ago
  18. b78a493 mac80211: deinitialize ibss-internals after emptiness check by Simon Wunderlich · 12 years ago
  19. 43c771a wireless: allow 40 MHz on world roaming channels 12/13 by Johannes Berg · 12 years ago
  20. 1f98ab7 mac80211: call skb_dequeue/ieee80211_free_txskb instead of __skb_queue_purge by Felix Fietkau · 12 years ago
  21. 6352c87 mac80211: reassign channel contexts before stations by Johannes Berg · 12 years ago
  22. 8b2c982 mac80211: clarify interface iteration and make it configurable by Johannes Berg · 12 years ago
  23. 9214ad7 mac80211: call driver method when restart completes by Johannes Berg · 12 years ago
  24. 20f544e mac80211: don't send null data packet when not associated by Johannes Berg · 12 years ago
  25. 60762cb mac80211: remove unused tracepoint by Johannes Berg · 12 years ago
  26. 0864331 mac80211: add debugfs file for HW queues by Johannes Berg · 12 years ago
  27. 482049f Bluetooth: Fix memory leak when removing a UUID by Johan Hedberg · 12 years ago
  28. fbe96d6 Bluetooth: Notify about device registration before power on by Marcel Holtmann · 12 years ago
  29. 896ea28 Bluetooth: Fix error status when pairing fails by Paulo Sérgio · 12 years ago
  30. 476e44c Bluetooth: Fix having bogus entries in mgmt_read_index_list reply by Johan Hedberg · 12 years ago
  31. cfff2f9 mac80211: fix memory leak in device registration error path by Johannes Berg · 12 years ago
  32. 1c963be mac80211: fix TX error path by Johannes Berg · 12 years ago
  33. 4afebd6 mac80211: include export.h in aes_cmac by Emmanuel Grumbach · 12 years ago
  34. 6fc1da9 mac80211: use kstrtoull return value by Johannes Berg · 12 years ago
  35. 41c97a2 mac80211: fix race in TKIP MIC test debugfs file by Johannes Berg · 12 years ago
  36. 28656a1 mac80211: use mac_pton by Johannes Berg · 12 years ago
  37. b84e7a0 nl80211: send the NL80211_ATTR_SSID in nl80211_send_iface() by Antonio Quartulli · 12 years ago
  38. 06e191e cfg80211: store the ssid into wirless_dev in AP mode by Antonio Quartulli · 12 years ago
  39. 488dd7b mac80211: pass P2P powersave parameters to driver by Johannes Berg · 12 years ago
  40. 0ee4535 wireless: add utility function to get P2P attribute by Johannes Berg · 12 years ago
  41. 37c73b5 cfg80211: allow registering more than one beacon listener by Ben Greear · 12 years ago
  42. 391e53e mac80211: implement set_mcast_rate() callback by Antonio Quartulli · 12 years ago
  43. f4e583c nl/cfg80211: add the NL80211_CMD_SET_MCAST_RATE command by Antonio Quartulli · 12 years ago
  44. 987c285 mac80211: sync acccess to tx_filtered/ps_tx_buf queues by Arik Nemtsov · 12 years ago
  45. 8655201 mac80211: send deauth only with channel context by Johannes Berg · 12 years ago
  46. fffadc0 Bluetooth: Rename ctrl_id to remote_amp_id by Andrei Emeltchenko · 12 years ago
  47. 6e1df6a Bluetooth: Process Create Chan Request by Andrei Emeltchenko · 12 years ago
  48. cf70ff2 Bluetooth: AMP: Use l2cap_physical_cfm in phylink complete evt by Andrei Emeltchenko · 12 years ago
  49. f351bc7 Bluetooth: AMP: Check for hs_hcon instead of ctrl_id by Andrei Emeltchenko · 12 years ago
  50. 419e08c Bluetooth: Disconnect logical link when deleting chan by Andrei Emeltchenko · 12 years ago
  51. e58917b Bluetooth: AMP: Remove hci_conn receiving error command status by Andrei Emeltchenko · 12 years ago
  52. 9eef6b3 Bluetooth: AMP: Process Disc Physical Link Complete evt by Andrei Emeltchenko · 12 years ago
  53. 606e2a1 Bluetooth: AMP: Process Disc Logical Link by Andrei Emeltchenko · 12 years ago
  54. 5ce66b5 Bluetooth: AMP: Add Logical Link Create function by Andrei Emeltchenko · 12 years ago
  55. 770bfef Bluetooth: Derive remote and local amp id from chan struct by Andrei Emeltchenko · 12 years ago
  56. 439f34a Bluetooth: Return correct L2CAP response type by Andrei Emeltchenko · 12 years ago
  57. 336178a Bluetooth: Save hs_hchan instead of hs_hcon in loglink complete by Andrei Emeltchenko · 12 years ago
  58. ba6fc31 Bluetooth: trivial: Fix braces style and remove empty line by Andrei Emeltchenko · 12 years ago
  59. 612dfce Bluetooth: mgmt: Use __constant when dealing with constants by Syam Sidhardhan · 12 years ago
  60. 258c4ed Bluetooth: Remove unnecessary include export.h by Syam Sidhardhan · 12 years ago
  61. e9b0274 Bluetooth: Add put(hcon) when deleting hchan by Andrei Emeltchenko · 12 years ago
  62. 27695fb Bluetooth: AMP: Process Logical Link complete evt by Andrei Emeltchenko · 12 years ago
  63. d5e9119 Bluetooth: AMP: Process Physical Link Complete evt by Andrei Emeltchenko · 12 years ago
  64. 35ba956 Bluetooth: Use helper function sending EFS conf rsp by Andrei Emeltchenko · 12 years ago
  65. fe79c6f Bluetooth: trivial: Remove unneeded assignment by Andrei Emeltchenko · 12 years ago
  66. 430a61b Bluetooth: Fix sending unnecessary HCI_LE_Host_Enable by Johan Hedberg · 12 years ago
  67. 1225a6b Bluetooth: Fix unnecessary EIR update during powering on by Johan Hedberg · 12 years ago
  68. 6b4b73e Bluetooth: Fix sending unnecessary HCI_Write_SSP_Mode command by Johan Hedberg · 12 years ago
  69. 5ed8eb2 Bluetooth: Fix setting host feature bits for SSP by Johan Hedberg · 12 years ago
  70. f155047 Bluetooth: Disallow LE scanning and connecting in peripheral role by Johan Hedberg · 12 years ago
  71. 976eb20 Bluetooth: Make use feature test macros by Johan Hedberg · 12 years ago
  72. 53b2caa Bluetooth: Fix updating host feature bits for LE by Johan Hedberg · 12 years ago
  73. 33c525c Bluetooth: mgmt: Restrict BR/EDR settings to BR/EDR-only adapters by Johan Hedberg · 12 years ago
  74. 7f0ae64 Bluetooth: Fix HCI command sending when powering on LE-only adapters by Johan Hedberg · 12 years ago
  75. bca1e29 mac80211: init sched_scan_ies by David Spinadel · 12 years ago
  76. 35f5149 mac80211: do not call ieee80211_configure_filter if no interfaces are up by Felix Fietkau · 12 years ago
  77. 50febf6 mac80211: use a counter for remain-on-channel cookie by Johannes Berg · 12 years ago
  78. 8a2fbed mac80211: combine status/drop reporting by Johannes Berg · 12 years ago
  79. 1ea6f9c mac80211: handle TX power per virtual interface by Johannes Berg · 12 years ago
  80. c844211 cfg80211: allow per interface TX power setting by Johannes Berg · 12 years ago
  81. 71fe96b nl80211: move "can set channel" check by Johannes Berg · 12 years ago
  82. 6fb47de Merge remote-tracking branch 'wireless-next/master' into mac80211-next by Johannes Berg · 12 years ago
  83. ab3d59d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  84. e298c79 Merge tag 'nfc-next-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-3.0 by John W. Linville · 12 years ago
  85. d1f1030 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 12 years ago
  86. efec22b Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 12 years ago
  87. 52feb44 NFC: Extend netlink interface for LTO, RW, and MIUX parameters support by Thierry Escande · 12 years ago
  88. 6dbda2d mac80211: make sure data is accessible in EAPOL check by Johannes Berg · 12 years ago
  89. 9b395bc mac80211: verify that skb data is present by Johannes Berg · 12 years ago
  90. 4a4f1a5 mac80211: check management frame header length by Johannes Berg · 12 years ago
  91. 7dd111e wireless: drop invalid mesh address extension frames by Johannes Berg · 12 years ago
  92. badecb0 mac80211: fix SSID copy on IBSS JOIN by Antonio Quartulli · 12 years ago
  93. f31652a NFC: Purge LLCP socket Tx queues when being disconnected by Samuel Ortiz · 12 years ago
  94. f152218 NFC: Remove CONFIG_EXPERIMENTAL from the NCI Makefile by Kees Cook · 12 years ago
  95. 54720c3 NFC: Remove CONFIG_EXPERIMENTAL from the LLCP Makefile by Kees Cook · 12 years ago
  96. deccb2a NFC: Remove CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  97. 0f45077 NFC: Fix some code style and whitespace issues by Szymon Janc · 12 years ago
  98. 7eda8b8e9 NFC: Use IDR library to assing NFC devices IDs by Samuel Ortiz · 12 years ago
  99. a8df0f3 NFC: Return NULL when no LLCP socket for a dsap,ssap couple is found by Samuel Ortiz · 12 years ago
  100. b874dec NFC: Implement LLCP connection less Tx path by Samuel Ortiz · 12 years ago