aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/l2cap.h
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Remove L2CAP busy queueMat Martineau2011-07-111-4/+0
* Bluetooth: Use event-driven approach for handling ERTM receive bufferMat Martineau2011-07-111-0/+2
* Bluetooth: Use bit operations on conn_stateGustavo F. Padovan2011-07-111-12/+14
* Bluetooth: use bit operation on conf_stateGustavo F. Padovan2011-07-111-9/+11
* Bluetooth: Add key size checks for SMPVinicius Costa Gomes2011-07-111-0/+1
* Bluetooth: Add support for SMP timeoutVinicius Costa Gomes2011-07-111-0/+2
* Bluetooth: Add SMP confirmation checks methodsAnderson Briglia2011-07-111-0/+1
* Bluetooth: Add SMP confirmation structsAnderson Briglia2011-07-111-0/+5
* Bluetooth: keep reference if any ERTM timer is enabledGustavo F. Padovan2011-07-111-6/+9
* Bluetooth: Make timer functions genericGustavo F. Padovan2011-07-111-0/+2
* Bluetooth: Add refcnt to struct l2cap_chanGustavo F. Padovan2011-07-111-0/+2
* Bluetooth: Add state tracking to struct l2cap_chanGustavo F. Padovan2011-07-111-0/+3
* Bluetooth: add close() callback to l2cap_chan_opsGustavo F. Padovan2011-07-111-2/+1
* Bluetooth: add recv() callback to l2cap_chan_opsGustavo F. Padovan2011-07-111-0/+1
* Bluetooth: Add l2cap_chan_ops abstractionGustavo F. Padovan2011-07-111-3/+9
* Bluetooth: Add BT_POWER L2CAP socket option.Jaikumar Ganesh2011-07-111-0/+1
* Bluetooth: Rename __l2cap_chan_close() to l2cap_chan_close()Gustavo F. Padovan2011-07-111-1/+1
* Bluetooth: Remove export of l2cap_chan_clear_timer()Gustavo F. Padovan2011-07-111-1/+0
* Bluetooth: create channel timer to replace sk_timerGustavo F. Padovan2011-07-111-2/+3
* Bluetooth: Add chan->chan_type struct memberGustavo F. Padovan2011-07-111-0/+5
* Bluetooth: Create l2cap_chan_send()Gustavo F. Padovan2011-07-111-8/+1
* Bluetooth: Create __l2cap_chan_close()Gustavo F. Padovan2011-07-111-4/+1
* Bluetooth: Remove l2cap_sk_listGustavo F. Padovan2011-05-051-3/+3
* Bluetooth: Handle psm == 0 case inside l2cap_add_psm()Gustavo F. Padovan2011-05-051-1/+0
* Bluetooth: Add l2cap_add_psm() and l2cap_add_scid()Gustavo F. Padovan2011-05-051-0/+4
* Bluetooth: Don't export l2cap_sock_opsGustavo F. Padovan2011-04-281-1/+0
* Bluetooth: Fix memory leak with L2CAP channelsGustavo F. Padovan2011-04-281-0/+1
* Bluetooth: Move conn to struct l2cap_chanGustavo F. Padovan2011-04-281-3/+4
* Bluetooth: Move more vars to struct l2cap_chanGustavo F. Padovan2011-04-281-5/+5
* Bluetooth: Move more channel info to struct l2cap_chanGustavo F. Padovan2011-04-281-7/+7
* Bluetooth: Move more vars to struct l2cap_chanGustavo F. Padovan2011-04-271-9/+9
* Bluetooth: Move some more elements to struct l2cap_chanGustavo F. Padovan2011-04-271-5/+7
* Bluetooth: Rename l2cap_do_connect() to l2cap_chan_connect()Gustavo F. Padovan2011-04-271-1/+1
* Bluetooth: Move conf_state to struct l2cap_chanGustavo F. Padovan2011-04-271-2/+1
* Bluetooth: Refactor L2CAP channel allocationGustavo F. Padovan2011-04-271-1/+2
* Bluetooth: Move tx queue to struct l2cap_chanGustavo F. Padovan2011-04-131-2/+2
* Bluetooth: Move SREJ list to struct l2cap_chanGustavo F. Padovan2011-04-131-7/+6
* Bluetooth: Move busy workqueue to struct l2cap_chanGustavo F. Padovan2011-04-071-1/+1
* Bluetooth: Move srej and busy queues to struct l2cap_chanGustavo F. Padovan2011-04-071-4/+2
* 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