summaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.c
Commit message (Expand)AuthorAgeFilesLines
* tg3: Update copyrights and update version to 3.117Matt Carlson2011-01-261-3/+3
* tg3: Fix eee preprocessor namingMatt Carlson2011-01-261-1/+1
* tg3: Fix EEE interoperability issueMatt Carlson2011-01-261-7/+35
* tg3: Disable EEE during loopback testsMatt Carlson2011-01-261-5/+15
* tg3: Disable MAC loopback test for CPMU devicesMatt Carlson2011-01-261-2/+4
* tg3: Fix loopback testsMatt Carlson2011-01-261-3/+12
* tg3: Restrict phy ioctl accessMatt Carlson2011-01-261-2/+6
* tg3: Disable multivec mode for 1 MSIX vectorMatt Carlson2011-01-261-2/+4
* tg3: Use new VLAN codeMatt Carlson2011-01-261-85/+10Star
* tg3: Fix 5719 A0 tx completion bugMatt Carlson2011-01-261-4/+8
* tg3: Revise 5719 internal FIFO overflow solutionMatt Carlson2011-01-261-38/+8Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-041-1/+1
|\
| * tg3: fix return value check in tg3_read_vpd()David Sterba2010-12-311-1/+1
* | tg3: fix warningsEric Dumazet2011-01-011-1/+9
* | tg3: Do not use legacy PCI power managementRafael J. Wysocki2010-12-311-58/+43Star
* | tg3: Use DEFINE_PCI_DEVICE_TABLEJoe Perches2010-12-211-14/+12Star
* | drivers/net: don't use flush_scheduled_work()Tejun Heo2010-12-121-2/+2
* | tg3: Update version to 3.116Matt Carlson2010-12-061-2/+2
* | tg3: Relax EEE thresholdsMatt Carlson2010-12-061-5/+20
* | tg3: Minor EEE code tweaksMatt Carlson2010-12-061-7/+10
* | tg3: Fix 57765 EEE supportMatt Carlson2010-12-061-16/+16
* | tg3: Move EEE definitions into mdio.hMatt Carlson2010-12-061-8/+8
* | tg3: Raise the jumbo frame BD flag thresholdMatt Carlson2010-12-061-2/+2
* | tg3: Enable phy APD for 5717 and later asic revsMatt Carlson2010-11-241-2/+3
* | tg3: use dma_alloc_coherent() instead of pci_alloc_consistent()Matt Carlson2010-11-241-32/+41
* | tg3: Reenable TSS for 5719Matt Carlson2010-11-241-1/+7
* | tg3: Enable mult rd DMA engine on 5719Matt Carlson2010-11-241-2/+1Star
* | tg3: Fix 5719 internal FIFO overflow problemMatt Carlson2010-11-241-3/+41
* | tg3: Always turn on APE features in mac_mode regMatt Carlson2010-11-241-19/+18Star
* | tg3: Assign correct tx margin for 5719Matt Carlson2010-11-241-0/+4
* | tg3: Apply 10Mbps fix to all 57765 revisionsMatt Carlson2010-11-241-9/+12
|/
* tg3: Do not call device_set_wakeup_enable() under spin_lock_bhRafael J. Wysocki2010-10-261-5/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-211-2/+4
|\
| * tg3: restore rx_dropped accountingEric Dumazet2010-10-121-2/+4
* | vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross2010-10-211-2/+2
* | tg3: Update version to 3.115Matt Carlson2010-10-171-2/+2
* | tg3: Report invalid link from tg3_get_settings()Matt Carlson2010-10-171-0/+3
* | tg3: Don't allocate jumbo ring for 5780 class devsMatt Carlson2010-10-171-4/+7
* | tg3: Cleanup tg3_alloc_rx_skb()Matt Carlson2010-10-171-2/+1Star
* | tg3: Add EEE supportMatt Carlson2010-10-171-0/+114
* | tg3: Add clause 45 register accessor methodsMatt Carlson2010-10-171-0/+46
* | tg3: Disable unused transmit ringsMatt Carlson2010-10-171-0/+3
* | tg3: Add support for selfboot format 1 v6Matt Carlson2010-10-171-0/+3
* | net/tg3: simplify conditionalNicolas Kaiser2010-10-091-2/+1Star
* | [PATCH net-next] tg3: Set real_num_rx_queues for non-multiq devsMatt Carlson2010-10-061-0/+1
* | tg3: Update version to 3.114Matt Carlson2010-10-011-2/+2
* | tg3: Add extend rx ring sizes for 5717 and 5719Matt Carlson2010-10-011-15/+40
* | tg3: Prepare for larger rx ring sizesMatt Carlson2010-10-011-55/+64
* | tg3: Futureproof the loopback testMatt Carlson2010-10-011-1/+2
* | tg3: Cleanup missing VPD partno sectionMatt Carlson2010-10-011-33/+38