aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-26tg3: Fix INTx fallback when MSI failsAndre Detsch1-0/+1
2010-04-20tg3: Enable GRO by default.David S. Miller1-0/+1
2010-04-13tg3: use the DMA state API instead of the pci equivalentsFUJITA Tomonori1-21/+21
2010-04-13tg3: Update version to 3.110Matt Carlson1-2/+2
2010-04-13tg3: Remove function errors flagged by checkpatchMatt Carlson1-9/+9
2010-04-13tg3: Unify max pkt size preprocessor constantsMatt Carlson1-2/+2
2010-04-13tg3: Re-inline VLAN tags when appropriateMatt Carlson1-11/+33
2010-04-13tg3: Optimize rx double copy testMatt Carlson1-7/+25
2010-04-13tg3: Reduce 57765 core clock when link at 10MbpsMatt Carlson1-0/+5
2010-04-13tg3: Set card 57765 card reader MRRS to 1024BMatt Carlson1-0/+2
2010-04-13tg3: Disable CLKREQ in L2Matt Carlson1-0/+14
2010-04-06tg3: Update version to 3.109Matt Carlson1-2/+2
2010-04-06tg3: Remove tg3_dump_state()Matt Carlson1-233/+0
2010-04-06tg3: Cleanup if codestyleMatt Carlson1-44/+31
2010-04-06tg3: The case of switchesMatt Carlson1-40/+40
2010-04-06tg3: Whitespace, constant, and comment updatesMatt Carlson1-35/+37
2010-04-06tg3: Use VPD fw version when presentMatt Carlson1-4/+30
2010-04-06tg3: Prepare FW version code for VPD versioningMatt Carlson1-16/+23
2010-04-06tg3: Fix message 80 char violationsMatt Carlson1-22/+38
2010-04-06tg3: netdev_err() => dev_err()Matt Carlson1-13/+19
2010-04-06tg3: Replace pr_err with sensible alternativesMatt Carlson1-20/+26
2010-04-06tg3: Restore likely() check in tg3_poll_msix()Matt Carlson1-2/+2
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-13drivers/net/tg3.c: change the field used with the TG3_FLAG_10_100_ONLY constantJulia Lawall1-1/+1
2010-03-10tg3: Fix tg3_poll_controller() passing wrong pointer to tg3_interrupt()Louis Rilling1-1/+1
2010-02-28tg3: Remove now useless VPD codeMatt Carlson1-29/+23
2010-02-28pci: Add helper to search for VPD keywordsMatt Carlson1-19/+13
2010-02-28pci: Add VPD information field helper functionsMatt Carlson1-3/+4
2010-02-28pci: Add helper to find a VPD resource data typeMatt Carlson1-21/+5
2010-02-28pci: Add large and small resource data type codeMatt Carlson1-6/+17
2010-02-28pci: Add PCI LRDT tag size and section sizeMatt Carlson1-7/+6
2010-02-26net: convert multiple drivers to use netdev_for_each_mc_addr, part6Jiri Pirko1-4/+1
2010-02-18drivers/net/tg3.c: Use (pr|netdev)_<level> macro helpersJoe Perches1-161/+109
2010-02-17tg3: Update version to 3.108Matt Carlson1-2/+2
2010-02-17tg3: Push phylib definitions to phylibMatt Carlson1-16/+16
2010-02-17tg3: Rename tg3 phy ID preprocessor definitionsMatt Carlson1-61/+61
2010-02-17tg3: Reformat SSID to phy ID tableMatt Carlson1-29/+55
2010-02-17tg3: Discover phy address onceMatt Carlson1-11/+11
2010-02-17tg3: Reduce indent level of tg3_rx_prodring_allocMatt Carlson1-24/+24
2010-02-17tg3: Rename TG3_FLG3_RGMII_STD_IBND_DISABLEMatt Carlson1-6/+6
2010-02-17tg3: Add more partno entries for fallback pathMatt Carlson1-1/+17
2010-02-17tg3: Allow phylib flowctrl changes anytimeMatt Carlson1-42/+52
2010-02-17tg3: Add support for 2 new selfboot formatsMatt Carlson1-0/+6
2010-02-17tg3: Make 57791 and 57795 10/100 onlyMatt Carlson1-0/+2
2010-02-17tg3: Enforce DMA mapping / skb assignment orderingMatt Carlson1-2/+7
2010-02-12tg3: Update driver version to 3.107Matt Carlson1-2/+2
2010-02-12tg3: Fix AC131 loopback test errors for 5785Matt Carlson1-2/+6
2010-02-12tg3: Fix napi assignments in loopback testMatt Carlson1-4/+4
2010-02-12tg3: Reset phy during bringup when using phylibMatt Carlson1-2/+1