aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-21bnx2: Fix endian swapping on firmware version stringMichael Chan1-3/+3
2011-07-16bnx2: Close device if tx_timeout reset failsMichael Chan1-3/+10
2011-07-14bnx2: Read iSCSI config from shared memory during ->probe()Michael Chan1-4/+9
2011-07-14bnx2: Add MCP dumpJeffrey Huang1-13/+48
2011-06-27bnx2: remove unnecessary read of PCI_CAP_ID_EXPJon Mason1-3/+2
2011-06-08cnic, bnx2: Check iSCSI support early in bnx2_init_one()Michael Chan1-0/+7
2011-05-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+2
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-4/+3
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny1-6/+6
2011-04-29bnx2: cancel timer on device removalNeil Horman1-0/+2
2011-04-14ethtool: allow custom interval for physical identificationAllan, Bruce W1-1/+1
2011-04-10net: bnx2: convert to hw_featuresMichał Mirosław1-81/+28
2011-04-06bnx2: convert to set_phys_idstephen hemminger1-29/+27
2011-03-28drivers net: Fix declaration ordering in inline functions.Balaji G1-1/+1
2011-03-14bnx2: Update firmware and versionMichael Chan1-4/+4
2011-01-27drivers/net: remove some rcu sparse warningsEric Dumazet1-2/+4
2011-01-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-8/+9
2011-01-26bnx2: Eliminate AER error messages on systems not supporting itMichael Chan1-8/+9
2011-01-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+4
2011-01-24bnx2: Always set ETH_FLAG_TXVLANMichael Chan1-0/+4
2011-01-24net: change netdev->features to u32Michał Mirosław1-1/+1
2010-12-31bnx2: Update firmware and versionMichael Chan1-4/+4
2010-12-31bnx2: Free IRQ before freeing status block memoryMichael Chan1-1/+12
2010-12-21Merge branch '20101221_static_const' of git://repo.or.cz/linux-2.6/trivial-modsDavid S. Miller1-22/+24
2010-12-21bnx2: remove cancel_work_sync() from remove_oneTejun Heo1-2/+0
2010-12-21drivers/net/*.c: Use static constJoe Perches1-22/+24
2010-12-12drivers/net: don't use flush_scheduled_work()Tejun Heo1-2/+2
2010-11-28bnx2: Remove config access to non-standard registersMichael Chan1-8/+8
2010-11-28bnx2: Fix reset bug on 5709Eddie Wai1-7/+22
2010-11-27drivers/net: use vzalloc()Eric Dumazet1-7/+2
2010-10-21bnx2/bnx2x: Unsupported Ethtool operations should return -EINVAL.Jesse Gross1-1/+1
2010-10-21bnx2: Update bnx2 to use new vlan accleration.Jesse Gross1-69/+28
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross1-1/+1
2010-10-11bnx2: Enable AER on PCIE devices onlyMichael Chan1-14/+22
2010-10-11bnx2: Update firmware to 6.0.x.Michael Chan1-40/+25
2010-09-27bnx2: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings1-3/+6
2010-09-26drivers/net: return operator cleanupEric Dumazet1-10/+10
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+1
2010-08-22bnx2: Add PCI Advanced Error Reporting support.John Feeney1-10/+34
2010-07-19bnx2: Update version to 2.0.17.Michael Chan1-2/+2
2010-07-19bnx2: Remove some unnecessary smp_mb() in tx fast path.Michael Chan1-1/+9
2010-07-19bnx2: Call pci_enable_msix() with actual number of vectors.Michael Chan1-4/+20
2010-07-19bnx2: Use proper counter for net_device_stats->multicast.Michael Chan1-1/+1
2010-07-18bnx2: use device model DMA APIStanislaw Gruszka1-53/+58
2010-07-18bnx2: allocate with GFP_KERNEL flag on RX path initStanislaw Gruszka1-8/+9
2010-07-08bnx2: 64 bit stats on all archesEric Dumazet1-18/+7
2010-07-04bnx2: Update version to 2.0.16.Michael Chan1-2/+2
2010-07-04bnx2: Dump some config space registers during TX timeout.Michael Chan1-3/+8
2010-07-04bnx2: Add support for skb->rxhash.Michael Chan1-1/+14
2010-07-04bnx2: Always enable MSI-X on 5709.Michael Chan1-1/+1