index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
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
*
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
2019-01-08
1
-11
/
+11
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-11-24
1
-2
/
+16
|
\
|
*
tg3: Add PHY reset for 5717/5719/5720 in change ring and flow control paths
Siva Reddy Kallam
2018-11-20
1
-2
/
+16
*
|
tg3: optionally use eth_platform_get_mac_address() to get mac address
thesven73@gmail.com
2018-11-18
1
-40
/
+2
*
|
net: ethernet: Convert phydev advertize and supported from u32 to link mode
Andrew Lunn
2018-11-11
1
-17
/
+27
*
|
tg3: extend PTP gettime function to read system clock
Miroslav Lichvar
2018-11-09
1
-6
/
+13
|
/
*
tg3: Fix fall-through annotations
Gustavo A. R. Silva
2018-09-13
1
-6
/
+6
*
net: ethernet: Add helper to determine if pause configuration is supported
Andrew Lunn
2018-09-12
1
-3
/
+1
*
net: ethernet: Add helper for set_pauseparam for Asym Pause
Andrew Lunn
2018-09-12
1
-31
/
+12
*
net: ethernet: Add helper for MACs which support asym pause
Andrew Lunn
2018-09-12
1
-6
/
+2
*
net: ethernet: Fix up drivers masking pause support
Andrew Lunn
2018-09-12
1
-2
/
+2
*
net: ethernet: Use phy_set_max_speed() to limit advertised speed
Andrew Lunn
2018-09-12
1
-4
/
+4
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2018-08-15
1
-1
/
+2
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
Herbert Xu
2018-08-03
1
-0
/
+13
|
|
\
|
*
|
net: ethernet: Use existing define with polynomial
Krzysztof Kozlowski
2018-07-27
1
-1
/
+2
*
|
|
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
David S. Miller
2018-07-20
1
-0
/
+13
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
tg3: Add higher cpu clock for 5762.
Sanjeev Bansal
2018-07-16
1
-0
/
+9
|
*
|
tg3: Update copyright
Siva Reddy Kallam
2018-07-16
1
-0
/
+4
|
|
/
*
|
tg3: Mark expected switch fall-throughs
Gustavo A. R. Silva
2018-06-29
1
-0
/
+14
|
/
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-2
/
+3
*
tg3: Fix vunmap() BUG_ON() triggered from tg3_free_consistent().
Michael Chan
2018-05-04
1
-4
/
+5
*
ethernet: Use octal not symbolic permissions
Joe Perches
2018-03-26
1
-3
/
+3
*
tg3: prevent scheduling while atomic splat
Jonathan Toppins
2018-03-14
1
-1
/
+1
*
tg3: APE heartbeat changes
Prashant Sreedharan
2018-02-19
1
-11
/
+24
*
tg3: Add Macronix NVRAM support
Prashant Sreedharan
2018-01-04
1
-2
/
+19
*
tg3: Enable PHY reset in MTU change path for 5720
Siva Reddy Kallam
2017-12-27
1
-1
/
+2
*
tg3: Add workaround to restrict 5762 MRRS to 2048
Siva Reddy Kallam
2017-12-27
1
-0
/
+10
*
tg3: Update copyright
Siva Reddy Kallam
2017-12-27
1
-2
/
+4
*
tg3: Fix rx hang on MTU change with 5717/5719
Brian King
2017-12-19
1
-1
/
+3
*
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-21
1
-3
/
+3
*
drivers: net: tg3: use setup_timer() helper.
Allen Pais
2017-09-21
1
-3
/
+1
*
tg3: clean up redundant initialization of tnapi
Colin Ian King
2017-09-14
1
-2
/
+2
*
tg3: Be drop monitor friendly
Florian Fainelli
2017-08-24
1
-4
/
+4
*
net: phy: Make phy_ethtool_ksettings_get return void
yuval.shaia@oracle.com
2017-06-13
1
-1
/
+3
*
tg3: don't clear stats while tg3_close
YueHaibing
2017-05-03
1
-4
/
+0
*
tg3: Add the ability to conditionally build w/ HWMON
Florian Fainelli
2017-03-09
1
-0
/
+7
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-01-09
1
-0
/
+3
|
\
|
*
tg3: Fix race condition in tg3_get_stats64().
Michael Chan
2017-01-07
1
-0
/
+3
*
|
net: make ndo_get_stats64 a void function
stephen hemminger
2017-01-08
1
-5
/
+3
|
/
*
ethernet/broadcom: use core min/max MTU checking
Jarod Wilson
2016-10-18
1
-4
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-10-02
1
-5
/
+5
|
\
|
*
tg3: Avoid NULL pointer dereference in tg3_io_error_detected()
Milton Miller
2016-09-30
1
-5
/
+5
*
|
net: tg3: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2016-09-26
1
-50
/
+62
|
/
*
tg3: Fix for disallow tx coalescing time to be 0
Ivan Vecera
2016-09-01
1
-10
/
+1
*
tg3: Report the correct number of RSS queues through tg3_get_rxnfc
Siva Reddy Kallam
2016-08-03
1
-4
/
+0
*
tg3: Fix for diasllow rx coalescing time to be 0
Satish Baddipadige
2016-08-03
1
-0
/
+1
*
treewide: replace dev->trans_start update with helper
Florian Westphal
2016-05-04
1
-1
/
+1
*
tg3: Fix for tg3 transmit queue 0 timed out when too many gso_segs
Siva Reddy Kallam
2016-02-09
1
-6
/
+19
*
net: tg3: avoid uninitialized variable warning
Arnd Bergmann
2016-01-29
1
-1
/
+1
[next]