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
2011-03-28
tg3: Fix inline keyword usage
Javier Martinez Canillas
1
-1
/
+1
2011-03-28
tg3: use <linux/io.h> and <linux/uaccess.h> instead <asm/io.h> and <asm/uacce...
Javier Martinez Canillas
1
-2
/
+2
2011-03-10
tg3: Remove 5750 PCI code
Matt Carlson
1
-10
/
+5
2011-03-10
tg3: Move tg3_init_link_config to tg3_phy_probe
Matt Carlson
1
-34
/
+35
2011-03-10
tg3: Refine VAux decision process
Matt Carlson
1
-20
/
+21
2011-03-10
tg3: cleanup pci device table vars
Matt Carlson
1
-4
/
+4
2011-03-10
tg3: Add code to verify RODATA checksum of VPD
Matt Carlson
1
-0
/
+35
2011-03-10
tg3: Fix NVRAM selftest
Matt Carlson
1
-2
/
+4
2011-03-10
tg3: Add missed 5719 workaround change
Matt Carlson
1
-1
/
+1
2011-02-11
tg3: Avoid setting power.can_wakeup for devices that cannot wake up
Rafael J. Wysocki
1
-2
/
+4
2011-02-11
tg3: Expand 5719 workaround
Matt Carlson
1
-2
/
+2
2011-01-26
tg3: Update copyrights and update version to 3.117
Matt Carlson
1
-3
/
+3
2011-01-26
tg3: Fix eee preprocessor naming
Matt Carlson
1
-1
/
+1
2011-01-26
tg3: Fix EEE interoperability issue
Matt Carlson
1
-7
/
+35
2011-01-26
tg3: Disable EEE during loopback tests
Matt Carlson
1
-5
/
+15
2011-01-26
tg3: Disable MAC loopback test for CPMU devices
Matt Carlson
1
-2
/
+4
2011-01-26
tg3: Fix loopback tests
Matt Carlson
1
-3
/
+12
2011-01-26
tg3: Restrict phy ioctl access
Matt Carlson
1
-2
/
+6
2011-01-26
tg3: Disable multivec mode for 1 MSIX vector
Matt Carlson
1
-2
/
+4
2011-01-26
tg3: Use new VLAN code
Matt Carlson
1
-85
/
+10
2011-01-26
tg3: Fix 5719 A0 tx completion bug
Matt Carlson
1
-4
/
+8
2011-01-26
tg3: Revise 5719 internal FIFO overflow solution
Matt Carlson
1
-38
/
+8
2011-01-04
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+1
2011-01-02
tg3: fix warnings
Eric Dumazet
1
-1
/
+9
2010-12-31
tg3: fix return value check in tg3_read_vpd()
David Sterba
1
-1
/
+1
2010-12-31
tg3: Do not use legacy PCI power management
Rafael J. Wysocki
1
-58
/
+43
2010-12-21
tg3: Use DEFINE_PCI_DEVICE_TABLE
Joe Perches
1
-14
/
+12
2010-12-12
drivers/net: don't use flush_scheduled_work()
Tejun Heo
1
-2
/
+2
2010-12-06
tg3: Update version to 3.116
Matt Carlson
1
-2
/
+2
2010-12-06
tg3: Relax EEE thresholds
Matt Carlson
1
-5
/
+20
2010-12-06
tg3: Minor EEE code tweaks
Matt Carlson
1
-7
/
+10
2010-12-06
tg3: Fix 57765 EEE support
Matt Carlson
1
-16
/
+16
2010-12-06
tg3: Move EEE definitions into mdio.h
Matt Carlson
1
-8
/
+8
2010-12-06
tg3: Raise the jumbo frame BD flag threshold
Matt Carlson
1
-2
/
+2
2010-11-24
tg3: Enable phy APD for 5717 and later asic revs
Matt Carlson
1
-2
/
+3
2010-11-24
tg3: use dma_alloc_coherent() instead of pci_alloc_consistent()
Matt Carlson
1
-32
/
+41
2010-11-24
tg3: Reenable TSS for 5719
Matt Carlson
1
-1
/
+7
2010-11-24
tg3: Enable mult rd DMA engine on 5719
Matt Carlson
1
-2
/
+1
2010-11-24
tg3: Fix 5719 internal FIFO overflow problem
Matt Carlson
1
-3
/
+41
2010-11-24
tg3: Always turn on APE features in mac_mode reg
Matt Carlson
1
-19
/
+18
2010-11-24
tg3: Assign correct tx margin for 5719
Matt Carlson
1
-0
/
+4
2010-11-24
tg3: Apply 10Mbps fix to all 57765 revisions
Matt Carlson
1
-9
/
+12
2010-10-26
tg3: Do not call device_set_wakeup_enable() under spin_lock_bh
Rafael J. Wysocki
1
-5
/
+5
2010-10-21
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-2
/
+4
2010-10-21
vlan: Don't check for vlan group before vlan_tx_tag_present.
Jesse Gross
1
-2
/
+2
2010-10-18
tg3: Update version to 3.115
Matt Carlson
1
-2
/
+2
2010-10-18
tg3: Report invalid link from tg3_get_settings()
Matt Carlson
1
-0
/
+3
2010-10-18
tg3: Don't allocate jumbo ring for 5780 class devs
Matt Carlson
1
-4
/
+7
2010-10-18
tg3: Cleanup tg3_alloc_rx_skb()
Matt Carlson
1
-2
/
+1
2010-10-18
tg3: Add EEE support
Matt Carlson
1
-0
/
+114
[next]