summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorLines
2015-08-06Bluetooth: fix MGMT_EV_NEW_LONG_TERM_KEY eventJakub Pawlowski-1/+1
2015-07-23Bluetooth: Fix NULL pointer dereference in smp_conn_securityJohan Hedberg-0/+4
2015-07-04bluetooth: fix list handlingLinus Torvalds-2/+3
2015-06-18Bluetooth: Fix warning of potentially uninitialized adv_instance variableJohan Hedberg-6/+2
2015-06-18Bluetooth: Use zalloc when possibleJohan Hedberg-2/+1
2015-06-18Bluetooth: Increment management interface revisionMarcel Holtmann-1/+1
2015-06-18Bluetooth: hci_core: remove obsolete adv_instanceFlorian Grandel-1/+0
2015-06-18Bluetooth: mgmt: multi-adv for mgmt_reenable_advertising()Florian Grandel-1/+12
2015-06-18Bluetooth: mgmt: multi-adv for trigger_le_scan()Florian Grandel-0/+1
2015-06-18Bluetooth: mgmt: program multi-adv on power onFlorian Grandel-3/+17
2015-06-18Bluetooth: mgmt: multi adv for remove_advertising*()Florian Grandel-21/+24
2015-06-18Bluetooth: mgmt/hci_core: multi-adv for add_advertising*()Florian Grandel-35/+74
2015-06-18Bluetooth: mgmt: multi adv for clear_adv_instances()Florian Grandel-16/+81
2015-06-18Bluetooth: mgmt: multi adv for set_advertising*()Florian Grandel-6/+94
2015-06-18Bluetooth: mgmt: multi adv for create_instance_adv_data()Florian Grandel-7/+16
2015-06-18Bluetooth: mgmt: multi adv for create_instance_scan_rsp_data()Florian Grandel-5/+12
2015-06-18Bluetooth: mgmt: multi adv for enable_advertising()Florian Grandel-5/+12
2015-06-18Bluetooth: mgmt: improve get_adv_instance_flags() readabilityFlorian Grandel-14/+16
2015-06-18Bluetooth: mgmt: multi adv for get_adv_instance_flags()Florian Grandel-4/+9
2015-06-18Bluetooth: mgmt: multi adv for get_current_adv_instance()Florian Grandel-1/+1
2015-06-18Bluetooth: mgmt: multi adv for read_adv_features()Florian Grandel-10/+12
2015-06-18Bluetooth: mgmt: rename update_*_data_for_instance()Florian Grandel-8/+6
2015-06-18Bluetooth: mgmt: dry update_scan_rsp_data()Florian Grandel-33/+17
2015-06-18Bluetooth: hci_core/mgmt: move adv timeout to hdevFlorian Grandel-16/+40
2015-06-18Bluetooth: hci_core/mgmt: Introduce multi-adv listFlorian Grandel-1/+118
2015-06-17Bluetooth: 6lowpan: Fix module refcountGlenn Ruben Bakke-2/+0
2015-06-17Bluetooth: 6lowpan: Fix double kfree of netdev privGlenn Ruben Bakke-2/+1
2015-06-17Bluetooth: 6lowpan: Move netdev sysfs device referenceGlenn Ruben Bakke-1/+1
2015-06-17Bluetooth: 6lowpan: Rename ambiguous variableGlenn Ruben Bakke-3/+3
2015-06-17Bluetooth: 6lowpan: Enable delete_netdev to be scheduled when last peer is de...Glenn Ruben Bakke-1/+1
2015-06-12Bluetooth: Remove redundant check for ACL_LINKJohan Hedberg-2/+1
2015-06-12Bluetooth: Use actual encryption key size for SMP over BR/EDRJohan Hedberg-2/+2
2015-06-12Bluetooth: Read encryption key size for BR/EDR connectionsJohan Hedberg-0/+87
2015-06-12Bluetooth: Move SC-only check outside of BT_CONFIG branchJohan Hedberg-12/+12
2015-06-12Bluetooth: Add debugfs support for min LE encryption key sizeJohan Hedberg-1/+50
2015-06-12Bluetooth: Add debugfs support for max LE encryption key sizeJohan Hedberg-4/+57
2015-06-11Bluetooth: Stop sabotaging list poisoningAlexey Dobriyan-6/+2
2015-06-10Bluetooth: Fix exposing full value of shortened LTKsJohan Hedberg-2/+14
2015-06-09Bluetooth: Move SCO support under BT_BREDR config optionArron Wang-1/+2
2015-06-09Bluetooth: Make l2cap_recv_acldata() and sco_recv_scodata() return voidArron Wang-6/+4
2015-06-09Bluetooth: Don't call shutdown when leaving user channelLoic Poulain-0/+1
2015-06-09Bluetooth: Fix encryption key size handling for LTKsJohan Hedberg-15/+7
2015-06-08Bluetooth: Fix race condition with user channel and setup stageMarcel Holtmann-7/+19
2015-06-06Bluetooth: Reorder HCI user channel socket releaseLoic Poulain-2/+2
2015-06-06Bluetooth: Fix potential NULL dereference in RFCOMM bind callbackJaganath Kanakkassery-8/+12
2015-05-30Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-12/+19
2015-05-26Bluetooth: mgmt: fix typosFlorian Grandel-3/+3
2015-05-25ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCASTMartin KaFai Lau-1/+1
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+4
2015-05-19Bluetooth: Add debug logs for legacy SMP crypto functionsJohan Hedberg-4/+16