<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/drivers/net/ehea, branch linux-2.6.22.y</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=linux-2.6.22.y</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=linux-2.6.22.y'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2007-06-09T22:25:35+00:00</updated>
<entry>
<title>ehea: Fixed possible kernel panic on VLAN packet recv</title>
<updated>2007-06-09T22:25:35+00:00</updated>
<author>
<name>Thomas Klein</name>
<email>osstklei@de.ibm.com</email>
</author>
<published>2007-06-06T18:53:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=dec590c1bb05c1553b68cab7aa3ea36d77e7f9a3'/>
<id>urn:sha1:dec590c1bb05c1553b68cab7aa3ea36d77e7f9a3</id>
<content type='text'>
This patch fixes a possible kernel panic due to not checking the vlan group
when processing received VLAN packets and a malfunction in VLAN/hypervisor
registration.

Signed-off-by: Thomas Klein &lt;tklein@de.ibm.com&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</content>
</entry>
<entry>
<title>ehea: Fixed multi queue RX bug</title>
<updated>2007-05-30T14:00:16+00:00</updated>
<author>
<name>Thomas Klein</name>
<email>osstklei@de.ibm.com</email>
</author>
<published>2007-05-30T10:39:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=ade21372b7c6927861845d65432ff0b0b1142ca0'/>
<id>urn:sha1:ade21372b7c6927861845d65432ff0b0b1142ca0</id>
<content type='text'>
Must access the respective queue's dummy netdev instead of the port's netdev.

Signed-off-by: Thomas Klein &lt;tklein@de.ibm.com&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</content>
</entry>
<entry>
<title>Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6</title>
<updated>2007-05-08T18:57:17+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@woody.linux-foundation.org</email>
</author>
<published>2007-05-08T18:57:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=9028780a3e6d2c3dd940e89b377765cca008b6df'/>
<id>urn:sha1:9028780a3e6d2c3dd940e89b377765cca008b6df</id>
<content type='text'>
* 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6: (40 commits)
  [netdrvr] atl1: fix build
  pasemi_mac: Use local-mac-address instead of mac-address if available
  pasemi_mac: PHY support
  pasemi_mac: Add msglevel support and "debug" module param
  pasemi_mac: Logic cleanup / rx performance improvements
  pasemi_mac: Minor cleanup / define fixes
  pasemi_mac: Add SKB reuse / copy-break
  pasemi_mac: Timer and interrupt fixes
  pasemi_mac: Abstract and fix up interrupt restart routines
  pasemi_mac: Move the IRQ mapping from the PCI layer to the driver
  tc35815: Remove unnecessary skb-&gt;dev assignment
  drivers/net/dm9000: Convert to generic boolean
  AT91RM9200 Ethernet: Fix multicast addressing
  AT91RM9200 Ethernet: Support additional PHYs
  PCMCIA-NETDEV : xirc2ps_cs: bugfix of multicast code
  sky2: re-enable 88E8056 for most motherboards
  MIPS: Drop unnecessary CONFIG_ISA from RBTX49XX
  ne: MIPS: Use platform_driver for ne on RBTX49XX
  ne: Add NEEDS_PORTLIST to control ISA auto-probe
  ne: Misc fixes for platform driver.
  ...

Fix conflict in drivers/net/pasemi_mac.c (get_property() got renamed to
of_get_property()) manually.

Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>ehea: Fix skb header access</title>
<updated>2007-05-08T05:16:24+00:00</updated>
<author>
<name>Thomas Klein</name>
<email>osstklei@de.ibm.com</email>
</author>
<published>2007-05-02T14:07:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=88ca2d070c3a169611ec38f00e945a036564ca26'/>
<id>urn:sha1:88ca2d070c3a169611ec38f00e945a036564ca26</id>
<content type='text'>
Adapt to new skb header access functions.

Signed-off-by: Thomas Klein &lt;tklein@de.ibm.com&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</content>
</entry>
<entry>
<title>[POWERPC] Rename get_property to of_get_property: drivers</title>
<updated>2007-05-02T10:04:32+00:00</updated>
<author>
<name>Stephen Rothwell</name>
<email>sfr@canb.auug.org.au</email>
</author>
<published>2007-05-01T03:54:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=40cd3a4564ed6b7bc0279430120ca0e9b83cf486'/>
<id>urn:sha1:40cd3a4564ed6b7bc0279430120ca0e9b83cf486</id>
<content type='text'>
These are all the remaining instances of get_property.  Simple rename of
get_property to of_get_property.

Signed-off-by: Stephen Rothwell &lt;sfr@canb.auug.org.au&gt;
Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
</content>
</entry>
<entry>
<title>[POWERPC] get_property returns const</title>
<updated>2007-05-02T10:04:31+00:00</updated>
<author>
<name>Stephen Rothwell</name>
<email>sfr@canb.auug.org.au</email>
</author>
<published>2007-05-01T03:51:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=9f9a3b8a06b7965335bfe5162c1a50e4d9c3859b'/>
<id>urn:sha1:9f9a3b8a06b7965335bfe5162c1a50e4d9c3859b</id>
<content type='text'>
This is the last place that needs changing since get_property was changed
to return "const void *".

Signed-off-by: Stephen Rothwell &lt;sfr@canb.auug.org.au&gt;
Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
</content>
</entry>
<entry>
<title>ehea: fix for dlpar support</title>
<updated>2007-04-28T15:01:06+00:00</updated>
<author>
<name>Thomas Klein</name>
<email>osstklei@de.ibm.com</email>
</author>
<published>2007-04-26T09:56:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=1211bb6dcd935c48e864d4eecbf8a684e982419a'/>
<id>urn:sha1:1211bb6dcd935c48e864d4eecbf8a684e982419a</id>
<content type='text'>
Certain resources may only be allocated when first logical port is available,
and must be removed when last logical port has been removed.

Signed-off-by: Thomas Klein &lt;tklein@de.ibm.com&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</content>
</entry>
<entry>
<title>ehea: fix for sysfs entries</title>
<updated>2007-04-28T15:01:06+00:00</updated>
<author>
<name>Thomas Klein</name>
<email>osstklei@de.ibm.com</email>
</author>
<published>2007-04-26T09:56:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=d1dea38d54311f6b3dd37ce485e794bd133e3593'/>
<id>urn:sha1:d1dea38d54311f6b3dd37ce485e794bd133e3593</id>
<content type='text'>
Create symbolic link from each logical port to ehea driver

Signed-off-by: Thomas Klein &lt;tklein@de.ibm.com&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</content>
</entry>
<entry>
<title>ehea: removing unused functionality</title>
<updated>2007-04-28T15:01:02+00:00</updated>
<author>
<name>Jan-Bernd Themann</name>
<email>ossthema@de.ibm.com</email>
</author>
<published>2007-03-23T16:18:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=acbddb591ba76bb20204fd6a407cb87d3f5f751e'/>
<id>urn:sha1:acbddb591ba76bb20204fd6a407cb87d3f5f751e</id>
<content type='text'>
This patch includes:
- removal of unused fields in structs
- ethtool statistics cleanup
- removes unsed functionality from send path

Signed-off-by: Jan-Bernd Themann &lt;themann@de.ibm.com&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</content>
</entry>
<entry>
<title>strlcpy is smart enough</title>
<updated>2007-04-28T15:01:02+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>khali@linux-fr.org</email>
</author>
<published>2007-03-27T05:47:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=4eccccb36223be5271b550a9ba4722a1e72c9312'/>
<id>urn:sha1:4eccccb36223be5271b550a9ba4722a1e72c9312</id>
<content type='text'>
strlcpy already accounts for the trailing zero in its length
computation, so there is no need to substract one to the buffer size.

Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Cc: Jan-Bernd Themann &lt;themann@de.ibm.com&gt;
Cc: Thomas Klein &lt;osstklei@de.ibm.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</content>
</entry>
</feed>
