<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/git/stable/linux.git/drivers/net/bnx2x.h, branch master</title>
<subtitle>Linux kernel stable tree</subtitle>
<id>https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/atom?h=master</id>
<link rel='self' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/'/>
<updated>2010-07-28T03:35:39+00:00</updated>
<entry>
<title>bnx2x: Create separate folder for bnx2x driver</title>
<updated>2010-07-28T03:35:39+00:00</updated>
<author>
<name>Dmitry Kravkov</name>
<email>dmitry@broadcom.com</email>
</author>
<published>2010-07-27T12:31:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=5d1e859c5b600c491336f023a2f2105c24597226'/>
<id>urn:sha1:5d1e859c5b600c491336f023a2f2105c24597226</id>
<content type='text'>
This commit includes files movement to newly created folder
using git-mv command and fixes references in cnic and bnx2x code
to each other.

files moved using following:
#!/bin/bash
mkdir drivers/net/bnx2x/
list=$(cd drivers/net/ &amp;&amp; ls bnx2x*.[ch])
for f in $list; do
        git mv -f drivers/net/$f drivers/net/bnx2x/$f
done

Signed-off-by: Dmitry Kravkov &lt;dmitry@broadcom.com&gt;
Signed-off-by: Eilon Greenstein &lt;eilong@broadcom.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>bnx2x: add support for receive hashing</title>
<updated>2010-04-23T07:10:52+00:00</updated>
<author>
<name>Tom Herbert</name>
<email>therbert@google.com</email>
</author>
<published>2010-04-23T07:10:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=c68ed255265968c3948fa2678bf59d15c471b055'/>
<id>urn:sha1:c68ed255265968c3948fa2678bf59d15c471b055</id>
<content type='text'>
Add support to bnx2x to extract Toeplitz hash out of the receive
descriptor for use in skb-&gt;rxhash.

Signed-off-by: Tom Herbert &lt;therbert@google.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>bnx2x: Fixed MSI-X enabling flow</title>
<updated>2010-04-19T20:17:09+00:00</updated>
<author>
<name>Vladislav Zolotarov</name>
<email>vladz@broadcom.com</email>
</author>
<published>2010-04-19T01:14:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=1ac218c83fbfc6bcdbef36b38f79d0ee08420285'/>
<id>urn:sha1:1ac218c83fbfc6bcdbef36b38f79d0ee08420285</id>
<content type='text'>
Try to enable less MSI-X vectors if initial request has failed.

Author: Dmitry Kravkov &lt;dmitry@broadcom.com&gt;
Signed-off-by: Dmitry Kravkov &lt;dmitry@broadcom.com&gt;
Signed-off-by: Vladislav Zolotarov &lt;vladz@broadcom.com&gt;
Signed-off-by: Eilon Greenstein &lt;eilong@broadcom.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>bnx2x: Added new statistics</title>
<updated>2010-04-19T20:17:09+00:00</updated>
<author>
<name>Vladislav Zolotarov</name>
<email>vladz@broadcom.com</email>
</author>
<published>2010-04-19T01:14:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=dea7aab1923a9ee81c5cafaa4bd47266abf30186'/>
<id>urn:sha1:dea7aab1923a9ee81c5cafaa4bd47266abf30186</id>
<content type='text'>
Added total_mcast/bcast_pkts_transmitted statistics.

Author: Dmitry Kravkov &lt;dmitry@broadcom.com&gt;
Signed-off-by: Dmitry Kravkov &lt;dmitry@broadcom.com&gt;
Signed-off-by: Vladislav Zolotarov &lt;vladz@broadcom.com&gt;
Signed-off-by: Eilon Greenstein &lt;eilong@broadcom.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>bnx2x: White spaces</title>
<updated>2010-04-19T20:17:08+00:00</updated>
<author>
<name>Vladislav Zolotarov</name>
<email>vladz@broadcom.com</email>
</author>
<published>2010-04-19T01:13:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=cdaa7cb84b63e0491582ef62fd0c7bf22a57e519'/>
<id>urn:sha1:cdaa7cb84b63e0491582ef62fd0c7bf22a57e519</id>
<content type='text'>
White spaces, code readability and prints.

Signed-off-by: Vladislav Zolotarov &lt;vladz@broadcom.com&gt;
Signed-off-by: Eilon Greenstein &lt;eilong@broadcom.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>bnx2x: Increase DMAE max write size for 57711</title>
<updated>2010-04-19T20:17:07+00:00</updated>
<author>
<name>Vladislav Zolotarov</name>
<email>vladz@broadcom.com</email>
</author>
<published>2010-04-19T01:13:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=02e3c6cb3f09ac10a1f16d16cf31c8ecaafd2c67'/>
<id>urn:sha1:02e3c6cb3f09ac10a1f16d16cf31c8ecaafd2c67</id>
<content type='text'>
Increase DMAE max write size for 57711 to the maximum allowed value.

Signed-off-by: Vladislav Zolotarov &lt;vladz@broadcom.com&gt;
Signed-off-by: Eilon Greenstein &lt;eilong@broadcom.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>bnx2x: Use VPD-R V0 entry to display firmware revision</title>
<updated>2010-04-19T20:17:06+00:00</updated>
<author>
<name>Vladislav Zolotarov</name>
<email>vladz@broadcom.com</email>
</author>
<published>2010-04-19T01:13:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=34f24c7fc095a2d884e634ff430ab0da6f2a0669'/>
<id>urn:sha1:34f24c7fc095a2d884e634ff430ab0da6f2a0669</id>
<content type='text'>
Author: Dmitry Kravkov &lt;dmitry@broadcom.com&gt;
Signed-off-by: Dmitry Kravkov &lt;dmitry@broadcom.com&gt;
Signed-off-by: Vladislav Zolotarov &lt;vladz@broadcom.com&gt;
Signed-off-by: Eilon Greenstein &lt;eilong@broadcom.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>bnx2x: Parity errors handling for 57710 and 57711</title>
<updated>2010-04-19T20:17:05+00:00</updated>
<author>
<name>Vladislav Zolotarov</name>
<email>vladz@broadcom.com</email>
</author>
<published>2010-04-19T01:13:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=72fd0718332e6514fb9db325e89ffc694bb31f6e'/>
<id>urn:sha1:72fd0718332e6514fb9db325e89ffc694bb31f6e</id>
<content type='text'>
This patch introduces the parity errors handling code for 57710 and 57711 chips.

HW is configured to stop all DMA transactions to the host and sending packets to the network
once parity error is detected, which is meant to prevent silent data corruption.
At the same time HW generates the attention interrupt to every function of the device where parity
has been detected so that driver can start the recovery flow.

The recovery is actually resetting the chip and restarting the driver on all active functions
of the chip where the parity error has been reported.

Signed-off-by: Vladislav Zolotarov &lt;vladz@broadcom.com&gt;
Signed-off-by: Eilon Greenstein &lt;eilong@broadcom.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>bnx2x: use the DMA API instead of the pci equivalents</title>
<updated>2010-04-08T04:05:35+00:00</updated>
<author>
<name>FUJITA Tomonori</name>
<email>fujita.tomonori@lab.ntt.co.jp</email>
</author>
<published>2010-04-04T01:51:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=1a98314273ad6a3dc048925cf71d9a8cee3560d8'/>
<id>urn:sha1:1a98314273ad6a3dc048925cf71d9a8cee3560d8</id>
<content type='text'>
The DMA API is preferred.

Signed-off-by: FUJITA Tomonori &lt;fujita.tomonori@lab.ntt.co.jp&gt;
Acked-by: Vladislav Zolotarov &lt;vladz@broadcom.com&gt;
Acked-by: Eilon Greenstein &lt;eilong@broadcom.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>drivers/net/bnx2x: Use (pr|netdev|netif)_&lt;level&gt; macro helpers</title>
<updated>2010-02-18T01:45:20+00:00</updated>
<author>
<name>Joe Perches</name>
<email>joe@perches.com</email>
</author>
<published>2010-02-17T15:01:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=7995c64e5b56ec7fe6032e5fc586f726cde2152b'/>
<id>urn:sha1:7995c64e5b56ec7fe6032e5fc586f726cde2152b</id>
<content type='text'>
Add #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
Convert struct bnx2x member msglevel to msg_enable for netif_msg_&lt;foo&gt; macros
Remove #define PFX
Use pr_&lt;level&gt;
Use netdev_&lt;level&gt;
Use netif_&lt;level&gt;
Coalesce long formats

Signed-off-by: Joe Perches &lt;joe@perches.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
</feed>
