index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
tg3.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-12
tg3: Fix return ring size breakage
Matt Carlson
1
-1
/
+1
2009-09-04
netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementations
Ben Hutchings
1
-3
/
+0
2009-09-02
tg3: Update version to 3.102
Matt Carlson
1
-2
/
+2
2009-09-02
tg3: Add MDIO bus address assignments
Matt Carlson
1
-4
/
+19
2009-09-02
tg3: Add 5717 NVRAM detection routines
Matt Carlson
1
-46
/
+108
2009-09-02
tg3: Add 5717 asic rev
Matt Carlson
1
-29
/
+101
2009-09-02
tg3: Assign rx ret producer indexes by vector
Matt Carlson
1
-4
/
+27
2009-09-02
tg3: Adjust RSS ring allocation strategies
Matt Carlson
1
-6
/
+25
2009-09-02
tg3: Add RSS support
Matt Carlson
1
-1
/
+52
2009-09-02
tg3: Add coalesce parameters for msix vectors
Matt Carlson
1
-9
/
+48
2009-09-02
tg3: Enable NAPI instances for other int vectors
Matt Carlson
1
-9
/
+23
2009-09-02
tg3: Add TSS support
Matt Carlson
1
-18
/
+36
2009-09-02
tg3: Update intmbox and coal_now for msix
Matt Carlson
1
-6
/
+14
2009-09-02
tg3: Add tx and rx ring resource tracking
Matt Carlson
1
-84
/
+158
2009-09-02
tg3: Add mailbox assignments
Matt Carlson
1
-9
/
+50
2009-09-02
tg3: Add MSI-X support
Matt Carlson
1
-27
/
+81
2009-09-02
tg3: Add support code around kernel interrupt API
Matt Carlson
1
-18
/
+55
2009-09-02
tg3: Create tg3_rings_reset()
Matt Carlson
1
-59
/
+81
2009-09-02
tg3: Add per-int coalesce now member
Matt Carlson
1
-7
/
+9
2009-09-02
tg3: inline tg3_cond_int()
Matt Carlson
1
-11
/
+11
2009-09-01
netdev: convert bulk of drivers to netdev_tx_t
Stephen Hemminger
1
-3
/
+6
2009-08-30
tg3: Update version to 3.101
Matt Carlson
1
-2
/
+2
2009-08-30
tg3: Move per-int tx members to a per-int struct
Matt Carlson
1
-72
/
+78
2009-08-30
tg3: Move per-int rx members to per-int struct
Matt Carlson
1
-25
/
+32
2009-08-30
tg3: Move general int members to a per-int struct
Matt Carlson
1
-61
/
+73
2009-08-30
tg3: Convert napi handlers to use tnapi
Matt Carlson
1
-23
/
+32
2009-08-30
tg3: Convert ISR parameter to tnapi
Matt Carlson
1
-24
/
+25
2009-08-30
tg3: Move napi to per-int struct
Matt Carlson
1
-22
/
+17
2009-08-30
tg3: Cleanup interrupt setup / teardown
Matt Carlson
1
-48
/
+46
2009-08-30
tg3: Use ext rx bds
Matt Carlson
1
-8
/
+9
2009-08-30
tg3: Create a new prodring_set structure
Matt Carlson
1
-78
/
+85
2009-08-30
tg3: Create rx producer ring setup routines
Matt Carlson
1
-87
/
+144
2009-08-30
tg3: Clarify rx buffer relationships
Matt Carlson
1
-19
/
+23
2009-08-30
tg3: Move the JUMBO_CAPABLE and SUPPORT_MSI flags
Matt Carlson
1
-5
/
+5
2009-08-30
tg3: Break out mini producer ring handling
Matt Carlson
1
-11
/
+12
2009-08-30
tg3: Reformat NVRAM case statements
Matt Carlson
1
-186
/
+183
2009-08-30
tg3: Add new 5785 10/100 only device ID
Matt Carlson
1
-1
/
+2
2009-08-30
tg3: Delay mdio bus init until fw finishes
Matt Carlson
1
-2
/
+2
2009-08-27
tg3: Update version to 3.100
Matt Carlson
1
-2
/
+2
2009-08-27
tg3: Convert code to use PHY_IS_FET
Matt Carlson
1
-27
/
+46
2009-08-27
tg3: Create MII_TG3_FET namespace
Matt Carlson
1
-17
/
+21
2009-08-27
tg3: Tune 5785 clock switching
Matt Carlson
1
-5
/
+10
2009-08-27
tg3: Add 57788, remove 57720
Matt Carlson
1
-1
/
+4
2009-08-27
tg3: Preserve PCIe MPS setting for new devs
Matt Carlson
1
-3
/
+15
2009-08-27
tg3: Fix TSO test against wrong flags var
Matt Carlson
1
-1
/
+1
2009-08-27
tg3: Prevent tx BD corruption
Matt Carlson
1
-0
/
+28
2009-08-27
tg3: Fix 57780 asic rev PCIe link receiver errors
Matt Carlson
1
-0
/
+5
2009-06-08
net: skb_shared_info optimization
Eric Dumazet
1
-5
/
+5
2009-05-29
net: dont update dev->trans_start
Eric Dumazet
1
-6
/
+2
2009-04-21
tg3: Update version to 3.99
Matt Carlson
1
-2
/
+2
[next]