bnx2: Refine VPD logic.
[safe/jmp/linux-2.6] / drivers / net / tg3.c
2009-12-03 Matt Carlsontg3: Update version to 3.105
2009-12-03 Matt Carlsontg3: Clean tg3_init_one()
2009-12-03 Matt Carlsontg3: Use pci_read_vpd() instead of private method
2009-12-03 Matt Carlsontg3: Add some VPD preprocessor constants
2009-12-03 Matt Carlsontg3: Add 57765 asic rev
2009-12-03 Matt Carlsontg3: Make TSS enable independent of MSI-X enable
2009-12-03 Joe Perchesdrivers/net: Move && and || to end of previous line
2009-12-03 Alexander Duycktg3: remove use of skb_dma_map/unmap
2009-11-16 Matt Carlsontg3: Update version to 3.104
2009-11-16 Matt Carlsontg3: Fix DIDs, Enable 5717 support
2009-11-16 Matt Carlsontg3: Add rx prod ring consolidation
2009-11-16 Matt Carlsontg3: Create aliases for rx producer mailbox regs
2009-11-16 Matt Carlsontg3: Lay proucer ring handling groundwork
2009-11-16 Matt Carlsontg3: Consider rx_std_prod_idx a hw mailbox
2009-11-16 Matt Carlsontg3: rename rx_[std|jmb]_ptr
2009-11-16 Matt Carlsontg3: tg3_alloc_rx_skb(tnapi => tp)
2009-11-16 Matt Carlsontg3: Add prodring parameter to tg3_alloc_rx_skb()
2009-11-16 Matt Carlsontg3: Make tg3_alloc_rx_skb() a dst-only operation
2009-11-16 Matt Carlsontg3: Move napi_add calls below tg3_get_invariants
2009-11-16 Matt Carlsontg3: Create tg3_poll_msix() for non-zero MSIX vecs
2009-11-16 Matt Carlsontg3: Allow DMAs to cross cacheline boundaries
2009-11-16 Matt Carlsontg3: Use tg3_start_xmit_dma_bug for 5717 A0
2009-11-16 Matt Carlsontg3: Add new HW_TSO_3 flag for 5717
2009-11-16 Matt Carlsontg3: Refine TSO and MSI discovery
2009-11-16 Matt Carlsontg3: Move TG3_FLG2_PROTECTED_NVRAM to tg3_flags3
2009-11-16 Matt Carlsontg3: Napify tg3_start_xmit_dma_bug()
2009-11-16 Matt Carlsontg3: Don't touch RCB nic addresses
2009-11-16 Matt Carlsontg3: Add 5717 phy ID
2009-11-03 Matt Carlsontg3: Update version to 3.103
2009-11-03 Matt Carlsontg3 / broadcom: Optionally disable TXC if no link
2009-11-03 Matt Carlsontg3 / broadcom: Add APD support for GPHYs
2009-11-03 Matt Carlsontg3 / broadcom: Add code to disable rxc refclk
2009-11-03 Matt Carlsontg3 / broadcom: Refine AC131 APD support
2009-11-03 Matt Carlsontg3 / broadcom: Add PHY_BRCM_CLEAR_RGMII_MODE flag
2009-11-03 Matt Carlsontg3: Add 50610M phy ID for 5785
2009-11-03 Matt Carlsontg3: Extend loopback test timeout
2009-11-03 Matt Carlsontg3: 5785: Set port mode to MII when link down
2009-11-03 Matt Carlsontg3: Add AC131 power down support
2009-11-03 Matt Carlsontg3: Improve 5785 PCIe performance
2009-11-03 Matt Carlsontg3: Add more PCI DMA map error checking
2009-11-03 Matt Carlsontg3: Prevent a PCIe tx glitch
2009-11-03 Matt Carlsontg3: Convert PHY_ADDR => TG3_PHY_MII_ADDR
2009-11-03 Matt Carlsontg3: Fix disappearing 57780 devices
2009-11-03 Matt Carlsontg3: Fix 5906 transmit hangs
2009-11-03 Matt Carlsontg3: Assign flags to fixes in start_xmit_dma_bug
2009-10-07 Matt Carlsontg3: Fix phylib locking strategy
2009-09-11 Matt Carlsontg3: Fix return ring size breakage
2009-09-04 Ben Hutchingsnetdev: Remove redundant checks for CAP_NET_ADMIN in...
2009-09-02 Matt Carlsontg3: Update version to 3.102
2009-09-02 Matt Carlsontg3: Add MDIO bus address assignments
2009-09-02 Matt Carlsontg3: Add 5717 NVRAM detection routines
2009-09-02 Matt Carlsontg3: Add 5717 asic rev
2009-09-02 Matt Carlsontg3: Assign rx ret producer indexes by vector
2009-09-02 Matt Carlsontg3: Adjust RSS ring allocation strategies
2009-09-02 Matt Carlsontg3: Add RSS support
2009-09-02 Matt Carlsontg3: Add coalesce parameters for msix vectors
2009-09-02 Matt Carlsontg3: Enable NAPI instances for other int vectors
2009-09-02 Matt Carlsontg3: Add TSS support
2009-09-02 Matt Carlsontg3: Update intmbox and coal_now for msix
2009-09-02 Matt Carlsontg3: Add tx and rx ring resource tracking
2009-09-02 Matt Carlsontg3: Add mailbox assignments
2009-09-02 Matt Carlsontg3: Add MSI-X support
2009-09-02 Matt Carlsontg3: Add support code around kernel interrupt API
2009-09-02 Matt Carlsontg3: Create tg3_rings_reset()
2009-09-02 Matt Carlsontg3: Add per-int coalesce now member
2009-09-02 Matt Carlsontg3: inline tg3_cond_int()
2009-09-01 Stephen Hemmingernetdev: convert bulk of drivers to netdev_tx_t
2009-08-29 Matt Carlsontg3: Update version to 3.101
2009-08-29 Matt Carlsontg3: Move per-int tx members to a per-int struct
2009-08-29 Matt Carlsontg3: Move per-int rx members to per-int struct
2009-08-29 Matt Carlsontg3: Move general int members to a per-int struct
2009-08-29 Matt Carlsontg3: Convert napi handlers to use tnapi
2009-08-29 Matt Carlsontg3: Convert ISR parameter to tnapi
2009-08-29 Matt Carlsontg3: Move napi to per-int struct
2009-08-29 Matt Carlsontg3: Cleanup interrupt setup / teardown
2009-08-29 Matt Carlsontg3: Use ext rx bds
2009-08-29 Matt Carlsontg3: Create a new prodring_set structure
2009-08-29 Matt Carlsontg3: Create rx producer ring setup routines
2009-08-29 Matt Carlsontg3: Clarify rx buffer relationships
2009-08-29 Matt Carlsontg3: Move the JUMBO_CAPABLE and SUPPORT_MSI flags
2009-08-29 Matt Carlsontg3: Break out mini producer ring handling
2009-08-29 Matt Carlsontg3: Reformat NVRAM case statements
2009-08-29 Matt Carlsontg3: Add new 5785 10/100 only device ID
2009-08-29 Matt Carlsontg3: Delay mdio bus init until fw finishes
2009-08-26 Matt Carlsontg3: Update version to 3.100
2009-08-26 Matt Carlsontg3: Convert code to use PHY_IS_FET
2009-08-26 Matt Carlsontg3: Create MII_TG3_FET namespace
2009-08-26 Matt Carlsontg3: Tune 5785 clock switching
2009-08-26 Matt Carlsontg3: Add 57788, remove 57720
2009-08-26 Matt Carlsontg3: Preserve PCIe MPS setting for new devs
2009-08-26 Matt Carlsontg3: Fix TSO test against wrong flags var
2009-08-26 Matt Carlsontg3: Prevent tx BD corruption
2009-08-26 Matt Carlsontg3: Fix 57780 asic rev PCIe link receiver errors
2009-06-08 Eric Dumazetnet: skb_shared_info optimization
2009-05-29 Eric Dumazetnet: dont update dev->trans_start
2009-04-21 Matt Carlsontg3: Update version to 3.99
2009-04-21 Matt Carlsontg3: Restore LAA sooner in shutdown sequence
2009-04-21 Matt Carlsontg3: Limit CLKREQ fix to A[01] of 57780 asic rev
2009-04-21 Matt Carlsontg3: Allow 5761 WOL and LED fixes to 5761S too
2009-04-21 Matt Carlsontg3: Prevent send BD corruption
next