aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x
Commit message (Expand)AuthorAgeFilesLines
* bnx2/bnx2x: Unsupported Ethtool operations should return -EINVAL.Jesse Gross2010-10-211-1/+1
* bnx2x: Update bnx2x to use new vlan accleration.Hao Zheng2010-10-214-84/+27
* vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross2010-10-211-2/+1
* bnx2x: update version to 1.60.00-3Dmitry Kravkov2010-10-191-2/+2
* bnx2x: prevent false parity error in MSI-X memory of HC blockVladislav Zolotarov2010-10-192-2/+32
* bnx2x: fix possible deadlock in HC hw blockDmitry Kravkov2010-10-191-8/+29
* bnx2x: update version to 1.60.00-2Dmitry Kravkov2010-10-181-2/+2
* bnx2x: remove unnecessary FUNC_FLG_RSS flag and relatedDmitry Kravkov2010-10-182-49/+34
* bnx2x: Use correct FW constant for header paddingDmitry Kravkov2010-10-182-3/+1
* bnx2x: do not deal with power if no capabilityDmitry Kravkov2010-10-181-0/+6
* bnx2x: remove redundant commands during error handlingDmitry Kravkov2010-10-181-2/+0
* bnx2x: Optimized the branching in the bnx2x_rx_int()Vladislav Zolotarov2010-10-181-5/+6
* bnx2x: Fixing a typo: added a missing RSS enablementDmitry Kravkov2010-10-121-0/+1
* bnx2x: update version to 1.60.00-1Dmitry Kravkov2010-10-061-2/+2
* bnx2x: properly initialize FW statsDmitry Kravkov2010-10-061-0/+13
* bnx2x: code beautifyDmitry Kravkov2010-10-067-233/+318
* bnx2x, cnic: Fix SPQ return creditDmitry Kravkov2010-10-062-30/+69
* bnx2x: move msix table initialization to probe()Dmitry Kravkov2010-10-064-134/+228
* bnx2x: use L1_CACHE_BYTES instead of magic numberDmitry Kravkov2010-10-061-2/+2
* bnx2x: use proper constants for dma_unmap* callsDmitry Kravkov2010-10-062-2/+2
* bnx2x: remove unused fields in main driver structureDmitry Kravkov2010-10-061-7/+0
* bnx2x: remove unused parameter in reuse_rx_skb()Dmitry Kravkov2010-10-062-3/+3
* bnx2x: Add 57712 supportDmitry Kravkov2010-10-0613-789/+3426
* bnx2x: change type of spq_left to atomicDmitry Kravkov2010-10-063-13/+11
* bnx2x: rename MF related fieldsDmitry Kravkov2010-10-065-47/+47
* bnx2x, cnic, bnx2i: use new FW/HSIDmitry Kravkov2010-10-0612-2822/+4361
* bnx2x: create folder for bnx2x firmware filesDmitry Kravkov2010-10-061-2/+2
* bnx2x: Moved enabling of MSI to the bnx2x_set_num_queues()Dmitry Kravkov2010-09-291-6/+11
* bnx2x: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings2010-09-271-2/+4
* drivers/net: return operator cleanupEric Dumazet2010-09-261-2/+2
* bnx2x: Spread rx buffers between allocated queuesDmitry Kravkov2010-09-134-5/+17
* drivers/net/bnx2x: use ARRAY_SIZE macro in bnx2x_main.cNikitas Angelinas2010-09-091-3/+2
* bnx2x: Update bnx2x version to 1.52.53-6Yaniv Rosner2010-09-071-2/+2
* bnx2x: Change LED scheme for dual-mediaYaniv Rosner2010-09-075-46/+336
* bnx2x: Add dual-media changesYaniv Rosner2010-09-079-376/+1074
* bnx2x: Organize PHY functionsYaniv Rosner2010-09-074-2428/+2475
* bnx2x: Apply logic changes for the new schemeYaniv Rosner2010-09-072-177/+155
* bnx2x: Move common function into aggregated functionYaniv Rosner2010-09-073-98/+108
* bnx2x: Adjust flow-control with the new schemeYaniv Rosner2010-09-071-74/+137
* bnx2x: Adjust alignment of split PHY functionsYaniv Rosner2010-09-072-1271/+894
* bnx2x: Split PHY functionsYaniv Rosner2010-09-074-853/+1425
* bnx2x: Unify PHY attributesYaniv Rosner2010-09-076-1386/+916
* drivers/net: avoid some skb->ip_summed initializationsEric Dumazet2010-09-021-1/+1
* bnx2x: Update version to 1.52.53-5Yaniv Rosner2010-09-011-2/+2
* bnx2x: Add BCM84823 to the supported PHYsYaniv Rosner2010-09-011-1/+2
* bnx2x: Change BCM848xx LED configurationYaniv Rosner2010-09-011-122/+49
* bnx2x: Remove unneeded setting of XAUI low power to BCM8727Yaniv Rosner2010-09-011-1/+0
* bnx2x: Change BCM848xx configuration according to IEEEYaniv Rosner2010-09-012-164/+127
* bnx2x: Reset link before any new link settingsYaniv Rosner2010-09-011-0/+1
* bnx2x: Fix potential link issue In BCM8727 based boardsYaniv Rosner2010-09-012-10/+15