aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-16bluetooth: Fix warnings in l2cap_core.cDavid S. Miller1-2/+2
2011-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-60/+133
2011-05-12Bluetooth: Remove leftover debug messagesGustavo F. Padovan1-3/+1
2011-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-299/+289
2011-05-05Bluetooth: Remove l2cap_sk_listGustavo F. Padovan1-75/+90
2011-05-05Bluetooth: Handle psm == 0 case inside l2cap_add_psm()Gustavo F. Padovan1-8/+24
2011-05-05Bluetooth: Add l2cap_add_psm() and l2cap_add_scid()Gustavo F. Padovan1-0/+44
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-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2011-04-25bluetooth: Fix use-before-initiailized var.David S. Miller1-1/+1
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