<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/include/net/lapb.h, branch v3.17</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v3.17</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v3.17'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2013-09-21T18:01:38Z</updated>
<entry>
<title>lapb.h: Remove extern from function prototypes</title>
<updated>2013-09-21T18:01:38Z</updated>
<author>
<name>Joe Perches</name>
<email>joe@perches.com</email>
</author>
<published>2013-09-21T17:22:44Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=cb7d3d71e986067d19d991d75bff07ca304c9084'/>
<id>urn:sha1:cb7d3d71e986067d19d991d75bff07ca304c9084</id>
<content type='text'>
There are a mix of function prototypes with and without extern
in the kernel sources.  Standardize on not using extern for
function prototypes.

Function prototypes don't need to be written with extern.
extern is assumed by the compiler.  Its use is as unnecessary as
using auto to declare automatic/local variables in a block.

Signed-off-by: Joe Perches &lt;joe@perches.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>lapb: Neaten debugging</title>
<updated>2012-05-17T22:45:20Z</updated>
<author>
<name>Joe Perches</name>
<email>joe@perches.com</email>
</author>
<published>2012-05-17T10:25:49Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=a508da6cc0093171833efb8376b00473f24221b9'/>
<id>urn:sha1:a508da6cc0093171833efb8376b00473f24221b9</id>
<content type='text'>
Enable dynamic debugging and remove a bunch of #ifdef/#endifs.

Add a lapb_dbg(level, fmt, ...) macro and replace the
printk(KERN_DEBUG uses.
Add pr_fmt and remove embedded prefixes.

Signed-off-by: Joe Perches &lt;joe@perches.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>wan: make LAPB callbacks const</title>
<updated>2011-09-16T23:20:20Z</updated>
<author>
<name>stephen hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2011-09-16T11:04:29Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=d97a077a15ae21e161e74def7762caa99200e4cf'/>
<id>urn:sha1:d97a077a15ae21e161e74def7762caa99200e4cf</id>
<content type='text'>
This is compile tested only.
Suggested by dumpster diving in PAX.

Signed-off-by: Stephen Hemminger &lt;shemminger@vyatta.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[wan lapb] kill now-unused custom token container</title>
<updated>2004-01-10T13:39:13Z</updated>
<author>
<name>Alexander Viro</name>
<email>viro@parcelfarce.linux.theplanet.co.uk</email>
</author>
<published>2004-01-10T13:39:13Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=b4629aeb6694a86c9aa1779a11e209ef012fef96'/>
<id>urn:sha1:b4629aeb6694a86c9aa1779a11e209ef012fef96</id>
<content type='text'>
Nothing is using lapb-&gt;token anymore; removed, along with the old "token"
argument of lapb_register().
</content>
</entry>
<entry>
<title>[wan lapb] beginning of cleanups</title>
<updated>2004-01-10T13:36:15Z</updated>
<author>
<name>Alexander Viro</name>
<email>viro@parcelfarce.linux.theplanet.co.uk</email>
</author>
<published>2004-01-10T13:36:15Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=c360d0a60e57217733e00b5ad7c4cf3a94a2b07e'/>
<id>urn:sha1:c360d0a60e57217733e00b5ad7c4cf3a94a2b07e</id>
<content type='text'>
Beginning of lapb cleanups: lapb_register gets net_device along with the
"token" and it gets stored in lapb_cb (token argument will die later).
</content>
</entry>
<entry>
<title>[LAPB]: Fix packet handlers to be PKT_CAN_SHARE_SKB.</title>
<updated>2003-10-06T19:58:15Z</updated>
<author>
<name>David S. Miller</name>
<email>davem@nuts.ninka.net</email>
</author>
<published>2003-10-06T19:58:15Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=ba0c53547c4f2f0ffadd7c339cf7cfdf0da19785'/>
<id>urn:sha1:ba0c53547c4f2f0ffadd7c339cf7cfdf0da19785</id>
<content type='text'>
</content>
</entry>
<entry>
<title>o LAPB: use refcounts and rwlock to protect lapb_cb and list</title>
<updated>2002-09-28T23:07:09Z</updated>
<author>
<name>Arnaldo Carvalho de Melo</name>
<email>acme@conectiva.com.br</email>
</author>
<published>2002-09-28T23:07:09Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=a134be24c2012076738593dc3d299765f4d40be3'/>
<id>urn:sha1:a134be24c2012076738593dc3d299765f4d40be3</id>
<content type='text'>
Also some CodingStyle code reformatting.
Ah, killed the typedef for lapb_cb.
</content>
</entry>
<entry>
<title>Import changeset</title>
<updated>2002-02-05T01:40:40Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@athlon.transmeta.com</email>
</author>
<published>2002-02-05T01:40:40Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=7a2deb32924142696b8174cdf9b38cd72a11fc96'/>
<id>urn:sha1:7a2deb32924142696b8174cdf9b38cd72a11fc96</id>
<content type='text'>
</content>
</entry>
</feed>
