index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.48-dubhe
starfive-6.6.63-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
/
include
/
net
/
bluetooth
/
l2cap.h
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-28
Bluetooth: Rename l2cap_do_connect() to l2cap_chan_connect()
Gustavo F. Padovan
1
-1
/
+1
2011-04-28
Bluetooth: Move conf_state to struct l2cap_chan
Gustavo F. Padovan
1
-2
/
+1
2011-04-28
Bluetooth: Refactor L2CAP channel allocation
Gustavo F. Padovan
1
-1
/
+2
2011-04-13
Bluetooth: Move tx queue to struct l2cap_chan
Gustavo F. Padovan
1
-2
/
+2
2011-04-13
Bluetooth: Move SREJ list to struct l2cap_chan
Gustavo F. Padovan
1
-7
/
+6
2011-04-08
Bluetooth: Move busy workqueue to struct l2cap_chan
Gustavo F. Padovan
1
-1
/
+1
2011-04-08
Bluetooth: Move srej and busy queues to struct l2cap_chan
Gustavo F. Padovan
1
-4
/
+2
2011-04-08
Bluetooth: Move ERTM timers to struct l2cap_chan
Gustavo F. Padovan
1
-7
/
+8
2011-04-08
Bluetooth: Move remote info to struct l2cap_chan
Gustavo F. Padovan
1
-5
/
+5
2011-04-08
Bluetooth: Move SDU related vars to struct l2cap_chan
Gustavo F. Padovan
1
-4
/
+4
2011-04-08
Bluetooth: Move more ERTM stuff to struct l2cap_chan
Gustavo F. Padovan
1
-5
/
+5
2011-04-08
Bluetooth: Move of ERTM *_seq vars to struct l2cap_chan
Gustavo F. Padovan
1
-10
/
+10
2011-04-08
Bluetooth: Move conn_state to struct l2cap_chan
Gustavo F. Padovan
1
-2
/
+3
2011-04-08
Bluetooth: clean up l2cap_sock_recvmsg()
Gustavo F. Padovan
1
-2
/
+1
2011-04-08
Bluetooth: Move conf_{req,rsp} stuff to struct l2cap_chan
Gustavo F. Padovan
1
-5
/
+6
2011-04-08
Bluetooth: Move ident to struct l2cap_chan
Gustavo F. Padovan
1
-2
/
+2
2011-04-08
Bluetooth: Remove struct del_list
Gustavo F. Padovan
1
-5
/
+0
2011-04-08
Bluetooth: Use struct list_head for L2CAP channels list
Gustavo F. Padovan
1
-9
/
+3
2011-04-08
Bluetooth: Create struct l2cap_chan
Gustavo F. Padovan
1
-6
/
+12
2011-03-31
Bluetooth: Remove unused struct l2cap_conn item
Gustavo F. Padovan
1
-1
/
+0
2011-03-31
Bluetooth: Remove unused struct item
Gustavo F. Padovan
1
-1
/
+0
2011-02-16
Bluetooth: Add connection parameter update response
Claudio Takahasi
1
-0
/
+15
2011-02-16
Bluetooth: Add LE signaling commands handling
Claudio Takahasi
1
-0
/
+2
2011-02-16
Bluetooth: Add server socket support for LE connection
Ville Tervo
1
-0
/
+1
2011-02-16
Bluetooth: Add LE connection support to L2CAP
Ville Tervo
1
-0
/
+3
2011-02-15
Bluetooth: remove l2cap_load() hack
Gustavo F. Padovan
1
-2
/
+0
2011-02-08
Bluetooth: move __l2cap_sock_close() to l2cap_sock.c
Gustavo F. Padovan
1
-0
/
+2
2011-02-08
Bluetooth: move l2cap_sock_sendmsg() to l2cap_sock.c
Gustavo F. Padovan
1
-3
/
+8
2011-02-08
Bluetooth: move l2cap_sock_shutdown() to l2cap_sock.c
Gustavo F. Padovan
1
-1
/
+2
2011-02-08
Bluetooth: move l2cap_sock_recvmsg() to l2cap_sock.c
Gustavo F. Padovan
1
-1
/
+4
2011-02-08
Bluetooth: move l2cap_sock_connect() to l2cap_sock.c
Gustavo F. Padovan
1
-1
/
+1
2011-02-08
Bluetooth: move l2cap_sock_getsockopt() to l2cap_sock.c
Gustavo F. Padovan
1
-1
/
+0
2011-02-08
Bluetooth: move l2cap_sock_setsockopt() to l2cap_sock.c
Gustavo F. Padovan
1
-1
/
+0
2011-02-08
Bluetooth: move l2cap_sock_getname() to l2cap_sock.c
Gustavo F. Padovan
1
-1
/
+0
2011-02-08
Bluetooth: move l2cap_sock_accept() to l2cap_sock.c
Gustavo F. Padovan
1
-1
/
+0
2011-02-08
Bluetooth: move l2cap_sock_bind()/listen() to l2cap_sock.c
Gustavo F. Padovan
1
-2
/
+0
2011-02-08
Bluetooth: move l2cap_sock_release() to l2cap_sock.c
Gustavo F. Padovan
1
-1
/
+0
2011-02-08
Bluetooth: move l2cap_sock_ops to l2cap_sock.c
Gustavo F. Padovan
1
-0
/
+12
2011-02-08
Bluetooth: Initial work for L2CAP split.
Gustavo F. Padovan
1
-0
/
+15
2011-02-08
Bluetooth: Use non-flushable by default L2CAP data packets
Andrei Emeltchenko
1
-0
/
+1
2010-12-02
Bluetooth: clean up legal text
Andrei Emeltchenko
1
-6
/
+6
2010-12-02
Bluetooth: clean up l2cap code
Andrei Emeltchenko
1
-5
/
+5
2010-09-24
net: return operator cleanup
Eric Dumazet
1
-1
/
+1
2010-08-10
Bluetooth: Use 3-DH5 payload size for default ERTM max PDU size
Mat Martineau
1
-1
/
+1
2010-08-10
Bluetooth: Change default L2CAP ERTM retransmit timeout
Mat Martineau
1
-1
/
+1
2010-07-21
Bluetooth: Use __packed annotation
Gustavo F. Padovan
1
-13
/
+13
2010-07-21
Bluetooth: Add Google's copyright to L2CAP
Gustavo F. Padovan
1
-0
/
+1
2010-07-21
Bluetooth: Add Copyright notice to L2CAP
Gustavo F. Padovan
1
-0
/
+1
2010-07-21
Bluetooth: Remove the send_lock spinlock from ERTM
Gustavo F. Padovan
1
-1
/
+0
2010-07-21
Bluetooth: Disconnect early if mode is not supported
Gustavo F. Padovan
1
-0
/
+5
[prev]
[next]