aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x_main.c
Commit message (Expand)AuthorAge
* netdev: drivers should make ethtool_ops constStephen Hemminger2009-09-02
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-01
* bnx2x: update version to 1.52.1Eilon Greenstein2009-08-13
* bnx2x: Whitespaces and commentsEilon Greenstein2009-08-13
* bnx2x: Re-factor the initialization codeEilon Greenstein2009-08-13
* bnx2x: Using PCI_DEVICE macroEilon Greenstein2009-08-13
* bnx2x: Adding explicit castingEilon Greenstein2009-08-13
* bnx2x: Using macro for phy addressEilon Greenstein2009-08-13
* bnx2x: Missing smp_wmb for statistics state machineEilon Greenstein2009-08-13
* bnx2x: Check unzip return codeEilon Greenstein2009-08-13
* bnx2x: Remove the init_dmae field from bpEilon Greenstein2009-08-13
* bnx2x: Updating regdump_len at drvinfoEilon Greenstein2009-08-13
* bnx2x: Move printing of version from probe to the initEilon Greenstein2009-08-13
* bnx2x: Combine get_pcie_width and get_pcie_speedEilon Greenstein2009-08-13
* bnx2x: Stop loading if error condition detectedEilon Greenstein2009-08-13
* bnx2x: Calling pci_set_drvdata earlierEilon Greenstein2009-08-13
* bnx2x: Configurable pause schemeEilon Greenstein2009-08-13
* bnx2x: Adding Likely directiveEilon Greenstein2009-08-13
* bnx2x: Prefetch the page containing the BD descriptorEilon Greenstein2009-08-13
* bnx2x: Reporting host statistics to management FWEilon Greenstein2009-08-13
* bnx2x: Supporting PHY FW upgradeEilon Greenstein2009-08-13
* bnx2x: MDC/MDIO CL45 IOCTLsEilon Greenstein2009-08-13
* bnx2x: Advertize flow control normally in MF modeEilon Greenstein2009-08-13
* bnx2x: Supporting Device Control ChannelEilon Greenstein2009-08-13
* bnx2x: Using the new FWEilon Greenstein2009-08-13
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-12
|\
| * Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-08
* | bnx2x: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson2009-08-02
* | bnx2x: Version 1.48.114-1Eilon Greenstein2009-07-30
* | bnx2x: WoL only with current MAC addressEilon Greenstein2009-07-30
* | bnx2x: Self-test kills management trafficEilon Greenstein2009-07-30
* | bnx2x: Receive traffic that maches management filtering rulesEilon Greenstein2009-07-30
* | bnx2x: Dont update vlan_features in bnx2x_set_tso()Eric Dumazet2009-07-26
* | bnx2x: Version 1.48.113-1Eilon Greenstein2009-07-21
* | bnx2x: Supporting BCM8727 PHYEilon Greenstein2009-07-21
* | bnx2x: Update vlan_featuresEilon Greenstein2009-07-21
* | bnx2x: SMP-safe inter_semEilon Greenstein2009-07-21
* | bnx2x: Adding some mmiowbEilon Greenstein2009-07-21
* | bnx2x: Fan failure early detectionEilon Greenstein2009-07-21
* | bnx2x: Fan failureEilon Greenstein2009-07-21
* | bnx2x: Stop management traffic in loopback testEilon Greenstein2009-07-21
|/
* bnx2x: Fix the maximal values of coalescing timeouts.Eilon Greenstein2009-07-05
* bnx2x: Disable HC coalescing when setting timeout to zero.Eilon Greenstein2009-07-05
* bnx2x: Fix the behavior of ethtool when ONBOOT=noNaohiro Ooiwa2009-06-30
* net: dont update dev->trans_start in 10GB driversEric Dumazet2009-05-29
* bnx2x: do not return negative number of received packagesStanislaw Gruszka2009-05-08
* bnx2x: free workqueue when driver fail to registerStanislaw Gruszka2009-05-08
* bnx2x: driver version 1.48.105-1Vladislav Zolotarov2009-04-27
* bnx2x: Separated FW from the source.Vladislav Zolotarov2009-04-27
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-07