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