summaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x_main.c
Commit message (Expand)AuthorAgeFilesLines
* bnx2x: Advance a module versionVladislav Zolotarov2010-07-211-2/+2
* bnx2x: Protect statistics ramrod and sequence numberVladislav Zolotarov2010-07-211-9/+18
* bnx2x: Protect a SM state changeVladislav Zolotarov2010-07-211-4/+7
* bnx2x: avoid TX timeout when stopping deviceStanislaw Gruszka2010-05-181-4/+2Star
* bnx2x: Fix check to get RX hashTom Herbert2010-05-061-1/+1
* bnx2x: Remove two prefetch()Eric Dumazet2010-04-281-2/+0Star
* bnx2x: add support for receive hashingTom Herbert2010-04-231-8/+18
* bnx2x: Date and versionVladislav Zolotarov2010-04-191-2/+2
* bnx2x: Don't report link down if has been already downVladislav Zolotarov2010-04-191-2/+4
* bnx2x: Rework power state handling codeVladislav Zolotarov2010-04-191-3/+9
* bnx2x: use mask in test_registers() to avoid parity errorVladislav Zolotarov2010-04-191-1/+1
* bnx2x: Fixed MSI-X enabling flowVladislav Zolotarov2010-04-191-3/+25
* bnx2x: Added new statisticsVladislav Zolotarov2010-04-191-44/+74
* bnx2x: White spacesVladislav Zolotarov2010-04-191-160/+205
* bnx2x: Protect code with NOMCPVladislav Zolotarov2010-04-191-12/+32
* bnx2x: Increase DMAE max write size for 57711Vladislav Zolotarov2010-04-191-4/+5
* bnx2x: Use VPD-R V0 entry to display firmware revisionVladislav Zolotarov2010-04-191-2/+69
* bnx2x: Parity errors handling for 57710 and 57711Vladislav Zolotarov2010-04-191-53/+992
* bnx2x: use the DMA API instead of the pci equivalentsFUJITA Tomonori2010-04-081-54/+56
* net: convert multicast list to list_headJiri Pirko2010-04-031-9/+9
* bnx2x: Added GRO supportDmitry Kravkov2010-04-021-9/+11
* bnx2x: change smp_mb() comment to conform the trueStanislaw Gruszka2010-03-151-2/+5
* bnx2x: remove not necessary compiler barrierStanislaw Gruszka2010-03-151-1/+0Star
* bnx2x: use smp_mb() to keep ordering of read write operationsStanislaw Gruszka2010-03-151-1/+1
* bnx2x: Tx barriers and locksVladislav Zolotarov2010-03-011-9/+22
* net: convert multiple drivers to use netdev_for_each_mc_addr, part3Jiri Pirko2010-02-231-8/+4Star
* drivers/net/bnx2x: Use (pr|netdev|netif)_<level> macro helpersJoe Perches2010-02-181-103/+82Star
* bnx2x: version number and dateVladislav Zolotarov2010-02-171-2/+2
* bnx2x: Use firmware 5.2.13Vladislav Zolotarov2010-02-171-1/+1
* bnx2x: fix in 57710 self-testVladislav Zolotarov2010-02-171-1/+2
* bnx2x: Do not allow enabling LRO if disable_tpa=1Vladislav Zolotarov2010-02-171-6/+8
* bnx2x: clean up in case of error in bnx2x_init_hw()Vladislav Zolotarov2010-02-171-0/+3
* bnx2x: Properly release allocated MSI-X/MSI vectorsVladislav Zolotarov2010-02-171-11/+14
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-3/+4
* netdev: remove HAVE_ leftoversAlexey Dobriyan2010-01-281-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-111-0/+2
|\
| * bnx2x: Initialize cnic status block during chip resetMichael Chan2009-12-261-0/+2
* | drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-081-1/+1
|/
* bnx2x: Don't set netdev->trans_startVladislav Zolotarov2009-11-181-3/+0Star
* bnx2x: Handle Rx and Tx together in NAPIVladislav Zolotarov2009-11-171-216/+151Star
* bnx2x: version 1.52.1-4Eilon Greenstein2009-11-111-2/+2
* bnx2x: Change coalescing granularity to 4usEilon Greenstein2009-11-111-6/+7
* bnx2x: Remove misleading error printEilon Greenstein2009-11-111-5/+0Star
* bnx2x: GSO implies CSUM offloadEilon Greenstein2009-11-111-2/+2
* bnx2x: declare MODULE_FIRMWAREBen Hutchings2009-11-111-13/+14
* bnx2x: version 1.52.1-3Yaniv Rosner2009-11-061-2/+2
* bnx2x: Fix CL73 autoneg issuesYaniv Rosner2009-11-061-11/+5Star
* bnx2x: Update to version 1.52.1-1Eilon Greenstein2009-10-151-2/+2
* bnx2x: Report the maximal available BW as link speedEilon Greenstein2009-10-151-1/+13
* bnx2x: Do not call load/unload functionality from DCCEilon Greenstein2009-10-151-14/+5Star