Commit Graph

73 Commits (7c77509c542927ee2a3c8812fad84957e51bf67d)

Author SHA1 Message Date
Paul Moore 6230c9b4f8 bluetooth: Properly clone LSM attributes to newly created child connections 13 years ago
Chen Ganir 6be6b11f00 Bluetooth: Fixed wrong L2CAP Sock timer value 14 years ago
Peter Hurley f9a3c20aa0 Bluetooth: l2cap: Fix lost wakeups waiting to accept socket 14 years ago
Vinicius Costa Gomes 8f36011924 Bluetooth: Add support for returning the encryption key size 14 years ago
Mat Martineau e328140fda Bluetooth: Use event-driven approach for handling ERTM receive buffer 14 years ago
Gustavo F. Padovan c1360a1cf3 Bluetooth: use bit operation on conf_state 14 years ago
Vinicius Costa Gomes f1cb9af557 Bluetooth: Add support for resuming socket when SMP is finished 14 years ago
Gustavo F. Padovan 89bc500e41 Bluetooth: Add state tracking to struct l2cap_chan 14 years ago
Gustavo F. Padovan ba3bd0ee39 Bluetooth: add close() callback to l2cap_chan_ops 14 years ago
Gustavo F. Padovan 2307049422 Bluetooth: add recv() callback to l2cap_chan_ops 14 years ago
Gustavo F. Padovan 80808e431e Bluetooth: Add l2cap_chan_ops abstraction 14 years ago
Gustavo F. Padovan dc50a06dac Bluetooth: Merge l2cap_chan_create() in the l2cap_sock_alloc() 14 years ago
Filip Palian 8d03e971cf Bluetooth: l2cap and rfcomm: fix 1 byte infoleak to userspace. 14 years ago
Jaikumar Ganesh 14b12d0b98 Bluetooth: Add BT_POWER L2CAP socket option. 14 years ago
Gustavo F. Padovan 0f85272496 Bluetooth: Rename __l2cap_chan_close() to l2cap_chan_close() 14 years ago
Gustavo F. Padovan 500698d3fd Bluetooth: Remove export of l2cap_chan_clear_timer() 14 years ago
Gustavo F. Padovan ab07801d28 Bluetooth: create channel timer to replace sk_timer 14 years ago
Gustavo F. Padovan 715ec005cd Bluetooth: Add chan->chan_type struct member 14 years ago
Gustavo F. Padovan 9a91a04a95 Bluetooth: Create l2cap_chan_send() 14 years ago
Gustavo F. Padovan 4519de9a04 Bluetooth: Create __l2cap_chan_close() 14 years ago
Gustavo F. Padovan 23691d75cd Bluetooth: Remove l2cap_sk_list 14 years ago
Gustavo F. Padovan 73b2ec1853 Bluetooth: Handle psm == 0 case inside l2cap_add_psm() 14 years ago
Gustavo F. Padovan 9e4425fff9 Bluetooth: Add l2cap_add_psm() and l2cap_add_scid() 14 years ago
Gustavo F. Padovan cf2f90f59b Bluetooth: Don't export l2cap_sock_ops 14 years ago
Gustavo F. Padovan 6ff5abbf4e Bluetooth: Fix memory leak with L2CAP channels 14 years ago
Gustavo F. Padovan 8c1d787be4 Bluetooth: Move conn to struct l2cap_chan 14 years ago
Gustavo F. Padovan fe4128e0aa Bluetooth: Move more vars to struct l2cap_chan 14 years ago
Gustavo F. Padovan 0c1bc5c626 Bluetooth: Move more channel info to struct l2cap_chan 14 years ago
Gustavo F. Padovan 47d1ec6161 Bluetooth: Move more vars to struct l2cap_chan 14 years ago
Gustavo F. Padovan 4343478f3a Bluetooth: Move some more elements to struct l2cap_chan 14 years ago
Gustavo F. Padovan 77a74c7e08 Bluetooth: Rename l2cap_do_connect() to l2cap_chan_connect() 14 years ago
Gustavo F. Padovan b445003518 Bluetooth: Move conf_state to struct l2cap_chan 14 years ago
Gustavo F. Padovan 5d41ce1dd9 Bluetooth: Refactor L2CAP channel allocation 14 years ago
Gustavo F. Padovan cd69a03af1 Bluetooth: Fix wrong comparison in listen() 14 years ago
Gustavo F. Padovan 58d35f87ef Bluetooth: Move tx queue to struct l2cap_chan 14 years ago
Gustavo F. Padovan 39d5a3ee35 Bluetooth: Move SREJ list to struct l2cap_chan 14 years ago
Gustavo F. Padovan f1c6775be6 Bluetooth: Move srej and busy queues to struct l2cap_chan 14 years ago
Gustavo F. Padovan e92c8e70fa Bluetooth: Move ERTM timers to struct l2cap_chan 14 years ago
Gustavo F. Padovan 2c03a7a49e Bluetooth: Move remote info to struct l2cap_chan 14 years ago
Gustavo F. Padovan 42e5c8027b Bluetooth: Move of ERTM *_seq vars to struct l2cap_chan 14 years ago
Gustavo F. Padovan 525cd1851b Bluetooth: Move conn_state to struct l2cap_chan 14 years ago
Gustavo F. Padovan 710f9b0a42 Bluetooth: clean up l2cap_sock_recvmsg() 14 years ago
Gustavo F. Padovan 73ffa904b7 Bluetooth: Move conf_{req,rsp} stuff to struct l2cap_chan 14 years ago
Gustavo F. Padovan fc7f8a7ed4 Bluetooth: Move ident to struct l2cap_chan 14 years ago
Gustavo F. Padovan 48454079c2 Bluetooth: Create struct l2cap_chan 14 years ago
Andrei Emeltchenko 34bd0273b6 Bluetooth: delete hanging L2CAP channel 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Andrei Emeltchenko a0cc9a1b57 Bluetooth: delete hanging L2CAP channel 14 years ago
Gustavo F. Padovan e2174ca430 Bluetooth: fix errors reported by checkpatch.pl 14 years ago
Ville Tervo 5589fa9c2d Bluetooth: Do not send disconn comand over LE links 14 years ago