aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-06tg3: Update version to 3.116Matt Carlson1-2/+2
2010-12-06tg3: Relax EEE thresholdsMatt Carlson1-5/+20
2010-12-06tg3: Minor EEE code tweaksMatt Carlson1-7/+10
2010-12-06tg3: Fix 57765 EEE supportMatt Carlson1-16/+16
2010-12-06tg3: Move EEE definitions into mdio.hMatt Carlson1-8/+8
2010-12-06tg3: Raise the jumbo frame BD flag thresholdMatt Carlson1-2/+2
2010-11-24tg3: Enable phy APD for 5717 and later asic revsMatt Carlson1-2/+3
2010-11-24tg3: use dma_alloc_coherent() instead of pci_alloc_consistent()Matt Carlson1-32/+41
2010-11-24tg3: Reenable TSS for 5719Matt Carlson1-1/+7
2010-11-24tg3: Enable mult rd DMA engine on 5719Matt Carlson1-2/+1
2010-11-24tg3: Fix 5719 internal FIFO overflow problemMatt Carlson1-3/+41
2010-11-24tg3: Always turn on APE features in mac_mode regMatt Carlson1-19/+18
2010-11-24tg3: Assign correct tx margin for 5719Matt Carlson1-0/+4
2010-11-24tg3: Apply 10Mbps fix to all 57765 revisionsMatt Carlson1-9/+12
2010-10-26tg3: Do not call device_set_wakeup_enable() under spin_lock_bhRafael J. Wysocki1-5/+5
2010-10-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+4
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross1-2/+2
2010-10-17tg3: Update version to 3.115Matt Carlson1-2/+2
2010-10-17tg3: Report invalid link from tg3_get_settings()Matt Carlson1-0/+3
2010-10-17tg3: Don't allocate jumbo ring for 5780 class devsMatt Carlson1-4/+7
2010-10-17tg3: Cleanup tg3_alloc_rx_skb()Matt Carlson1-2/+1
2010-10-17tg3: Add EEE supportMatt Carlson1-0/+114
2010-10-17tg3: Add clause 45 register accessor methodsMatt Carlson1-0/+46
2010-10-17tg3: Disable unused transmit ringsMatt Carlson1-0/+3
2010-10-17tg3: Add support for selfboot format 1 v6Matt Carlson1-0/+3
2010-10-11tg3: restore rx_dropped accountingEric Dumazet1-2/+4
2010-10-09net/tg3: simplify conditionalNicolas Kaiser1-2/+1
2010-10-06[PATCH net-next] tg3: Set real_num_rx_queues for non-multiq devsMatt Carlson1-0/+1
2010-10-01tg3: Update version to 3.114Matt Carlson1-2/+2
2010-10-01tg3: Add extend rx ring sizes for 5717 and 5719Matt Carlson1-15/+40
2010-10-01tg3: Prepare for larger rx ring sizesMatt Carlson1-55/+64
2010-10-01tg3: Futureproof the loopback testMatt Carlson1-1/+2
2010-10-01tg3: Cleanup missing VPD partno sectionMatt Carlson1-33/+38
2010-10-01tg3: Remove 5724 device IDMatt Carlson1-2/+0
2010-10-01tg3: 5719: Prevent tx data corruptionMatt Carlson1-1/+11
2010-10-01tg3: Fix potential netpoll crashMatt Carlson1-46/+65
2010-09-27tg3: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings1-2/+7
2010-09-26drivers/net: return operator cleanupEric Dumazet1-3/+2
2010-09-15tg3: phy tmp variable roundupMatt Carlson1-30/+15
2010-09-15tg3: Dynamically allocate VPD data memoryMatt Carlson1-4/+11
2010-09-15tg3: Use skb_is_gso_v6()Matt Carlson1-3/+3
2010-09-15tg3: Move producer ring struct to tg3_napiMatt Carlson1-22/+17
2010-09-15tg3: Clarify semantics of TG3_IRQ_MAX_VECSMatt Carlson1-3/+3
2010-09-15tg3: Unlock 5717 B0+ supportMatt Carlson1-5/+1
2010-09-15tg3: Don't send APE events for NCSI firmwareMatt Carlson1-2/+20
2010-09-15tg3: Disable TSSMatt Carlson1-8/+1
2010-09-15tg3: Fix read DMA FIFO overruns on recent devicesMatt Carlson1-0/+10
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+1
2010-08-02tg3: Update version to 3.113Matt Carlson1-2/+2
2010-08-02tg3: Migrate tg3_flags to phy_flagsMatt Carlson1-134/+141