aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-08Bluetooth: Ignore incoming data after initiating disconnectionJohan Hedberg1-0/+6
2014-09-08Bluetooth: Set disc_timeout to 0 when calling hci_chan_delJohan Hedberg1-0/+3
2014-09-08Bluetooth: Fix hci_conn reference counting with hci_chanJohan Hedberg1-1/+3
2014-09-08Bluetooth: Refactor connection parameter freeing into its own functionJohan Hedberg1-17/+15
2014-09-08Bluetooth: Fix using hci_conn_get() for hci_conn pointersJohan Hedberg4-7/+18
2014-09-08Bluetooth: Improve *_get() functions to return the object typeJohan Hedberg2-9/+7
2014-09-08Bluetooth: Optimize connection parameter lookup for LE connectionsJohan Hedberg1-1/+2
2014-09-08Bluetooth: Set addr_type only when it's neededJohan Hedberg1-5/+5
2014-09-08Bluetooth: Fix hci_conn reference counting for fixed channelsJohan Hedberg2-2/+18
2014-09-08Bluetooth: Remove unnecessary l2cap_chan_unlock before l2cap_chan_addJohan Hedberg1-2/+0
2014-09-08Bluetooth: Fix incorrect LE CoC PDU length restriction based on HCI MTUJohan Hedberg1-5/+1
2014-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville3-4/+35
2014-08-20Bluetooth: Fix hci_conn reference counting for auto-connectionsJohan Hedberg3-4/+35
2014-08-14Bluetooth: Fix ERTM L2CAP resend packetLukasz Rymanowski1-3/+5
2014-08-14Bluetooth: Improve data packing in SAR modeLukasz Rymanowski1-4/+1
2014-08-14Bluetooth: Make smp_chan_destroy() private to smp.cJohan Hedberg2-52/+50
2014-08-14Bluetooth: Always call smp_distribute_keys() from a workqueueJohan Hedberg1-16/+26
2014-08-14Bluetooth: Move canceling security_timer into smp_chan_destroy()Johan Hedberg1-6/+6
2014-08-14Bluetooth: Remove unused l2cap_conn->security_timerJohan Hedberg1-17/+1
2014-08-14Bluetooth: Add SMP-internal timeout callbackJohan Hedberg1-9/+43
2014-08-14Bluetooth: Fix double free of SMP data skbJohan Hedberg1-7/+6
2014-08-14Bluetooth: Call l2cap_conn_shutdown() when SMP recv callback failsJohan Hedberg1-1/+19
2014-08-14Bluetooth: Add public l2cap_conn_shutdown() API to request disconnectionJohan Hedberg1-0/+25
2014-08-14Bluetooth: Use L2CAP resume callback to call smp_distribute_keysJohan Hedberg3-191/+196
2014-08-14Bluetooth: Convert SMP to use l2cap_chan infrastructureJohan Hedberg3-67/+66
2014-08-14Bluetooth: Make AES crypto context private to SMPJohan Hedberg3-27/+32
2014-08-14Bluetooth: Add SMP L2CAP channel skeletonJohan Hedberg1-1/+130
2014-08-14Bluetooth: Move SMP (de)initialization to smp.cJohan Hedberg3-30/+31
2014-08-14Bluetooth: Move SMP initialization after HCI initJohan Hedberg1-7/+3
2014-08-14Bluetooth: Refactor SMP (de)initialization into separate functionsJohan Hedberg1-12/+34
2014-08-14Bluetooth: Fix IRK lookup when tfm_aes is not availableJohan Hedberg1-0/+3
2014-08-14Bluetooth: Fix hci_update_random_address() error return for no cryptoJohan Hedberg1-0/+6
2014-08-14Bluetooth: Fix using HCI_CONN_LE_SMP_PEND to check for SMP contextJohan Hedberg1-1/+1
2014-08-14Bluetooth: Call l2cap_le_conn_ready after notifying channelsJohan Hedberg1-3/+3
2014-08-14Bluetooth: Call L2CAP teardown callback before clearing chan->connJohan Hedberg1-2/+2
2014-08-14Bluetooth: Move parts of fixed channel initialization to l2cap_add_scidJohan Hedberg2-9/+4
2014-08-14Bluetooth: Remove special ATT data channel handlingJohan Hedberg1-79/+0
2014-08-14Bluetooth: Improve fixed channel lookup based on link typeJohan Hedberg1-3/+8
2014-08-14Bluetooth: Move L2CAP fixed channel creation into l2cap_conn_cfmJohan Hedberg1-44/+80
2014-08-14Bluetooth: Refactor l2cap_connect_cfmJohan Hedberg1-5/+8
2014-08-14Bluetooth: Remove special handling of ATT in l2cap_security_cfm()Johan Hedberg1-9/+2
2014-08-14Bluetooth: Resume BT_CONNECTED state after LE security elevationJohan Hedberg1-0/+6
2014-08-14Bluetooth: Fix __l2cap_no_conn_pending() usage with all channelsJohan Hedberg1-0/+3
2014-08-14Bluetooth: Fix reference counting of global L2CAP channelsJohan Hedberg1-8/+28
2014-08-14Bluetooth: Fix confusion between parent and child channel for 6lowpanJohan Hedberg1-5/+5
2014-08-14Bluetooth: Remove redundant check for remote_key_distJohan Hedberg1-2/+1
2014-08-14Bluetooth: Disable page scan if all whitelisted devices are connectedJohan Hedberg2-4/+27
2014-08-14Bluetooth: Create unified helper function for updating page scanJohan Hedberg2-60/+43
2014-08-14Bluetooth: Add convenience function to check for pending power offJohan Hedberg1-24/+28
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds22-1570/+3620