index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source 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
2010-02-13
tg3: Update driver version to 3.107
Matt Carlson
1
-2
/
+2
2010-02-13
tg3: Fix AC131 loopback test errors for 5785
Matt Carlson
1
-2
/
+6
2010-02-13
tg3: Fix napi assignments in loopback test
Matt Carlson
1
-4
/
+4
2010-02-13
tg3: Reset phy during bringup when using phylib
Matt Carlson
1
-2
/
+1
2010-02-13
tg3: Turn off multiple DMA reads for 5717
Matt Carlson
1
-0
/
+3
2010-02-13
tg3: Fix 57765 A0 bootcode race condition
Matt Carlson
1
-0
/
+7
2010-02-13
tg3: Unwedge stuck MSI-X vectors
Matt Carlson
1
-10
/
+19
2010-02-13
tg3: Prevent rx producer ring overruns
Matt Carlson
1
-0
/
+38
2010-02-13
tg3: Give MSI-X vec 1 rx backlog space
Matt Carlson
1
-25
/
+21
2010-02-12
net: use netdev_mc_count and netdev_mc_empty when appropriate
Jiri Pirko
1
-2
/
+2
2010-01-23
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-8
/
+19
2010-01-21
tg3: Add 57765 phy ID and enable devices.
Matt Carlson
1
-0
/
+7
2010-01-21
tg3: Bypass power source switching for 57765
Matt Carlson
1
-1
/
+3
2010-01-21
tg3: Turn off the debug UART for 57765
Matt Carlson
1
-1
/
+2
2010-01-21
tg3: Fix tx mailbox initialization
Matt Carlson
1
-1
/
+4
2010-01-21
tg3: Supply a nicaddr for 57765 jumbo RCB
Matt Carlson
1
-1
/
+1
2010-01-21
tg3: Fix 5717 and 57765 memory selftests
Matt Carlson
1
-1
/
+16
2010-01-21
tg3: Abort phy init for 5717 serdes devices
Matt Carlson
1
-1
/
+7
2010-01-21
tg3: Add 5717 serdes phy ID
Matt Carlson
1
-1
/
+2
2010-01-21
tg3: Improve internal resource allocations
Matt Carlson
1
-4
/
+21
2010-01-21
tg3: Enable PLL PD when CLKREQ disabled for 5717A0
Matt Carlson
1
-0
/
+16
2010-01-14
tg3: Update copyright and driver version
Matt Carlson
1
-3
/
+3
2010-01-14
tg3: Disable 5717 serdes and B0 support
Matt Carlson
1
-0
/
+5
2010-01-14
tg3: Add reliable serdes detection for 5717 A0
Matt Carlson
1
-2
/
+7
2010-01-14
tg3: Fix std rx prod ring handling
Matt Carlson
1
-2
/
+3
2010-01-14
tg3: Fix std prod ring nicaddr for 5787 and 57765
Matt Carlson
1
-1
/
+1
2010-01-08
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
Alexey Dobriyan
1
-1
/
+1
2009-12-04
tg3: Update version to 3.105
Matt Carlson
1
-2
/
+2
2009-12-04
tg3: Clean tg3_init_one()
Matt Carlson
1
-6
/
+2
2009-12-04
tg3: Use pci_read_vpd() instead of private method
Matt Carlson
1
-23
/
+12
2009-12-04
tg3: Add some VPD preprocessor constants
Matt Carlson
1
-7
/
+8
2009-12-04
tg3: Add 57765 asic rev
Matt Carlson
1
-19
/
+53
2009-12-04
tg3: Make TSS enable independent of MSI-X enable
Matt Carlson
1
-35
/
+56
2009-12-04
drivers/net: Move && and || to end of previous line
Joe Perches
1
-7
/
+6
2009-12-03
tg3: remove use of skb_dma_map/unmap
Alexander Duyck
1
-42
/
+131
2009-11-16
tg3: Update version to 3.104
Matt Carlson
1
-2
/
+2
2009-11-16
tg3: Fix DIDs, Enable 5717 support
Matt Carlson
1
-4
/
+6
2009-11-16
tg3: Add rx prod ring consolidation
Matt Carlson
1
-10
/
+161
2009-11-16
tg3: Create aliases for rx producer mailbox regs
Matt Carlson
1
-12
/
+6
2009-11-16
tg3: Lay proucer ring handling groundwork
Matt Carlson
1
-36
/
+49
2009-11-16
tg3: Consider rx_std_prod_idx a hw mailbox
Matt Carlson
1
-6
/
+9
2009-11-16
tg3: rename rx_[std|jmb]_ptr
Matt Carlson
1
-8
/
+8
2009-11-16
tg3: tg3_alloc_rx_skb(tnapi => tp)
Matt Carlson
1
-7
/
+4
2009-11-16
tg3: Add prodring parameter to tg3_alloc_rx_skb()
Matt Carlson
1
-20
/
+21
2009-11-16
tg3: Make tg3_alloc_rx_skb() a dst-only operation
Matt Carlson
1
-13
/
+9
2009-11-16
tg3: Move napi_add calls below tg3_get_invariants
Matt Carlson
1
-47
/
+47
2009-11-16
tg3: Create tg3_poll_msix() for non-zero MSIX vecs
Matt Carlson
1
-8
/
+60
2009-11-16
tg3: Allow DMAs to cross cacheline boundaries
Matt Carlson
1
-5
/
+15
2009-11-16
tg3: Use tg3_start_xmit_dma_bug for 5717 A0
Matt Carlson
1
-9
/
+18
2009-11-16
tg3: Add new HW_TSO_3 flag for 5717
Matt Carlson
1
-18
/
+23
[next]