summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6Gustavo F. Padovan2011-04-201-0/+1
|\
| * Bluetooth: Only keeping SAR bits when retransmitting one frame.Ruiyi Zhang2011-04-181-0/+1
| * Bluetooth: Increment unacked_frames count only the first transmitSuraj Sumangala2011-03-241-1/+3
* | Bluetooth: Fix lockdep warning in L2CAPGustavo F. Padovan2011-04-141-2/+0
* | Bluetooth: Fix another locking unbalanceGustavo F. Padovan2011-04-141-0/+2
* | Bluetooth: Don't lock sock inside l2cap_get_sock_by_scid()Gustavo F. Padovan2011-04-131-5/+3
* | Bluetooth: Add proper handling of received LE dataGustavo F. Padovan2011-04-131-0/+34
* | Bluetooth: Move tx queue to struct l2cap_chanGustavo F. Padovan2011-04-131-21/+19
* | Bluetooth: Remove unneeded uninitialized_vars()Gustavo F. Padovan2011-04-131-1/+1
* | Bluetooth: Remove some sk references from l2cap_core.cGustavo F. Padovan2011-04-131-17/+12
* | Bluetooth: Move SREJ list to struct l2cap_chanGustavo F. Padovan2011-04-131-11/+11
* | Bluetooth: Fix lockdep warning with skb list lockGustavo F. Padovan2011-04-071-0/+5
* | Bluetooth: Move busy workqueue to struct l2cap_chanGustavo F. Padovan2011-04-071-11/+9
* | Bluetooth: Move srej and busy queues to struct l2cap_chanGustavo F. Padovan2011-04-071-22/+20
* | Bluetooth: Move ERTM timers to struct l2cap_chanGustavo F. Padovan2011-04-071-38/+36
* | Bluetooth: Move remote info to struct l2cap_chanGustavo F. Padovan2011-04-071-16/+16
* | Bluetooth: Move SDU related vars to struct l2cap_chanGustavo F. Padovan2011-04-071-37/+37
* | Bluetooth: Move more ERTM stuff to struct l2cap_chanGustavo F. Padovan2011-04-071-27/+24
* | Bluetooth: Move of ERTM *_seq vars to struct l2cap_chanGustavo F. Padovan2011-04-071-66/+62
* | Bluetooth: Move conn_state to struct l2cap_chanGustavo F. Padovan2011-04-071-186/+205
* | Bluetooth: clean up l2cap_sock_recvmsg()Gustavo F. Padovan2011-04-071-1/+27
* | Bluetooth: Move conf_{req,rsp} stuff to struct l2cap_chanGustavo F. Padovan2011-04-071-27/+28
* | Bluetooth: Move ident to struct l2cap_chanGustavo F. Padovan2011-04-071-19/+19
* | Bluetooth: Remove struct del_listGustavo F. Padovan2011-04-071-17/+7
* | Bluetooth: Use struct list_head for L2CAP channels listGustavo F. Padovan2011-04-071-103/+85
* | Bluetooth: Create struct l2cap_chanGustavo F. Padovan2011-04-071-87/+160
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...Gustavo F. Padovan2011-03-311-1/+3
|\ \
| * | Bluetooth: Increment unacked_frames count only the first transmitSuraj Sumangala2011-03-311-1/+3
| |/
* | Bluetooth: check L2CAP info_rsp ident and stateAndrei Emeltchenko2011-03-311-0/+5
* | Bluetooth: Move bt_accept_enqueue() to outside __l2cap_chan_addGustavo F. Padovan2011-03-311-9/+10
* | Bluetooth: Improve error message on wrong link typeGustavo F. Padovan2011-03-311-1/+2
|/
* Bluetooth: Use ERR_PTR as return error from hci_connectVille Tervo2011-02-271-5/+6
* Bluetooth: Remove duplicated BT_INFO() from L2CAPGustavo F. Padovan2011-02-251-2/+0
* Bluetooth: fix errors reported by checkpatch.plGustavo F. Padovan2011-02-171-7/+3
* Bluetooth: Send LE Connection Update CommandClaudio Takahasi2011-02-161-1/+7
* Bluetooth: Add connection parameter update responseClaudio Takahasi2011-02-161-1/+58
* Bluetooth: Add LE signaling commands handlingClaudio Takahasi2011-02-161-52/+90
* Bluetooth: Add server socket support for LE connectionVille Tervo2011-02-161-3/+91
* Bluetooth: Add LE connection support to L2CAPVille Tervo2011-02-161-4/+19
* Bluetooth: Add L2CAP mode to debugfs outputGustavo F. Padovan2011-02-151-2/+3
* Bluetooth: remove l2cap_load() hackGustavo F. Padovan2011-02-151-8/+0
* Bluetooth: Merge L2CAP and SCO modules into bluetooth.koGustavo F. Padovan2011-02-141-14/+2
* Bluetooth: move __l2cap_sock_close() to l2cap_sock.cGustavo F. Padovan2011-02-081-83/+2
* Bluetooth: move l2cap_sock_kill() to l2cap_sock.cGustavo F. Padovan2011-02-081-16/+0
* Bluetooth: move L2CAP sock timers function to l2cap_sock.cGustavo F. Padovan2011-02-081-13/+0
* Bluetooth: move l2cap_sock_sendmsg() to l2cap_sock.cGustavo F. Padovan2011-02-081-109/+7
* Bluetooth: move l2cap_sock_shutdown() to l2cap_sock.cGustavo F. Padovan2011-02-081-33/+2
* Bluetooth: move l2cap_sock_recvmsg() to l2cap_sock.cGustavo F. Padovan2011-02-081-46/+3
* Bluetooth: move l2cap_sock_connect() to l2cap_sock.cGustavo F. Padovan2011-02-081-86/+1
* Bluetooth: move l2cap_sock_getsockopt() to l2cap_sock.cGustavo F. Padovan2011-02-081-145/+0
OpenPOWER on IntegriCloud