aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-10broadcom: Move the Broadcom driversJeff Kirsher1-8607/+0
2011-07-21bnx2: Fix endian swapping on firmware version stringMichael Chan1-3/+3
2011-07-16bnx2: Close device if tx_timeout reset failsMichael Chan1-3/+10
2011-07-14bnx2: Read iSCSI config from shared memory during ->probe()Michael Chan1-4/+9
2011-07-14bnx2: Add MCP dumpJeffrey Huang1-13/+48
2011-06-27bnx2: remove unnecessary read of PCI_CAP_ID_EXPJon Mason1-3/+2
2011-06-08cnic, bnx2: Check iSCSI support early in bnx2_init_one()Michael Chan1-0/+7
2011-05-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+2
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-4/+3
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny1-6/+6
2011-04-29bnx2: cancel timer on device removalNeil Horman1-0/+2
2011-04-14ethtool: allow custom interval for physical identificationAllan, Bruce W1-1/+1
2011-04-10net: bnx2: convert to hw_featuresMichał Mirosław1-81/+28
2011-04-06bnx2: convert to set_phys_idstephen hemminger1-29/+27
2011-03-28drivers net: Fix declaration ordering in inline functions.Balaji G1-1/+1
2011-03-14bnx2: Update firmware and versionMichael Chan1-4/+4
2011-01-27drivers/net: remove some rcu sparse warningsEric Dumazet1-2/+4
2011-01-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-8/+9
2011-01-26bnx2: Eliminate AER error messages on systems not supporting itMichael Chan1-8/+9
2011-01-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+4
2011-01-24bnx2: Always set ETH_FLAG_TXVLANMichael Chan1-0/+4
2011-01-24net: change netdev->features to u32Michał Mirosław1-1/+1
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/ne...David 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/ne...David 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/ne...David 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
2010-02-28pci: Add helper to find a VPD resource data typeMatt Carlson1-20/+4
2010-02-28pci: Add large and small resource data type codeMatt Carlson1-6/+17
2010-02-28pci: Add PCI LRDT tag size and section sizeMatt Carlson1-3/+5
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part3Jiri Pirko1-3/+1
2010-02-17drivers/net/bnx2.c: Use (pr|netdev|netif)_<level> macro helpersJoe Perches1-84/+61
2010-02-16bnx2: Update firmwares and update version to 2.0.8.Michael Chan1-7/+7
2010-02-16bnx2: Fix bug when saving statistics.Patrick Rabau1-5/+5
2010-02-16bnx2: Allow user-specified multiple advertisement speed values.Michael Chan1-25/+8
2010-02-16bnx2: Adjust flow control water marks.Michael Chan1-1/+1
2010-02-16bnx2: Need to call cnic_setup_cnic_irq_info() after MTU change.Michael Chan1-0/+7
2010-02-16bnx2: Check BNX2_FLAG_USING_MSIX flag when setting up MSIX.Michael Chan1-1/+1
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-1/+1
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/ne...David 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/ne...David 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...David 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/ne...David S. Miller1-6/+6
2009-03-18bnx2: Fix problem of using wrong IRQ handler.Michael Chan1-6/+6
2009-02-14Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-14/+22
2009-02-12bnx2: Update version to 1.9.2 and copyright.Michael Chan1-3/+3
2009-02-12bnx2: Fix jumbo frames error handling.Michael Chan1-11/+19
2009-01-27net: Add skb_record_rx_queue() calls to multiqueue capable drivers.David S. Miller1-0/+2
2009-01-21bnx2: annotate bp->phy_lock functionsHarvey Harrison1-0/+10
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-6/+6
2008-12-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+3
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-9/+6
2008-12-17bnx2: Fix bug in bnx2_free_rx_mem().Michael Chan1-3/+3
2008-12-16bnx2: Update version to 1.9.0.Michael Chan1-3/+3
2008-12-16bnx2: Rename MSI-X vectors.Michael Chan1-1/+3
2008-12-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+32
2008-12-03bnx2: Add workaround to handle missed MSI.Michael Chan1-3/+32
2008-11-28bnx2: use net_device_stats nowadays available in net_deviceIlpo Järvinen1-1/+1
2008-11-21bnx2: convert to net_device_opsStephen Hemminger1-16/+20
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+6
2008-11-12bnx2: fix poll_controller to pass proper structures and check all rx queuesNeil Horman1-3/+6
2008-11-12bnx2: Update version to 1.8.2.Michael Chan1-2/+2
2008-11-12bnx2: Reorganize timeout constants.Michael Chan1-4/+4
2008-11-12bnx2: Set rx buffer water marks based on MTU.Michael Chan1-2/+10
2008-11-12bnx2: Restrict WoL support.Michael Chan1-1/+2
2008-11-12bnx2: Add PCI ID for 5716S.Michael Chan1-0/+4
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-27net: convert print_mac to %pMJohannes Berg1-3/+2
2008-10-09bnx2: Update version to 1.8.1.Michael Chan1-2/+2
2008-10-09bnx2: Handle DMA mapping errors.Benjamin Li1-53/+61
2008-10-09bnx2: Eliminate TSO header modifications.Michael Chan1-15/+1
2008-10-09bnx2: Check netif_running() in all ethtool operations.Michael Chan1-8/+32
2008-10-09bnx2: Add bnx2_shutdown_chip().Michael Chan1-16/+17
2008-09-18bnx2: Remove timer_interval field from the bnx2 structureBenjamin Li1-7/+6
2008-09-18bnx2: Remove name field from bnx2 structureBenjamin Li1-2/+1
2008-09-18bnx2: Update MODULE_DESCRIPTION to include the 5716Benjamin Li1-1/+1
2008-09-18bnx2: In bnx2_set_mac_link() return void rather then intBenjamin Li1-3/+1
2008-08-15bnx2: Fix build with VLAN_8021Q disabled.David S. Miller1-1/+1
2008-08-14bnx2: Update version to 1.8.0.Michael Chan1-2/+2
2008-08-14bnx2: Reinsert VLAN tag when necessary.Michael Chan1-8/+27
2008-08-14bnx2: Use proper CONFIG_VLAN_8021Q to compile the VLAN code.Michael Chan1-1/+3
2008-08-14bnx2: Fix logic to setup VLAN rx tagging.Michael Chan1-2/+2
2008-07-18bnx2: Update version to 1.7.9.Benjamin Li1-2/+2
2008-07-18bnx2: Fix Sparse warningsBenjamin Li1-2/+0
2008-07-18bnx2: Add TX multiqueue support.Benjamin Li1-18/+35
2008-07-14bnx2: Update version to 1.7.8.Michael Chan1-2/+2
2008-07-14bnx2: Support secondary MAC addresses.Benjamin Li1-8/+27
2008-07-14bnx2: Allow flexible VLAN tag settings.Michael Chan1-17/+27
2008-07-14bnx2: Add ack parameter to bnx2_fw_sync().Michael Chan1-7/+11
2008-07-14bnx2: Add PCI ID for 5716.Michael Chan1-1/+5
2008-07-14bnx2: Prevent ethtool -s from crashing when device is down.Michael Chan1-1/+12
2008-06-19bnx2: Update driver version to 1.7.7.Michael Chan1-3/+3
2008-06-19bnx2: Cleanup error handling in bnx2_open().Michael Chan1-23/+14
2008-06-19bnx2: Turn on multi rx rings.Michael Chan1-16/+55
2008-06-19bnx2: Use one handler for all MSI-X vectors.Michael Chan1-59/+40
2008-06-19bnx2: Optimize fast-path tx and rx work.Michael Chan1-41/+66
2008-06-19bnx2: Put rx ring variables in a separate struct.Michael Chan1-155/+235
2008-06-19bnx2: Put tx ring variables in a separate struct.Michael Chan1-113/+181
2008-06-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-8/+1
2008-06-12net: Eliminate flush_scheduled_work() calls while RTNL is held.David S. Miller1-8/+1
2008-05-16bnx2: Update version to 1.7.6.Michael Chan1-2/+2
2008-05-16bnx2: Pre-initialize struct cpu_reg.Benjamin Li1-72/+6
2008-05-16bnx2: Rename RX_COPY_THRESH to BNX2_RX_COPY_THRESH.Benjamin Li1-4/+5
2008-05-16bnx2: Remove the rx_offset field from the bnx2 structure.Benjamin Li1-10/+9
2008-05-16bnx2: Add EEH PCI recovery.Wendy Xiong1-0/+88
2008-05-16bnx2: Allow phy reset to be skipped during chip reset.Michael Chan1-23/+27
2008-05-02bnx2: Update version to 1.7.5.Michael Chan1-2/+2
2008-05-02bnx2: Update RV2P firmware for 5709.Michael Chan1-0/+6
2008-05-02bnx2: Zero out context memory for 5709.Michael Chan1-0/+5
2008-05-02bnx2: Fix register test on 5709.Michael Chan1-1/+1