summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/tg3.c
Commit message (Expand)AuthorAgeFilesLines
* tg3: Expand 4g_overflow_test workaround to skb fragments of any size.Nithin Sujir2013-12-271-1/+1
* tg3: Initialize REG_BASE_ADDR at PCI config offset 120 to 0Nat Gurumoorthy2013-12-101-0/+3
* PCI / tg3: Give up chip reset and carrier loss handling if PCI device is not ...Rafael J. Wysocki2013-12-021-7/+19
* tg3: Convert to use hwmon_device_register_with_groupsGuenter Roeck2013-11-281-19/+6
* tg3: Validate hwtstamp_config completely before applying itBen Hutchings2013-11-141-9/+7
* tg3: avoid double-freeing of rx data memoryIvan Vecera2013-11-071-6/+6
* net: tg3: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-181-2/+0
* net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-021-5/+5
* tg3: use phylib when robo switch is in useHauke Mehrtens2013-10-021-1/+10
* tg3: add support a phy at an address different than 01Hauke Mehrtens2013-10-021-19/+19
* tg3: Update version to 3.134Nithin Sujir2013-09-211-2/+2
* tg3: Remove unnecessary spinlockNithin Sujir2013-09-211-2/+0
* tg3: Appropriately classify interrupts during request_irqNithin Sujir2013-09-211-1/+12
* tg3: Remove redundant if checkNithin Sujir2013-09-211-4/+1
* tg3: Remove if 0'd codeNithin Sujir2013-09-211-18/+0
* tg3: LED in shared mode does not blink during trafficNithin Sujir2013-09-211-0/+6
* tg3: Add support for new 577xx device idsNithin Sujir2013-09-211-2/+13
* tg3: Add function tg3_phy_shdw_write()Nithin Sujir2013-09-211-8/+10
* tg3: Use pci_dev pm_capJon Mason2013-09-131-3/+2
* tg3: Expand led off fix to include 5720Nithin Sujir2013-09-121-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-09-051-2/+16
|\
| * tg3: Don't turn off led on 5719 serdes port 0Nithin Sujir2013-09-031-2/+16
* | drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-291-12/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-161-5/+8
|\|
| * net: tg3: fix NULL pointer dereference in tg3_io_error_detected and tg3_io_sl...Daniel Borkmann2013-08-151-5/+8
* | tg3: clean up unnecessary MSI/MSI-X capability findYijing Wang2013-08-091-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-031-2/+4
|\|
| * net/tg3: Fix warning from pci_disable_device()Gavin Shan2013-07-261-1/+2
| * net/tg3: Fix kernel crashGavin Shan2013-07-261-1/+2
* | tg3: Update version to 3.133Nithin Sujir2013-07-291-2/+2
* | tg3: Fix UDP fragments treated as RMCPNithin Sujir2013-07-291-0/+3
* | tg3: Enable support for timesync gpio outputNithin Sujir2013-07-291-3/+58
* | tg3: Implement the shutdown handlerNithin Sujir2013-07-291-2/+18
* | tg3: Allow NVRAM programming when interface is downNithin Sujir2013-07-291-8/+2
* | tg3: Remove incorrect switch to aux powerNithin Sujir2013-07-291-5/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-031-0/+36
|\
| * net/tg3: Avoid delay during MMIO accessGavin Shan2013-06-251-0/+36
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-191-0/+10
|\|
| * tg3: Wait for boot code to finish after power onNithin Sujir2013-06-131-0/+10
* | tg3: Prevent system hang during repeated EEH errors.Michael Chan2013-06-171-2/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-051-6/+15
|\|
| * tg3: Add read dma workaround for 5720Nithin Sujir2013-06-041-6/+15
* | tg3: remove redundant pm init codeYijing Wang2013-06-031-21/+3
* | tg3: Remove unnecessary lock around tg3_flag_setNithin Sujir2013-05-241-2/+0
* | tg3: Fix misplaced empty lineNithin Sujir2013-05-241-1/+1
* | tg3: Use descriptive label names in tg3_startNithin Sujir2013-05-241-7/+7
* | tg3: Make tg3_rings_reset() more conciseNithin Sujir2013-05-241-33/+48
* | tg3: Simplify ring control block setupNithin Sujir2013-05-241-33/+46
* | tg3: Split APE driver state change out of boot reset signature updateNithin Sujir2013-05-241-15/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-05-241-12/+49
|\|