summaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2.c
Commit message (Expand)AuthorAgeFilesLines
* bnx2: Fix endian swapping on firmware version stringMichael Chan2011-07-211-3/+3
* bnx2: Close device if tx_timeout reset failsMichael Chan2011-07-161-3/+10
* bnx2: Read iSCSI config from shared memory during ->probe()Michael Chan2011-07-141-4/+9
* bnx2: Add MCP dumpJeffrey Huang2011-07-141-13/+48
* bnx2: remove unnecessary read of PCI_CAP_ID_EXPJon Mason2011-06-281-3/+2Star
* cnic, bnx2: Check iSCSI support early in bnx2_init_one()Michael Chan2011-06-091-0/+7
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-051-0/+2
|\
| * bnx2: cancel timer on device removalNeil Horman2011-04-291-0/+2
* | ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny2011-04-291-4/+3Star
* | ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny2011-04-291-6/+6
* | ethtool: allow custom interval for physical identificationAllan, Bruce W2011-04-151-1/+1
* | net: bnx2: convert to hw_featuresMichał Mirosław2011-04-111-81/+28Star
* | bnx2: convert to set_phys_idstephen hemminger2011-04-061-29/+27Star
|/
* drivers net: Fix declaration ordering in inline functions.Balaji G2011-03-291-1/+1
* bnx2: Update firmware and versionMichael Chan2011-03-141-4/+4
* drivers/net: remove some rcu sparse warningsEric Dumazet2011-01-281-2/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-271-8/+9
|\
| * bnx2: Eliminate AER error messages on systems not supporting itMichael Chan2011-01-261-8/+9
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-261-0/+4
|\|
| * bnx2: Always set ETH_FLAG_TXVLANMichael Chan2011-01-251-0/+4
* | net: change netdev->features to u32Michał Mirosław2011-01-251-1/+1
|/
* bnx2: Update firmware and versionMichael Chan2010-12-311-4/+4
* bnx2: Free IRQ before freeing status block memoryMichael Chan2010-12-311-1/+12
* Merge branch '20101221_static_const' of git://repo.or.cz/linux-2.6/trivial-modsDavid S. Miller2010-12-211-22/+24
|\
| * drivers/net/*.c: Use static constJoe Perches2010-12-211-22/+24
* | bnx2: remove cancel_work_sync() from remove_oneTejun Heo2010-12-211-2/+0Star
|/
* drivers/net: don't use flush_scheduled_work()Tejun Heo2010-12-121-2/+2
* bnx2: Remove config access to non-standard registersMichael Chan2010-11-281-8/+8
* bnx2: Fix reset bug on 5709Eddie Wai2010-11-281-7/+22
* drivers/net: use vzalloc()Eric Dumazet2010-11-281-7/+2Star
* bnx2/bnx2x: Unsupported Ethtool operations should return -EINVAL.Jesse Gross2010-10-221-1/+1
* bnx2: Update bnx2 to use new vlan accleration.Jesse Gross2010-10-211-69/+28Star
* vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross2010-10-211-1/+1
* bnx2: Enable AER on PCIE devices onlyMichael Chan2010-10-121-14/+22
* bnx2: Update firmware to 6.0.x.Michael Chan2010-10-121-40/+25Star
* bnx2: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings2010-09-281-3/+6
* drivers/net: return operator cleanupEric Dumazet2010-09-271-10/+10
* drivers/net: avoid some skb->ip_summed initializationsEric Dumazet2010-09-031-1/+1
* bnx2: Add PCI Advanced Error Reporting support.John Feeney2010-08-231-10/+34
* bnx2: Update version to 2.0.17.Michael Chan2010-07-201-2/+2
* bnx2: Remove some unnecessary smp_mb() in tx fast path.Michael Chan2010-07-201-1/+9
* bnx2: Call pci_enable_msix() with actual number of vectors.Michael Chan2010-07-201-4/+20
* bnx2: Use proper counter for net_device_stats->multicast.Michael Chan2010-07-201-1/+1
* bnx2: use device model DMA APIStanislaw Gruszka2010-07-181-53/+58
* bnx2: allocate with GFP_KERNEL flag on RX path initStanislaw Gruszka2010-07-181-8/+9
* bnx2: 64 bit stats on all archesEric Dumazet2010-07-091-18/+7Star
* bnx2: Update version to 2.0.16.Michael Chan2010-07-041-2/+2
* bnx2: Dump some config space registers during TX timeout.Michael Chan2010-07-041-3/+8
* bnx2: Add support for skb->rxhash.Michael Chan2010-07-041-1/+14
* bnx2: Always enable MSI-X on 5709.Michael Chan2010-07-041-1/+1