summaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-231-8/+19
|\
| * tg3: Update copyright and driver versionMatt Carlson2010-01-141-3/+3
| * tg3: Disable 5717 serdes and B0 supportMatt Carlson2010-01-141-0/+5
| * tg3: Add reliable serdes detection for 5717 A0Matt Carlson2010-01-141-2/+7
| * tg3: Fix std rx prod ring handlingMatt Carlson2010-01-141-2/+3
| * tg3: Fix std prod ring nicaddr for 5787 and 57765Matt Carlson2010-01-141-1/+1
* | tg3: Add 57765 phy ID and enable devices.Matt Carlson2010-01-211-0/+7
* | tg3: Bypass power source switching for 57765Matt Carlson2010-01-211-1/+3
* | tg3: Turn off the debug UART for 57765Matt Carlson2010-01-211-1/+2
* | tg3: Fix tx mailbox initializationMatt Carlson2010-01-211-1/+4
* | tg3: Supply a nicaddr for 57765 jumbo RCBMatt Carlson2010-01-211-1/+1
* | tg3: Fix 5717 and 57765 memory selftestsMatt Carlson2010-01-211-1/+16
* | tg3: Abort phy init for 5717 serdes devicesMatt Carlson2010-01-211-1/+7
* | tg3: Add 5717 serdes phy IDMatt Carlson2010-01-211-1/+2
* | tg3: Improve internal resource allocationsMatt Carlson2010-01-211-4/+21
* | tg3: Enable PLL PD when CLKREQ disabled for 5717A0Matt Carlson2010-01-211-0/+16
* | drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-081-1/+1
|/
* tg3: Update version to 3.105Matt Carlson2009-12-031-2/+2
* tg3: Clean tg3_init_one()Matt Carlson2009-12-031-6/+2
* tg3: Use pci_read_vpd() instead of private methodMatt Carlson2009-12-031-23/+12
* tg3: Add some VPD preprocessor constantsMatt Carlson2009-12-031-7/+8
* tg3: Add 57765 asic revMatt Carlson2009-12-031-19/+53
* tg3: Make TSS enable independent of MSI-X enableMatt Carlson2009-12-031-35/+56
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-7/+6
* tg3: remove use of skb_dma_map/unmapAlexander Duyck2009-12-031-42/+131
* tg3: Update version to 3.104Matt Carlson2009-11-161-2/+2
* tg3: Fix DIDs, Enable 5717 supportMatt Carlson2009-11-161-4/+6
* tg3: Add rx prod ring consolidationMatt Carlson2009-11-161-10/+161
* tg3: Create aliases for rx producer mailbox regsMatt Carlson2009-11-161-12/+6
* tg3: Lay proucer ring handling groundworkMatt Carlson2009-11-161-36/+49
* tg3: Consider rx_std_prod_idx a hw mailboxMatt Carlson2009-11-161-6/+9
* tg3: rename rx_[std|jmb]_ptrMatt Carlson2009-11-161-8/+8
* tg3: tg3_alloc_rx_skb(tnapi => tp)Matt Carlson2009-11-161-7/+4
* tg3: Add prodring parameter to tg3_alloc_rx_skb()Matt Carlson2009-11-161-20/+21
* tg3: Make tg3_alloc_rx_skb() a dst-only operationMatt Carlson2009-11-161-13/+9
* tg3: Move napi_add calls below tg3_get_invariantsMatt Carlson2009-11-161-47/+47
* tg3: Create tg3_poll_msix() for non-zero MSIX vecsMatt Carlson2009-11-161-8/+60
* tg3: Allow DMAs to cross cacheline boundariesMatt Carlson2009-11-161-5/+15
* tg3: Use tg3_start_xmit_dma_bug for 5717 A0Matt Carlson2009-11-161-9/+18
* tg3: Add new HW_TSO_3 flag for 5717Matt Carlson2009-11-161-18/+23
* tg3: Refine TSO and MSI discoveryMatt Carlson2009-11-161-30/+34
* tg3: Move TG3_FLG2_PROTECTED_NVRAM to tg3_flags3Matt Carlson2009-11-161-6/+6
* tg3: Napify tg3_start_xmit_dma_bug()Matt Carlson2009-11-161-13/+19
* tg3: Don't touch RCB nic addressesMatt Carlson2009-11-161-4/+6
* tg3: Add 5717 phy IDMatt Carlson2009-11-161-0/+1
* tg3: Update version to 3.103Matt Carlson2009-11-031-2/+2
* tg3 / broadcom: Optionally disable TXC if no linkMatt Carlson2009-11-031-0/+1
* tg3 / broadcom: Add APD support for GPHYsMatt Carlson2009-11-031-1/+3
* tg3 / broadcom: Add code to disable rxc refclkMatt Carlson2009-11-031-1/+2
* tg3 / broadcom: Refine AC131 APD supportMatt Carlson2009-11-031-0/+1