aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/bnx2x_main.c
AgeCommit message (Expand)Author
2010-03-15bnx2x: change smp_mb() comment to conform the trueStanislaw Gruszka
2010-03-15bnx2x: remove not necessary compiler barrierStanislaw Gruszka
2010-03-15bnx2x: use smp_mb() to keep ordering of read write operationsStanislaw Gruszka
2010-02-28bnx2x: Tx barriers and locksVladislav Zolotarov
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part3Jiri Pirko
2010-02-17drivers/net/bnx2x: Use (pr|netdev|netif)_<level> macro helpersJoe Perches
2010-02-17bnx2x: version number and dateVladislav Zolotarov
2010-02-17bnx2x: Use firmware 5.2.13Vladislav Zolotarov
2010-02-17bnx2x: fix in 57710 self-testVladislav Zolotarov
2010-02-17bnx2x: Do not allow enabling LRO if disable_tpa=1Vladislav Zolotarov
2010-02-17bnx2x: clean up in case of error in bnx2x_init_hw()Vladislav Zolotarov
2010-02-17bnx2x: Properly release allocated MSI-X/MSI vectorsVladislav Zolotarov
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2010-01-28netdev: remove HAVE_ leftoversAlexey Dobriyan
2010-01-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan
2009-12-25bnx2x: Initialize cnic status block during chip resetMichael Chan
2009-11-18bnx2x: Don't set netdev->trans_startVladislav Zolotarov
2009-11-17bnx2x: Handle Rx and Tx together in NAPIVladislav Zolotarov
2009-11-10bnx2x: version 1.52.1-4Eilon Greenstein
2009-11-10bnx2x: Change coalescing granularity to 4usEilon Greenstein
2009-11-10bnx2x: Remove misleading error printEilon Greenstein
2009-11-10bnx2x: GSO implies CSUM offloadEilon Greenstein
2009-11-10bnx2x: declare MODULE_FIRMWAREBen Hutchings
2009-11-05bnx2x: version 1.52.1-3Yaniv Rosner
2009-11-05bnx2x: Fix CL73 autoneg issuesYaniv Rosner
2009-10-15bnx2x: Update to version 1.52.1-1Eilon Greenstein
2009-10-15bnx2x: Report the maximal available BW as link speedEilon Greenstein
2009-10-15bnx2x: Do not call load/unload functionality from DCCEilon Greenstein
2009-10-15bnx2x: Adding FW mailbox mutexEilon Greenstein
2009-10-15bnx2x: Changing the Disabled state to a flagEilon Greenstein
2009-10-15bnx2x: Allowing 0 as initial fairness valueEilon Greenstein
2009-10-11bnx2x: Add main CNIC interface functions.Michael Chan
2009-10-11bnx2x: Add hw init code to support iSCSI.Michael Chan
2009-10-11bnx2x: Refactor MAC address setup code.Michael Chan
2009-10-11bnx2x: Refactor bnx2x_sp_post().Michael Chan
2009-10-05net: Convert ethtool {get_stats, self_test}_count() ops to get_sset_count()Ben Hutchings
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