aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-01bnx2x: Added GRO supportDmitry Kravkov1-9/+11
2010-03-15bnx2x: change smp_mb() comment to conform the trueStanislaw Gruszka1-2/+5
2010-03-15bnx2x: remove not necessary compiler barrierStanislaw Gruszka1-1/+0
2010-03-15bnx2x: use smp_mb() to keep ordering of read write operationsStanislaw Gruszka1-1/+1
2010-02-28bnx2x: Tx barriers and locksVladislav Zolotarov1-9/+22
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part3Jiri Pirko1-8/+4
2010-02-17drivers/net/bnx2x: Use (pr|netdev|netif)_<level> macro helpersJoe Perches1-103/+82
2010-02-17bnx2x: version number and dateVladislav Zolotarov1-2/+2
2010-02-17bnx2x: Use firmware 5.2.13Vladislav Zolotarov1-1/+1
2010-02-17bnx2x: fix in 57710 self-testVladislav Zolotarov1-1/+2
2010-02-17bnx2x: Do not allow enabling LRO if disable_tpa=1Vladislav Zolotarov1-6/+8
2010-02-17bnx2x: clean up in case of error in bnx2x_init_hw()Vladislav Zolotarov1-0/+3
2010-02-17bnx2x: Properly release allocated MSI-X/MSI vectorsVladislav Zolotarov1-11/+14
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-3/+4
2010-01-28netdev: remove HAVE_ leftoversAlexey Dobriyan1-2/+2
2010-01-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+2
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-25bnx2x: Initialize cnic status block during chip resetMichael Chan1-0/+2
2009-11-18bnx2x: Don't set netdev->trans_startVladislav Zolotarov1-3/+0
2009-11-17bnx2x: Handle Rx and Tx together in NAPIVladislav Zolotarov1-216/+151
2009-11-10bnx2x: version 1.52.1-4Eilon Greenstein1-2/+2
2009-11-10bnx2x: Change coalescing granularity to 4usEilon Greenstein1-6/+7
2009-11-10bnx2x: Remove misleading error printEilon Greenstein1-5/+0
2009-11-10bnx2x: GSO implies CSUM offloadEilon Greenstein1-2/+2
2009-11-10bnx2x: declare MODULE_FIRMWAREBen Hutchings1-13/+14
2009-11-05bnx2x: version 1.52.1-3Yaniv Rosner1-2/+2
2009-11-05bnx2x: Fix CL73 autoneg issuesYaniv Rosner1-11/+5
2009-10-15bnx2x: Update to version 1.52.1-1Eilon Greenstein1-2/+2
2009-10-15bnx2x: Report the maximal available BW as link speedEilon Greenstein1-1/+13
2009-10-15bnx2x: Do not call load/unload functionality from DCCEilon Greenstein1-14/+5
2009-10-15bnx2x: Adding FW mailbox mutexEilon Greenstein1-2/+5
2009-10-15bnx2x: Changing the Disabled state to a flagEilon Greenstein1-15/+19
2009-10-15bnx2x: Allowing 0 as initial fairness valueEilon Greenstein1-28/+28
2009-10-11bnx2x: Add main CNIC interface functions.Michael Chan1-0/+388
2009-10-11bnx2x: Add hw init code to support iSCSI.Michael Chan1-58/+152
2009-10-11bnx2x: Refactor MAC address setup code.Michael Chan1-50/+112
2009-10-11bnx2x: Refactor bnx2x_sp_post().Michael Chan1-24/+38
2009-10-05net: Convert ethtool {get_stats, self_test}_count() ops to get_sset_count()Ben Hutchings1-29/+31
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger1-1/+1
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-1/+1
2009-08-12bnx2x: update version to 1.52.1Eilon Greenstein1-2/+2
2009-08-12bnx2x: Whitespaces and commentsEilon Greenstein1-39/+41
2009-08-12bnx2x: Re-factor the initialization codeEilon Greenstein1-20/+59
2009-08-12bnx2x: Using PCI_DEVICE macroEilon Greenstein1-6/+3
2009-08-12bnx2x: Adding explicit castingEilon Greenstein1-3/+3
2009-08-12bnx2x: Using macro for phy addressEilon Greenstein1-6/+2
2009-08-12bnx2x: Missing smp_wmb for statistics state machineEilon Greenstein1-0/+3
2009-08-12bnx2x: Check unzip return codeEilon Greenstein1-1/+3
2009-08-12bnx2x: Remove the init_dmae field from bpEilon Greenstein1-47/+47
2009-08-12bnx2x: Updating regdump_len at drvinfoEilon Greenstein1-36/+33