aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-05bnx2x: Fix check to get RX hashTom Herbert1-1/+1
2010-04-28bnx2x: Remove two prefetch()Eric Dumazet1-2/+0
2010-04-23bnx2x: add support for receive hashingTom Herbert1-8/+18
2010-04-19bnx2x: Date and versionVladislav Zolotarov1-2/+2
2010-04-19bnx2x: Don't report link down if has been already downVladislav Zolotarov1-2/+4
2010-04-19bnx2x: Rework power state handling codeVladislav Zolotarov1-3/+9
2010-04-19bnx2x: use mask in test_registers() to avoid parity errorVladislav Zolotarov1-1/+1
2010-04-19bnx2x: Fixed MSI-X enabling flowVladislav Zolotarov1-3/+25
2010-04-19bnx2x: Added new statisticsVladislav Zolotarov1-44/+74
2010-04-19bnx2x: White spacesVladislav Zolotarov1-160/+205
2010-04-19bnx2x: Protect code with NOMCPVladislav Zolotarov1-12/+32
2010-04-19bnx2x: Increase DMAE max write size for 57711Vladislav Zolotarov1-4/+5
2010-04-19bnx2x: Use VPD-R V0 entry to display firmware revisionVladislav Zolotarov1-2/+69
2010-04-19bnx2x: Parity errors handling for 57710 and 57711Vladislav Zolotarov1-53/+992
2010-04-07bnx2x: use the DMA API instead of the pci equivalentsFUJITA Tomonori1-54/+56
2010-04-03net: convert multicast list to list_headJiri Pirko1-9/+9
2010-04-01bnx2x: Added GRO supportDmitry Kravkov1-9/+11
2010-03-15bnx2x: change smp_mb() comment to conform the trueStanislaw Gruszka1-2/+5
2010-03-15bnx2x: remove not necessary compiler barrierStanislaw Gruszka1-1/+0
2010-03-15bnx2x: use smp_mb() to keep ordering of read write operationsStanislaw Gruszka1-1/+1
2010-02-28bnx2x: Tx barriers and locksVladislav Zolotarov1-9/+22
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part3Jiri Pirko1-8/+4
2010-02-17drivers/net/bnx2x: Use (pr|netdev|netif)_<level> macro helpersJoe Perches1-103/+82
2010-02-17bnx2x: version number and dateVladislav Zolotarov1-2/+2
2010-02-17bnx2x: Use firmware 5.2.13Vladislav Zolotarov1-1/+1
2010-02-17bnx2x: fix in 57710 self-testVladislav Zolotarov1-1/+2
2010-02-17bnx2x: Do not allow enabling LRO if disable_tpa=1Vladislav Zolotarov1-6/+8
2010-02-17bnx2x: clean up in case of error in bnx2x_init_hw()Vladislav Zolotarov1-0/+3
2010-02-17bnx2x: Properly release allocated MSI-X/MSI vectorsVladislav Zolotarov1-11/+14
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-3/+4
2010-01-28netdev: remove HAVE_ leftoversAlexey Dobriyan1-2/+2
2010-01-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+2
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-25bnx2x: Initialize cnic status block during chip resetMichael Chan1-0/+2
2009-11-18bnx2x: Don't set netdev->trans_startVladislav Zolotarov1-3/+0
2009-11-17bnx2x: Handle Rx and Tx together in NAPIVladislav Zolotarov1-216/+151
2009-11-10bnx2x: version 1.52.1-4Eilon Greenstein1-2/+2
2009-11-10bnx2x: Change coalescing granularity to 4usEilon Greenstein1-6/+7
2009-11-10bnx2x: Remove misleading error printEilon Greenstein1-5/+0
2009-11-10bnx2x: GSO implies CSUM offloadEilon Greenstein1-2/+2
2009-11-10bnx2x: declare MODULE_FIRMWAREBen Hutchings1-13/+14
2009-11-05bnx2x: version 1.52.1-3Yaniv Rosner1-2/+2
2009-11-05bnx2x: Fix CL73 autoneg issuesYaniv Rosner1-11/+5
2009-10-15bnx2x: Update to version 1.52.1-1Eilon Greenstein1-2/+2
2009-10-15bnx2x: Report the maximal available BW as link speedEilon Greenstein1-1/+13
2009-10-15bnx2x: Do not call load/unload functionality from DCCEilon Greenstein1-14/+5
2009-10-15bnx2x: Adding FW mailbox mutexEilon Greenstein1-2/+5
2009-10-15bnx2x: Changing the Disabled state to a flagEilon Greenstein1-15/+19
2009-10-15bnx2x: Allowing 0 as initial fairness valueEilon Greenstein1-28/+28
2009-10-11bnx2x: Add main CNIC interface functions.Michael Chan1-0/+388