summaryrefslogtreecommitdiff
path: root/drivers/net/bnx2x_main.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-12bnx2x: Using the new FWEilon Greenstein1-407/+481
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+4
2009-08-01bnx2x: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson1-0/+5
2009-07-30bnx2x: Version 1.48.114-1Eilon Greenstein1-2/+2
2009-07-30bnx2x: WoL only with current MAC addressEilon Greenstein1-4/+4
2009-07-30bnx2x: Self-test kills management trafficEilon Greenstein1-5/+4
2009-07-30bnx2x: Receive traffic that maches management filtering rulesEilon Greenstein1-0/+13
2009-07-26bnx2x: Dont update vlan_features in bnx2x_set_tso()Eric Dumazet1-8/+0
2009-07-21bnx2x: Version 1.48.113-1Eilon Greenstein1-2/+2
2009-07-21bnx2x: Supporting BCM8727 PHYEilon Greenstein1-14/+53
2009-07-21bnx2x: Update vlan_featuresEilon Greenstein1-2/+17
2009-07-21bnx2x: SMP-safe inter_semEilon Greenstein1-1/+9
2009-07-21bnx2x: Adding some mmiowbEilon Greenstein1-0/+17
2009-07-21bnx2x: Fan failure early detectionEilon Greenstein1-0/+5
2009-07-21bnx2x: Fan failureEilon Greenstein1-37/+75
2009-07-21bnx2x: Stop management traffic in loopback testEilon Greenstein1-0/+11
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches1-3/+4
2009-07-05bnx2x: Fix the maximal values of coalescing timeouts.Eilon Greenstein1-4/+4
2009-07-05bnx2x: Disable HC coalescing when setting timeout to zero.Eilon Greenstein1-2/+2
2009-06-30bnx2x: Fix the behavior of ethtool when ONBOOT=noNaohiro Ooiwa1-1/+9
2009-05-29net: dont update dev->trans_start in 10GB driversEric Dumazet1-1/+0
2009-05-08bnx2x: do not return negative number of received packagesStanislaw Gruszka1-1/+1
2009-05-08bnx2x: free workqueue when driver fail to registerStanislaw Gruszka1-1/+8
2009-04-27bnx2x: driver version 1.48.105-1Vladislav Zolotarov1-2/+2
2009-04-27bnx2x: Separated FW from the source.Vladislav Zolotarov1-62/+281
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-2/+2
2009-03-02bnx2x: Version updateEilon Greenstein1-2/+2
2009-03-02bnx2x: Register dumpEilon Greenstein1-0/+81
2009-03-02bnx2x: Debug printsEilon Greenstein1-19/+19
2009-03-02bnx2x: WhitespaceEilon Greenstein1-0/+1
2009-03-02bnx2x: Calling tx disable unconditionallyEilon Greenstein1-4/+2
2009-03-02bnx2x: Using DMA engineEilon Greenstein1-39/+12
2009-03-02bnx2x: Missing module parameter descriptionEilon Greenstein1-0/+1
2009-03-02bnx2x: napi_poll budget checkEilon Greenstein1-4/+18
2009-03-02bnx2x: Unlimited Tx interrupt workEilon Greenstein1-7/+4
2009-03-02bnx2x: Add rmb to read status block indices on loadEilon Greenstein1-0/+4
2009-03-02bnx2x: Reduce the likelihood of smb_mbEilon Greenstein1-7/+8
2009-03-02bnx2x: Remove redundant smb_mb on unloadEilon Greenstein1-2/+0
2009-02-15bnx2x: VersionEilon Greenstein1-2/+2
2009-02-15bnx2x: Clean-upEilon Greenstein1-12/+23
2009-02-15bnx2x: Comments and printsEilon Greenstein1-21/+22
2009-02-15bnx2x: Re-arrange module parametersEilon Greenstein1-7/+7
2009-02-15bnx2x: Moving includesEilon Greenstein1-4/+1
2009-02-15bnx2x: Driver dumpEilon Greenstein1-38/+59
2009-02-15bnx2x: Sparse endianity annotationEilon Greenstein1-31/+32
2009-02-15bnx2x: Removing redundant macrosEilon Greenstein1-26/+26
2009-02-15bnx2x: Loopback in diag modeEilon Greenstein1-24/+33
2009-02-15bnx2x: Using nvram default WoL configEilon Greenstein1-0/+6
2009-02-15bnx2x: smp_mb and not just smp_rmbEilon Greenstein1-2/+2