aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-09bnx2x: Update version number and a date.Vladislav Zolotarov1-2/+2
2010-12-09bnx2x: Fixed a compilation warningVladislav Zolotarov1-2/+2
2010-12-09bnx2x: Use dma_alloc_coherent() semantics for ILT memory allocationVladislav Zolotarov1-2/+2
2010-12-09bnx2x: LSO code was broken on BE platformsVladislav Zolotarov1-16/+26
2010-12-06net: Fix too optimistic NETIF_F_HW_CSUM featuresMichał Mirosław1-2/+2
2010-12-01bnx2x: Add Nic partitioning mode (57712 devices)Dmitry Kravkov7-96/+400
2010-11-28bnx2x: Use helpers instead of direct access to the shinfo(skb) fieldsVladislav Zolotarov1-5/+4
2010-11-24bnx2x: Do interrupt mode initialization and NAPIs adding before register_netdev()Vladislav Zolotarov2-8/+8
2010-11-24bnx2x: Disable local BHes to prevent a dead-lock situationEric Dumazet1-1/+8
2010-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-11-17net: bnx2x: fix error value signVasiliy Kulikov1-1/+1
2010-11-15drivers/net/bnx2x: Remove unnecessary semicolonsJoe Perches2-3/+3
2010-11-12bnx2x: Look inside vlan when determining checksum proto.Hao Zheng1-1/+1
2010-11-01bnx2x: Update version numberYaniv Rosner1-2/+2
2010-11-01bnx2x: Reset 8073 phy during common initYaniv Rosner1-0/+1
2010-11-01bnx2x: Do not enable CL37 BAM unless it is explicitly enabledYaniv Rosner2-7/+20
2010-11-01bnx2x: Fix resetting BCM8726 PHY during common initYaniv Rosner1-1/+1
2010-11-01bnx2x: Clear latch indication on link resetYaniv Rosner1-1/+10
2010-11-01bnx2x: Fix port selection in case of E2Yaniv Rosner1-3/+12
2010-11-01bnx2x: Fix waiting for reset complete on BCM848x3 PHYsYaniv Rosner1-3/+5
2010-11-01bnx2x: Restore appropriate delay during BMAC resetYaniv Rosner1-1/+1
2010-10-24bnx2x: make local function static and remove dead codestephen hemminger7-242/+62
2010-10-21bnx2/bnx2x: Unsupported Ethtool operations should return -EINVAL.Jesse Gross1-1/+1
2010-10-21bnx2x: Update bnx2x to use new vlan accleration.Hao Zheng4-84/+27
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross1-2/+1
2010-10-19bnx2x: update version to 1.60.00-3Dmitry Kravkov1-2/+2
2010-10-19bnx2x: prevent false parity error in MSI-X memory of HC blockVladislav Zolotarov2-2/+32
2010-10-19bnx2x: fix possible deadlock in HC hw blockDmitry Kravkov1-8/+29
2010-10-18bnx2x: update version to 1.60.00-2Dmitry Kravkov1-2/+2
2010-10-18bnx2x: remove unnecessary FUNC_FLG_RSS flag and relatedDmitry Kravkov2-49/+34
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