summaryrefslogtreecommitdiff
path: root/net/bluetooth/sco.c
Commit message (Expand)AuthorAge
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-11
* Bluetooth: fix sco_exit compile warningAlexander Aring2015-03-07
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-03-02
|\
| * Bluetooth: Convert disconn_cfm to be triggered through hci_cbJohan Hedberg2015-02-19
| * Bluetooth: Convert connect_cfm to be triggered through hci_cbJohan Hedberg2015-02-19
* | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-02
|/
* Bluetooth: Fix nested sleepsPeter Hurley2015-01-23
* Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_scoMarcel Holtmann2015-01-12
* new helper: memcpy_from_msg()Al Viro2014-11-24
* Bluetooth: never linger on process exitVladimir Davydov2014-07-17
* Bluetooth: Remove sco_chan_get helper functionMarcel Holtmann2014-07-14
* Bluetooth: Remove unneeded forward declaration of sco_chan_delMarcel Holtmann2014-07-13
* Bluetooth: Remove unneeded forward declaration of __sco_chan_addMarcel Holtmann2014-07-13
* Bluetooth: Move SCO timeout constants into net/bluetooth/sco.cMarcel Holtmann2014-07-11
* Bluetooth: Move struct sco_conn into net/bluetooth/sco.cMarcel Holtmann2014-07-11
* Bluetooth: Move struct sco_pinfo into net/bluetooth/sco.cMarcel Holtmann2014-07-11
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-11
* Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-12
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-20
* Bluetooth: Use IS_ERR_OR_NULL for checking bt_debugfsMarcel Holtmann2013-10-18
* Bluetooth: Store SCO address information in its own socket structureMarcel Holtmann2013-10-13
* Bluetooth: Use SCO addresses from HCI connection directlyMarcel Holtmann2013-10-13
* Bluetooth: Prevent transparent SCO on older devicesFrédéric Dalleau2013-08-21
* Bluetooth: Parameters for outgoing SCO connectionsFrédéric Dalleau2013-08-21
* Bluetooth: Use voice setting in deferred SCO connection requestFrédéric Dalleau2013-08-21
* Bluetooth: Add Bluetooth socket voice optionFrédéric Dalleau2013-08-21
* Bluetooth: Remove unused mask parameter in sco_conn_defer_acceptFrédéric Dalleau2013-08-21
* Bluetooth: Use hci_connect_sco directlyFrédéric Dalleau2013-08-21
* Bluetooth: Fix getting SCO socket options in deferred stateJohan Hedberg2013-08-21
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-01
|\
| * bluetooth: kill unused 'module' argument of bt_procfs_init()Al Viro2013-04-09
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-24
|\ \
| * | Bluetooth: Move and rename hci_conn_acceptFrédéric Dalleau2013-04-18
| * | Bluetooth: Minor coding style fixClaudio Takahasi2013-04-11
| * | Bluetooth: Use GFP_KERNEL in sco_conn_addClaudio Takahasi2013-04-11
| * | Bluetooth: rename hci_conn_put to hci_conn_dropDavid Herrmann2013-04-11
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-10
|\ \ \ | |/ /
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-29
| |\ \ | | |/
| * | Bluetooth: discard bt_sock_unregister() errorsDavid Herrmann2013-03-08
* | | Bluetooth: SCO - Fix missing msg_namelen update in sco_sock_recvmsg()Mathias Krause2013-04-07
| |/ |/|
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2013-03-18
|\ \ | |/ |/|
| * Bluetooth: Fix not closing SCO sockets in the BT_CONNECT2 stateVinicius Costa Gomes2013-03-14
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* | Bluetooth: Reduce critical section in sco_conn_readyAndre Guedes2013-02-01
|/
* Bluetooth: Check if the hci connection exists in SCO shutdownGustavo Padovan2013-01-10
* Revert "Bluetooth: Fix possible deadlock in SCO code"Gustavo Padovan2012-12-03
* Bluetooth: Implement deferred sco socket setupFrédéric Dalleau2012-12-03
* Bluetooth: Add BT_DEFER_SETUP option to sco socketFrédéric Dalleau2012-12-03
* Bluetooth: Use %pMR in sprintf/seq_printf instead of batostrAndrei Emeltchenko2012-09-27
* Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko2012-09-27