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