index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
l2cap_sock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-13
Bluetooth: L2CAP: add support for waiting disconnection resp
Archie Pusaka
1
-7
/
+23
2020-04-02
Bluetooth: Add BT_MODE socket option
Luiz Augusto von Dentz
1
-1
/
+112
2020-04-02
Bluetooth: L2CAP: Fix handling LE modes by L2CAP_OPTIONS
Luiz Augusto von Dentz
1
-4
/
+21
2020-03-24
Bluetooth: L2CAP: Add get_peer_pid callback
Luiz Augusto von Dentz
1
-0
/
+8
2020-03-12
Bluetooth: L2CAP: Fix a condition in l2cap_sock_recvmsg()
Dan Carpenter
1
-1
/
+1
2020-03-08
Bluetooth: L2CAP: Add module option to enable ECRED mode
Luiz Augusto von Dentz
1
-0
/
+5
2020-03-08
Bluetooth: L2CAP: Add initial code for Enhanced Credit Based Mode
Luiz Augusto von Dentz
1
-4
/
+19
2020-02-19
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
2020-02-05
Bluetooth: prefetch channel before killing sock
Hillf Danton
1
-4
/
+6
2020-01-29
Bluetooth: Fix refcount use-after-free issue
Manish Mandlik
1
-3
/
+13
2019-04-23
Bluetooth: Add return check for L2CAP security level set
Fugang Duan
1
-2
/
+5
2019-04-20
net: rework SIOCGSTAMP ioctl handling
Arnd Bergmann
1
-0
/
+1
2019-01-22
Bluetooth: Fix locking in bt_accept_enqueue() for BH context
Matthias Kaehlcke
1
-1
/
+1
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-06-29
Bluetooth: Add sockaddr length checks before accessing sa_family in bind and ...
Mateusz Jurczyk
1
-2
/
+3
2017-03-10
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-08-24
Bluetooth: split sk_filter in l2cap_sock_recv_cb
Daniel Borkmann
1
-2
/
+12
2016-07-17
Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTU
Amadeusz Sławiński
1
-1
/
+1
2016-04-08
Bluetooth: Allow setting BT_SECURITY_FIPS with setsockopt
Patrik Flykt
1
-1
/
+1
2016-01-29
Bluetooth: L2CAP: Fix setting chan src info before adding PSM/CID
Johan Hedberg
1
-3
/
+3
2016-01-29
Bluetooth: L2CAP: Introduce proper defines for PSM ranges
Johan Hedberg
1
-3
/
+3
2015-10-21
Bluetooth: l2cap_disconnection_req priority over shutdown
Dean Jenkins
1
-1
/
+10
2015-10-21
Bluetooth: Reorganize mutex lock in l2cap_sock_shutdown()
Dean Jenkins
1
-17
/
+27
2015-10-21
Bluetooth: Unwind l2cap_sock_shutdown()
Dean Jenkins
1
-14
/
+18
2015-07-23
Bluetooth: __l2cap_wait_ack() add defensive timeout
Dean Jenkins
1
-1
/
+10
2015-07-23
Bluetooth: __l2cap_wait_ack() use msecs_to_jiffies()
Dean Jenkins
1
-2
/
+2
2015-07-23
Bluetooth: Add BT_DBG to l2cap_sock_shutdown()
Dean Jenkins
1
-0
/
+4
2015-07-23
Bluetooth: Make __l2cap_wait_ack more efficient
Dean Jenkins
1
-6
/
+10
2015-07-23
Bluetooth: L2CAP ERTM shutdown protect sk and chan
Dean Jenkins
1
-0
/
+8
2015-05-11
net: Pass kern from net_proto_family.create to sk_alloc
Eric W. Biederman
1
-5
/
+5
2015-03-31
Bluetooth: Refactor L2CAP variables into l2cap_ctrl
Johan Hedberg
1
-3
/
+3
2015-03-02
net: Remove iocb argument from sendmsg and recvmsg
Ying Xue
1
-6
/
+6
2015-01-23
Bluetooth: Fix nested sleeps
Peter Hurley
1
-5
/
+4
2015-01-12
Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_l2
Marcel Holtmann
1
-0
/
+2
2014-12-10
first fruits - kill l2cap ->memcpy_fromiovec()
Al Viro
1
-8
/
+0
2014-12-10
switch l2cap ->memcpy_fromiovec() to msghdr
Al Viro
1
-2
/
+2
2014-11-15
Bluetooth: Add debug logs to help track locking issues
Johan Hedberg
1
-1
/
+9
2014-11-13
Bluetooth: Fix L2CAP nesting level initialization location
Johan Hedberg
1
-3
/
+0
2014-11-13
Bluetooth: Fix L2CAP socket lock nesting level
Johan Hedberg
1
-3
/
+10
2014-11-13
Bluetooth: Use proper nesting annotation for l2cap_chan lock
Johan Hedberg
1
-0
/
+9
2014-11-12
Bluetooth: Fix l2cap_sock_teardown_cb lockdep warning
Johan Hedberg
1
-1
/
+1
2014-09-08
Bluetooth: Fix hci_conn reference counting for fixed channels
Johan Hedberg
1
-0
/
+8
2014-08-14
Bluetooth: Move parts of fixed channel initialization to l2cap_add_scid
Johan Hedberg
1
-9
/
+0
2014-08-14
Bluetooth: Resume BT_CONNECTED state after LE security elevation
Johan Hedberg
1
-0
/
+6
2014-07-18
Bluetooth: Use EOPNOTSUPP instead of ENOTSUPP
Johan Hedberg
1
-1
/
+1
2014-07-17
Bluetooth: Pass initiator/acceptor information to hci_conn_security()
Johan Hedberg
1
-1
/
+1
[next]