aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/tg3.c
AgeCommit message (Expand)Author
2011-02-17tg3: Restrict phy ioctl accessMatt Carlson
2011-01-26tg3: Use new VLAN codeMatt Carlson
2011-01-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-01-01tg3: fix warningsEric Dumazet
2010-12-31tg3: fix return value check in tg3_read_vpd()David Sterba
2010-12-31tg3: Do not use legacy PCI power managementRafael J. Wysocki
2010-12-21tg3: Use DEFINE_PCI_DEVICE_TABLEJoe Perches
2010-12-12drivers/net: don't use flush_scheduled_work()Tejun Heo
2010-12-06tg3: Update version to 3.116Matt Carlson
2010-12-06tg3: Relax EEE thresholdsMatt Carlson
2010-12-06tg3: Minor EEE code tweaksMatt Carlson
2010-12-06tg3: Fix 57765 EEE supportMatt Carlson
2010-12-06tg3: Move EEE definitions into mdio.hMatt Carlson
2010-12-06tg3: Raise the jumbo frame BD flag thresholdMatt Carlson
2010-11-24tg3: Enable phy APD for 5717 and later asic revsMatt Carlson
2010-11-24tg3: use dma_alloc_coherent() instead of pci_alloc_consistent()Matt Carlson
2010-11-24tg3: Reenable TSS for 5719Matt Carlson
2010-11-24tg3: Enable mult rd DMA engine on 5719Matt Carlson
2010-11-24tg3: Fix 5719 internal FIFO overflow problemMatt Carlson
2010-11-24tg3: Always turn on APE features in mac_mode regMatt Carlson
2010-11-24tg3: Assign correct tx margin for 5719Matt Carlson
2010-11-24tg3: Apply 10Mbps fix to all 57765 revisionsMatt Carlson
2010-10-26tg3: Do not call device_set_wakeup_enable() under spin_lock_bhRafael J. Wysocki
2010-10-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross
2010-10-17tg3: Update version to 3.115Matt Carlson
2010-10-17tg3: Report invalid link from tg3_get_settings()Matt Carlson
2010-10-17tg3: Don't allocate jumbo ring for 5780 class devsMatt Carlson
2010-10-17tg3: Cleanup tg3_alloc_rx_skb()Matt Carlson
2010-10-17tg3: Add EEE supportMatt Carlson
2010-10-17tg3: Add clause 45 register accessor methodsMatt Carlson
2010-10-17tg3: Disable unused transmit ringsMatt Carlson
2010-10-17tg3: Add support for selfboot format 1 v6Matt Carlson
2010-10-11tg3: restore rx_dropped accountingEric Dumazet
2010-10-09net/tg3: simplify conditionalNicolas Kaiser
2010-10-06[PATCH net-next] tg3: Set real_num_rx_queues for non-multiq devsMatt Carlson
2010-10-01tg3: Update version to 3.114Matt Carlson
2010-10-01tg3: Add extend rx ring sizes for 5717 and 5719Matt Carlson
2010-10-01tg3: Prepare for larger rx ring sizesMatt Carlson
2010-10-01tg3: Futureproof the loopback testMatt Carlson
2010-10-01tg3: Cleanup missing VPD partno sectionMatt Carlson
2010-10-01tg3: Remove 5724 device IDMatt Carlson
2010-10-01tg3: 5719: Prevent tx data corruptionMatt Carlson
2010-10-01tg3: Fix potential netpoll crashMatt Carlson
2010-09-27tg3: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings
2010-09-26drivers/net: return operator cleanupEric Dumazet
2010-09-15tg3: phy tmp variable roundupMatt Carlson
2010-09-15tg3: Dynamically allocate VPD data memoryMatt Carlson
2010-09-15tg3: Use skb_is_gso_v6()Matt Carlson
2010-09-15tg3: Move producer ring struct to tg3_napiMatt Carlson