aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/bnx2x
AgeCommit message (Expand)Author
2010-10-06bnx2x: properly initialize FW statsDmitry Kravkov
2010-10-06bnx2x: code beautifyDmitry Kravkov
2010-10-06bnx2x, cnic: Fix SPQ return creditDmitry Kravkov
2010-10-06bnx2x: move msix table initialization to probe()Dmitry Kravkov
2010-10-06bnx2x: use L1_CACHE_BYTES instead of magic numberDmitry Kravkov
2010-10-06bnx2x: use proper constants for dma_unmap* callsDmitry Kravkov
2010-10-06bnx2x: remove unused fields in main driver structureDmitry Kravkov
2010-10-06bnx2x: remove unused parameter in reuse_rx_skb()Dmitry Kravkov
2010-10-06bnx2x: Add 57712 supportDmitry Kravkov
2010-10-06bnx2x: change type of spq_left to atomicDmitry Kravkov
2010-10-06bnx2x: rename MF related fieldsDmitry Kravkov
2010-10-06bnx2x, cnic, bnx2i: use new FW/HSIDmitry Kravkov
2010-10-06bnx2x: create folder for bnx2x firmware filesDmitry Kravkov
2010-09-29bnx2x: Moved enabling of MSI to the bnx2x_set_num_queues()Dmitry Kravkov
2010-09-27bnx2x: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings
2010-09-26drivers/net: return operator cleanupEric Dumazet
2010-09-13bnx2x: Spread rx buffers between allocated queuesDmitry Kravkov
2010-09-09drivers/net/bnx2x: use ARRAY_SIZE macro in bnx2x_main.cNikitas Angelinas
2010-09-07bnx2x: Update bnx2x version to 1.52.53-6Yaniv Rosner
2010-09-07bnx2x: Change LED scheme for dual-mediaYaniv Rosner
2010-09-07bnx2x: Add dual-media changesYaniv Rosner
2010-09-07bnx2x: Organize PHY functionsYaniv Rosner
2010-09-07bnx2x: Apply logic changes for the new schemeYaniv Rosner
2010-09-07bnx2x: Move common function into aggregated functionYaniv Rosner
2010-09-07bnx2x: Adjust flow-control with the new schemeYaniv Rosner
2010-09-07bnx2x: Adjust alignment of split PHY functionsYaniv Rosner
2010-09-07bnx2x: Split PHY functionsYaniv Rosner
2010-09-07bnx2x: Unify PHY attributesYaniv Rosner
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet
2010-09-01bnx2x: Update version to 1.52.53-5Yaniv Rosner
2010-09-01bnx2x: Add BCM84823 to the supported PHYsYaniv Rosner
2010-09-01bnx2x: Change BCM848xx LED configurationYaniv Rosner
2010-09-01bnx2x: Remove unneeded setting of XAUI low power to BCM8727Yaniv Rosner
2010-09-01bnx2x: Change BCM848xx configuration according to IEEEYaniv Rosner
2010-09-01bnx2x: Reset link before any new link settingsYaniv Rosner
2010-09-01bnx2x: Fix potential link issue In BCM8727 based boardsYaniv Rosner
2010-09-01bnx2x: Fix potential link issue of BCM8073/BCM8727Yaniv Rosner
2010-08-26bnx2x: fix wrong return from bnx2x_trylock_hw_lockEric Dumazet
2010-08-25bnx2x: small fix in stats handlingEric Dumazet
2010-08-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-08-18bnx2x: Update bnx2x version to 1.52.53-4Yaniv Rosner
2010-08-18bnx2x: Fix PHY locking problemYaniv Rosner
2010-08-16drivers/net/bnx2x: Adjust confusing if indentationJulia Lawall
2010-08-16bnx2x: Load firmware in open() instead of probe()Dmitry Kravkov
2010-07-28net: bnx2x_cmn.c needs net/ip6_checksum.h for csum_ipv6_magicStephen Rothwell
2010-07-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-07-27bnx2x: update driver version to 1.52.53-3Dmitry Kravkov
2010-07-27bnx2x: Move statistics handling code to bnx2x_stats.*Dmitry Kravkov
2010-07-27bnx2x: Create separate file for ethtool routinesDmitry Kravkov
2010-07-27bnx2x: Create bnx2x_cmn.* filesDmitry Kravkov