summaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x_main.c
Commit message (Expand)AuthorAgeFilesLines
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+1
* bnx2x: update version to 1.52.1Eilon Greenstein2009-08-131-2/+2
* bnx2x: Whitespaces and commentsEilon Greenstein2009-08-131-39/+41
* bnx2x: Re-factor the initialization codeEilon Greenstein2009-08-131-20/+59
* bnx2x: Using PCI_DEVICE macroEilon Greenstein2009-08-131-6/+3Star
* bnx2x: Adding explicit castingEilon Greenstein2009-08-131-3/+3
* bnx2x: Using macro for phy addressEilon Greenstein2009-08-131-6/+2Star
* bnx2x: Missing smp_wmb for statistics state machineEilon Greenstein2009-08-131-0/+3
* bnx2x: Check unzip return codeEilon Greenstein2009-08-131-1/+3
* bnx2x: Remove the init_dmae field from bpEilon Greenstein2009-08-131-47/+47
* bnx2x: Updating regdump_len at drvinfoEilon Greenstein2009-08-131-36/+33Star
* bnx2x: Move printing of version from probe to the initEilon Greenstein2009-08-131-4/+2Star
* bnx2x: Combine get_pcie_width and get_pcie_speedEilon Greenstein2009-08-131-18/+16Star
* bnx2x: Stop loading if error condition detectedEilon Greenstein2009-08-131-0/+8
* bnx2x: Calling pci_set_drvdata earlierEilon Greenstein2009-08-131-2/+2
* bnx2x: Configurable pause schemeEilon Greenstein2009-08-131-4/+10
* bnx2x: Adding Likely directiveEilon Greenstein2009-08-131-1/+2
* bnx2x: Prefetch the page containing the BD descriptorEilon Greenstein2009-08-131-0/+7
* bnx2x: Reporting host statistics to management FWEilon Greenstein2009-08-131-53/+175
* bnx2x: Supporting PHY FW upgradeEilon Greenstein2009-08-131-18/+54
* bnx2x: MDC/MDIO CL45 IOCTLsEilon Greenstein2009-08-131-37/+84
* bnx2x: Advertize flow control normally in MF modeEilon Greenstein2009-08-131-3/+1Star
* bnx2x: Supporting Device Control ChannelEilon Greenstein2009-08-131-93/+232
* bnx2x: Using the new FWEilon Greenstein2009-08-131-407/+481
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-131-3/+4
|\
| * Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-081-3/+4
* | bnx2x: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson2009-08-021-0/+5
* | bnx2x: Version 1.48.114-1Eilon Greenstein2009-07-301-2/+2
* | bnx2x: WoL only with current MAC addressEilon Greenstein2009-07-301-4/+4
* | bnx2x: Self-test kills management trafficEilon Greenstein2009-07-301-5/+4Star
* | bnx2x: Receive traffic that maches management filtering rulesEilon Greenstein2009-07-301-0/+13
* | bnx2x: Dont update vlan_features in bnx2x_set_tso()Eric Dumazet2009-07-271-8/+0Star
* | bnx2x: Version 1.48.113-1Eilon Greenstein2009-07-211-2/+2
* | bnx2x: Supporting BCM8727 PHYEilon Greenstein2009-07-211-14/+53
* | bnx2x: Update vlan_featuresEilon Greenstein2009-07-211-2/+17
* | bnx2x: SMP-safe inter_semEilon Greenstein2009-07-211-1/+9
* | bnx2x: Adding some mmiowbEilon Greenstein2009-07-211-0/+17
* | bnx2x: Fan failure early detectionEilon Greenstein2009-07-211-0/+5
* | bnx2x: Fan failureEilon Greenstein2009-07-211-37/+75
* | bnx2x: Stop management traffic in loopback testEilon Greenstein2009-07-211-0/+11
|/
* bnx2x: Fix the maximal values of coalescing timeouts.Eilon Greenstein2009-07-061-4/+4
* bnx2x: Disable HC coalescing when setting timeout to zero.Eilon Greenstein2009-07-061-2/+2
* bnx2x: Fix the behavior of ethtool when ONBOOT=noNaohiro Ooiwa2009-06-301-1/+9
* net: dont update dev->trans_start in 10GB driversEric Dumazet2009-05-291-1/+0Star
* bnx2x: do not return negative number of received packagesStanislaw Gruszka2009-05-081-1/+1
* bnx2x: free workqueue when driver fail to registerStanislaw Gruszka2009-05-081-1/+8
* bnx2x: driver version 1.48.105-1Vladislav Zolotarov2009-04-271-2/+2
* bnx2x: Separated FW from the source.Vladislav Zolotarov2009-04-271-62/+281
* 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