<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/epl/VirtualEthernetLinux.c, branch master</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=master</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2009-09-15T19:02:11Z</updated>
<entry>
<title>Staging: remove epl driver</title>
<updated>2009-09-15T19:02:11Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-07-29T00:05:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=0841a555af4e15c1048f69b800a475f2fbf315a9'/>
<id>urn:sha1:0841a555af4e15c1048f69b800a475f2fbf315a9</id>
<content type='text'>
This is no longer maintained upstream, and no one cares about it at all,
so delete it.

The fact that it is duplicating an existing network driver also is a
good reason to remove it, it's causing nothing but trouble right now.

Cc: Daniel Krueger &lt;daniel.krueger@systec-electronic.com&gt;
Cc: Ronald Sieber &lt;Ronald.Sieber@systec-electronic.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions</title>
<updated>2009-07-06T02:16:04Z</updated>
<author>
<name>Patrick McHardy</name>
<email>kaber@trash.net</email>
</author>
<published>2009-06-23T06:03:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=6ed106549d17474ca17a16057f4c0ed4eba5a7ca'/>
<id>urn:sha1:6ed106549d17474ca17a16057f4c0ed4eba5a7ca</id>
<content type='text'>
This patch is the result of an automatic spatch transformation to convert
all ndo_start_xmit() return values of 0 to NETDEV_TX_OK.

Some occurences are missed by the automatic conversion, those will be
handled in a seperate patch.

Signed-off-by: Patrick McHardy &lt;kaber@trash.net&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>Staging: epl: convert to netdev_ops</title>
<updated>2009-04-17T18:06:24Z</updated>
<author>
<name>Alexander Beregalov</name>
<email>a.beregalov@gmail.com</email>
</author>
<published>2009-03-29T15:24:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=0e46ff33d4a698bf0b69fec0eab076d65709e357'/>
<id>urn:sha1:0e46ff33d4a698bf0b69fec0eab076d65709e357</id>
<content type='text'>
Signed-off-by: Alexander Beregalov &lt;a.beregalov@gmail.com&gt;
Acked-by: David S. Miller &lt;davem@davemloft.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: epl: remove kernel version checks</title>
<updated>2009-04-03T21:54:22Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-03-23T20:07:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=b3491294994bf9d2b86d400132416ac95ef6b33a'/>
<id>urn:sha1:b3491294994bf9d2b86d400132416ac95ef6b33a</id>
<content type='text'>
They are no longer needed now that we are in the kernel.

Cc: Daniel Krueger &lt;daniel.krueger@systec-electronic.com&gt;
Cc: Ronald Sieber &lt;Ronald.Sieber@systec-electronic.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: epl: remove PUBLIC definition</title>
<updated>2009-04-03T21:54:20Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-03-23T17:45:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=d10f46992fb59de804550999806e1e0c0aa335a8'/>
<id>urn:sha1:d10f46992fb59de804550999806e1e0c0aa335a8</id>
<content type='text'>
It doesn't make sense here, so delete it.

Cc: Daniel Krueger &lt;daniel.krueger@systec-electronic.com&gt;
Cc: Ronald Sieber &lt;Ronald.Sieber@systec-electronic.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: epl: fix netdev-&gt;priv b0rkage</title>
<updated>2009-01-06T21:52:41Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-01-05T23:45:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=4cf7c4c692f05e137b65b9a2d7abe5bcb5408820'/>
<id>urn:sha1:4cf7c4c692f05e137b65b9a2d7abe5bcb5408820</id>
<content type='text'>
netdev-&gt;priv is now gone, use netdev_priv() instead.
This fixes the build error in the network driver within the epl stack.

Cc: Daniel Krueger &lt;daniel.krueger@systec-electronic.com&gt;
Cc: Ronald Sieber &lt;Ronald.Sieber@systec-electronic.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: epl: run Lindent on *.c files</title>
<updated>2009-01-06T21:52:39Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2008-12-20T01:11:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=833dfbe746f85898dcbcf421c1177c3fd5773ff2'/>
<id>urn:sha1:833dfbe746f85898dcbcf421c1177c3fd5773ff2</id>
<content type='text'>
It's a start, still a mess...

Cc: Daniel Krueger &lt;daniel.krueger@systec-electronic.com&gt;
Cc: Ronald Sieber &lt;Ronald.Sieber@systec-electronic.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: add epl stack</title>
<updated>2009-01-06T21:52:36Z</updated>
<author>
<name>Daniel Krueger</name>
<email>daniel.krueger@systec-electronic.com</email>
</author>
<published>2008-12-19T19:41:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=9d7164cfdb611c2f864d535ae5794f23db3d84f7'/>
<id>urn:sha1:9d7164cfdb611c2f864d535ae5794f23db3d84f7</id>
<content type='text'>
This is the openPOWERLINK network stack from systec electronic.

It's a bit messed up as there is a driver mixed into the
middle of it, lots of work needs to be done to unwind the
different portions to make it sane.

Cc: Daniel Krueger &lt;daniel.krueger@systec-electronic.com&gt;
Cc: Ronald Sieber &lt;Ronald.Sieber@systec-electronic.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
</feed>
