summaryrefslogtreecommitdiff
path: root/drivers/net/tg3.c
AgeCommit message (Expand)Author
2010-02-12tg3: Turn off multiple DMA reads for 5717Matt Carlson
2010-02-12tg3: Fix 57765 A0 bootcode race conditionMatt Carlson
2010-02-12tg3: Unwedge stuck MSI-X vectorsMatt Carlson
2010-02-12tg3: Prevent rx producer ring overrunsMatt Carlson
2010-02-12tg3: Give MSI-X vec 1 rx backlog spaceMatt Carlson
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-01-20tg3: Add 57765 phy ID and enable devices.Matt Carlson
2010-01-20tg3: Bypass power source switching for 57765Matt Carlson
2010-01-20tg3: Turn off the debug UART for 57765Matt Carlson
2010-01-20tg3: Fix tx mailbox initializationMatt Carlson
2010-01-20tg3: Supply a nicaddr for 57765 jumbo RCBMatt Carlson
2010-01-20tg3: Fix 5717 and 57765 memory selftestsMatt Carlson
2010-01-20tg3: Abort phy init for 5717 serdes devicesMatt Carlson
2010-01-20tg3: Add 5717 serdes phy IDMatt Carlson
2010-01-20tg3: Improve internal resource allocationsMatt Carlson
2010-01-20tg3: Enable PLL PD when CLKREQ disabled for 5717A0Matt Carlson
2010-01-13tg3: Update copyright and driver versionMatt Carlson
2010-01-13tg3: Disable 5717 serdes and B0 supportMatt Carlson
2010-01-13tg3: Add reliable serdes detection for 5717 A0Matt Carlson
2010-01-13tg3: Fix std rx prod ring handlingMatt Carlson
2010-01-13tg3: Fix std prod ring nicaddr for 5787 and 57765Matt Carlson
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan
2009-12-03tg3: Update version to 3.105Matt Carlson
2009-12-03tg3: Clean tg3_init_one()Matt Carlson
2009-12-03tg3: Use pci_read_vpd() instead of private methodMatt Carlson
2009-12-03tg3: Add some VPD preprocessor constantsMatt Carlson
2009-12-03tg3: Add 57765 asic revMatt Carlson
2009-12-03tg3: Make TSS enable independent of MSI-X enableMatt Carlson
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches
2009-12-02tg3: remove use of skb_dma_map/unmapAlexander Duyck
2009-11-15tg3: Update version to 3.104Matt Carlson
2009-11-15tg3: Fix DIDs, Enable 5717 supportMatt Carlson
2009-11-15tg3: Add rx prod ring consolidationMatt Carlson
2009-11-15tg3: Create aliases for rx producer mailbox regsMatt Carlson
2009-11-15tg3: Lay proucer ring handling groundworkMatt Carlson
2009-11-15tg3: Consider rx_std_prod_idx a hw mailboxMatt Carlson
2009-11-15tg3: rename rx_[std|jmb]_ptrMatt Carlson
2009-11-15tg3: tg3_alloc_rx_skb(tnapi => tp)Matt Carlson
2009-11-15tg3: Add prodring parameter to tg3_alloc_rx_skb()Matt Carlson
2009-11-15tg3: Make tg3_alloc_rx_skb() a dst-only operationMatt Carlson
2009-11-15tg3: Move napi_add calls below tg3_get_invariantsMatt Carlson
2009-11-15tg3: Create tg3_poll_msix() for non-zero MSIX vecsMatt Carlson
2009-11-15tg3: Allow DMAs to cross cacheline boundariesMatt Carlson
2009-11-15tg3: Use tg3_start_xmit_dma_bug for 5717 A0Matt Carlson
2009-11-15tg3: Add new HW_TSO_3 flag for 5717Matt Carlson
2009-11-15tg3: Refine TSO and MSI discoveryMatt Carlson
2009-11-15tg3: Move TG3_FLG2_PROTECTED_NVRAM to tg3_flags3Matt Carlson
2009-11-15tg3: Napify tg3_start_xmit_dma_bug()Matt Carlson
2009-11-15tg3: Don't touch RCB nic addressesMatt Carlson