aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/sco.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-29Bluetooth: Add sockaddr length checks before accessing sa_family in bind and ...Gravatar Mateusz Jurczyk 1-4/+2
2017-03-09net: Work around lockdep limitation in sockets that use socketsGravatar David Howells 1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-0/+1
2016-11-22Bluetooth: Fix using the correct source address typeGravatar Johan Hedberg 1-1/+1
2015-12-15bluetooth: Validate socket address length in sco_sock_bind().Gravatar David S. Miller 1-0/+3
2015-10-27Bluetooth: Fix crash on fast disconnect of SCOGravatar Kuba Pawlak 1-0/+5
2015-10-26Bluetooth: Fix some obvious coding style issues in the SCO moduleGravatar Marcel Holtmann 1-11/+19
2015-10-25Bluetooth: Fix locking issue during fast SCO reconnection.Gravatar Kuba Pawlak 1-0/+5
2015-10-25Bluetooth: Fix locking issue on SCO disconnectionGravatar Kuba Pawlak 1-0/+2
2015-10-25Bluetooth: Fix crash on SCO disconnectGravatar Kuba Pawlak 1-0/+2
2015-08-28Bluetooth: Make the function sco_conn_del have a return type of voidGravatar Nicholas Krause 1-3/+2
2015-06-09Bluetooth: Make l2cap_recv_acldata() and sco_recv_scodata() return voidGravatar Arron Wang 1-3/+2
2015-05-11net: Pass kern from net_proto_family.create to sk_allocGravatar Eric W. Biederman 1-4/+4
2015-03-07Bluetooth: fix sco_exit compile warningGravatar Alexander Aring 1-1/+1
2015-03-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar David S. Miller 1-2/+19
2015-03-02net: Remove iocb argument from sendmsg and recvmsgGravatar Ying Xue 1-5/+5
2015-02-19Bluetooth: Convert disconn_cfm to be triggered through hci_cbGravatar Johan Hedberg 1-1/+5
2015-02-19Bluetooth: Convert connect_cfm to be triggered through hci_cbGravatar Johan Hedberg 1-1/+14
2015-01-23Bluetooth: Fix nested sleepsGravatar Peter Hurley 1-5/+3
2015-01-12Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_scoGravatar Marcel Holtmann 1-0/+2
2014-11-24new helper: memcpy_from_msg()Gravatar Al Viro 1-1/+1
2014-07-17Bluetooth: never linger on process exitGravatar Vladimir Davydov 1-2/+4
2014-07-14Bluetooth: Remove sco_chan_get helper functionGravatar Marcel Holtmann 1-11/+9
2014-07-13Bluetooth: Remove unneeded forward declaration of sco_chan_delGravatar Marcel Holtmann 1-29/+27
2014-07-13Bluetooth: Remove unneeded forward declaration of __sco_chan_addGravatar Marcel Holtmann 1-12/+11
2014-07-11Bluetooth: Move SCO timeout constants into net/bluetooth/sco.cGravatar Marcel Holtmann 1-0/+3
2014-07-11Bluetooth: Move struct sco_conn into net/bluetooth/sco.cGravatar Marcel Holtmann 1-0/+13
2014-07-11Bluetooth: Move struct sco_pinfo into net/bluetooth/sco.cGravatar Marcel Holtmann 1-0/+12
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.Gravatar David S. Miller 1-1/+1
2014-03-12Bluetooth: Convert uses of __constant_<foo> to <foo>Gravatar Joe Perches 1-5/+5
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicGravatar Hannes Frederic Sowa 1-1/+0
2013-10-18Bluetooth: Use IS_ERR_OR_NULL for checking bt_debugfsGravatar Marcel Holtmann 1-7/+6
2013-10-13Bluetooth: Store SCO address information in its own socket structureGravatar Marcel Holtmann 1-18/+18
2013-10-13Bluetooth: Use SCO addresses from HCI connection directlyGravatar Marcel Holtmann 1-12/+8
2013-08-21Bluetooth: Prevent transparent SCO on older devicesGravatar Frédéric Dalleau 1-0/+6
2013-08-21Bluetooth: Parameters for outgoing SCO connectionsGravatar Frédéric Dalleau 1-1/+1
2013-08-21Bluetooth: Use voice setting in deferred SCO connection requestGravatar Frédéric Dalleau 1-5/+17
2013-08-21Bluetooth: Add Bluetooth socket voice optionGravatar Frédéric Dalleau 1-1/+39
2013-08-21Bluetooth: Remove unused mask parameter in sco_conn_defer_acceptGravatar Frédéric Dalleau 1-7/+3
2013-08-21Bluetooth: Use hci_connect_sco directlyGravatar Frédéric Dalleau 1-2/+1
2013-08-21Bluetooth: Fix getting SCO socket options in deferred stateGravatar Johan Hedberg 1-2/+6
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2013-04-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-7/+42
2013-04-18Bluetooth: Move and rename hci_conn_acceptGravatar Frédéric Dalleau 1-1/+37
2013-04-11Bluetooth: Minor coding style fixGravatar Claudio Takahasi 1-2/+1
2013-04-11Bluetooth: Use GFP_KERNEL in sco_conn_addGravatar Claudio Takahasi 1-1/+1
2013-04-11Bluetooth: rename hci_conn_put to hci_conn_dropGravatar David Herrmann 1-3/+3
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-2/+1
2013-04-09bluetooth: kill unused 'module' argument of bt_procfs_init()Gravatar Al Viro 1-1/+1
2013-04-07Bluetooth: SCO - Fix missing msg_namelen update in sco_sock_recvmsg()Gravatar Mathias Krause 1-0/+1