aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-06-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-7/+4
2010-06-17bnx2: fix dma_get_ops compilation breakageFUJITA Tomonori1-7/+4
2010-06-11bnx2: Fix compiler warning in bnx2_disable_forced_2g5().Michael Chan1-15/+28
2010-06-02bnx2: Fix hang during rmmod bnx2.Michael Chan1-1/+13
2010-05-17bnx2: Use netif_carrier_off() to prevent timeout.Michael Chan1-9/+5
2010-05-17bnx2: Update 5709 MIPS firmware and version to 2.0.15.Michael Chan1-3/+3
2010-05-17bnx2: Fix register printouts during NETEV_WATCHDOG.Eddie Wai1-3/+12
2010-05-06bnx2: Add prefetches to rx path.Michael Chan1-3/+13
2010-05-06bnx2: Add GRO support.Michael Chan1-3/+3
2010-05-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-21/+27
2010-04-27bnx2: Update version to 2.0.9.Michael Chan1-2/+2
2010-04-27bnx2: Prevent "scheduling while atomic" warning with cnic, bonding and vlan.Michael Chan1-18/+20
2010-04-27bnx2: Fix lost MSI-X problem on 5709 NICs.Michael Chan1-1/+5
2010-04-07bnx2: use the dma state API instead of the pci equivalentsFUJITA Tomonori1-20/+20
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+9
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+2
2010-03-23bnx2: Use proper handler during netpoll.Michael Chan1-3/+5
2010-03-23bnx2: Fix netpoll crash.Benjamin Li1-2/+4
2010-02-28bnx2: Remove now useless VPD codeMatt Carlson1-45/+29
2010-02-28pci: Add helper to search for VPD keywordsMatt Carlson1-24/+30
2010-02-28pci: Add VPD information field helper functionsMatt Carlson1-5/+6