Bluetooth: hci_core: fix NULL-pointer dereference at unregister
[linux-flexiantxendom0.git] / net / bluetooth / hci_core.c
2012-04-30 Johan HovoldBluetooth: hci_core: fix NULL-pointer dereference at...
2011-12-23 Gustavo F. PadovanRevert "Bluetooth: Increase HCI reset timeout in hci_de...
2011-11-02 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-10-31 Szymon JancBluetooth: Increase HCI reset timeout in hci_dev_do_close
2011-09-21 Antti JulkuBluetooth: Add mgmt events for blacklisting
2011-09-21 Vinicius Costa GomesBluetooth: Move SMP fields to a separate structure
2011-09-21 Luiz Augusto von... Bluetooth: make use of connection number to optimize...
2011-08-11 Szymon JancBluetooth: Don't use cmd_timer to timeout HCI reset...
2011-08-11 Dan CarpenterBluetooth: unlock if allocation fails in hci_blacklist_...
2011-07-15 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-07-08 Vinicius Costa GomesBluetooth: Add support for storing the key size
2011-07-08 Vinicius Costa GomesBluetooth: Add functions to manipulate the link key...
2011-07-07 Andre GuedesBluetooth: Fix potential deadlock in hci_core
2011-07-06 Andre GuedesBluetooth: Remove enable_smp parameter
2011-07-06 Andre GuedesBluetooth: Add lmp_host_le_capable() macro
2011-06-30 Joe PerchesBluetooth: Rename function bt_err to bt_to_errno
2011-06-24 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-06-17 Gustavo F. PadovanBluetooth: Fix locking in blacklist code
2011-06-16 Antti JulkuBluetooth: Move blacklisting functions to hci_core
2011-06-13 Vinicius Costa GomesBluetooth: Add support for using the crypto subsystem
2011-06-08 Jaikumar GaneshBluetooth: Add BT_POWER L2CAP socket option.
2011-06-08 Andre GuedesBluetooth: Advertising entries lifetime
2011-06-08 Andre GuedesBluetooth: LE advertising cache
2011-06-05 Joe Perchesnet: Remove unnecessary semicolons
2011-05-05 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-04-29 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-04-28 Johan HedbergBluetooth: Add store_hint parameter to mgmt_new_key
2011-04-28 Johan HedbergBluetooth: Remove old_key_type from mgmt_ev_new_key
2011-04-28 Johan HedbergBluetooth: Fix connection key type updating for buggy...
2011-04-28 Johan HedbergBluetooth: Fix old_key_type logic for non-persistent...
2011-04-28 Johan HedbergBluetooth: Fix link key persistent storage criteria
2011-04-28 Waldemar RymarkiewiczBluetooth: Add definitions for link key types
2011-04-26 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-04-26 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-04-22 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2011-04-21 Gustavo F. PadovanMerge /linux/kernel/git/padovan/bluetooth-2.6
2011-04-18 Vinicius Costa GomesBluetooth: Fix keeping the command timer running
2011-04-12 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-04-07 Linus TorvaldsMerge branch 'for-linus2' of git://git.profusion.mobi...
2011-04-04 Gustavo F. PadovanBluetooth: Remove gfp_mask param from hci_reassembly()
2011-03-31 Gustavo F. PadovanMerge branch 'master' of git://git./linux/kernel/git...
2011-03-31 Thomas GleixnerBluetooth: Fix warning with hci_cmd_timer
2011-03-31 Gustavo F. PadovanBluetooth: Fix HCI_RESET command synchronization
2011-03-31 Szymon JancBluetooth: Add add/remove_remote_oob_data management...
2011-03-31 Gustavo F. PadovanBluetooth: remove unnecessary function declaration
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-24 Thomas GleixnerBluetooth: Fix warning with hci_cmd_timer
2011-03-24 Gustavo F. PadovanBluetooth: Fix HCI_RESET command synchronization
2011-02-17 Szymon JancBluetooth: Fix some code style issues in hci_core.c
2011-02-16 Ville TervoBluetooth: Use proper timer for hci command timout
2011-02-16 Gustavo F. PadovanBluetooth: Fix crash when ioctl(HCIUARTSETPROTO) fails
2011-02-16 Ville TervoBluetooth: Treat LE and ACL links separately on timeout
2011-02-16 Ville TervoBluetooth: Use LE buffers for LE traffic
2011-02-08 Andrei EmeltchenkoBluetooth: Do not use assignments in IF conditions
2011-02-08 Johan HedbergBluetooth: Add set_io_capability management command
2011-02-08 Johan HedbergBluetooth: Implement link key handling for the manageme...
2011-02-08 Johan HedbergBluetooth: Remove page timeout setting from HCI init...
2011-02-08 Johan HedbergBluetooth: Add controller side link key clearing to...
2011-02-08 Johan HedbergBluetooth: Add special handling with __hci_request...
2011-02-08 Johan HedbergBluetooth: Implement UUID handling through the manageme...
2011-02-08 Johan HedbergBluetooth: Implement set_pairable managment command
2011-02-08 Johan HedbergBluetooth: Add support for set_powered management command
2011-02-08 Johan HedbergBluetooth: Add support for management powered event
2011-02-08 Johan HedbergBluetooth: Implement automatic setup procedure for...
2011-02-08 Andrei EmeltchenkoBluetooth: Use non-flushable by default L2CAP data...
2011-01-19 Johan HedbergBluetooth: Fix leaking blacklist when unregistering...
2010-12-23 Johan HedbergBluetooth: Fix __hci_request synchronization for hci_op...
2010-12-23 Johan HedbergBluetooth: Add management events for controller additio...
2010-12-01 Andrei EmeltchenkoBluetooth: clean up hci code
2010-10-12 Johan HedbergBluetooth: Don't clear the blacklist when closing the...
2010-07-31 David MillerBluetooth: Use list_head for HCI blacklist head
2010-07-27 Gustavo F. PadovanBluetooth: Test 'count' value before enter the loop
2010-07-21 Suraj SumangalaBluetooth: Implemented HCI frame reassembly for RX...
2010-07-21 Suraj SumangalaBluetooth: Modified hci_recv_fragment() to use hci_reas...
2010-07-21 Suraj SumangalaBluetooth: Implement hci_reassembly helper to reassembl...
2010-07-21 Suraj SumangalaBluetooth: Add one more buffer for HCI stream reassembly
2010-07-21 Johan HedbergBluetooth: Add blacklist support for incoming connections
2010-05-18 Joe Perchesnet: Remove unnecessary returns from void function()s
2010-05-10 Marcel HoltmannBluetooth: Create per controller workqueue
2010-05-10 Gustavo F. PadovanBluetooth: Make hci_send_acl() void
2010-05-10 Gustavo F. PadovanBluetooth: Make hci_send_sco() void
2010-02-27 Marcel HoltmannBluetooth: Add controller types for BR/EDR and 802...
2010-02-27 Marcel HoltmannBluetooth: Convert controller hdev->type to hdev->bus
2009-12-03 Marcel HoltmannBluetooth: Unobfuscate tasklet_schedule usage
2009-12-03 Marcel HoltmannBluetooth: Turn hci_recv_frame into an exported function
2009-08-22 Thomas GleixnerBluetooth: Convert hdev->req_lock to a mutex
2009-06-08 Marcel HoltmannBluetooth: Add native RFKILL soft-switch support for...
2009-02-27 Wei YongjunBluetooth: Remove some pointless conditionals before...
2008-11-30 Marcel HoltmannBluetooth: Enable per-module dynamic debug messages
2008-11-30 Marcel HoltmannBluetooth: Send HCI Reset command by default on device...
2008-11-30 Vegard NossumBluetooth: Fix leak of uninitialized data to userspace
2008-09-12 Marcel Holtmann[Bluetooth] Fix regression from using default link...
2008-07-14 Marcel Holtmann[Bluetooth] Use ACL config stage to retrieve remote...
2008-07-14 Marcel Holtmann[Bluetooth] Make use of the default link policy settings
2008-03-06 Dave Youngbluetooth: hci_core: defer hci_unregister_sysfs()
2008-02-18 S.Çağlar Onur[BLUETOOTH] net/bluetooth/hci_core.c: Use time_* macros
2007-10-22 Marcel Holtmann[Bluetooth] Add support for handling simple eSCO links
2007-10-22 Marcel Holtmann[Bluetooth] Switch from OGF+OCF to using only opcodes
2007-09-09 Marcel Holtmann[Bluetooth] Fix parameter list for event filter command
2007-07-19 YOSHIFUJI Hideaki[NET] BLUETOOTH: Fix whitespace errors.
next