index
:
~thomash/linux
async_vma10
coherent-rebased
drm-fixes
drm-next
feature/thellstrom/render-nodes
gb-objects-3.13
ickle-wip-migrate
linux-3.13.y
locking-rework
master
original_dg1
pagewalk
thellstrom/locking-rework
topic/migration_fence_2
topic/ttm_accel_branch
topic/ttm_accel_v3
topic/ttm_accel_v9
topic/ttm_branch
topic/ttm_branch_ready
topic/ttm_branch_v2
topic/ttm_branch_v3
topic/ttm_branch_v5
topic/ttm_rebased
topic/ttm_region
ttm-fixes-3.12
ttm-fixes-3.13
ttm-fixes-3.14
ttm-next
ttm-next-3.13
ttm-prot-fix
ttm-transhuge
ttm_branch_for_mesa
vm_open2
vmwgfx-coherent
vmwgfx-fixes-3.12
vmwgfx-fixes-3.13
vmwgfx-fixes-3.14
vmwgfx-fixes-3.15
vmwgfx-fixes-3.16
vmwgfx-fixes-3.17
vmwgfx-fixes-3.18
vmwgfx-fixes-3.19
vmwgfx-fixes-4.0
vmwgfx-fixes-4.11
vmwgfx-fixes-4.12
vmwgfx-fixes-4.15
vmwgfx-fixes-4.16
vmwgfx-fixes-4.17
vmwgfx-fixes-4.19
vmwgfx-fixes-4.2
vmwgfx-fixes-4.20
vmwgfx-fixes-4.3
vmwgfx-fixes-4.4
vmwgfx-fixes-5.0
vmwgfx-fixes-5.0-2
vmwgfx-fixes-5.1
vmwgfx-fixes-5.2
vmwgfx-fixes-5.3
vmwgfx-next
vmwgfx-next-3.13
vmwgfx-next-stage
vmwgfx and ttm linux repo
thomash
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
tg3.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-11-22
WorkStruct: make allyesconfig
David Howells
1
-3
/
+3
2006-11-21
[TG3]: Add missing unlock in tg3_open() error path.
Ira W. Snyder
1
-1
/
+3
2006-11-15
[TG3]: Disable TSO on 5906 if CLKREQ is enabled.
Michael Chan
1
-4
/
+16
2006-11-15
[TG3]: Increase 5906 firmware poll time.
Gary Zambrano
1
-2
/
+3
2006-11-07
[TG3]: Fix array overrun in tg3_read_partno().
Michael Chan
1
-7
/
+12
2006-11-05
[TG3]: Fix 2nd ifup failure on 5752M.
Michael Chan
1
-4
/
+4
2006-10-18
[TG3]: Bump driver version and release date.
David S. Miller
1
-2
/
+2
2006-10-18
[TG3]: Add lower bound checks for tx ring size.
Michael Chan
1
-1
/
+4
2006-10-18
[TG3]: Fix set ring params tx ring size implementation
Ranjit Manomohan
1
-5
/
+5
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-8
/
+7
2006-09-28
[TG3]: Update version and reldate.
Michael Chan
1
-2
/
+2
2006-09-28
[TG3]: Add 5709 self-test support.
Michael Chan
1
-16
/
+107
2006-09-28
[TG3]: Add 5709 PHY support.
Michael Chan
1
-4
/
+33
2006-09-28
[TG3]: Add basic 5906 support.
Michael Chan
1
-11
/
+115
2006-09-28
[TG3]: Add tg3_poll_fw().
Michael Chan
1
-21
/
+33
2006-09-28
[TG3]: Add 5722 and 5756 support.
Michael Chan
1
-0
/
+3
2006-09-28
[TG3]: PHY fixes.
Michael Chan
1
-17
/
+34
2006-09-28
[TG3]: Improve ASF heartbeat.
Michael Chan
1
-2
/
+18
2006-09-28
[TG3]: Improve 5704S autoneg.
Michael Chan
1
-25
/
+41
2006-09-24
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-64
/
+64
2006-09-22
[TG3]: Convert the pci_device_id table to PCI_DEVICE()
Henrik Kretzschmar
1
-111
/
+56
2006-09-22
[TG3]: Constify firmware structs
Andreas Mohr
1
-13
/
+13
2006-09-22
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
Patrick McHardy
1
-3
/
+3
2006-09-13
drivers/net: const-ify ethtool_ops declarations
Jeff Garzik
1
-1
/
+1
2006-09-13
drivers/net: Trim trailing whitespace
Jeff Garzik
1
-62
/
+62
2006-08-19
drivers/net: Remove deprecated use of pci_module_init()
Jeff Garzik
1
-1
/
+1
2006-08-07
[TG3]: Fix tx race condition
Michael Chan
1
-21
/
+28
2006-08-07
[TG3]: skb->dev assignment is done by netdev_alloc_skb
Christoph Hellwig
1
-2
/
+0
2006-08-02
[TG3]: Convert to netdev_alloc_skb
David S. Miller
1
-5
/
+5
2006-07-25
[TG3]: Update version and reldate
Michael Chan
1
-2
/
+2
2006-07-25
[TG3]: Handle tg3_init_rings() failures
Michael Chan
1
-5
/
+27
2006-07-25
[TG3]: Add tg3_restart_hw()
Michael Chan
1
-22
/
+58
2006-07-08
[TG3]: add amd8131 to "write reorder" chipsets
John W. Linville
1
-0
/
+2
2006-07-03
[TG3]: Add ipv6 TSO feature
Michael Chan
1
-9
/
+24
2006-07-02
[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
Thomas Gleixner
1
-3
/
+3
2006-06-30
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-10
/
+97
2006-06-30
[TG3]: Update version and reldate
Michael Chan
1
-2
/
+2
2006-06-30
[TG3]: Add TSO workaround using GSO
Michael Chan
1
-4
/
+49
2006-06-30
[TG3]: Turn on hw fix for ASF problems
Michael Chan
1
-2
/
+6
2006-06-30
[TG3]: Add rx BD workaround
Michael Chan
1
-2
/
+28
2006-06-30
[TG3]: Add tg3_netif_stop() in vlan functions
Michael Chan
1
-0
/
+12
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-23
[SPARC64]: Convert sparc64 PCI layer to in-kernel device tree.
David S. Miller
1
-4
/
+6
2006-06-23
[NET]: Merge TSO/UFO fields in sk_buff
Herbert Xu
1
-2
/
+2
2006-06-17
[TG3]: Convert to non-LLTX
Michael Chan
1
-17
/
+10
2006-06-17
[TG3]: Remove unnecessary tx_lock
Michael Chan
1
-4
/
+0
2006-06-17
[TG3]: update version and reldate
Michael Chan
1
-2
/
+2
2006-06-17
[TG3]: Add recovery logic when MMIOs are re-ordered
Michael Chan
1
-5
/
+48
2006-06-17
[TG3]: Add 5786 PCI ID
Michael Chan
1
-0
/
+2
2006-06-09
[TG3]: Handle Sun onboard tg3 chips more correctly.
David S. Miller
1
-96
/
+48
[next]