summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorLines
2013-04-07Bluetooth: SCO - Fix missing msg_namelen update in sco_sock_recvmsg()Mathias Krause-0/+1
2013-04-07Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg()Mathias Krause-0/+1
2013-04-07Bluetooth: fix possible info leak in bt_sock_recvmsg()Mathias Krause-2/+2
2013-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville-0/+1
2013-03-14Bluetooth: Fix not closing SCO sockets in the BT_CONNECT2 stateVinicius Costa Gomes-0/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-27/+15
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-13/+9
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng-1/+1
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng-1/+1
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+16
2013-02-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-220/+476
2013-02-04net: remove redundant check for timer pending state before del_timerYing Xue-2/+2
2013-02-01Bluetooth: Refactor mgmt_pending_foreachAndre Guedes-6/+2
2013-02-01Bluetooth: Remove unneeded lockingAndre Guedes-4/+0
2013-02-01Bluetooth: Reduce critical section in sco_conn_readyAndre Guedes-8/+10
2013-02-01Bluetooth: Increment Management interface revisionJohan Hedberg-1/+1
2013-02-01Bluetooth: Fix link security setting when powering onJohan Hedberg-0/+7
2013-02-01Bluetooth: Add support for 128-bit UUIDs in EIR dataJohan Hedberg-0/+34
2013-02-01Bluetooth: Add support for 32-bit UUIDs in EIR dataJohan Hedberg-0/+34
2013-02-01Bluetooth: Refactor UUID-16 list generation into its own functionJohan Hedberg-35/+43
2013-02-01Bluetooth: Remove useless eir_len variable from EIR creationJohan Hedberg-7/+1
2013-02-01Bluetooth: Simplify UUID16 list generation for EIRJohan Hedberg-31/+15
2013-02-01Bluetooth: Simplify UUID removal codeJohan Hedberg-4/+2
2013-02-01Bluetooth: Keep track of UUID type upon additionJohan Hedberg-25/+23
2013-02-01Bluetooth: Simplify UUIDs clearing codeJohan Hedberg-7/+3
2013-02-01Bluetooth: Store UUIDs in the same order that they were addedJohan Hedberg-1/+1
2013-01-31Bluetooth: Fix hci_conn timeout routineAndre Guedes-3/+3
2013-01-31Bluetooth: Fix handling of unexpected SMP PDUsJohan Hedberg-0/+13
2013-01-30Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville-118/+327
2013-01-29Merge branch 'master' into for-nextJiri Kosina-612/+3211
2013-01-23Bluetooth: Add support for reading LE supported statesJohan Hedberg-0/+20
2013-01-23Bluetooth: Add support for reading LE White List SizeJohan Hedberg-0/+20
2013-01-23Bluetooth: Add LE Local Features reading supportJohan Hedberg-0/+20
2013-01-23Bluetooth: Fix returning proper cmd_complete for mgmt_block/unblockJohan Hedberg-4/+6
2013-01-23Bluetooth: Fix returning proper cmd_complete for mgmt_disconnectJohan Hedberg-8/+14
2013-01-23Bluetooth: Fix checking for valid disconnect parameters in unpair_deviceJohan Hedberg-0/+5
2013-01-23Bluetooth: Fix checking for valid address type values in mgmt commandsJohan Hedberg-2/+34
2013-01-23Bluetooth: Check for valid key->authenticated value for LTKsJohan Hedberg-0/+2
2013-01-23Bluetooth: Refactor valid LTK data testing into its own functionJohan Hedberg-1/+8
2013-01-23Bluetooth: Fix checking for proper key->master value in Load LTKsJohan Hedberg-0/+9
2013-01-23Bluetooth: Fix returning proper mgmt status for Load LTKsJohan Hedberg-1/+1
2013-01-23Bluetooth: Fix checking for correct mgmt_load_link_keys parametersJohan Hedberg-0/+4
2013-01-23Bluetooth: Fix pair device command reply if adapter is powered offSzymon Janc-6/+6
2013-01-23Bluetooth: Fix Class of Device indication when powering offJohan Hedberg-0/+6
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach-0/+1
2013-01-18Bluetooth: Fix using system-global workqueue when not necessaryJohan Hedberg-3/+4
2013-01-18Bluetooth: Use req_workqueue for hci_request operationsJohan Hedberg-4/+5
2013-01-18Bluetooth: Add a new workqueue for hci_request operationsJohan Hedberg-0/+11
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby-11/+5