aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/net/tg3
AgeCommit message (Expand)AuthorFilesLines
2024-02-22[drivers] Sort PCI_ROM() entries numericallyGeert Stappers1-54/+54
2023-09-13[netdevice] Remove netdev_priv() helper functionMichael Brown2-9/+9
2020-11-05[malloc] Rename malloc_dma() to malloc_phys()Michael Brown1-10/+10
2020-09-25[pci] Update drivers to use pci_ioremap()Michael Brown1-1/+1
2018-01-14[tg3] Add support for SerDes PHY initializationJoseph Wong2-4/+1021
2017-03-29[build] Avoid implicit-fallthrough warnings on GCC 7Michael Brown1-0/+12
2017-03-10[build] Provide common ARRAY_SIZE() definitionMichael Brown1-2/+0
2016-06-13[tg3] Add missing memory barrierLeendert van Doorn1-0/+2
2016-06-10[tg3] Fix address truncation bug on 64-bit machinesLeendert van Doorn2-2/+2
2016-05-02[tg3] Fix _tg3_flag() for 64-bit buildsMichael Brown1-1/+1
2016-03-12[tg3] Remove x86-specific inline assemblyMichael Brown1-27/+9
2015-11-30[pci] Add definitions for PCI Express function level reset (FLR)Michael Brown1-1/+0
2015-07-06[tg3] Add support for BCM57766Bernd Wiebelt3-0/+3
2015-03-02[pci] Remove outdated and mostly-unused pci_ids.h fileMichael Brown1-0/+4
2013-03-04[tg3] Fix various tg3 issuesKevin Tran2-1/+15
2012-08-20[tg3] Fix driver for BCM5719, BCM5720, BCM5764M, BCM57762Kevin Tran4-19/+29
2012-07-24[tg3] Fix excessive DMA alignment.Thomas Miletich1-2/+1
2012-02-10[tg3] Remove tg3_calc_dma_bndry()Thomas Miletich3-29/+6
2012-02-09[tg3] Fix compilation on newer gcc versionsChristian Hesse3-13/+2
2012-01-30[tg3] New tg3 driverThomas Miletich4-0/+8651