aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/tg3.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-20tg3: Add PHY reset for 5717/5719/5720 in change ring and flow control pathsSiva Reddy Kallam1-2/+16
2018-09-13tg3: Fix fall-through annotationsGustavo A. R. Silva1-6/+6
2018-09-12net: ethernet: Add helper to determine if pause configuration is supportedAndrew Lunn1-3/+1
2018-09-12net: ethernet: Add helper for set_pauseparam for Asym PauseAndrew Lunn1-31/+12
2018-09-12net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn1-6/+2
2018-09-12net: ethernet: Fix up drivers masking pause supportAndrew Lunn1-2/+2
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn1-4/+4
2018-08-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+2
2018-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu1-0/+13
2018-07-27net: ethernet: Use existing define with polynomialKrzysztof Kozlowski1-1/+2
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-0/+13
2018-07-16tg3: Add higher cpu clock for 5762.Sanjeev Bansal1-0/+9
2018-07-16tg3: Update copyrightSiva Reddy Kallam1-0/+4
2018-06-29tg3: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+14
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+3
2018-05-04tg3: Fix vunmap() BUG_ON() triggered from tg3_free_consistent().Michael Chan1-4/+5
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches1-3/+3
2018-03-14tg3: prevent scheduling while atomic splatJonathan Toppins1-1/+1
2018-02-19tg3: APE heartbeat changesPrashant Sreedharan1-11/+24
2018-01-04tg3: Add Macronix NVRAM supportPrashant Sreedharan1-2/+19
2017-12-27tg3: Enable PHY reset in MTU change path for 5720Siva Reddy Kallam1-1/+2
2017-12-27tg3: Add workaround to restrict 5762 MRRS to 2048Siva Reddy Kallam1-0/+10
2017-12-27tg3: Update copyrightSiva Reddy Kallam1-2/+4
2017-12-19tg3: Fix rx hang on MTU change with 5717/5719Brian King1-1/+3
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-09-21drivers: net: tg3: use setup_timer() helper.Allen Pais1-3/+1
2017-09-14tg3: clean up redundant initialization of tnapiColin Ian King1-2/+2
2017-08-24tg3: Be drop monitor friendlyFlorian Fainelli1-4/+4
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com1-1/+3
2017-05-03tg3: don't clear stats while tg3_closeYueHaibing1-4/+0
2017-03-09tg3: Add the ability to conditionally build w/ HWMONFlorian Fainelli1-0/+7
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-5/+3
2017-01-07tg3: Fix race condition in tg3_get_stats64().Michael Chan1-0/+3
2016-10-18ethernet/broadcom: use core min/max MTU checkingJarod Wilson1-4/+5
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+5
2016-09-30tg3: Avoid NULL pointer dereference in tg3_io_error_detected()Milton Miller1-5/+5
2016-09-26net: tg3: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-50/+62
2016-09-01tg3: Fix for disallow tx coalescing time to be 0Ivan Vecera1-10/+1
2016-08-03tg3: Report the correct number of RSS queues through tg3_get_rxnfcSiva Reddy Kallam1-4/+0
2016-08-03tg3: Fix for diasllow rx coalescing time to be 0Satish Baddipadige1-0/+1
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-02-09tg3: Fix for tg3 transmit queue 0 timed out when too many gso_segsSiva Reddy Kallam1-6/+19
2016-01-29net: tg3: avoid uninitialized variable warningArnd Bergmann1-1/+1
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn1-15/+15
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn1-4/+0
2016-01-07phy: Centralise print about attached phyAndrew Lunn1-7/+3
2016-01-07phy: add phydev_name() wrapperAndrew Lunn1-2/+2
2015-09-01tg3: Fix temperature reportingJean Delvare1-1/+1