aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Move ERTM timers to struct l2cap_chanGustavo F. Padovan2011-04-071-7/+8
* Bluetooth: Move remote info to struct l2cap_chanGustavo F. Padovan2011-04-071-5/+5
* Bluetooth: Move SDU related vars to struct l2cap_chanGustavo F. Padovan2011-04-071-4/+4
* Bluetooth: Move more ERTM stuff to struct l2cap_chanGustavo F. Padovan2011-04-071-5/+5
* Bluetooth: Move of ERTM *_seq vars to struct l2cap_chanGustavo F. Padovan2011-04-071-10/+10
* Bluetooth: Move conn_state to struct l2cap_chanGustavo F. Padovan2011-04-071-2/+3
* Bluetooth: clean up l2cap_sock_recvmsg()Gustavo F. Padovan2011-04-071-2/+1
* Bluetooth: Move conf_{req,rsp} stuff to struct l2cap_chanGustavo F. Padovan2011-04-071-5/+6
* Bluetooth: Move ident to struct l2cap_chanGustavo F. Padovan2011-04-071-2/+2
* Bluetooth: Remove struct del_listGustavo F. Padovan2011-04-071-5/+0
* Bluetooth: Use struct list_head for L2CAP channels listGustavo F. Padovan2011-04-071-9/+3
* Bluetooth: Create struct l2cap_chanGustavo F. Padovan2011-04-071-6/+12
* Bluetooth: Add mgmt_remote_name eventJohan Hedberg2011-04-042-0/+7
* Bluetooth: Add mgmt_device_found eventJohan Hedberg2011-04-042-0/+10
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...Gustavo F. Padovan2011-03-311-0/+2
|\
| * Bluetooth: Fix HCI_RESET command synchronizationGustavo F. Padovan2011-03-311-0/+2
* | Bluetooth: Add local Extended Inquiry Response (EIR) supportJohan Hedberg2011-03-312-0/+9
* | Bluetooth: Remove unused struct l2cap_conn itemGustavo F. Padovan2011-03-311-1/+0
* | Bluetooth: Add add/remove_remote_oob_data management commandsSzymon Janc2011-03-313-0/+45
* | Bluetooth: Add read_local_oob_data management commandSzymon Janc2011-03-313-0/+15
* | Bluetooth: Remove unused struct itemGustavo F. Padovan2011-03-311-1/+0
* | Bluetooth: mgmt: Add support for setting the local nameJohan Hedberg2011-03-312-0/+11
* | Bluetooth: mgmt: Add local name information to read_info replyJohan Hedberg2011-03-311-0/+5
* | Bluetooth: Add define for the maximum name length on HCI levelJohan Hedberg2011-03-312-4/+6
|/
* Bluetooth: Move index to common header in management interfaceSzymon Janc2011-02-271-40/+3
* Bluetooth: Add mgmt_auth_failed eventJohan Hedberg2011-02-212-0/+8
* Bluetooth: Fix mgmt_pin_code_reply return parametersJohan Hedberg2011-02-211-0/+5
* Bluetooth: Add management support for user confirmation requestJohan Hedberg2011-02-213-0/+41
* Bluetooth: Add mgmt_pair_device commandJohan Hedberg2011-02-212-0/+28
* Bluetooth: Fix some code style issues in hci_core.hSzymon Janc2011-02-171-29/+29
* Bluetooth: Send LE Connection Update CommandClaudio Takahasi2011-02-162-0/+13
* Bluetooth: Use proper timer for hci command timoutVille Tervo2011-02-162-1/+4
* Bluetooth: Add connection parameter update responseClaudio Takahasi2011-02-161-0/+15
* Bluetooth: Add LE signaling commands handlingClaudio Takahasi2011-02-161-0/+2
* Bluetooth: Add SMP command structuresVille Tervo2011-02-161-0/+76
* Bluetooth: Add server socket support for LE connectionVille Tervo2011-02-161-0/+1
* Bluetooth: Add LE connection support to L2CAPVille Tervo2011-02-161-0/+3
* Bluetooth: Use LE buffers for LE trafficVille Tervo2011-02-161-0/+5
* Bluetooth: Add LE connect supportVille Tervo2011-02-162-4/+23
* Bluetooth: Add low energy commands and eventsVille Tervo2011-02-161-0/+49
* Bluetooth: remove l2cap_load() hackGustavo F. Padovan2011-02-151-2/+0
* Bluetooth: Merge L2CAP and SCO modules into bluetooth.koGustavo F. Padovan2011-02-141-0/+28
* Bluetooth: move __l2cap_sock_close() to l2cap_sock.cGustavo F. Padovan2011-02-081-0/+2
* Bluetooth: move l2cap_sock_sendmsg() to l2cap_sock.cGustavo F. Padovan2011-02-081-3/+8
* Bluetooth: move l2cap_sock_shutdown() to l2cap_sock.cGustavo F. Padovan2011-02-081-1/+2
* Bluetooth: move l2cap_sock_recvmsg() to l2cap_sock.cGustavo F. Padovan2011-02-081-1/+4
* Bluetooth: move l2cap_sock_connect() to l2cap_sock.cGustavo F. Padovan2011-02-081-1/+1
* Bluetooth: move l2cap_sock_getsockopt() to l2cap_sock.cGustavo F. Padovan2011-02-081-1/+0
* Bluetooth: move l2cap_sock_setsockopt() to l2cap_sock.cGustavo F. Padovan2011-02-081-1/+0
* Bluetooth: move l2cap_sock_getname() to l2cap_sock.cGustavo F. Padovan2011-02-081-1/+0