aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x_main.c
Commit message (Expand)AuthorAgeFilesLines
* bnx2x: Don't set netdev->trans_startVladislav Zolotarov2009-11-181-3/+0
* bnx2x: Handle Rx and Tx together in NAPIVladislav Zolotarov2009-11-171-216/+151
* bnx2x: version 1.52.1-4Eilon Greenstein2009-11-101-2/+2
* bnx2x: Change coalescing granularity to 4usEilon Greenstein2009-11-101-6/+7
* bnx2x: Remove misleading error printEilon Greenstein2009-11-101-5/+0
* bnx2x: GSO implies CSUM offloadEilon Greenstein2009-11-101-2/+2
* bnx2x: declare MODULE_FIRMWAREBen Hutchings2009-11-101-13/+14
* bnx2x: version 1.52.1-3Yaniv Rosner2009-11-051-2/+2
* bnx2x: Fix CL73 autoneg issuesYaniv Rosner2009-11-051-11/+5
* bnx2x: Update to version 1.52.1-1Eilon Greenstein2009-10-151-2/+2
* bnx2x: Report the maximal available BW as link speedEilon Greenstein2009-10-151-1/+13
* bnx2x: Do not call load/unload functionality from DCCEilon Greenstein2009-10-151-14/+5
* bnx2x: Adding FW mailbox mutexEilon Greenstein2009-10-151-2/+5
* bnx2x: Changing the Disabled state to a flagEilon Greenstein2009-10-151-15/+19
* bnx2x: Allowing 0 as initial fairness valueEilon Greenstein2009-10-151-28/+28
* bnx2x: Add main CNIC interface functions.Michael Chan2009-10-111-0/+388
* bnx2x: Add hw init code to support iSCSI.Michael Chan2009-10-111-58/+152
* bnx2x: Refactor MAC address setup code.Michael Chan2009-10-111-50/+112
* bnx2x: Refactor bnx2x_sp_post().Michael Chan2009-10-111-24/+38
* net: Convert ethtool {get_stats, self_test}_count() ops to get_sset_count()Ben Hutchings2009-10-051-29/+31
* netdev: drivers should make ethtool_ops constStephen Hemminger2009-09-021-1/+1
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+1
* bnx2x: update version to 1.52.1Eilon Greenstein2009-08-121-2/+2
* bnx2x: Whitespaces and commentsEilon Greenstein2009-08-121-39/+41
* bnx2x: Re-factor the initialization codeEilon Greenstein2009-08-121-20/+59
* bnx2x: Using PCI_DEVICE macroEilon Greenstein2009-08-121-6/+3
* bnx2x: Adding explicit castingEilon Greenstein2009-08-121-3/+3
* bnx2x: Using macro for phy addressEilon Greenstein2009-08-121-6/+2
* bnx2x: Missing smp_wmb for statistics state machineEilon Greenstein2009-08-121-0/+3
* bnx2x: Check unzip return codeEilon Greenstein2009-08-121-1/+3
* bnx2x: Remove the init_dmae field from bpEilon Greenstein2009-08-121-47/+47
* bnx2x: Updating regdump_len at drvinfoEilon Greenstein2009-08-121-36/+33
* bnx2x: Move printing of version from probe to the initEilon Greenstein2009-08-121-4/+2
* bnx2x: Combine get_pcie_width and get_pcie_speedEilon Greenstein2009-08-121-18/+16
* bnx2x: Stop loading if error condition detectedEilon Greenstein2009-08-121-0/+8
* bnx2x: Calling pci_set_drvdata earlierEilon Greenstein2009-08-121-2/+2
* bnx2x: Configurable pause schemeEilon Greenstein2009-08-121-4/+10
* bnx2x: Adding Likely directiveEilon Greenstein2009-08-121-1/+2
* bnx2x: Prefetch the page containing the BD descriptorEilon Greenstein2009-08-121-0/+7
* bnx2x: Reporting host statistics to management FWEilon Greenstein2009-08-121-53/+175
* bnx2x: Supporting PHY FW upgradeEilon Greenstein2009-08-121-18/+54
* bnx2x: MDC/MDIO CL45 IOCTLsEilon Greenstein2009-08-121-37/+84
* bnx2x: Advertize flow control normally in MF modeEilon Greenstein2009-08-121-3/+1
* bnx2x: Supporting Device Control ChannelEilon Greenstein2009-08-121-93/+232
* bnx2x: Using the new FWEilon Greenstein2009-08-121-407/+481
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-121-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-011-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