index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
sco.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-10
Bluetooth: fix repeated calls to sco_sock_kill
Desmond Cheong Zhi Xi
1
-6
/
+1
2021-08-10
Bluetooth: serialize calls to sco_sock_{set,clear}_timer
Desmond Cheong Zhi Xi
1
-2
/
+2
2021-08-10
Bluetooth: switch to lock_sock in SCO
Desmond Cheong Zhi Xi
1
-9
/
+9
2021-08-10
Bluetooth: avoid circular locks in sco_sock_connect
Desmond Cheong Zhi Xi
1
-23
/
+16
2021-08-10
Bluetooth: schedule SCO timeouts with delayed_work
Desmond Cheong Zhi Xi
1
-6
/
+29
2021-07-22
Bluetooth: sco: prevent information leak in sco_conn_defer_accept()
Dan Carpenter
1
-0
/
+5
2021-06-26
Bluetooth: sco: Use the correct print format
Kai Ye
1
-4
/
+4
2021-03-24
Bluetooth: Remove trailing semicolon in macros
Meng Yu
1
-2
/
+2
2020-12-07
Bluetooth: sco: Fix crash when using BT_SNDMTU/BT_RCVMTU option
Wei Yongjun
1
-0
/
+5
2020-09-11
Bluetooth: sco: new getsockopt options BT_SNDMTU/BT_RCVMTU
Joseph Hwang
1
-0
/
+6
2020-07-31
bluetooth: sco: Fix sockptr reference.
David S. Miller
1
-1
/
+1
2020-07-31
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
1
-0
/
+32
2020-07-24
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
1
-3
/
+3
2020-06-12
Bluetooth: Add support for BT_PKT_STATUS CMSG data for SCO connections
Alain Michaud
1
-0
/
+32
2020-02-18
Bluetooth: Fix crash when using new BT_PHY option
Luiz Augusto von Dentz
1
-1
/
+1
2020-02-14
Bluetooth: Add BT_PHY socket option
Luiz Augusto von Dentz
1
-0
/
+13
2019-04-19
net: rework SIOCGSTAMP ioctl handling
Arnd Bergmann
1
-0
/
+1
2019-04-12
Bluetooth: Check address length before reading address field
Tetsuo Handa
1
-2
/
+2
2019-01-22
Bluetooth: Fix locking in bt_accept_enqueue() for BH context
Matthias Kaehlcke
1
-1
/
+1
2018-12-19
Bluetooth: Change to use DEFINE_SHOW_ATTRIBUTE macro
Yangtao Li
1
-11
/
+1
2018-07-16
Bluetooth: avoid killing an already killed socket
Sudip Mukherjee
1
-1
/
+2
2018-06-28
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
1
-1
/
+1
2018-05-26
net/bluetooth: convert to ->poll_mask
Christoph Hellwig
1
-1
/
+1
2018-02-12
net: make getname() functions return length rather than use int* parameter
Denys Vlasenko
1
-3
/
+2
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-3
/
+3
2017-06-29
Bluetooth: Add sockaddr length checks before accessing sa_family in bind and ...
Mateusz Jurczyk
1
-4
/
+2
2017-03-09
net: Work around lockdep limitation in sockets that use sockets
David Howells
1
-1
/
+1
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-0
/
+1
2016-11-22
Bluetooth: Fix using the correct source address type
Johan Hedberg
1
-1
/
+1
2015-12-15
bluetooth: Validate socket address length in sco_sock_bind().
David S. Miller
1
-0
/
+3
2015-10-27
Bluetooth: Fix crash on fast disconnect of SCO
Kuba Pawlak
1
-0
/
+5
2015-10-26
Bluetooth: Fix some obvious coding style issues in the SCO module
Marcel Holtmann
1
-11
/
+19
2015-10-25
Bluetooth: Fix locking issue during fast SCO reconnection.
Kuba Pawlak
1
-0
/
+5
2015-10-25
Bluetooth: Fix locking issue on SCO disconnection
Kuba Pawlak
1
-0
/
+2
2015-10-25
Bluetooth: Fix crash on SCO disconnect
Kuba Pawlak
1
-0
/
+2
2015-08-28
Bluetooth: Make the function sco_conn_del have a return type of void
Nicholas Krause
1
-3
/
+2
2015-06-09
Bluetooth: Make l2cap_recv_acldata() and sco_recv_scodata() return void
Arron Wang
1
-3
/
+2
2015-05-11
net: Pass kern from net_proto_family.create to sk_alloc
Eric W. Biederman
1
-4
/
+4
2015-03-07
Bluetooth: fix sco_exit compile warning
Alexander Aring
1
-1
/
+1
2015-03-02
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
1
-2
/
+19
2015-03-02
net: Remove iocb argument from sendmsg and recvmsg
Ying Xue
1
-5
/
+5
2015-02-19
Bluetooth: Convert disconn_cfm to be triggered through hci_cb
Johan Hedberg
1
-1
/
+5
2015-02-19
Bluetooth: Convert connect_cfm to be triggered through hci_cb
Johan Hedberg
1
-1
/
+14
2015-01-23
Bluetooth: Fix nested sleeps
Peter Hurley
1
-5
/
+3
2015-01-12
Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_sco
Marcel Holtmann
1
-0
/
+2
2014-11-24
new helper: memcpy_from_msg()
Al Viro
1
-1
/
+1
2014-07-17
Bluetooth: never linger on process exit
Vladimir Davydov
1
-2
/
+4
2014-07-14
Bluetooth: Remove sco_chan_get helper function
Marcel Holtmann
1
-11
/
+9
2014-07-13
Bluetooth: Remove unneeded forward declaration of sco_chan_del
Marcel Holtmann
1
-29
/
+27
2014-07-13
Bluetooth: Remove unneeded forward declaration of __sco_chan_add
Marcel Holtmann
1
-12
/
+11
[next]