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