index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2010-10-01
tg3: Update version to 3.114
Matt Carlson
1
-2
/
+2
2010-10-01
tg3: Add extend rx ring sizes for 5717 and 5719
Matt Carlson
1
-15
/
+40
2010-10-01
tg3: Prepare for larger rx ring sizes
Matt Carlson
1
-55
/
+64
2010-10-01
tg3: Futureproof the loopback test
Matt Carlson
1
-1
/
+2
2010-10-01
tg3: Cleanup missing VPD partno section
Matt Carlson
1
-33
/
+38
2010-10-01
tg3: Remove 5724 device ID
Matt Carlson
1
-2
/
+0
2010-10-01
tg3: 5719: Prevent tx data corruption
Matt Carlson
1
-1
/
+11
2010-10-01
tg3: Fix potential netpoll crash
Matt Carlson
1
-46
/
+65
2010-09-28
tg3: Use netif_set_real_num_{rx,tx}_queues()
Ben Hutchings
1
-2
/
+7
2010-09-27
drivers/net: return operator cleanup
Eric Dumazet
1
-3
/
+2
2010-09-16
tg3: phy tmp variable roundup
Matt Carlson
1
-30
/
+15
2010-09-16
tg3: Dynamically allocate VPD data memory
Matt Carlson
1
-4
/
+11
2010-09-16
tg3: Use skb_is_gso_v6()
Matt Carlson
1
-3
/
+3
2010-09-16
tg3: Move producer ring struct to tg3_napi
Matt Carlson
1
-22
/
+17
2010-09-16
tg3: Clarify semantics of TG3_IRQ_MAX_VECS
Matt Carlson
1
-3
/
+3
2010-09-16
tg3: Unlock 5717 B0+ support
Matt Carlson
1
-5
/
+1
2010-09-16
tg3: Don't send APE events for NCSI firmware
Matt Carlson
1
-2
/
+20
2010-09-16
tg3: Disable TSS
Matt Carlson
1
-8
/
+1
2010-09-16
tg3: Fix read DMA FIFO overruns on recent devices
Matt Carlson
1
-0
/
+10
2010-09-03
drivers/net: avoid some skb->ip_summed initializations
Eric Dumazet
1
-1
/
+1
2010-08-03
tg3: Update version to 3.113
Matt Carlson
1
-2
/
+2
2010-08-03
tg3: Migrate tg3_flags to phy_flags
Matt Carlson
1
-134
/
+141
2010-08-03
tg3: Create phy_flags and migrate phy_is_low_power
Matt Carlson
1
-18
/
+17
2010-08-03
tg3: Add phy-related preprocessor constants
Matt Carlson
1
-22
/
+24
2010-08-03
tg3: Add error reporting to tg3_phydsp_write()
Matt Carlson
1
-31
/
+20
2010-08-03
tg3: Improve small packet performance
Matt Carlson
1
-1
/
+23
2010-08-03
tg3: Remove 5720, 5750, and 5750M
Matt Carlson
1
-3
/
+0
2010-08-03
tg3: Detect APE firmware types
Matt Carlson
1
-1
/
+8
2010-08-03
tg3: Restrict ASPM workaround devlist
Matt Carlson
1
-1
/
+3
2010-08-03
tg3: Manage gphy power for CPMU-less devs only
Matt Carlson
1
-1
/
+4
2010-08-03
tg3: Don't access phy test ctrl reg for 5717+
Matt Carlson
1
-3
/
+7
2010-08-03
tg3: Create TG3_FLG3_5717_PLUS flag
Matt Carlson
1
-50
/
+22
2010-08-03
tg3: Disable TSS also during tg3_close()
Matt Carlson
1
-1
/
+1
2010-08-03
tg3: Add 5784 ASIC rev to earlier PCIe MPS fix
Matt Carlson
1
-2
/
+1
2010-07-19
net: preserve ifreq parameter when calling generic phy_mii_ioctl().
Richard Cochran
1
-1
/
+1
2010-07-12
tg3: Update version to 3.112
Matt Carlson
1
-2
/
+2
2010-07-12
tg3: Fix some checkpatch errors
Matt Carlson
1
-8
/
+9
2010-07-12
tg3: Revert PCIe tx glitch fix
Matt Carlson
1
-24
/
+0
2010-07-12
tg3: Report driver version to firmware
Matt Carlson
1
-2
/
+6
2010-07-12
tg3: Relax 5717 serdes restriction
Matt Carlson
1
-3
/
+2
2010-07-12
tg3: Fix IPv6 TSO code in tg3_start_xmit_dma_bug()
Matt Carlson
1
-6
/
+14
2010-07-12
tg3: Fix single MSI-X vector coalescing
Matt Carlson
1
-1
/
+1
2010-07-12
tg3: Revert RSS indir tbl setup change
Matt Carlson
1
-1
/
+1
2010-07-09
tg3: allow TSO on vlan devices
Eric Dumazet
1
-7
/
+21
2010-07-09
tg3: 64 bit stats on all arches
Eric Dumazet
1
-23
/
+12
2010-06-07
tg3: Update version to 3.111
Matt Carlson
1
-2
/
+2
2010-06-07
tg3: Add 5719 PCI device and phy IDs
Matt Carlson
1
-0
/
+2
2010-06-07
tg3: Add 5719 ASIC rev
Matt Carlson
1
-18
/
+50
2010-06-07
tg3: Use devfn to determine function number
Matt Carlson
1
-7
/
+3
2010-06-07
tg3: 5717: Allow serdes link via parallel detect
Matt Carlson
1
-1
/
+5
[next]