summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/tg3.c
Commit message (Expand)AuthorAgeFilesLines
* tg3: Use napi_alloc_frag()Sebastian Andrzej Siewior2019-06-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-081-4/+1Star
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-091-4/+4
| |\
| * | tg3: allow ethtool -p to work for NICs in down stateJon Maxwell2019-04-021-3/+0Star
| * | net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-021-1/+1
* | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-071-6/+0Star
|\ \ \ | |_|/ |/| |
| * | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-6/+0Star
| |/
* / broadcom: tg3: fix use of SPEED_UNKNOWN ethtool constantMichael Zhivich2019-04-091-4/+4
|/
* broadcom: Mark expected switch fall-throughsGustavo A. R. Silva2019-01-231-2/+2
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-11/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-251-2/+16
|\
| * tg3: Add PHY reset for 5717/5719/5720 in change ring and flow control pathsSiva Reddy Kallam2018-11-201-2/+16
* | 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