summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/tg3/tg3.c
Commit message (Expand)AuthorAgeFilesLines
* [drivers] Sort PCI_ROM() entries numericallyGeert Stappers2024-02-221-54/+54
* [netdevice] Remove netdev_priv() helper functionMichael Brown2023-09-131-8/+8
* [malloc] Rename malloc_dma() to malloc_phys()Michael Brown2020-11-051-10/+10
* [pci] Update drivers to use pci_ioremap()Michael Brown2020-09-251-1/+1
* [tg3] Add missing memory barrierLeendert van Doorn2016-06-131-0/+2
* [tg3] Fix address truncation bug on 64-bit machinesLeendert van Doorn2016-06-101-1/+1
* [tg3] Add support for BCM57766Bernd Wiebelt2015-07-061-0/+1
* [tg3] Fix driver for BCM5719, BCM5720, BCM5764M, BCM57762Kevin Tran2012-08-201-10/+14
* [tg3] Remove tg3_calc_dma_bndry()Thomas Miletich2012-02-101-6/+6
* [tg3] Fix compilation on newer gcc versionsChristian Hesse2012-02-091-2/+1Star
* [tg3] New tg3 driverThomas Miletich2012-01-311-0/+942