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