Commit Graph

883 Commits (323222b5ff930a43eab45cec6e58345740fa2a29)

Author SHA1 Message Date
Gustavo F. Padovan 05fc1576da Bluetooth: move l2cap_sock_kill() to l2cap_sock.c 14 years ago
Gustavo F. Padovan 6ddc0485e1 Bluetooth: move L2CAP sock timers function to l2cap_sock.c 14 years ago
Gustavo F. Padovan fd83ccdb39 Bluetooth: move l2cap_sock_sendmsg() to l2cap_sock.c 14 years ago
Gustavo F. Padovan dcba0dba54 Bluetooth: move l2cap_sock_shutdown() to l2cap_sock.c 14 years ago
Gustavo F. Padovan 6898325923 Bluetooth: move l2cap_sock_recvmsg() to l2cap_sock.c 14 years ago
Gustavo F. Padovan 4e34c50bfe Bluetooth: move l2cap_sock_connect() to l2cap_sock.c 14 years ago
Gustavo F. Padovan 99f4808db0 Bluetooth: move l2cap_sock_getsockopt() to l2cap_sock.c 14 years ago
Gustavo F. Padovan 33575df7be Bluetooth: move l2cap_sock_setsockopt() to l2cap_sock.c 14 years ago
Gustavo F. Padovan d7175d5525 Bluetooth: move l2cap_sock_getname() to l2cap_sock.c 14 years ago
Gustavo F. Padovan c47b7c724b Bluetooth: move l2cap_sock_accept() to l2cap_sock.c 14 years ago
Gustavo F. Padovan af6bcd8205 Bluetooth: move l2cap_sock_bind()/listen() to l2cap_sock.c 14 years ago
Gustavo F. Padovan 554f05bb8a Bluetooth: move l2cap_sock_release() to l2cap_sock.c 14 years ago
Gustavo F. Padovan 65390587c7 Bluetooth: move l2cap_sock_ops to l2cap_sock.c 14 years ago
Gustavo F. Padovan bb58f747e5 Bluetooth: Initial work for L2CAP split. 14 years ago
Gustavo F. Padovan 0a708f8fc4 Bluetooth: Rename l2cap.c to l2cap_core.c 14 years ago
Andrei Emeltchenko d37f50e190 Bluetooth: fix crash by disabling tasklet in sock accept 14 years ago
Andrei Emeltchenko 5a08ecceda Bluetooth: Do not use assignments in IF conditions 14 years ago
Johan Hedberg 17fa4b9dff Bluetooth: Add set_io_capability management command 14 years ago
Johan Hedberg 980e1a537f Bluetooth: Add support for PIN code handling in the management interface 14 years ago
Johan Hedberg a38528f111 Bluetooth: Create common cmd_complete function for mgmt.c 14 years ago
Johan Hedberg 2784eb41b1 Bluetooth: Add get_connections managment interface command 14 years ago
Johan Hedberg 17d5c04cb5 Bluetooth: Add support for connect failed management event 14 years ago
Johan Hedberg 8962ee74be Bluetooth: Add disconnect managment command 14 years ago
Johan Hedberg f7520543ab Bluetooth: Add connected/disconnected management events 14 years ago
Johan Hedberg 55ed8ca10f Bluetooth: Implement link key handling for the management interface 14 years ago
Johan Hedberg 1aff6f0949 Bluetooth: Add class of device control to the management interface 14 years ago
Johan Hedberg d5859e22cd Bluetooth: Implement a more complete adapter initialization sequence 14 years ago
Johan Hedberg d835060036 Bluetooth: Remove page timeout setting from HCI init sequence 14 years ago
Johan Hedberg b0916ea0d9 Bluetooth: Add controller side link key clearing to hci_init_req 14 years ago
Johan Hedberg a5040efa20 Bluetooth: Add special handling with __hci_request and HCI_INIT 14 years ago
Johan Hedberg 03b555e119 Bluetooth: Reject pairing requests when in non-pairable mode 14 years ago
Johan Hedberg 930e13363f Bluetooth: Implement debugfs support for listing UUIDs 14 years ago
Johan Hedberg 2aeb9a1ae0 Bluetooth: Implement UUID handling through the management interface 14 years ago
Johan Hedberg c542a06c29 Bluetooth: Implement set_pairable managment command 14 years ago
Johan Hedberg 053f0211d3 Bluetooth: Add send_mode_rsp convenience function for mgmt.c 14 years ago
Johan Hedberg ebc99feba7 Bluetooth: Add flag to track managment controlled adapters 14 years ago
Johan Hedberg 72a734ec1a Bluetooth: Unify mode related management messages to a single struct 14 years ago
Johan Hedberg 9fbcbb455d Bluetooth: Add set_connectable management command 14 years ago
Johan Hedberg 73f22f6238 Bluetooth: Add support for set_discoverable management command 14 years ago
Johan Hedberg eec8d2bcc8 Bluetooth: Add support for set_powered management command 14 years ago
Johan Hedberg 5add6af8fc Bluetooth: Add support for management powered event 14 years ago
Johan Hedberg ab81cbf99c Bluetooth: Implement automatic setup procedure for local adapters 14 years ago
Gustavo F. Padovan 7990681c40 Bluetooth: Fix setting of MTU for ERTM and Streaming Mode 14 years ago
Andrei Emeltchenko e702112ff6 Bluetooth: Use non-flushable by default L2CAP data packets 14 years ago
Jesper Juhl b2c60d42db Bluetooth: Fix failure to release lock in read_index_list() 14 years ago
Bao Liang e733fb6208 Bluetooth: Set conn state to BT_DISCONN to avoid multiple responses 14 years ago
Johan Hedberg 765c2a964b Bluetooth: Fix race condition with conn->sec_level 14 years ago
Johan Hedberg d00ef24fc2 Bluetooth: Fix authentication request for L2CAP raw sockets 14 years ago
Johan Hedberg 8556edd32f Bluetooth: Create a unified auth_type evaluation function 14 years ago
Johan Hedberg 65cf686ee1 Bluetooth: Fix MITM protection requirement preservation 14 years ago