summaryrefslogtreecommitdiff
path: root/drivers/net/bnx2.c
AgeCommit message (Expand)Author
2009-12-20bnx2: Fix bnx2_netif_stop() merge error.Michael Chan
2009-12-18bnx2: fixing a timout error due not refreshing TX timers correctlyBreno Leitao
2009-12-18bnx2: reset_task is crashing the kernel. Fixing it.Breno Leitao
2009-12-03bnx2: Refine VPD logic.Michael Chan
2009-12-03bnx2: Update version to 2.0.3.Michael Chan
2009-12-03bnx2: Read firmware version from VPD.Michael Chan
2009-12-03bnx2: Print warning when unable to allocate the full SKB/page ring.Michael Chan
2009-12-03bnx2: Dump some state during tx timeout.Michael Chan
2009-12-03bnx2: Protect tx timeout reset with rtnl_lock().Michael Chan
2009-12-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-12-02bnx2: remove skb_dma_map/unmap calls from driverAlexander Duyck
2009-12-02bnx2: EEH is failing with timeoutBreno Leitao
2009-11-04bnx2: avoid compiler warningsEric Dumazet
2009-09-03netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger
2009-08-29bnx2: Update firmware to 5.0.0.j3.Michael Chan
2009-08-22bnx2: Update version to 2.0.2.Michael Chan
2009-08-22bnx2: Use const on flash_table structure.Michael Chan
2009-08-22bnx2: Refine coalescing parameters.Michael Chan
2009-08-22bnx2: Report FTQ discard counter.Michael Chan
2009-08-22bnx2: Apply BROKEN_STATS workaround to 5706 and 5708.Michael Chan
2009-08-22bnx2: Close device if MTU change or ring size change fails.Michael Chan
2009-08-22bnx2: Check if_running() before touching chip registers.Michael Chan
2009-08-22bnx2: Zero out status block before chip reset.Michael Chan
2009-08-15bnx2: Use mutex on slow path cnic calls.Michael Chan
2009-08-01bnx2: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson
2009-07-26bnx2: Update vlan_featuresEric Dumazet
2009-06-24bnx2: Fix the behavior of ethtool when ONBOOT=noOoiwa Naohiro
2009-06-18net: group address list and its countJiri Pirko
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2009-06-09[SCSI] bnx2: Add support for CNIC driver.Michael Chan
2009-06-09bnx2: no need to check before vfreeingBreno Leitao
2009-06-08net: skb_shared_info optimizationEric Dumazet
2009-05-29net: convert unicast addr listJiri Pirko
2009-05-29net: dont update dev->trans_startEric Dumazet
2009-05-17bnx2: bnx2_tx_int() optimizationsEric Dumazet
2009-05-06bnx2: Fix panic in bnx2_poll_work().Michael Chan
2009-04-08bnx2: Don't use reserved namesBastian Blank
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang
2009-04-04bnx2: Use request_firmware()Michael Chan
2009-03-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-03-18bnx2: Fix problem of using wrong IRQ handler.Michael Chan
2009-02-14Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2009-02-12bnx2: Update version to 1.9.2 and copyright.Michael Chan
2009-02-12bnx2: Fix jumbo frames error handling.Michael Chan
2009-01-27net: Add skb_record_rx_queue() calls to multiqueue capable drivers.David S. Miller
2009-01-21bnx2: annotate bp->phy_lock functionsHarvey Harrison