aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-04-28Bluetooth: Fix memory leak with L2CAP channelsGustavo F. Padovan1-4/+6
2011-04-28Bluetooth: Move conn to struct l2cap_chanGustavo F. Padovan1-52/+40
2011-04-28Bluetooth: Move more vars to struct l2cap_chanGustavo F. Padovan1-57/+59
2011-04-28Bluetooth: Move more channel info to struct l2cap_chanGustavo F. Padovan1-49/+48
2011-04-27Bluetooth: Move more vars to struct l2cap_chanGustavo F. Padovan1-50/+50
2011-04-27Bluetooth: Move some more elements to struct l2cap_chanGustavo F. Padovan1-36/+42
2011-04-27Bluetooth: Rename l2cap_do_connect() to l2cap_chan_connect()Gustavo F. Padovan1-1/+1
2011-04-27Bluetooth: Move conf_state to struct l2cap_chanGustavo F. Padovan1-43/+45
2011-04-27Bluetooth: Refactor L2CAP channel allocationGustavo F. Padovan1-16/+7
2011-04-20Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6Gustavo F. Padovan1-0/+1
2011-04-18Bluetooth: Only keeping SAR bits when retransmitting one frame.Ruiyi Zhang1-0/+1
2011-04-14Bluetooth: Fix lockdep warning in L2CAPGustavo F. Padovan1-2/+0
2011-04-14Bluetooth: Fix another locking unbalanceGustavo F. Padovan1-0/+2
2011-04-13Bluetooth: Don't lock sock inside l2cap_get_sock_by_scid()Gustavo F. Padovan1-5/+3
2011-04-13Bluetooth: Add proper handling of received LE dataGustavo F. Padovan1-0/+34
2011-04-13Bluetooth: Move tx queue to struct l2cap_chanGustavo F. Padovan1-21/+19
2011-04-13Bluetooth: Remove unneeded uninitialized_vars()Gustavo F. Padovan1-1/+1
2011-04-13Bluetooth: Remove some sk references from l2cap_core.cGustavo F. Padovan1-17/+12
2011-04-13Bluetooth: Move SREJ list to struct l2cap_chanGustavo F. Padovan1-11/+11
2011-04-07Bluetooth: Fix lockdep warning with skb list lockGustavo F. Padovan1-0/+5
2011-04-07Bluetooth: Move busy workqueue to struct l2cap_chanGustavo F. Padovan1-11/+9
2011-04-07Bluetooth: Move srej and busy queues to struct l2cap_chanGustavo F. Padovan1-22/+20
2011-04-07Bluetooth: Move ERTM timers to struct l2cap_chanGustavo F. Padovan1-38/+36
2011-04-07Bluetooth: Move remote info to struct l2cap_chanGustavo F. Padovan1-16/+16
2011-04-07Bluetooth: Move SDU related vars to struct l2cap_chanGustavo F. Padovan1-37/+37
2011-04-07Bluetooth: Move more ERTM stuff to struct l2cap_chanGustavo F. Padovan1-27/+24
2011-04-07Bluetooth: Move of ERTM *_seq vars to struct l2cap_chanGustavo F. Padovan1-66/+62
2011-04-07Bluetooth: Move conn_state to struct l2cap_chanGustavo F. Padovan1-186/+205
2011-04-07Bluetooth: clean up l2cap_sock_recvmsg()Gustavo F. Padovan1-1/+27
2011-04-07Bluetooth: Move conf_{req,rsp} stuff to struct l2cap_chanGustavo F. Padovan1-27/+28
2011-04-07Bluetooth: Move ident to struct l2cap_chanGustavo F. Padovan1-19/+19
2011-04-07Bluetooth: Remove struct del_listGustavo F. Padovan1-17/+7
2011-04-07Bluetooth: Use struct list_head for L2CAP channels listGustavo F. Padovan1-103/+85
2011-04-07Bluetooth: Create struct l2cap_chanGustavo F. Padovan1-87/+160
2011-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6Gustavo F. Padovan1-1/+3
2011-03-31Bluetooth: Increment unacked_frames count only the first transmitSuraj Sumangala1-1/+3
2011-03-31Bluetooth: check L2CAP info_rsp ident and stateAndrei Emeltchenko1-0/+5
2011-03-31Bluetooth: Move bt_accept_enqueue() to outside __l2cap_chan_addGustavo F. Padovan1-9/+10
2011-03-31Bluetooth: Improve error message on wrong link typeGustavo F. Padovan1-1/+2
2011-03-24Bluetooth: Increment unacked_frames count only the first transmitSuraj Sumangala1-1/+3
2011-02-27Bluetooth: Use ERR_PTR as return error from hci_connectVille Tervo1-5/+6
2011-02-25Bluetooth: Remove duplicated BT_INFO() from L2CAPGustavo F. Padovan1-2/+0
2011-02-17Bluetooth: fix errors reported by checkpatch.plGustavo F. Padovan1-7/+3
2011-02-16Bluetooth: Send LE Connection Update CommandClaudio Takahasi1-1/+7
2011-02-16Bluetooth: Add connection parameter update responseClaudio Takahasi1-1/+58
2011-02-16Bluetooth: Add LE signaling commands handlingClaudio Takahasi1-52/+90
2011-02-16Bluetooth: Add server socket support for LE connectionVille Tervo1-3/+91
2011-02-16Bluetooth: Add LE connection support to L2CAPVille Tervo1-4/+19
2011-02-15Bluetooth: Add L2CAP mode to debugfs outputGustavo F. Padovan1-2/+3
2011-02-15Bluetooth: remove l2cap_load() hackGustavo F. Padovan1-8/+0