summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/tg3.c
Commit message (Expand)AuthorAgeFilesLines
* tg3: optionally use eth_platform_get_mac_address() to get mac addressthesven73@gmail.com2018-11-181-40/+2Star
* net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn2018-11-111-17/+27
* tg3: extend PTP gettime function to read system clockMiroslav Lichvar2018-11-101-6/+13
* tg3: Fix fall-through annotationsGustavo A. R. Silva2018-09-141-6/+6
* net: ethernet: Add helper to determine if pause configuration is supportedAndrew Lunn2018-09-131-3/+1Star
* net: ethernet: Add helper for set_pauseparam for Asym PauseAndrew Lunn2018-09-131-31/+12Star
* net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn2018-09-131-6/+2Star
* net: ethernet: Fix up drivers masking pause supportAndrew Lunn2018-09-131-2/+2
* net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn2018-09-131-4/+4
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-08-161-1/+2
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2018-08-031-0/+13
| |\
| * | net: ethernet: Use existing define with polynomialKrzysztof Kozlowski2018-07-271-1/+2
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-211-0/+13
|\ \ \ | | |/ | |/|
| * | tg3: Add higher cpu clock for 5762.Sanjeev Bansal2018-07-161-0/+9
| * | tg3: Update copyrightSiva Reddy Kallam2018-07-161-0/+4
| |/
* / tg3: Mark expected switch fall-throughsGustavo A. R. Silva2018-06-291-0/+14
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-2/+3
* tg3: Fix vunmap() BUG_ON() triggered from tg3_free_consistent().Michael Chan2018-05-041-4/+5
* ethernet: Use octal not symbolic permissionsJoe Perches2018-03-261-3/+3
* tg3: prevent scheduling while atomic splatJonathan Toppins2018-03-141-1/+1
* tg3: APE heartbeat changesPrashant Sreedharan2018-02-191-11/+24
* tg3: Add Macronix NVRAM supportPrashant Sreedharan2018-01-041-2/+19
* tg3: Enable PHY reset in MTU change path for 5720Siva Reddy Kallam2017-12-271-1/+2
* tg3: Add workaround to restrict 5762 MRRS to 2048Siva Reddy Kallam2017-12-271-0/+10
* tg3: Update copyrightSiva Reddy Kallam2017-12-271-2/+4
* tg3: Fix rx hang on MTU change with 5717/5719Brian King2017-12-191-1/+3
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-3/+3
* drivers: net: tg3: use setup_timer() helper.Allen Pais2017-09-211-3/+1Star
* tg3: clean up redundant initialization of tnapiColin Ian King2017-09-141-2/+2
* tg3: Be drop monitor friendlyFlorian Fainelli2017-08-251-4/+4
* net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com2017-06-131-1/+3
* tg3: don't clear stats while tg3_closeYueHaibing2017-05-031-4/+0Star
* tg3: Add the ability to conditionally build w/ HWMONFlorian Fainelli2017-03-091-0/+7
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-091-0/+3
|\
| * tg3: Fix race condition in tg3_get_stats64().Michael Chan2017-01-081-0/+3
* | net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-5/+3Star
|/
* ethernet/broadcom: use core min/max MTU checkingJarod Wilson2016-10-181-4/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-031-5/+5
|\
| * tg3: Avoid NULL pointer dereference in tg3_io_error_detected()Milton Miller2016-09-301-5/+5
* | net: tg3: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-09-271-50/+62
|/
* tg3: Fix for disallow tx coalescing time to be 0Ivan Vecera2016-09-011-10/+1Star
* tg3: Report the correct number of RSS queues through tg3_get_rxnfcSiva Reddy Kallam2016-08-031-4/+0Star
* tg3: Fix for diasllow rx coalescing time to be 0Satish Baddipadige2016-08-031-0/+1
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* tg3: Fix for tg3 transmit queue 0 timed out when too many gso_segsSiva Reddy Kallam2016-02-091-6/+19
* net: tg3: avoid uninitialized variable warningArnd Bergmann2016-01-301-1/+1
* phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn2016-01-071-15/+15
* mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-071-4/+0Star
* phy: Centralise print about attached phyAndrew Lunn2016-01-071-7/+3Star