<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/include/net/bluetooth/l2cap.h, branch linux-3.0.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-3.0.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-3.0.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2011-05-05T16:47:45Z</updated>
<entry>
<title>Bluetooth: Remove l2cap_sk_list</title>
<updated>2011-05-05T16:47:45Z</updated>
<author>
<name>Gustavo F. Padovan</name>
<email>padovan@profusion.mobi</email>
</author>
<published>2011-04-27T21:26:32Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=23691d75cdc69c3b285211b4d77746aa20a17d18'/>
<id>urn:sha1:23691d75cdc69c3b285211b4d77746aa20a17d18</id>
<content type='text'>
A new list was added to replace the socket based one. This new list
doesn't depent on sock and then fits better inside l2cap_core.c code.

It also rename l2cap_chan_alloc() to l2cap_chan_create() and
l2cap_chan_free() to l2cap_chan_destroy)

Signed-off-by: Gustavo F. Padovan &lt;padovan@profusion.mobi&gt;
</content>
</entry>
<entry>
<title>Bluetooth: Handle psm == 0 case inside l2cap_add_psm()</title>
<updated>2011-05-05T16:47:41Z</updated>
<author>
<name>Gustavo F. Padovan</name>
<email>padovan@profusion.mobi</email>
</author>
<published>2011-04-18T22:36:44Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=73b2ec18532f45e9028ce4c7bc8d7f8818eabd2a'/>
<id>urn:sha1:73b2ec18532f45e9028ce4c7bc8d7f8818eabd2a</id>
<content type='text'>
When the user doesn't specify a psm we have the choose one for the
channel. Now we do this inside l2cap_add_psm().

Signed-off-by: Gustavo F. Padovan &lt;padovan@profusion.mobi&gt;
</content>
</entry>
<entry>
<title>Bluetooth: Add l2cap_add_psm() and l2cap_add_scid()</title>
<updated>2011-05-05T16:47:38Z</updated>
<author>
<name>Gustavo F. Padovan</name>
<email>padovan@profusion.mobi</email>
</author>
<published>2011-04-18T21:38:43Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=9e4425fff9e0a0fb6a8c705777ed861f991f8747'/>
<id>urn:sha1:9e4425fff9e0a0fb6a8c705777ed861f991f8747</id>
<content type='text'>
The intention is to get rid of the l2cap_sk_list usage inside
l2cap_core.c. l2cap_sk_list will soon be replaced by a list that does not
depend on socket usage.

Signed-off-by: Gustavo F. Padovan &lt;padovan@profusion.mobi&gt;
</content>
</entry>
<entry>
<title>Bluetooth: Don't export l2cap_sock_ops</title>
<updated>2011-04-28T04:10:02Z</updated>
<author>
<name>Gustavo F. Padovan</name>
<email>padovan@profusion.mobi</email>
</author>
<published>2011-04-27T21:40:39Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=cf2f90f59bbf2c2a539d171cde6e1dfe72048555'/>
<id>urn:sha1:cf2f90f59bbf2c2a539d171cde6e1dfe72048555</id>
<content type='text'>
l2cap_sk_ops can be static, it's not used outside l2cap_sock.c

Signed-off-by: Gustavo F. Padovan &lt;padovan@profusion.mobi&gt;
</content>
</entry>
<entry>
<title>Bluetooth: Fix memory leak with L2CAP channels</title>
<updated>2011-04-28T04:10:01Z</updated>
<author>
<name>Gustavo F. Padovan</name>
<email>padovan@profusion.mobi</email>
</author>
<published>2011-04-25T18:10:41Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=6ff5abbf4e4aa88feb9c2367d4fbd9ea081bf98c'/>
<id>urn:sha1:6ff5abbf4e4aa88feb9c2367d4fbd9ea081bf98c</id>
<content type='text'>
A new l2cap_chan_free() is added to free the channels.

Signed-off-by: Gustavo F. Padovan &lt;padovan@profusion.mobi&gt;
</content>
</entry>
<entry>
<title>Bluetooth: Move conn to struct l2cap_chan</title>
<updated>2011-04-28T04:10:00Z</updated>
<author>
<name>Gustavo F. Padovan</name>
<email>padovan@profusion.mobi</email>
</author>
<published>2011-04-13T23:23:55Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=8c1d787be4b62d2d1b6f04953eca4bcf7c839d44'/>
<id>urn:sha1:8c1d787be4b62d2d1b6f04953eca4bcf7c839d44</id>
<content type='text'>
There is no need to the socket deal directly with the channel, most of the
time it cares about the channel only.

Signed-off-by: Gustavo F. Padovan &lt;padovan@profusion.mobi&gt;
</content>
</entry>
<entry>
<title>Bluetooth: Move more vars to struct l2cap_chan</title>
<updated>2011-04-28T04:09:59Z</updated>
<author>
<name>Gustavo F. Padovan</name>
<email>padovan@profusion.mobi</email>
</author>
<published>2011-04-13T22:50:45Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=fe4128e0aabc3c748786c00da21e6eff9d3aeddb'/>
<id>urn:sha1:fe4128e0aabc3c748786c00da21e6eff9d3aeddb</id>
<content type='text'>
In this commit, psm, scid and dcid.

Signed-off-by: Gustavo F. Padovan &lt;padovan@profusion.mobi&gt;
</content>
</entry>
<entry>
<title>Bluetooth: Move more channel info to struct l2cap_chan</title>
<updated>2011-04-28T04:09:58Z</updated>
<author>
<name>Gustavo F. Padovan</name>
<email>padovan@profusion.mobi</email>
</author>
<published>2011-04-13T20:20:49Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=0c1bc5c626e9783034264ccca4b262b3acc628f1'/>
<id>urn:sha1:0c1bc5c626e9783034264ccca4b262b3acc628f1</id>
<content type='text'>
In this commit, omtu, imtu, flush_to, mode and sport. It also remove the
pi var from l2cap_sock_sendmsg().

Signed-off-by: Gustavo F. Padovan &lt;padovan@profusion.mobi&gt;
</content>
</entry>
<entry>
<title>Bluetooth: Move more vars to struct l2cap_chan</title>
<updated>2011-04-27T21:51:35Z</updated>
<author>
<name>Gustavo F. Padovan</name>
<email>padovan@profusion.mobi</email>
</author>
<published>2011-04-13T18:57:03Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=47d1ec6161da2c7b9dbc56a5200fa26b17d5fdc1'/>
<id>urn:sha1:47d1ec6161da2c7b9dbc56a5200fa26b17d5fdc1</id>
<content type='text'>
In this commit all ERTM and Streaming Mode specific vars.

Signed-off-by: Gustavo F. Padovan &lt;padovan@profusion.mobi&gt;
</content>
</entry>
<entry>
<title>Bluetooth: Move some more elements to struct l2cap_chan</title>
<updated>2011-04-27T21:51:35Z</updated>
<author>
<name>Gustavo F. Padovan</name>
<email>padovan@profusion.mobi</email>
</author>
<published>2011-04-12T21:31:57Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=4343478f3a4806394136d8141b2e451aa5443f03'/>
<id>urn:sha1:4343478f3a4806394136d8141b2e451aa5443f03</id>
<content type='text'>
In this commit sec_level, force_reliable, role_switch and flushable.

Signed-off-by: Gustavo F. Padovan &lt;padovan@profusion.mobi&gt;
</content>
</entry>
</feed>
