aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-15tg3: Add 5717 phy IDMatt Carlson1-0/+1
2009-11-02tg3: Update version to 3.103Matt Carlson1-2/+2
2009-11-02tg3 / broadcom: Optionally disable TXC if no linkMatt Carlson1-0/+1
2009-11-02tg3 / broadcom: Add APD support for GPHYsMatt Carlson1-1/+3
2009-11-02tg3 / broadcom: Add code to disable rxc refclkMatt Carlson1-1/+2
2009-11-02tg3 / broadcom: Refine AC131 APD supportMatt Carlson1-0/+1
2009-11-02tg3 / broadcom: Add PHY_BRCM_CLEAR_RGMII_MODE flagMatt Carlson1-0/+1
2009-11-02tg3: Add 50610M phy ID for 5785Matt Carlson1-0/+2
2009-11-02tg3: Extend loopback test timeoutMatt Carlson1-2/+2
2009-11-02tg3: 5785: Set port mode to MII when link downMatt Carlson1-1/+4
2009-11-02tg3: Add AC131 power down supportMatt Carlson1-0/+20
2009-11-02tg3: Improve 5785 PCIe performanceMatt Carlson1-0/+3
2009-11-02tg3: Add more PCI DMA map error checkingMatt Carlson1-3/+11
2009-11-02tg3: Prevent a PCIe tx glitchMatt Carlson1-0/+24
2009-11-02tg3: Convert PHY_ADDR => TG3_PHY_MII_ADDRMatt Carlson1-22/+29
2009-11-02tg3: Fix disappearing 57780 devicesMatt Carlson1-22/+2
2009-11-02tg3: Fix 5906 transmit hangsMatt Carlson1-7/+19
2009-11-02tg3: Assign flags to fixes in start_xmit_dma_bugMatt Carlson1-7/+19
2009-10-07tg3: Fix phylib locking strategyMatt Carlson1-27/+14
2009-09-11tg3: Fix return ring size breakageMatt Carlson1-1/+1
2009-09-03netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings1-3/+0
2009-09-02tg3: Update version to 3.102Matt Carlson1-2/+2
2009-09-02tg3: Add MDIO bus address assignmentsMatt Carlson1-4/+19