| Commit message (Expand) | Author | Age | Files | Lines |
* | bnx2x: Create separate folder for bnx2x driver | Dmitry Kravkov | 2010-07-28 | 1 | -13933/+0 |
* | bnx2x: Set RXHASH for LRO packets | Vladislav Zolotarov | 2010-07-08 | 1 | -7/+21 |
* | netdev: Make ethtool_ops::set_flags() return -EINVAL for unsupported flags | Ben Hutchings | 2010-06-30 | 1 | -1/+1 |
* | bnx2x: fail when try to setup unsupported features | Stanislaw Gruszka | 2010-06-29 | 1 | -0/+3 |
* | bnx2x: avoid TX timeout when stopping device | Stanislaw Gruszka | 2010-05-18 | 1 | -4/+2 |
* | bnx2x: Fix check to get RX hash | Tom Herbert | 2010-05-06 | 1 | -1/+1 |
* | bnx2x: Remove two prefetch() | Eric Dumazet | 2010-04-28 | 1 | -2/+0 |
* | bnx2x: add support for receive hashing | Tom Herbert | 2010-04-23 | 1 | -8/+18 |
* | bnx2x: Date and version | Vladislav Zolotarov | 2010-04-19 | 1 | -2/+2 |
* | bnx2x: Don't report link down if has been already down | Vladislav Zolotarov | 2010-04-19 | 1 | -2/+4 |
* | bnx2x: Rework power state handling code | Vladislav Zolotarov | 2010-04-19 | 1 | -3/+9 |
* | bnx2x: use mask in test_registers() to avoid parity error | Vladislav Zolotarov | 2010-04-19 | 1 | -1/+1 |
* | bnx2x: Fixed MSI-X enabling flow | Vladislav Zolotarov | 2010-04-19 | 1 | -3/+25 |
* | bnx2x: Added new statistics | Vladislav Zolotarov | 2010-04-19 | 1 | -44/+74 |
* | bnx2x: White spaces | Vladislav Zolotarov | 2010-04-19 | 1 | -160/+205 |
* | bnx2x: Protect code with NOMCP | Vladislav Zolotarov | 2010-04-19 | 1 | -12/+32 |
* | bnx2x: Increase DMAE max write size for 57711 | Vladislav Zolotarov | 2010-04-19 | 1 | -4/+5 |
* | bnx2x: Use VPD-R V0 entry to display firmware revision | Vladislav Zolotarov | 2010-04-19 | 1 | -2/+69 |
* | bnx2x: Parity errors handling for 57710 and 57711 | Vladislav Zolotarov | 2010-04-19 | 1 | -53/+992 |
* | bnx2x: use the DMA API instead of the pci equivalents | FUJITA Tomonori | 2010-04-08 | 1 | -54/+56 |
* | net: convert multicast list to list_head | Jiri Pirko | 2010-04-03 | 1 | -9/+9 |
* | bnx2x: Added GRO support | Dmitry Kravkov | 2010-04-02 | 1 | -9/+11 |
* | bnx2x: change smp_mb() comment to conform the true | Stanislaw Gruszka | 2010-03-15 | 1 | -2/+5 |
* | bnx2x: remove not necessary compiler barrier | Stanislaw Gruszka | 2010-03-15 | 1 | -1/+0 |
* | bnx2x: use smp_mb() to keep ordering of read write operations | Stanislaw Gruszka | 2010-03-15 | 1 | -1/+1 |
* | bnx2x: Tx barriers and locks | Vladislav Zolotarov | 2010-03-01 | 1 | -9/+22 |
* | net: convert multiple drivers to use netdev_for_each_mc_addr, part3 | Jiri Pirko | 2010-02-23 | 1 | -8/+4 |
* | drivers/net/bnx2x: Use (pr|netdev|netif)_<level> macro helpers | Joe Perches | 2010-02-18 | 1 | -103/+82 |
* | bnx2x: version number and date | Vladislav Zolotarov | 2010-02-17 | 1 | -2/+2 |
* | bnx2x: Use firmware 5.2.13 | Vladislav Zolotarov | 2010-02-17 | 1 | -1/+1 |
* | bnx2x: fix in 57710 self-test | Vladislav Zolotarov | 2010-02-17 | 1 | -1/+2 |
* | bnx2x: Do not allow enabling LRO if disable_tpa=1 | Vladislav Zolotarov | 2010-02-17 | 1 | -6/+8 |
* | bnx2x: clean up in case of error in bnx2x_init_hw() | Vladislav Zolotarov | 2010-02-17 | 1 | -0/+3 |
* | bnx2x: Properly release allocated MSI-X/MSI vectors | Vladislav Zolotarov | 2010-02-17 | 1 | -11/+14 |
* | net: use netdev_mc_count and netdev_mc_empty when appropriate | Jiri Pirko | 2010-02-12 | 1 | -3/+4 |
* | netdev: remove HAVE_ leftovers | Alexey Dobriyan | 2010-01-28 | 1 | -2/+2 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-01-11 | 1 | -0/+2 |
|\ |
|
| * | bnx2x: Initialize cnic status block during chip reset | Michael Chan | 2009-12-26 | 1 | -0/+2 |
* | | drivers/net/: use DEFINE_PCI_DEVICE_TABLE() | Alexey Dobriyan | 2010-01-08 | 1 | -1/+1 |
|/ |
|
* | bnx2x: Don't set netdev->trans_start | Vladislav Zolotarov | 2009-11-18 | 1 | -3/+0 |
* | bnx2x: Handle Rx and Tx together in NAPI | Vladislav Zolotarov | 2009-11-17 | 1 | -216/+151 |
* | bnx2x: version 1.52.1-4 | Eilon Greenstein | 2009-11-11 | 1 | -2/+2 |
* | bnx2x: Change coalescing granularity to 4us | Eilon Greenstein | 2009-11-11 | 1 | -6/+7 |
* | bnx2x: Remove misleading error print | Eilon Greenstein | 2009-11-11 | 1 | -5/+0 |
* | bnx2x: GSO implies CSUM offload | Eilon Greenstein | 2009-11-11 | 1 | -2/+2 |
* | bnx2x: declare MODULE_FIRMWARE | Ben Hutchings | 2009-11-11 | 1 | -13/+14 |
* | bnx2x: version 1.52.1-3 | Yaniv Rosner | 2009-11-06 | 1 | -2/+2 |
* | bnx2x: Fix CL73 autoneg issues | Yaniv Rosner | 2009-11-06 | 1 | -11/+5 |
* | bnx2x: Update to version 1.52.1-1 | Eilon Greenstein | 2009-10-15 | 1 | -2/+2 |
* | bnx2x: Report the maximal available BW as link speed | Eilon Greenstein | 2009-10-15 | 1 | -1/+13 |