summaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x_main.c
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-2/+2
* bnx2x: Version updateEilon Greenstein2009-03-021-2/+2
* bnx2x: Register dumpEilon Greenstein2009-03-021-0/+81
* bnx2x: Debug printsEilon Greenstein2009-03-021-19/+19
* bnx2x: WhitespaceEilon Greenstein2009-03-021-0/+1
* bnx2x: Calling tx disable unconditionallyEilon Greenstein2009-03-021-4/+2
* bnx2x: Using DMA engineEilon Greenstein2009-03-021-39/+12
* bnx2x: Missing module parameter descriptionEilon Greenstein2009-03-021-0/+1
* bnx2x: napi_poll budget checkEilon Greenstein2009-03-021-4/+18
* bnx2x: Unlimited Tx interrupt workEilon Greenstein2009-03-021-7/+4
* bnx2x: Add rmb to read status block indices on loadEilon Greenstein2009-03-021-0/+4
* bnx2x: Reduce the likelihood of smb_mbEilon Greenstein2009-03-021-7/+8
* bnx2x: Remove redundant smb_mb on unloadEilon Greenstein2009-03-021-2/+0
* bnx2x: VersionEilon Greenstein2009-02-151-2/+2
* bnx2x: Clean-upEilon Greenstein2009-02-151-12/+23
* bnx2x: Comments and printsEilon Greenstein2009-02-151-21/+22
* bnx2x: Re-arrange module parametersEilon Greenstein2009-02-151-7/+7
* bnx2x: Moving includesEilon Greenstein2009-02-151-4/+1
* bnx2x: Driver dumpEilon Greenstein2009-02-151-38/+59
* bnx2x: Sparse endianity annotationEilon Greenstein2009-02-151-31/+32
* bnx2x: Removing redundant macrosEilon Greenstein2009-02-151-26/+26
* bnx2x: Loopback in diag modeEilon Greenstein2009-02-151-24/+33
* bnx2x: Using nvram default WoL configEilon Greenstein2009-02-151-0/+6
* bnx2x: smp_mb and not just smp_rmbEilon Greenstein2009-02-151-2/+2
* bnx2x: Increasing FW timeoutEilon Greenstein2009-02-151-2/+6
* bnx2x: Returning EBUSY in debug mode as wellEilon Greenstein2009-02-151-2/+1
* bnx2x: Manual setting for MRRSEilon Greenstein2009-02-151-0/+6
* bnx2x: Pre emphasis configurationEilon Greenstein2009-02-151-6/+25
* bnx2x: Supporting BCM8481 PHYEilon Greenstein2009-02-151-0/+17
* bnx2x: PHY lock listEilon Greenstein2009-02-151-10/+10
* bnx2x: Supporting BCM8726 PHYEilon Greenstein2009-02-151-15/+75
* bnx2x: GPIO accessoriesEilon Greenstein2009-02-151-2/+78
* bnx2x: Removing redundant device parametersEilon Greenstein2009-02-151-10/+9
* bnx2x: Removing the board typeEilon Greenstein2009-02-151-13/+7
* bnx2x: Flow control enhancementEilon Greenstein2009-02-151-9/+87
* bnx2x: BW shaper enhancementsEilon Greenstein2009-02-151-178/+136
* bnx2x: Moving skb_record_rx_queueEilon Greenstein2009-02-151-1/+1
* bnx2x: Per queue statisticsEilon Greenstein2009-02-151-259/+545
* bnx2x: Removing microcode assertion checkEilon Greenstein2009-02-151-5/+1
* bnx2x: Disabling interrupts after iSCSI-bootEilon Greenstein2009-02-151-2/+59
* bnx2x: System-page alignmentEilon Greenstein2009-02-151-7/+4
* bnx2x: MSI supportEilon Greenstein2009-02-151-47/+108
* bnx2x: Multi-queueEilon Greenstein2009-02-151-102/+152
* bnx2x: New FWEilon Greenstein2009-02-151-43/+46
* net: Add skb_record_rx_queue() calls to multiqueue capable drivers.David S. Miller2009-01-271-0/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-01-261-90/+127
|\
| * bnx2x: tx_has_work should not wait for FWVladislav Zolotarov2009-01-261-5/+12
| * bnx2x: VersionEilon Greenstein2009-01-221-2/+2
| * bnx2x: loopback test failureEilon Greenstein2009-01-221-6/+7