<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/include/linux/mISDNif.h, branch v3.14.29</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v3.14.29</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v3.14.29'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2012-05-16T19:23:46Z</updated>
<entry>
<title>mISDN: Allow to set a minimum length for transparent data</title>
<updated>2012-05-16T19:23:46Z</updated>
<author>
<name>Karsten Keil</name>
<email>kkeil@linux-pingi.de</email>
</author>
<published>2012-05-15T23:51:06Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=034005a0119b9c2aabe0ac3953eb9a65ca937a69'/>
<id>urn:sha1:034005a0119b9c2aabe0ac3953eb9a65ca937a69</id>
<content type='text'>
If the FIFO of the card is small, many short messages are queued up to
the upper layers and the userspace. This change allows the applications
to set a minimum datalen they want from the drivers.
Create a common control function to avoid code duplication in each
driver.

Signed-off-by: Karsten Keil &lt;kkeil@linux-pingi.de&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>mISDN: Help to identify the card</title>
<updated>2012-05-04T15:56:19Z</updated>
<author>
<name>Karsten Keil</name>
<email>isdn@linux-pingi.de</email>
</author>
<published>2012-05-04T04:15:35Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=f45ebf3a6be9da051f078b30e7309b6788932189'/>
<id>urn:sha1:f45ebf3a6be9da051f078b30e7309b6788932189</id>
<content type='text'>
With multiple cards is hard to figure out which port caused trouble
int the layer2 routines (e.g. got a timeout).
Now we have the informations in the log output.

Signed-off-by: Karsten Keil &lt;kkeil@linux-pingi.de&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>mISDN: Make layer1 timer 3 value configurable</title>
<updated>2012-05-04T15:55:05Z</updated>
<author>
<name>Karsten Keil</name>
<email>isdn@linux-pingi.de</email>
</author>
<published>2012-05-04T04:15:33Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=c626c127279b265ab293348763e043864d58d42c'/>
<id>urn:sha1:c626c127279b265ab293348763e043864d58d42c</id>
<content type='text'>
For certification test it is very useful to change the layer1
timer3 value on runtime.

Signed-off-by: Karsten Keil &lt;kkeil@linux-pingi.de&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>mISDN: L2 timeouts need to be queued as L2 event</title>
<updated>2012-05-04T15:54:27Z</updated>
<author>
<name>Karsten Keil</name>
<email>isdn@linux-pingi.de</email>
</author>
<published>2012-05-04T04:15:32Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=8423e6b212a19d5f02232855dec73196297b5ee9'/>
<id>urn:sha1:8423e6b212a19d5f02232855dec73196297b5ee9</id>
<content type='text'>
To be full preemptiv safe, we cannot handle a L2 timeout in the timer
context itself, we should do all actions via the D-channel thread.

Signed-off-by: Karsten Keil &lt;kkeil@linux-pingi.de&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>net: use __packed annotation</title>
<updated>2010-06-03T10:21:52Z</updated>
<author>
<name>Eric Dumazet</name>
<email>eric.dumazet@gmail.com</email>
</author>
<published>2010-06-03T10:21:52Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=bc10502dba37d3b210efd9f3867212298f13b78e'/>
<id>urn:sha1:bc10502dba37d3b210efd9f3867212298f13b78e</id>
<content type='text'>
cleanup patch.

Use new __packed annotation in net/ and include/
(except netfilter)

Signed-off-by: Eric Dumazet &lt;eric.dumazet@gmail.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>trivial: fix typos "man[ae]g?ment" -&gt; "management"</title>
<updated>2009-09-21T13:14:56Z</updated>
<author>
<name>Uwe Kleine-Koenig</name>
<email>u.kleine-koenig@pengutronix.de</email>
</author>
<published>2009-07-23T06:31:31Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=3dbda77e6f3375f87090cfce97b2551d3723521b'/>
<id>urn:sha1:3dbda77e6f3375f87090cfce97b2551d3723521b</id>
<content type='text'>
Signed-off-by: Uwe Kleine-Koenig &lt;u.kleine-koenig@pengutronix.de&gt;
Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
</content>
</entry>
<entry>
<title>mISDN: Add support for Speedfax+ cards</title>
<updated>2009-07-25T18:19:25Z</updated>
<author>
<name>Karsten Keil</name>
<email>keil@b1-systems.de</email>
</author>
<published>2009-07-22T18:01:59Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=da2272c91ae81b41ae6fa6ebdc767a6cef73b770'/>
<id>urn:sha1:da2272c91ae81b41ae6fa6ebdc767a6cef73b770</id>
<content type='text'>
Add support for the Siemens ISAR DSP chip and cards based on it,
including analog modem protocols.

Signed-off-by: Karsten Keil &lt;keil@b1-systems.de&gt;
</content>
</entry>
<entry>
<title>mISDN: Cleanup debug messages</title>
<updated>2009-05-25T07:55:45Z</updated>
<author>
<name>Karsten Keil</name>
<email>keil@b1-systems.de</email>
</author>
<published>2009-05-22T11:04:56Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=eac74af9b547e29c9634ed5eff4d514349e73310'/>
<id>urn:sha1:eac74af9b547e29c9634ed5eff4d514349e73310</id>
<content type='text'>
This patch make debug printk's KERN_DEBUG and also fix some
codestyle issues.

Signed-off-by: Karsten Keil &lt;keil@b1-systems.de&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>mISDN: Added layer-1-hold feature</title>
<updated>2009-05-25T07:51:33Z</updated>
<author>
<name>Andreas Eversberg</name>
<email>andreas@eversberg.eu</email>
</author>
<published>2009-05-22T11:04:48Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=e73f6b2260daf02793071e5ce06ea87df762920a'/>
<id>urn:sha1:e73f6b2260daf02793071e5ce06ea87df762920a</id>
<content type='text'>
Add IMHOLD_L1 ioctl.
The feature will be disabled on closing.

Signed-off-by: Andreas Eversberg &lt;andreas@eversberg.eu&gt;
Signed-off-by: Karsten Keil &lt;keil@b1-systems.de&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>mISDN: Add watchdog functionality to hfcmulti driver</title>
<updated>2009-05-25T07:51:18Z</updated>
<author>
<name>Andreas Eversberg</name>
<email>andreas@eversberg.eu</email>
</author>
<published>2009-05-22T11:04:44Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=7df3bb8f59ca8e346bb834006c257cc367c6250a'/>
<id>urn:sha1:7df3bb8f59ca8e346bb834006c257cc367c6250a</id>
<content type='text'>
This patch was made by Titus Moldovan and provides IOCTL functions for enabling
and disabling the controller's built in watchdog. The use is optional.

Signed-off-by: Andreas Eversberg &lt;andreas@eversberg.eu&gt;
Signed-off-by: Karsten Keil &lt;keil@b1-systems.de&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
</feed>
