<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/net/ipg.c, branch v2.6.25</title>
<subtitle>Linux kernel source tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/'/>
<entry>
<title>drivers/net/ipg.c: remove unused variable</title>
<updated>2008-03-17T11:56:42+00:00</updated>
<author>
<name>Julia Lawall</name>
<email>julia@diku.dk</email>
</author>
<published>2008-03-15T16:04:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=b97ef8757b6752397ed1dd24bfc9083cf4dc49b4'/>
<id>b97ef8757b6752397ed1dd24bfc9083cf4dc49b4</id>
<content type='text'>
The variable gig is initialized but never used otherwise.

The semantic patch that makes this change is as follows:
(http://www.emn.fr/x-info/coccinelle/)

// &lt;smpl&gt;
@@
type T;
identifier i;
constant C;
@@

(
extern T i;
|
- T i;
  &lt;+... when != i
- i = C;
  ...+&gt;
)
// &lt;/smpl&gt;

Signed-off-by: Julia Lawall &lt;julia@diku.dk&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The variable gig is initialized but never used otherwise.

The semantic patch that makes this change is as follows:
(http://www.emn.fr/x-info/coccinelle/)

// &lt;smpl&gt;
@@
type T;
identifier i;
constant C;
@@

(
extern T i;
|
- T i;
  &lt;+... when != i
- i = C;
  ...+&gt;
)
// &lt;/smpl&gt;

Signed-off-by: Julia Lawall &lt;julia@diku.dk&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ipg fix</title>
<updated>2008-03-17T11:56:36+00:00</updated>
<author>
<name>Al Viro</name>
<email>viro@ftp.linux.org.uk</email>
</author>
<published>2008-03-16T22:22:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=48f5fec5486286103c4423fc78fdf3a15530c3b9'/>
<id>48f5fec5486286103c4423fc78fdf3a15530c3b9</id>
<content type='text'>
spurious cpu_to_le64()

Signed-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
spurious cpu_to_le64()

Signed-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ipg: add __devexit annotation</title>
<updated>2008-01-28T23:05:54+00:00</updated>
<author>
<name>Adrian Bunk</name>
<email>bunk@kernel.org</email>
</author>
<published>2007-12-11T22:20:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=ef3122463d18c0a05b85654473b855a2af494221'/>
<id>ef3122463d18c0a05b85654473b855a2af494221</id>
<content type='text'>
ipg_remove() can become __devexit.

Signed-off-by: Adrian Bunk &lt;bunk@kernel.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ipg_remove() can become __devexit.

Signed-off-by: Adrian Bunk &lt;bunk@kernel.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ipg: fix checkpatch reported errors</title>
<updated>2008-01-28T23:05:53+00:00</updated>
<author>
<name>Pekka Enberg</name>
<email>penberg@cs.helsinki.fi</email>
</author>
<published>2007-11-30T07:55:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=8da5bb7a274559737defa400a42461e1366fc30a'/>
<id>8da5bb7a274559737defa400a42461e1366fc30a</id>
<content type='text'>
Signed-off-by: Pekka Enberg &lt;penberg@cs.helsinki.fi&gt;
Cc: Francois Romieu &lt;romieu@fr.zoreil.com&gt;
Cc: Sorbica Shieh &lt;sorbica@icplus.com.tw&gt;
Cc: Jesse Huang &lt;jesse@icplus.com.tw&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Pekka Enberg &lt;penberg@cs.helsinki.fi&gt;
Cc: Francois Romieu &lt;romieu@fr.zoreil.com&gt;
Cc: Sorbica Shieh &lt;sorbica@icplus.com.tw&gt;
Cc: Jesse Huang &lt;jesse@icplus.com.tw&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ipg: naming convention fixes</title>
<updated>2008-01-28T23:05:52+00:00</updated>
<author>
<name>Pekka Enberg</name>
<email>penberg@cs.helsinki.fi</email>
</author>
<published>2008-01-24T10:01:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=9893ba16c8fb9c94729061a88bdee40ecf3a3899'/>
<id>9893ba16c8fb9c94729061a88bdee40ecf3a3899</id>
<content type='text'>
This changes some camel-case names to follow proper kernel naming convention.

Signed-off-by: Pekka Enberg &lt;penberg@cs.helsinki.fi&gt;
Cc: Francois Romieu &lt;romieu@fr.zoreil.com&gt;
Cc: Sorbica Shieh &lt;sorbica@icplus.com.tw&gt;
Cc: Jesse Huang &lt;jesse@icplus.com.tw&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This changes some camel-case names to follow proper kernel naming convention.

Signed-off-by: Pekka Enberg &lt;penberg@cs.helsinki.fi&gt;
Cc: Francois Romieu &lt;romieu@fr.zoreil.com&gt;
Cc: Sorbica Shieh &lt;sorbica@icplus.com.tw&gt;
Cc: Jesse Huang &lt;jesse@icplus.com.tw&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ipg: remove some internal comments</title>
<updated>2008-01-28T23:05:51+00:00</updated>
<author>
<name>Pekka Enberg</name>
<email>penberg@cs.helsinki.fi</email>
</author>
<published>2007-11-30T07:54:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=dea4a87cabc4ba0c09123c6e8392aa68fe437b31'/>
<id>dea4a87cabc4ba0c09123c6e8392aa68fe437b31</id>
<content type='text'>
This removes some now useless comments that were added when the driver was
developed out-of-tree.

Signed-off-by: Pekka Enberg &lt;penberg@cs.helsinki.fi&gt;
Cc: Francois Romieu &lt;romieu@fr.zoreil.com&gt;
Cc: Sorbica Shieh &lt;sorbica@icplus.com.tw&gt;
Cc: Jesse Huang &lt;jesse@icplus.com.tw&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This removes some now useless comments that were added when the driver was
developed out-of-tree.

Signed-off-by: Pekka Enberg &lt;penberg@cs.helsinki.fi&gt;
Cc: Francois Romieu &lt;romieu@fr.zoreil.com&gt;
Cc: Sorbica Shieh &lt;sorbica@icplus.com.tw&gt;
Cc: Jesse Huang &lt;jesse@icplus.com.tw&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ipg: remove commented out code</title>
<updated>2008-01-28T23:05:51+00:00</updated>
<author>
<name>Pekka Enberg</name>
<email>penberg@cs.helsinki.fi</email>
</author>
<published>2007-11-30T07:54:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=6d3b2cb92bee1cec43c716f4cd6554be1e6b36ea'/>
<id>6d3b2cb92bee1cec43c716f4cd6554be1e6b36ea</id>
<content type='text'>
Signed-off-by: Pekka Enberg &lt;penberg@cs.helsinki.fi&gt;
Cc: Francois Romieu &lt;romieu@fr.zoreil.com&gt;
Cc: Sorbica Shieh &lt;sorbica@icplus.com.tw&gt;
Cc: Jesse Huang &lt;jesse@icplus.com.tw&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Pekka Enberg &lt;penberg@cs.helsinki.fi&gt;
Cc: Francois Romieu &lt;romieu@fr.zoreil.com&gt;
Cc: Sorbica Shieh &lt;sorbica@icplus.com.tw&gt;
Cc: Jesse Huang &lt;jesse@icplus.com.tw&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ipg: remove driver version</title>
<updated>2008-01-28T23:05:50+00:00</updated>
<author>
<name>Pekka Enberg</name>
<email>penberg@cs.helsinki.fi</email>
</author>
<published>2007-11-30T07:54:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=1662e4b7af956979c6cb864bf23cf88f882cdaf8'/>
<id>1662e4b7af956979c6cb864bf23cf88f882cdaf8</id>
<content type='text'>
The driver is in mainline now so there's no need to maintain a separate version
number.

Signed-off-by: Pekka Enberg &lt;penberg@cs.helsinki.fi&gt;
Cc: Francois Romieu &lt;romieu@fr.zoreil.com&gt;
Cc: Sorbica Shieh &lt;sorbica@icplus.com.tw&gt;
Cc: Jesse Huang &lt;jesse@icplus.com.tw&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The driver is in mainline now so there's no need to maintain a separate version
number.

Signed-off-by: Pekka Enberg &lt;penberg@cs.helsinki.fi&gt;
Cc: Francois Romieu &lt;romieu@fr.zoreil.com&gt;
Cc: Sorbica Shieh &lt;sorbica@icplus.com.tw&gt;
Cc: Jesse Huang &lt;jesse@icplus.com.tw&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ipg: remove IPG_DEV_KFREE_SKB macro</title>
<updated>2008-01-28T23:05:49+00:00</updated>
<author>
<name>Pekka Enberg</name>
<email>penberg@cs.helsinki.fi</email>
</author>
<published>2007-11-30T07:53:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=85d68a58833a9e361ecabd5e89d228301d346d94'/>
<id>85d68a58833a9e361ecabd5e89d228301d346d94</id>
<content type='text'>
Signed-off-by: Pekka Enberg &lt;penberg@cs.helsinki.fi&gt;
Cc: Francois Romieu &lt;romieu@fr.zoreil.com&gt;
Cc: Sorbica Shieh &lt;sorbica@icplus.com.tw&gt;
Cc: Jesse Huang &lt;jesse@icplus.com.tw&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Pekka Enberg &lt;penberg@cs.helsinki.fi&gt;
Cc: Francois Romieu &lt;romieu@fr.zoreil.com&gt;
Cc: Sorbica Shieh &lt;sorbica@icplus.com.tw&gt;
Cc: Jesse Huang &lt;jesse@icplus.com.tw&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ipg: fix Tx completion irq request</title>
<updated>2008-01-17T22:35:09+00:00</updated>
<author>
<name>Francois Romieu</name>
<email>romieu@fr.zoreil.com</email>
</author>
<published>2008-01-10T22:53:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=47cccd7d7cc1f2b6f34aadc9041fb991c6293cdd'/>
<id>47cccd7d7cc1f2b6f34aadc9041fb991c6293cdd</id>
<content type='text'>
The current logic will only request an ack for the first pending
packet. No irq is triggered as soon as the CPU submits a few
packets a bit quickly.  Let's request an irq for every packet
instead.

Signed-off-by: Francois Romieu &lt;romieu@fr.zoreil.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The current logic will only request an ack for the first pending
packet. No irq is triggered as soon as the CPU submits a few
packets a bit quickly.  Let's request an irq for every packet
instead.

Signed-off-by: Francois Romieu &lt;romieu@fr.zoreil.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
