aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2013-02-18net: proc: change proc_net_fops_create to proc_createGravatar Gao feng 1-1/+1
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-3/+16
2013-02-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 9-220/+476
2013-02-04net: remove redundant check for timer pending state before del_timerGravatar Ying Xue 1-2/+2
2013-02-01Bluetooth: Refactor mgmt_pending_foreachGravatar Andre Guedes 1-6/+2
2013-02-01Bluetooth: Remove unneeded lockingGravatar Andre Guedes 1-4/+0
2013-02-01Bluetooth: Reduce critical section in sco_conn_readyGravatar Andre Guedes 1-8/+10
2013-02-01Bluetooth: Increment Management interface revisionGravatar Johan Hedberg 1-1/+1
2013-02-01Bluetooth: Fix link security setting when powering onGravatar Johan Hedberg 1-0/+7
2013-02-01Bluetooth: Add support for 128-bit UUIDs in EIR dataGravatar Johan Hedberg 1-0/+34
2013-02-01Bluetooth: Add support for 32-bit UUIDs in EIR dataGravatar Johan Hedberg 1-0/+34
2013-02-01Bluetooth: Refactor UUID-16 list generation into its own functionGravatar Johan Hedberg 1-35/+43
2013-02-01Bluetooth: Remove useless eir_len variable from EIR creationGravatar Johan Hedberg 1-7/+1
2013-02-01Bluetooth: Simplify UUID16 list generation for EIRGravatar Johan Hedberg 1-31/+15
2013-02-01Bluetooth: Simplify UUID removal codeGravatar Johan Hedberg 1-4/+2
2013-02-01Bluetooth: Keep track of UUID type upon additionGravatar Johan Hedberg 1-25/+23
2013-02-01Bluetooth: Simplify UUIDs clearing codeGravatar Johan Hedberg 1-7/+3
2013-02-01Bluetooth: Store UUIDs in the same order that they were addedGravatar Johan Hedberg 1-1/+1
2013-01-31Bluetooth: Fix hci_conn timeout routineGravatar Andre Guedes 1-3/+3
2013-01-31Bluetooth: Fix handling of unexpected SMP PDUsGravatar Johan Hedberg 1-0/+13
2013-01-30Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar John W. Linville 8-118/+327
2013-01-23Bluetooth: Add support for reading LE supported statesGravatar Johan Hedberg 1-0/+20
2013-01-23Bluetooth: Add support for reading LE White List SizeGravatar Johan Hedberg 1-0/+20
2013-01-23Bluetooth: Add LE Local Features reading supportGravatar Johan Hedberg 1-0/+20
2013-01-23Bluetooth: Fix returning proper cmd_complete for mgmt_block/unblockGravatar Johan Hedberg 1-4/+6
2013-01-23Bluetooth: Fix returning proper cmd_complete for mgmt_disconnectGravatar Johan Hedberg 1-8/+14
2013-01-23Bluetooth: Fix checking for valid disconnect parameters in unpair_deviceGravatar Johan Hedberg 1-0/+5
2013-01-23Bluetooth: Fix checking for valid address type values in mgmt commandsGravatar Johan Hedberg 1-2/+34
2013-01-23Bluetooth: Check for valid key->authenticated value for LTKsGravatar Johan Hedberg 1-0/+2
2013-01-23Bluetooth: Refactor valid LTK data testing into its own functionGravatar Johan Hedberg 1-1/+8
2013-01-23Bluetooth: Fix checking for proper key->master value in Load LTKsGravatar Johan Hedberg 1-0/+9
2013-01-23Bluetooth: Fix returning proper mgmt status for Load LTKsGravatar Johan Hedberg 1-1/+1
2013-01-23Bluetooth: Fix checking for correct mgmt_load_link_keys parametersGravatar Johan Hedberg 1-0/+4
2013-01-23Bluetooth: Fix pair device command reply if adapter is powered offGravatar Szymon Janc 1-6/+6
2013-01-23Bluetooth: Fix Class of Device indication when powering offGravatar Johan Hedberg 1-0/+6
2013-01-18Bluetooth: Fix using system-global workqueue when not necessaryGravatar Johan Hedberg 2-3/+4
2013-01-18Bluetooth: Use req_workqueue for hci_request operationsGravatar Johan Hedberg 2-4/+5
2013-01-18Bluetooth: Add a new workqueue for hci_request operationsGravatar Johan Hedberg 1-0/+11
2013-01-10Bluetooth: Fix uuid output in debugfsGravatar Gustavo Padovan 1-11/+11
2013-01-10Bluetooth: Fix sending incorrect new_settings for mgmt_set_poweredGravatar Johan Hedberg 1-2/+3
2013-01-10Bluetooth: Fix returning proper command status for start_discoveryGravatar Johan Hedberg 1-16/+30
2013-01-10Bluetooth: Fix checking for exact values of boolean mgmt parametersGravatar Johan Hedberg 1-0/+36
2013-01-10Bluetooth: Move non-critical sections outside of the dev lockGravatar Johan Hedberg 1-28/+18
2013-01-10Bluetooth: Fix accepting set_dev_class for non-BR/EDR controllersGravatar Johan Hedberg 1-0/+6
2013-01-10Bluetooth: Fix checking for valid device class valuesGravatar Johan Hedberg 1-0/+6
2013-01-10Bluetooth: Fix missing command complete for mgmt_load_long_term_keysGravatar Johan Hedberg 1-2/+5
2013-01-10Bluetooth: Fix missing command complete event for mgmt_confirm_nameGravatar Johan Hedberg 1-1/+2
2013-01-10Bluetooth: Check if the hci connection exists in SCO shutdownGravatar Gustavo Padovan 1-1/+1
2013-01-10Bluetooth: Fix authentication if acl data comes before remote feature evtGravatar Jaganath Kanakkassery 2-8/+11
2013-01-09Bluetooth: Fix incorrect strncpy() in hidp_setup_hid()Gravatar Anderson Lizardo 1-1/+1