aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/tg3.c
AgeCommit message (Expand)Author
2024-01-25net/tg3: fix race condition in tg3_reset_task()Thinh Tran
2023-12-13tg3: Increment tx_dropped in tg3_tso_bug()Alex Pakhunov
2023-12-13tg3: Move the [rt]x_dropped counters to tg3_napiAlex Pakhunov
2023-11-20tg3: power down device only on SYSTEM_POWER_OFFGeorge Shuklin
2023-08-11Add MODULE_FIRMWARE() for FIRMWARE_TG357766.Tobias Heider
2023-02-06net/tg3: resolve deadlock in tg3_reset_task() during EEHDavid Christensen
2022-09-20tg3: Disable tg3 device on system reboot to avoid triggering AERKai-Heng Feng
2020-09-09tg3: Fix soft lockup when tg3_reset_task() fails.Michael Chan
2020-06-30tg3: driver sleeps indefinitely when EEH errors exceed eeh_max_freezesDavid Christensen
2018-11-23tg3: Add PHY reset for 5717/5719/5720 in change ring and flow control pathsSiva Reddy Kallam
2018-08-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu
2018-07-27net: ethernet: Use existing define with polynomialKrzysztof Kozlowski
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-16tg3: Add higher cpu clock for 5762.Sanjeev Bansal
2018-07-16tg3: Update copyrightSiva Reddy Kallam
2018-06-29tg3: Mark expected switch fall-throughsGustavo A. R. Silva
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-04tg3: Fix vunmap() BUG_ON() triggered from tg3_free_consistent().Michael Chan
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches
2018-03-14tg3: prevent scheduling while atomic splatJonathan Toppins
2018-02-19tg3: APE heartbeat changesPrashant Sreedharan
2018-01-04tg3: Add Macronix NVRAM supportPrashant Sreedharan
2017-12-27tg3: Enable PHY reset in MTU change path for 5720Siva Reddy Kallam
2017-12-27tg3: Add workaround to restrict 5762 MRRS to 2048Siva Reddy Kallam
2017-12-27tg3: Update copyrightSiva Reddy Kallam
2017-12-19tg3: Fix rx hang on MTU change with 5717/5719Brian King
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-09-21drivers: net: tg3: use setup_timer() helper.Allen Pais
2017-09-14tg3: clean up redundant initialization of tnapiColin Ian King
2017-08-24tg3: Be drop monitor friendlyFlorian Fainelli
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com
2017-05-03tg3: don't clear stats while tg3_closeYueHaibing
2017-03-09tg3: Add the ability to conditionally build w/ HWMONFlorian Fainelli
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2017-01-07tg3: Fix race condition in tg3_get_stats64().Michael Chan
2016-10-18ethernet/broadcom: use core min/max MTU checkingJarod Wilson
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-30tg3: Avoid NULL pointer dereference in tg3_io_error_detected()Milton Miller
2016-09-26net: tg3: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-09-01tg3: Fix for disallow tx coalescing time to be 0Ivan Vecera
2016-08-03tg3: Report the correct number of RSS queues through tg3_get_rxnfcSiva Reddy Kallam
2016-08-03tg3: Fix for diasllow rx coalescing time to be 0Satish Baddipadige
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-02-09tg3: Fix for tg3 transmit queue 0 timed out when too many gso_segsSiva Reddy Kallam
2016-01-29net: tg3: avoid uninitialized variable warningArnd Bergmann
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn