aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-28netdev: remove HAVE_ leftoversAlexey Dobriyan1-2/+2
2010-01-25net: use helpers to access uc list V2Jiri Pirko1-3/+2
2010-01-17bnx2: Save statistics during reset.Michael Chan1-8/+56
2010-01-17bnx2: Refine statistics code.Michael Chan1-30/+32
2010-01-08bnx2: Flush the register writes which setup the MSI-X tableBenjamin Li1-0/+4
2009-12-20bnx2: Fix bnx2_netif_stop() merge error.Michael Chan1-1/+1
2009-12-18bnx2: fixing a timout error due not refreshing TX timers correctlyBreno Leitao1-1/+9
2009-12-18bnx2: reset_task is crashing the kernel. Fixing it.Breno Leitao1-1/+1
2009-12-03bnx2: Refine VPD logic.Michael Chan1-28/+21
2009-12-03bnx2: Update version to 2.0.3.Michael Chan1-2/+2
2009-12-03bnx2: Read firmware version from VPD.Michael Chan1-3/+99
2009-12-03bnx2: Print warning when unable to allocate the full SKB/page ring.Michael Chan1-2/+10
2009-12-03bnx2: Dump some state during tx timeout.Michael Chan1-0/+23
2009-12-03bnx2: Protect tx timeout reset with rtnl_lock().Michael Chan1-1/+5
2009-12-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-12-02bnx2: remove skb_dma_map/unmap calls from driverAlexander Duyck1-12/+60
2009-12-02bnx2: EEH is failing with timeoutBreno Leitao1-0/+1
2009-11-04bnx2: avoid compiler warningsEric Dumazet1-0/+4
2009-09-03netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings1-3/+0
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-6/+11
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-1/+1
2009-08-29bnx2: Update firmware to 5.0.0.j3.Michael Chan1-5/+11
2009-08-22bnx2: Update version to 2.0.2.Michael Chan1-2/+2
2009-08-22bnx2: Use const on flash_table structure.Michael Chan1-3/+3
2009-08-22bnx2: Refine coalescing parameters.Michael Chan1-5/+5
2009-08-22bnx2: Report FTQ discard counter.Michael Chan1-8/+12
2009-08-22bnx2: Apply BROKEN_STATS workaround to 5706 and 5708.Michael Chan1-3/+4
2009-08-22bnx2: Close device if MTU change or ring size change fails.Michael Chan1-2/+7
2009-08-22bnx2: Check if_running() before touching chip registers.Michael Chan1-1/+9
2009-08-22bnx2: Zero out status block before chip reset.Michael Chan1-0/+1
2009-08-15bnx2: Use mutex on slow path cnic calls.Michael Chan1-6/+11
2009-08-01bnx2: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson1-0/+5
2009-07-26bnx2: Update vlan_featuresEric Dumazet1-4/+15
2009-06-24bnx2: Fix the behavior of ethtool when ONBOOT=noOoiwa Naohiro1-1/+9
2009-06-18net: group address list and its countJiri Pirko1-2/+2
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-3/+190
2009-06-09[SCSI] bnx2: Add support for CNIC driver.Michael Chan1-3/+190
2009-06-09bnx2: no need to check before vfreeingBreno Leitao1-4/+2
2009-06-08net: skb_shared_info optimizationEric Dumazet1-3/+3
2009-05-29net: convert unicast addr listJiri Pirko1-7/+6
2009-05-29net: dont update dev->trans_startEric Dumazet1-1/+0
2009-05-17bnx2: bnx2_tx_int() optimizationsEric Dumazet1-7/+11
2009-05-06bnx2: Fix panic in bnx2_poll_work().Michael Chan1-2/+4
2009-04-08bnx2: Don't use reserved namesBastian Blank1-13/+13
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-04-07dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40)Yang Hongyang1-1/+1
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-1/+1
2009-04-04bnx2: Use request_firmware()Michael Chan1-141/+210
2009-03-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-6/+6
2009-03-18bnx2: Fix problem of using wrong IRQ handler.Michael Chan1-6/+6