index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
bluetooth
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: Fix some code style issues in hci_core.h
Szymon Janc
2011-02-17
1
-29
/
+29
*
Bluetooth: Send LE Connection Update Command
Claudio Takahasi
2011-02-16
2
-0
/
+13
*
Bluetooth: Use proper timer for hci command timout
Ville Tervo
2011-02-16
2
-1
/
+4
*
Bluetooth: Add connection parameter update response
Claudio Takahasi
2011-02-16
1
-0
/
+15
*
Bluetooth: Add LE signaling commands handling
Claudio Takahasi
2011-02-16
1
-0
/
+2
*
Bluetooth: Add SMP command structures
Ville Tervo
2011-02-16
1
-0
/
+76
*
Bluetooth: Add server socket support for LE connection
Ville Tervo
2011-02-16
1
-0
/
+1
*
Bluetooth: Add LE connection support to L2CAP
Ville Tervo
2011-02-16
1
-0
/
+3
*
Bluetooth: Use LE buffers for LE traffic
Ville Tervo
2011-02-16
1
-0
/
+5
*
Bluetooth: Add LE connect support
Ville Tervo
2011-02-16
2
-4
/
+23
*
Bluetooth: Add low energy commands and events
Ville Tervo
2011-02-16
1
-0
/
+49
*
Bluetooth: remove l2cap_load() hack
Gustavo F. Padovan
2011-02-15
1
-2
/
+0
*
Bluetooth: Merge L2CAP and SCO modules into bluetooth.ko
Gustavo F. Padovan
2011-02-14
1
-0
/
+28
*
Bluetooth: move __l2cap_sock_close() to l2cap_sock.c
Gustavo F. Padovan
2011-02-08
1
-0
/
+2
*
Bluetooth: move l2cap_sock_sendmsg() to l2cap_sock.c
Gustavo F. Padovan
2011-02-08
1
-3
/
+8
*
Bluetooth: move l2cap_sock_shutdown() to l2cap_sock.c
Gustavo F. Padovan
2011-02-08
1
-1
/
+2
*
Bluetooth: move l2cap_sock_recvmsg() to l2cap_sock.c
Gustavo F. Padovan
2011-02-08
1
-1
/
+4
*
Bluetooth: move l2cap_sock_connect() to l2cap_sock.c
Gustavo F. Padovan
2011-02-08
1
-1
/
+1
*
Bluetooth: move l2cap_sock_getsockopt() to l2cap_sock.c
Gustavo F. Padovan
2011-02-08
1
-1
/
+0
*
Bluetooth: move l2cap_sock_setsockopt() to l2cap_sock.c
Gustavo F. Padovan
2011-02-08
1
-1
/
+0
*
Bluetooth: move l2cap_sock_getname() to l2cap_sock.c
Gustavo F. Padovan
2011-02-08
1
-1
/
+0
*
Bluetooth: move l2cap_sock_accept() to l2cap_sock.c
Gustavo F. Padovan
2011-02-08
1
-1
/
+0
*
Bluetooth: move l2cap_sock_bind()/listen() to l2cap_sock.c
Gustavo F. Padovan
2011-02-08
1
-2
/
+0
*
Bluetooth: move l2cap_sock_release() to l2cap_sock.c
Gustavo F. Padovan
2011-02-08
1
-1
/
+0
*
Bluetooth: move l2cap_sock_ops to l2cap_sock.c
Gustavo F. Padovan
2011-02-08
1
-0
/
+12
*
Bluetooth: Initial work for L2CAP split.
Gustavo F. Padovan
2011-02-08
1
-0
/
+15
*
Bluetooth: Add set_io_capability management command
Johan Hedberg
2011-02-08
3
-0
/
+16
*
Bluetooth: Add support for PIN code handling in the management interface
Johan Hedberg
2011-02-08
3
-0
/
+32
*
Bluetooth: Add get_connections managment interface command
Johan Hedberg
2011-02-08
1
-0
/
+10
*
Bluetooth: Add support for connect failed management event
Johan Hedberg
2011-02-08
2
-0
/
+8
*
Bluetooth: Add disconnect managment command
Johan Hedberg
2011-02-08
2
-0
/
+11
*
Bluetooth: Add connected/disconnected management events
Johan Hedberg
2011-02-08
2
-0
/
+14
*
Bluetooth: Implement link key handling for the management interface
Johan Hedberg
2011-02-08
3
-0
/
+48
*
Bluetooth: Add class of device control to the management interface
Johan Hedberg
2011-02-08
3
-0
/
+18
*
Bluetooth: Implement a more complete adapter initialization sequence
Johan Hedberg
2011-02-08
2
-0
/
+13
*
Bluetooth: Add controller side link key clearing to hci_init_req
Johan Hedberg
2011-02-08
1
-0
/
+6
*
Bluetooth: Add special handling with __hci_request and HCI_INIT
Johan Hedberg
2011-02-08
1
-1
/
+2
*
Bluetooth: Reject pairing requests when in non-pairable mode
Johan Hedberg
2011-02-08
2
-0
/
+18
*
Bluetooth: Implement UUID handling through the management interface
Johan Hedberg
2011-02-08
2
-0
/
+22
*
Bluetooth: Implement set_pairable managment command
Johan Hedberg
2011-02-08
2
-0
/
+5
*
Bluetooth: Add flag to track managment controlled adapters
Johan Hedberg
2011-02-08
1
-0
/
+1
*
Bluetooth: Unify mode related management messages to a single struct
Johan Hedberg
2011-02-08
1
-35
/
+4
*
Bluetooth: Add set_connectable management command
Johan Hedberg
2011-02-08
2
-0
/
+18
*
Bluetooth: Add support for set_discoverable management command
Johan Hedberg
2011-02-08
2
-0
/
+17
*
Bluetooth: Add support for set_powered management command
Johan Hedberg
2011-02-08
2
-1
/
+12
*
Bluetooth: Add support for management powered event
Johan Hedberg
2011-02-08
2
-0
/
+7
*
Bluetooth: Implement automatic setup procedure for local adapters
Johan Hedberg
2011-02-08
2
-0
/
+9
*
Bluetooth: Use non-flushable by default L2CAP data packets
Andrei Emeltchenko
2011-02-08
4
-0
/
+9
*
Bluetooth: Fix race condition with conn->sec_level
Johan Hedberg
2011-01-19
1
-0
/
+1
*
Bluetooth: Fix __hci_request synchronization for hci_open_dev
Johan Hedberg
2010-12-22
1
-1
/
+2
[next]