summaryrefslogtreecommitdiff
path: root/net/bluetooth (follow)
Commit message (Expand)AuthorAge
...
* Bluetooth: LLVMLinux: Remove VLAIS from bluetooth/amp.cBehan Webster2014-09-08
* Bluetooth: Add strict checks for allowed SMP PDUsJohan Hedberg2014-09-08
* Bluetooth: Fix calling smp_distribute_keys() when still waiting for keysJohan Hedberg2014-09-08
* Bluetooth: Add define for key distribution maskJohan Hedberg2014-09-08
* Bluetooth: Fix locking of the SMP contextJohan Hedberg2014-09-08
* Bluetooth: Remove unnecessary deferred work for SMP key distributionJohan Hedberg2014-09-08
* Bluetooth: Move identity address update behind a workqueueJohan Hedberg2014-09-08
* Bluetooth: Don't take any action in smp_resume_cb if not encryptedJohan Hedberg2014-09-08
* Bluetooth: Remove unnecessary checks after canceling SMP security timerJohan Hedberg2014-09-08
* Bluetooth: Add clarifying comment for LE CoC result valueJohan Hedberg2014-09-08
* Bluetooth: Move clock offset reading into hci_disconnect()Johan Hedberg2014-09-08
* Bluetooth: Use hci_disconnect() for mgmt_disconnect_device()Johan Hedberg2014-09-08
* Bluetooth: Update hci_disconnect() to return an error valueJohan Hedberg2014-09-08
* Bluetooth: Fix SMP error and response to be mutually exclusiveJohan Hedberg2014-09-08
* Bluetooth: Remove unused l2cap_conn_shutdown APIJohan Hedberg2014-09-08
* Bluetooth: Use hci_disconnect for immediate disconnection from SMPJohan Hedberg2014-09-08
* Bluetooth: Set discon_timeout to 0 in l2cap_conn_delJohan Hedberg2014-09-08
* Bluetooth: Remove hci_conn_hold/drop from hci_chanJohan Hedberg2014-09-08
* Bluetooth: Ignore incoming data after initiating disconnectionJohan Hedberg2014-09-08
* Bluetooth: Set disc_timeout to 0 when calling hci_chan_delJohan Hedberg2014-09-08
* Bluetooth: Fix hci_conn reference counting with hci_chanJohan Hedberg2014-09-08
* Bluetooth: Refactor connection parameter freeing into its own functionJohan Hedberg2014-09-08
* Bluetooth: Fix using hci_conn_get() for hci_conn pointersJohan Hedberg2014-09-08
* Bluetooth: Improve *_get() functions to return the object typeJohan Hedberg2014-09-08
* Bluetooth: Optimize connection parameter lookup for LE connectionsJohan Hedberg2014-09-08
* Bluetooth: Set addr_type only when it's neededJohan Hedberg2014-09-08
* Bluetooth: Fix hci_conn reference counting for fixed channelsJohan Hedberg2014-09-08
* Bluetooth: Remove unnecessary l2cap_chan_unlock before l2cap_chan_addJohan Hedberg2014-09-08
* Bluetooth: Fix incorrect LE CoC PDU length restriction based on HCI MTUJohan Hedberg2014-09-08
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-09-08
|\
| * Bluetooth: Fix hci_conn reference counting for auto-connectionsJohan Hedberg2014-08-20
* | Bluetooth: Fix ERTM L2CAP resend packetLukasz Rymanowski2014-08-14
* | Bluetooth: Improve data packing in SAR modeLukasz Rymanowski2014-08-14
* | Bluetooth: Make smp_chan_destroy() private to smp.cJohan Hedberg2014-08-14
* | Bluetooth: Always call smp_distribute_keys() from a workqueueJohan Hedberg2014-08-14
* | Bluetooth: Move canceling security_timer into smp_chan_destroy()Johan Hedberg2014-08-14
* | Bluetooth: Remove unused l2cap_conn->security_timerJohan Hedberg2014-08-14
* | Bluetooth: Add SMP-internal timeout callbackJohan Hedberg2014-08-14
* | Bluetooth: Fix double free of SMP data skbJohan Hedberg2014-08-14
* | Bluetooth: Call l2cap_conn_shutdown() when SMP recv callback failsJohan Hedberg2014-08-14
* | Bluetooth: Add public l2cap_conn_shutdown() API to request disconnectionJohan Hedberg2014-08-14
* | Bluetooth: Use L2CAP resume callback to call smp_distribute_keysJohan Hedberg2014-08-14
* | Bluetooth: Convert SMP to use l2cap_chan infrastructureJohan Hedberg2014-08-14
* | Bluetooth: Make AES crypto context private to SMPJohan Hedberg2014-08-14
* | Bluetooth: Add SMP L2CAP channel skeletonJohan Hedberg2014-08-14
* | Bluetooth: Move SMP (de)initialization to smp.cJohan Hedberg2014-08-14
* | Bluetooth: Move SMP initialization after HCI initJohan Hedberg2014-08-14
* | Bluetooth: Refactor SMP (de)initialization into separate functionsJohan Hedberg2014-08-14
* | Bluetooth: Fix IRK lookup when tfm_aes is not availableJohan Hedberg2014-08-14
* | Bluetooth: Fix hci_update_random_address() error return for no cryptoJohan Hedberg2014-08-14