Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
ca45de77ad706e86b135b8564e21aa2c8a63f09b
/
include
/
net
/
bluetooth
58d35f8
Bluetooth: Move tx queue to struct l2cap_chan
by Gustavo F. Padovan
· 15 years ago
39d5a3e
Bluetooth: Move SREJ list to struct l2cap_chan
by Gustavo F. Padovan
· 15 years ago
311bb89
Bluetooth: Move busy workqueue to struct l2cap_chan
by Gustavo F. Padovan
· 15 years ago
f1c6775
Bluetooth: Move srej and busy queues to struct l2cap_chan
by Gustavo F. Padovan
· 15 years ago
e92c8e7
Bluetooth: Move ERTM timers to struct l2cap_chan
by Gustavo F. Padovan
· 15 years ago
2c03a7a
Bluetooth: Move remote info to struct l2cap_chan
by Gustavo F. Padovan
· 15 years ago
6f61fd4
Bluetooth: Move SDU related vars to struct l2cap_chan
by Gustavo F. Padovan
· 15 years ago
6a02661
Bluetooth: Move more ERTM stuff to struct l2cap_chan
by Gustavo F. Padovan
· 15 years ago
42e5c80
Bluetooth: Move of ERTM *_seq vars to struct l2cap_chan
by Gustavo F. Padovan
· 15 years ago
525cd18
Bluetooth: Move conn_state to struct l2cap_chan
by Gustavo F. Padovan
· 15 years ago
710f9b0
Bluetooth: clean up l2cap_sock_recvmsg()
by Gustavo F. Padovan
· 15 years ago
73ffa90
Bluetooth: Move conf_{req,rsp} stuff to struct l2cap_chan
by Gustavo F. Padovan
· 15 years ago
fc7f8a7
Bluetooth: Move ident to struct l2cap_chan
by Gustavo F. Padovan
· 15 years ago
820ffdb
Bluetooth: Remove struct del_list
by Gustavo F. Padovan
· 15 years ago
baa7e1f
Bluetooth: Use struct list_head for L2CAP channels list
by Gustavo F. Padovan
· 15 years ago
4845407
Bluetooth: Create struct l2cap_chan
by Gustavo F. Padovan
· 15 years ago
a88a965
Bluetooth: Add mgmt_remote_name event
by Johan Hedberg
· 15 years ago
e17acd4
Bluetooth: Add mgmt_device_found event
by Johan Hedberg
· 15 years ago
220b881
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6
by Gustavo F. Padovan
· 15 years ago
1057213
Bluetooth: Fix HCI_RESET command synchronization
by Gustavo F. Padovan
· 15 years ago
80a1e1d
Bluetooth: Add local Extended Inquiry Response (EIR) support
by Johan Hedberg
· 15 years ago
f3dd4f0
Bluetooth: Remove unused struct l2cap_conn item
by Gustavo F. Padovan
· 15 years ago
2763eda
Bluetooth: Add add/remove_remote_oob_data management commands
by Szymon Janc
· 15 years ago
c35938b
Bluetooth: Add read_local_oob_data management command
by Szymon Janc
· 15 years ago
b0d2199
Bluetooth: Remove unused struct item
by Gustavo F. Padovan
· 15 years ago
b312b161
Bluetooth: mgmt: Add support for setting the local name
by Johan Hedberg
· 15 years ago
dc4fe30
Bluetooth: mgmt: Add local name information to read_info reply
by Johan Hedberg
· 15 years ago
1f6c637
Bluetooth: Add define for the maximum name length on HCI level
by Johan Hedberg
· 15 years ago
4e51eae
Bluetooth: Move index to common header in management interface
by Szymon Janc
· 15 years ago
2a61169
Bluetooth: Add mgmt_auth_failed event
by Johan Hedberg
· 15 years ago
ac56fb1
Bluetooth: Fix mgmt_pin_code_reply return parameters
by Johan Hedberg
· 15 years ago
a5c2968
Bluetooth: Add management support for user confirmation request
by Johan Hedberg
· 15 years ago
e9a416b
Bluetooth: Add mgmt_pair_device command
by Johan Hedberg
· 15 years ago
adc4266
Bluetooth: Fix some code style issues in hci_core.h
by Szymon Janc
· 15 years ago
2ce603e
Bluetooth: Send LE Connection Update Command
by Claudio Takahasi
· 15 years ago
6bd3232
Bluetooth: Use proper timer for hci command timout
by Ville Tervo
· 15 years ago
de73115
Bluetooth: Add connection parameter update response
by Claudio Takahasi
· 15 years ago
3300d9a
Bluetooth: Add LE signaling commands handling
by Claudio Takahasi
· 15 years ago
aff2cae
Bluetooth: Add SMP command structures
by Ville Tervo
· 15 years ago
b62f328
Bluetooth: Add server socket support for LE connection
by Ville Tervo
· 15 years ago
acd7d37
Bluetooth: Add LE connection support to L2CAP
by Ville Tervo
· 15 years ago
6ed58ec
Bluetooth: Use LE buffers for LE traffic
by Ville Tervo
· 15 years ago
fcd89c0
Bluetooth: Add LE connect support
by Ville Tervo
· 15 years ago
63185f6
Bluetooth: Add low energy commands and events
by Ville Tervo
· 15 years ago
c531a12
Bluetooth: remove l2cap_load() hack
by Gustavo F. Padovan
· 15 years ago
6427451
Bluetooth: Merge L2CAP and SCO modules into bluetooth.ko
by Gustavo F. Padovan
· 15 years ago
6de0702
Bluetooth: move __l2cap_sock_close() to l2cap_sock.c
by Gustavo F. Padovan
· 15 years ago
fd83ccd
Bluetooth: move l2cap_sock_sendmsg() to l2cap_sock.c
by Gustavo F. Padovan
· 15 years ago
dcba0db
Bluetooth: move l2cap_sock_shutdown() to l2cap_sock.c
by Gustavo F. Padovan
· 15 years ago
6898325
Bluetooth: move l2cap_sock_recvmsg() to l2cap_sock.c
by Gustavo F. Padovan
· 15 years ago
4e34c50
Bluetooth: move l2cap_sock_connect() to l2cap_sock.c
by Gustavo F. Padovan
· 15 years ago
99f4808
Bluetooth: move l2cap_sock_getsockopt() to l2cap_sock.c
by Gustavo F. Padovan
· 15 years ago
33575df
Bluetooth: move l2cap_sock_setsockopt() to l2cap_sock.c
by Gustavo F. Padovan
· 15 years ago
d7175d5
Bluetooth: move l2cap_sock_getname() to l2cap_sock.c
by Gustavo F. Padovan
· 15 years ago
c47b7c7
Bluetooth: move l2cap_sock_accept() to l2cap_sock.c
by Gustavo F. Padovan
· 15 years ago
af6bcd8
Bluetooth: move l2cap_sock_bind()/listen() to l2cap_sock.c
by Gustavo F. Padovan
· 15 years ago
554f05b
Bluetooth: move l2cap_sock_release() to l2cap_sock.c
by Gustavo F. Padovan
· 15 years ago
6539058
Bluetooth: move l2cap_sock_ops to l2cap_sock.c
by Gustavo F. Padovan
· 15 years ago
bb58f74
Bluetooth: Initial work for L2CAP split.
by Gustavo F. Padovan
· 15 years ago
17fa4b9
Bluetooth: Add set_io_capability management command
by Johan Hedberg
· 15 years ago
980e1a5
Bluetooth: Add support for PIN code handling in the management interface
by Johan Hedberg
· 15 years ago
2784eb4
Bluetooth: Add get_connections managment interface command
by Johan Hedberg
· 15 years ago
17d5c04
Bluetooth: Add support for connect failed management event
by Johan Hedberg
· 15 years ago
8962ee7
Bluetooth: Add disconnect managment command
by Johan Hedberg
· 15 years ago
f752054
Bluetooth: Add connected/disconnected management events
by Johan Hedberg
· 15 years ago
55ed8ca
Bluetooth: Implement link key handling for the management interface
by Johan Hedberg
· 15 years ago
1aff6f0
Bluetooth: Add class of device control to the management interface
by Johan Hedberg
· 15 years ago
d5859e2
Bluetooth: Implement a more complete adapter initialization sequence
by Johan Hedberg
· 15 years ago
b0916ea
Bluetooth: Add controller side link key clearing to hci_init_req
by Johan Hedberg
· 15 years ago
a5040ef
Bluetooth: Add special handling with __hci_request and HCI_INIT
by Johan Hedberg
· 15 years ago
03b555e
Bluetooth: Reject pairing requests when in non-pairable mode
by Johan Hedberg
· 15 years ago
2aeb9a1
Bluetooth: Implement UUID handling through the management interface
by Johan Hedberg
· 15 years ago
c542a06
Bluetooth: Implement set_pairable managment command
by Johan Hedberg
· 15 years ago
ebc99fe
Bluetooth: Add flag to track managment controlled adapters
by Johan Hedberg
· 15 years ago
72a734e
Bluetooth: Unify mode related management messages to a single struct
by Johan Hedberg
· 15 years ago
9fbcbb4
Bluetooth: Add set_connectable management command
by Johan Hedberg
· 15 years ago
73f22f6
Bluetooth: Add support for set_discoverable management command
by Johan Hedberg
· 15 years ago
eec8d2b
Bluetooth: Add support for set_powered management command
by Johan Hedberg
· 15 years ago
5add6af
Bluetooth: Add support for management powered event
by Johan Hedberg
· 15 years ago
ab81cbf
Bluetooth: Implement automatic setup procedure for local adapters
by Johan Hedberg
· 15 years ago
e702112
Bluetooth: Use non-flushable by default L2CAP data packets
by Andrei Emeltchenko
· 15 years ago
765c2a9
Bluetooth: Fix race condition with conn->sec_level
by Johan Hedberg
· 15 years ago
23bb576
Bluetooth: Fix __hci_request synchronization for hci_open_dev
by Johan Hedberg
· 15 years ago
c71e97b
Bluetooth: Add management events for controller addition & removal
by Johan Hedberg
· 15 years ago
f7b64e6
Bluetooth: Add read_info management command
by Johan Hedberg
· 15 years ago
faba42e
Bluetooth: Add read_index_list management command
by Johan Hedberg
· 15 years ago
02d9812
Bluetooth: Add read_version management command
by Johan Hedberg
· 15 years ago
a40c406
Bluetooth: Make hci_send_to_sock usable for management control sockets
by Johan Hedberg
· 15 years ago
0381101
Bluetooth: Add initial Bluetooth Management interface callbacks
by Johan Hedberg
· 15 years ago
c02178d
Bluetooth: Add Bluetooth Management interface definitions
by Johan Hedberg
· 15 years ago
be21871
Bluetooth: clean up legal text
by Andrei Emeltchenko
· 15 years ago
70f23020
Bluetooth: clean up hci code
by Andrei Emeltchenko
· 15 years ago
894718a
Bluetooth: clean up l2cap code
by Andrei Emeltchenko
· 15 years ago
285b4e9
Bluetooth: clean up rfcomm code
by Andrei Emeltchenko
· 15 years ago
735cbc4
Bluetooth: clean up sco code
by Andrei Emeltchenko
· 15 years ago
534c92f
Bluetooth: clean up rfcomm code
by Andrei Emeltchenko
· 16 years ago
796c86e
Bluetooth: Add common code for stream-oriented recvmsg()
by Mat Martineau
· 16 years ago
8f1e174
Bluetooth: HCI devices are either BR/EDR or AMP radios
by David Vrabel
· 16 years ago
d122179
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
e454c84
Bluetooth: Fix deadlock in the ERTM logic
by Gustavo F. Padovan
· 16 years ago
Next »