aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-18bnx2x: Use correct FW constant for header paddingDmitry Kravkov2-3/+1
2010-10-18bnx2x: do not deal with power if no capabilityDmitry Kravkov1-0/+6
2010-10-18bnx2x: remove redundant commands during error handlingDmitry Kravkov1-2/+0
2010-10-18bnx2x: Optimized the branching in the bnx2x_rx_int()Vladislav Zolotarov1-5/+6
2010-10-12bnx2x: Fixing a typo: added a missing RSS enablementDmitry Kravkov1-0/+1
2010-10-06bnx2x: update version to 1.60.00-1Dmitry Kravkov1-2/+2
2010-10-06bnx2x: properly initialize FW statsDmitry Kravkov1-0/+13
2010-10-06bnx2x: code beautifyDmitry Kravkov7-233/+318
2010-10-06bnx2x, cnic: Fix SPQ return creditDmitry Kravkov2-30/+69
2010-10-06bnx2x: move msix table initialization to probe()Dmitry Kravkov4-134/+228
2010-10-06bnx2x: use L1_CACHE_BYTES instead of magic numberDmitry Kravkov1-2/+2
2010-10-06bnx2x: use proper constants for dma_unmap* callsDmitry Kravkov2-2/+2
2010-10-06bnx2x: remove unused fields in main driver structureDmitry Kravkov1-7/+0
2010-10-06bnx2x: remove unused parameter in reuse_rx_skb()Dmitry Kravkov2-3/+3
2010-10-06bnx2x: Add 57712 supportDmitry Kravkov13-789/+3426
2010-10-06bnx2x: change type of spq_left to atomicDmitry Kravkov3-13/+11
2010-10-06bnx2x: rename MF related fieldsDmitry Kravkov5-47/+47
2010-10-06bnx2x, cnic, bnx2i: use new FW/HSIDmitry Kravkov12-2822/+4361
2010-10-06bnx2x: create folder for bnx2x firmware filesDmitry Kravkov1-2/+2
2010-09-29bnx2x: Moved enabling of MSI to the bnx2x_set_num_queues()Dmitry Kravkov1-6/+11
2010-09-27bnx2x: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings1-2/+4
2010-09-26drivers/net: return operator cleanupEric Dumazet1-2/+2
2010-09-13bnx2x: Spread rx buffers between allocated queuesDmitry Kravkov4-5/+17
2010-09-09drivers/net/bnx2x: use ARRAY_SIZE macro in bnx2x_main.cNikitas Angelinas1-3/+2
2010-09-07bnx2x: Update bnx2x version to 1.52.53-6Yaniv Rosner1-2/+2
2010-09-07bnx2x: Change LED scheme for dual-mediaYaniv Rosner5-46/+336
2010-09-07bnx2x: Add dual-media changesYaniv Rosner9-376/+1074
2010-09-07bnx2x: Organize PHY functionsYaniv Rosner4-2428/+2475
2010-09-07bnx2x: Apply logic changes for the new schemeYaniv Rosner2-177/+155
2010-09-07bnx2x: Move common function into aggregated functionYaniv Rosner3-98/+108
2010-09-07bnx2x: Adjust flow-control with the new schemeYaniv Rosner1-74/+137
2010-09-07bnx2x: Adjust alignment of split PHY functionsYaniv Rosner2-1271/+894
2010-09-07bnx2x: Split PHY functionsYaniv Rosner4-853/+1425
2010-09-07bnx2x: Unify PHY attributesYaniv Rosner6-1386/+916
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+1
2010-09-01bnx2x: Update version to 1.52.53-5Yaniv Rosner1-2/+2
2010-09-01bnx2x: Add BCM84823 to the supported PHYsYaniv Rosner1-1/+2
2010-09-01bnx2x: Change BCM848xx LED configurationYaniv Rosner1-122/+49
2010-09-01bnx2x: Remove unneeded setting of XAUI low power to BCM8727Yaniv Rosner1-1/+0
2010-09-01bnx2x: Change BCM848xx configuration according to IEEEYaniv Rosner2-164/+127
2010-09-01bnx2x: Reset link before any new link settingsYaniv Rosner1-0/+1
2010-09-01bnx2x: Fix potential link issue In BCM8727 based boardsYaniv Rosner2-10/+15
2010-09-01bnx2x: Fix potential link issue of BCM8073/BCM8727Yaniv Rosner1-2/+2
2010-08-26bnx2x: fix wrong return from bnx2x_trylock_hw_lockEric Dumazet1-1/+1
2010-08-25bnx2x: small fix in stats handlingEric Dumazet1-3/+4
2010-08-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-4/+9
2010-08-18bnx2x: Update bnx2x version to 1.52.53-4Yaniv Rosner1-2/+2
2010-08-18bnx2x: Fix PHY locking problemYaniv Rosner1-2/+7
2010-08-16drivers/net/bnx2x: Adjust confusing if indentationJulia Lawall1-5/+5
2010-08-16bnx2x: Load firmware in open() instead of probe()Dmitry Kravkov3-19/+36