index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
/
tg3.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-05
tg3: Modify tg3_tso_bug() to handle multiple TX rings
Prashant Sreedharan
1
-10
/
+12
2014-06-25
tg3: Change nvram command timeout value to 50ms
Prashant Sreedharan
1
-2
/
+2
2014-06-19
tg3: Clear NETIF_F_TSO6 flag before doing software GSO
Prashant Sreedharan
1
-2
/
+2
2014-06-02
Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kerne...
David S. Miller
1
-4
/
+4
2014-06-03
ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()
Ben Hutchings
1
-4
/
+4
2014-05-24
tg3: Override clock, link aware and link idle mode during NVRAM dump
Prashant Sreedharan
1
-7
/
+38
2014-05-13
tg3: Update copyright and version to 3.137
Michael Chan
1
-3
/
+3
2014-05-13
tg3: Prevent page allocation failure during TSO workaround
Michael Chan
1
-7
/
+26
2014-05-13
tg3: Don't modify ip header fields when doing GSO
Michael Chan
1
-7
/
+5
2014-04-18
tg3: update rx_jumbo_pending ring param only when jumbo frames are enabled
Ivan Vecera
1
-1
/
+3
2014-03-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+2
2014-03-29
tg3: remove open-coded skb_cow_head.
françois romieu
1
-2
/
+1
2014-03-28
tg3: remove empty MDIO bus reset function
Florian Fainelli
1
-6
/
+0
2014-03-26
tg3: Do not include vlan acceleration features in vlan_features
Vlad Yasevich
1
-3
/
+2
2014-03-21
ptp: drivers: set the number of programmable pins.
Richard Cochran
1
-0
/
+1
2014-03-12
tg3: Call dev_kfree_skby_any instead of dev_kfree_skb.
Eric W. Biederman
1
-7
/
+7
2014-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+1
2014-02-28
tg3: Don't check undefined error bits in RXBD
Michael Chan
1
-2
/
+1
2014-02-18
tg3: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
1
-4
/
+2
2014-02-06
tg3: Fix deadlock in tg3_change_mtu()
Nithin Sujir
1
-2
/
+2
2014-02-06
tg3: cleanup an error path in tg3_phy_reset_5703_4_5()
Dan Carpenter
1
-6
/
+7
2014-01-16
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2014-01-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2014-01-03
tg3: Update version to 3.136
Nithin Sujir
1
-2
/
+2
2014-01-03
tg3: Poll cpmu link state on APE + ASF enabled devices
Nithin Sujir
1
-0
/
+10
2014-01-03
tg3: Set the MAC clock to the fastest speed during boot code load
Nithin Sujir
1
-4
/
+51
2014-01-03
tg3: Add unicast filtering support.
Michael Chan
1
-0
/
+21
2014-01-03
tg3: Refactor __tg3_set_mac_addr()
Michael Chan
1
-13
/
+22
2013-12-27
tg3: Expand 4g_overflow_test workaround to skb fragments of any size.
Nithin Sujir
1
-1
/
+1
2013-12-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+3
2013-12-10
tg3: Initialize REG_BASE_ADDR at PCI config offset 120 to 0
Nat Gurumoorthy
1
-0
/
+3
2013-12-06
tg3: Update version to 3.135
Nithin Sujir
1
-2
/
+2
2013-12-06
tg3: Expand multicast drop counter miscounting fix to 5762
Nithin Sujir
1
-0
/
+3
2013-12-06
tg3: Add flag to disable 1G Half Duplex advertisement
Nithin Sujir
1
-7
/
+21
2013-12-06
tg3: Don't add rxbds_empty to rx_over_errors
Nithin Sujir
1
-2
/
+0
2013-12-05
Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git...
David S. Miller
1
-4
/
+67
2013-12-02
PCI / tg3: Give up chip reset and carrier loss handling if PCI device is not ...
Rafael J. Wysocki
1
-7
/
+19
2013-11-28
tg3: Convert to use hwmon_device_register_with_groups
Guenter Roeck
1
-19
/
+6
2013-11-21
tg3: Implement the SIOCGHWTSTAMP ioctl
Ben Hutchings
1
-4
/
+67
2013-11-14
tg3: Validate hwtstamp_config completely before applying it
Ben Hutchings
1
-9
/
+7
2013-11-07
tg3: avoid double-freeing of rx data memory
Ivan Vecera
1
-6
/
+6
2013-10-18
net: tg3: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-10-02
net:drivers/net: Miscellaneous conversions to ETH_ALEN
Joe Perches
1
-5
/
+5
2013-10-02
tg3: use phylib when robo switch is in use
Hauke Mehrtens
1
-1
/
+10
2013-10-02
tg3: add support a phy at an address different than 01
Hauke Mehrtens
1
-19
/
+19
2013-09-21
tg3: Update version to 3.134
Nithin Sujir
1
-2
/
+2
2013-09-21
tg3: Remove unnecessary spinlock
Nithin Sujir
1
-2
/
+0
2013-09-21
tg3: Appropriately classify interrupts during request_irq
Nithin Sujir
1
-1
/
+12
2013-09-21
tg3: Remove redundant if check
Nithin Sujir
1
-4
/
+1
2013-09-21
tg3: Remove if 0'd code
Nithin Sujir
1
-18
/
+0
[next]