index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
/
tg3.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tg3: fix to append hardware time stamping flags
Flavio Leitner
2013-04-30
1
-1
/
+1
*
tg3: shows HW time stamping support only if ptp_capable is present
Flavio Leitner
2013-04-29
1
-4
/
+7
*
net: vlan: add protocol argument to packet tagging functions
Patrick McHardy
2013-04-19
1
-1
/
+1
*
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
2013-04-19
1
-1
/
+1
*
tg3: Remove unneeded PM_OPS definitions
Fabio Estevam
2013-04-16
1
-8
/
+2
*
tg3: Use bool not int
Joe Perches
2013-04-09
1
-77
/
+80
*
tg3: Update version to 3.131
Nithin Sujir
2013-04-09
1
-2
/
+2
*
tg3: Reset the phy to allow modified EEE settings to take effect
Nithin Sujir
2013-04-09
1
-0
/
+38
*
tg3: Pull the phy advertised speed and flow control settings on driver load
Nithin Sujir
2013-04-09
1
-0
/
+135
*
tg3: Add support for link flap avoidance
Nithin Sujir
2013-04-09
1
-9
/
+54
*
tg3: Add SGMII phy support for 5719/5718 serdes
Michael Chan
2013-04-09
1
-7
/
+44
*
tg3: Add tg3_clear_mac_status() common function
Michael Chan
2013-04-09
1
-16
/
+14
*
tg3: Add a warning during link settings change if mgmt enabled
Nithin Sujir
2013-04-09
1
-0
/
+14
*
tg3: Remove unnecessary phy reset during ethtool commands
Nithin Sujir
2013-04-09
1
-2
/
+2
*
tg3: Fix NVRAM size detection for the STM45PE20 pinstrap on 5762 devices
Michael Chan
2013-04-09
1
-0
/
+6
*
tg3: Fix flow control settings not propagated to hardware
Nithin Sujir
2013-04-09
1
-3
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-04-01
1
-2
/
+5
|
\
|
*
tg3: fix length overflow in VPD firmware parsing
Kees Cook
2013-03-27
1
-2
/
+5
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-03-20
1
-0
/
+8
|
\
\
|
|
/
|
*
tg3: 5715 does not link up when autoneg off
Nithin Sujir
2013-03-13
1
-0
/
+8
*
|
drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)
Joe Perches
2013-03-17
1
-8
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-03-12
1
-9
/
+5
|
\
\
|
|
/
|
*
tg3: Update link_up flag for phylib devices
Nithin Sujir
2013-03-08
1
-9
/
+5
*
|
tg3: Download 57766 EEE service patch firmware
Nithin Sujir
2013-03-07
1
-16
/
+122
*
|
tg3: Enhance firmware download code to support fragmented firmware
Nithin Sujir
2013-03-07
1
-6
/
+42
*
|
tg3: Cleanup firmware parsing code
Nithin Sujir
2013-03-07
1
-36
/
+27
*
|
tg3: Refactor the 2nd type of cpu pause
Nithin Sujir
2013-03-07
1
-26
/
+27
*
|
tg3: Refactor cpu pause/resume code
Nithin Sujir
2013-03-07
1
-25
/
+58
*
|
tg3: Add new FW_TSO flag
Matt Carlson
2013-03-07
1
-6
/
+5
|
/
*
tg3: Use different macros for pci_chip_rev_id accesses
Joe Perches
2013-02-18
1
-398
/
+393
*
tg3: Remove define and single use of GET_CHIP_REV_ID
Joe Perches
2013-02-18
1
-6
/
+4
*
tg3: Update version to 3.130
Michael Chan
2013-02-15
1
-2
/
+2
*
tg3: Set initial carrier state to off.
Michael Chan
2013-02-15
1
-0
/
+2
*
tg3: Fix 5762 NVRAM sizing
Michael Chan
2013-02-15
1
-2
/
+4
*
tg3: Expand EEE support for all 5717 B0
Michael Chan
2013-02-15
1
-1
/
+1
*
tg3: Add 57766 device support.
Matt Carlson
2013-02-15
1
-1
/
+17
*
tg3: add support for Ethernet core in bcm4785
Hauke Mehrtens
2013-02-07
1
-6
/
+111
*
tg3: make it possible to provide phy_id in ioctl
Hauke Mehrtens
2013-02-07
1
-6
/
+20
*
ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups
Joe Perches
2013-02-04
1
-3
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-01-15
1
-23
/
+39
|
\
|
*
tg3: Fix crc errors on jumbo frame receive
Nithin Nayak Sujir
2013-01-14
1
-23
/
+35
|
*
tg3: Avoid null pointer dereference in tg3_interrupt in netconsole mode
Nithin Nayak Sujir
2013-01-14
1
-0
/
+4
*
|
net: phy: remove flags argument from phy_{attach, connect, connect_direct}
Florian Fainelli
2013-01-14
1
-2
/
+2
*
|
tg3: missing break statement in tg3_get_5720_nvram_info()
Dan Carpenter
2013-01-10
1
-0
/
+2
*
|
remove init of dev->perm_addr in drivers
Jiri Pirko
2013-01-08
1
-3
/
+0
*
|
tg3: Remove IS_ENABLED(CONFIG_HWMON) check
Nithin Nayak Sujir
2013-01-06
1
-3
/
+3
*
|
tg3: Improve PCI function number detection.
Michael Chan
2013-01-06
1
-11
/
+8
*
|
tg3: Add NVRAM support for 5762
Michael Chan
2013-01-06
1
-1
/
+95
*
|
tg3: Add support for new 5762 ASIC
Michael Chan
2013-01-06
1
-24
/
+67
|
/
*
drivers/net: fix up function prototypes after __dev* removals
Greg Kroah-Hartman
2012-12-07
1
-2
/
+1
[next]