aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: convert multiple drivers to use netdev_for_each_mc_addr, part3Jiri Pirko2010-02-221-8/+4
* drivers/net/bnx2x: Use (pr|netdev|netif)_<level> macro helpersJoe Perches2010-02-171-103/+82
* bnx2x: version number and dateVladislav Zolotarov2010-02-171-2/+2
* bnx2x: Use firmware 5.2.13Vladislav Zolotarov2010-02-171-1/+1
* bnx2x: fix in 57710 self-testVladislav Zolotarov2010-02-171-1/+2
* bnx2x: Do not allow enabling LRO if disable_tpa=1Vladislav Zolotarov2010-02-171-6/+8
* bnx2x: clean up in case of error in bnx2x_init_hw()Vladislav Zolotarov2010-02-171-0/+3
* bnx2x: Properly release allocated MSI-X/MSI vectorsVladislav Zolotarov2010-02-171-11/+14
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-3/+4
* netdev: remove HAVE_ leftoversAlexey Dobriyan2010-01-281-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-101-0/+2
|\
| * bnx2x: Initialize cnic status block during chip resetMichael Chan2009-12-251-0/+2
* | drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-071-1/+1
|/
* 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